code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Docs For Class Swift_Events_ResponseListener</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <script src="../../media/lib/classTree.js"></script> <link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../../media/lib/tab.webfx.css" /> <script type="text/javascript" src="../../media/lib/tabpane.js"></script> <script language="javascript" type="text/javascript" src="../../media/lib/ua.js"></script> <script language="javascript" type="text/javascript"> var imgPlus = new Image(); var imgMinus = new Image(); imgPlus.src = "../../media/images/plus.gif"; imgMinus.src = "../../media/images/minus.gif"; function showNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgMinus.src; oTable.style.display = "block"; } function hideNode(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; var oImg = document.layers["img" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; var oImg = document.all["img" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); var oImg = document.getElementById("img" + Node); break; } oImg.src = imgPlus.src; oTable.style.display = "none"; } function nodeIsVisible(Node){ switch(navigator.family){ case 'nn4': // Nav 4.x code fork... var oTable = document.layers["span" + Node]; break; case 'ie4': // IE 4/5 code fork... var oTable = document.all["span" + Node]; break; case 'gecko': // Standards Compliant code fork... var oTable = document.getElementById("span" + Node); break; } return (oTable && oTable.style.display == "block"); } function toggleNodeVisibility(Node){ if (nodeIsVisible(Node)){ hideNode(Node); }else{ showNode(Node); } } </script> <!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver --> <body bgcolor="#ffffff" > <!-- Start of Class Data --> <h2> Interface Swift_Events_ResponseListener </h2> (line <span class="linenumber">20</span>) <div class="tab-pane" id="tabPane1"> <script type="text/javascript"> tp1 = new WebFXTabPane( document.getElementById( "tabPane1" )); </script> <div class="tab-page" id="Description"> <h2 class="tab">Description</h2> <pre> <a href="Swift_Events_EventListener.html">Swift_Events_EventListener</a> | --Swift_Events_ResponseListener</pre> <p> <b><i>Located in File: <a href="_vendors---swiftMailer---classes---Swift---Events---ResponseListener.php.html">/vendors/swiftMailer/classes/Swift/Events/ResponseListener.php</a></i></b><br> </p> <!-- ========== Info from phpDoc block ========= --> <h5>Listens for responses from a remote SMTP server.</h5> <ul> <li><strong>author:</strong> - Chris Corbyn</li> </ul> <br /><hr /> </div> <script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script> <div class="tab-page" id="tabPage1"> <h2 class="tab">Class Variables</h2> <!-- ============ VARIABLE DETAIL =========== --> <strong>Summary:</strong><br /> <hr /> <script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script> </div> <div class="tab-page" id="constantsTabpage"> <h2 class="tab">Class Constants</h2> <!-- ============ VARIABLE DETAIL =========== --> <strong>Summary:</strong><br /> <hr /> <script type="text/javascript">tp1.addTabPage( document.getElementById( "constantsTabpage" ) );</script> </div> <div class="tab-page" id="tabPage2"> <h2 class="tab">Method Detail</h2> <!-- ============ METHOD DETAIL =========== --> <strong>Summary:</strong><br /> <div class="method-summary"> <div class="method-definition"> <span class="method-result">void</span> <a href="#methodresponseReceived" title="details" class="method-name">responseReceived</a> (<span class="var-type"><a href="Swift_Events_ResponseEvent.html">Swift_Events_ResponseEvent</a></span>&nbsp;<span class="var-name">$evt</span>) </div> </div> <hr /> <A NAME='method_detail'></A> <a name="methodresponseReceived" id="methodresponseReceived"><!-- --></a> <div style="background='#ffffff'"><h4> <img src="../../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method responseReceived</strong> (line <span class="linenumber">27</span>) </h4> <h4><i>void</i> <strong>responseReceived( <a href="Swift_Events_ResponseEvent.html">Swift_Events_ResponseEvent</a> $evt)</strong></h4> <!-- ========== Info from phpDoc block ========= --> <h5>Invoked immediately following a response coming back.</h5> <h4>Parameters</h4> <ul> <li><strong><a href="Swift_Events_ResponseEvent.html">Swift_Events_ResponseEvent</a> $evt</strong>: </li> </ul> <h4>Info</h4> <ul> <li><strong>access</strong> - public</li> </ul> </div> <script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script> </div> <div class="tab-page" id="iVars"> <h2 class="tab">Inherited Variables</h2> <script type="text/javascript">tp1.addTabPage( document.getElementById( "iVars" ) );</script> <!-- =========== VAR INHERITED SUMMARY =========== --> <A NAME='var_inherited_summary'><!-- --></A> <h3>Inherited Class Variable Summary</h3> </div> <div class="tab-page" id="iMethods"> <h2 class="tab">Inherited Methods</h2> <script type="text/javascript">tp1.addTabPage( document.getElementById( "iMethods" ) );</script> <!-- =========== INHERITED METHOD SUMMARY =========== --> <A NAME='functions_inherited'><!-- --></A> <h3>Inherited Method Summary</h3> </div> </div> <script type="text/javascript"> //<![CDATA[ setupAllTabs(); //]]> </script> <div id="credit"> <hr /> Documentation generated on Fri, 12 Nov 2010 20:45:28 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a> </div> </body> </html>
m1k3777/flok
protected/extensions/yii-mail/doc/Swift/Events/Swift_Events_ResponseListener.html
HTML
apache-2.0
6,859
<!DOCTYPE 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"> <meta name="description" content=""> <meta name="author" content=""> <meta name="Generator" content="Processing" /> <title>Marco William Silva</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/agency.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="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=Kaushan+Script' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> <!-- Processing JavaScript --> <script src="js/processing.js" type="text/javascript"></script> <script type="text/javascript"> // convenience function to get the id attribute of generated sketch html element function getProcessingSketchId () { return 'patternproject'; } </script> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <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 page-scroll" href="#page-top">Marco Silva</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 class="hidden"> <a href="#page-top"></a> </li> <li> <a class="page-scroll" href="#services">Skills</a> </li> <li> <a class="page-scroll" href="#portfolio">Portfolio</a> </li> <li> <a class="page-scroll" href="#about">About</a> </li> <li> <a class="page-scroll" href="#team">Me</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <!-- Header --> <header> <div class="container"> <div class="intro-text"> <div class="intro-lead-in">Software Engineering Student</div> <div class="intro-heading">Marco Silva</div> <ul class="list-inline intro-social-buttons"> <li> <a href="https://github.com/marcowilliam" target="_blank" class="page-scroll btn btn-xl"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a> </li> <li> <a href="https://www.linkedin.com/in/mwsilva" target="_blank" class="page-scroll btn btn-xl"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">Linkedin</span></a> </li> </ul> </div> </div> </header> <!-- Services Section --> <section id="services"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Skills</h2> <h3 class="section-subheading text-muted">What have I had experience with?</h3> </div> </div> <div class="row text-center"> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-laptop fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Programming</h4> <p class="text-muted">C, Java, PHP, Ruby on Rails, Grails, Python, Processing, Android, JavaScript, and Arduino.</p> </div> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-paint-brush fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Interactive Design</h4> <p class="text-muted">Illustrator, Photoshop, Maya, After Effects, HTML and CSS</p> </div> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-briefcase fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Software Engineering</h4> <p class="text-muted">Requirements, Archtecture, Agile, Testing...</p> </div> </div> </div> </section> <!-- Portfolio Grid Section --> <section id="portfolio" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Portfolio</h2> <h3 class="section-subheading text-muted">What have I done?</h3> </div> </div> <div class="row"> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal1" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/human_tetris_preview.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Human Tetris</h4> <p class="text-muted">Kinect Project</p> </div> </div> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal4" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/formar_preview.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Formar</h4> <p class="text-muted">Grails Project</p> </div> </div> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal5" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/jkbridge_preview.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>JK Bridge</h4> <p class="text-muted">Illustrator Project</p> </div> </div> </div> <div class="row"> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal2" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/memorize_arduino_preview.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Can You Memorize It?</h4> <p class="text-muted">Arduino Project</p> </div> </div> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal6" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/pattern_preview.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Interactive Time-Based Pattern</h4> <p class="text-muted">Processing Project</p> </div> </div> <div class="col-md-4 col-sm-6 portfolio-item"> <a href="#portfolioModal3" class="portfolio-link" data-toggle="modal"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/portfolio/hgn_preview.png" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Highest Good Network</h4> <p class="text-muted">PHP Project</p> </div> </div> </div> </section> <!-- About Section --> <section id="about"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">About</h2> <h3 class="section-subheading text-muted">Tell me more about him...</h3> </div> </div> <div class="row"> <div class="col-lg-12"> <ul class="timeline"> <li> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/unb.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>2012</h4> <h4 class="subheading">University of Brasília</h4> </div> <div class="timeline-body"> <p class="text-muted">Started Software Engineering dregree at University of Brasília. He got passionate about what he was doing and won a integral competition provided by his university in his 1st semester</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/positivo_.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>2012-2014</h4> <h4 class="subheading">Positivo Informática - Testing</h4> </div> <div class="timeline-body"> <p class="text-muted">From November 2012 to February 2014 worked on a project where his function was to assure and to control the quality of applications for mobile devices of the Brazilian company Positivo Informática, gaining experience with Software Testing</p> </div> </div> </li> <li> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/airplain.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>March 2014</h4> <h4 class="subheading">United States here I come...</h4> </div> <div class="timeline-body"> <p class="text-muted">Participated on a government program called Science Without Borders. The program aim was to provide the opportunity of getting to know different cultures, getting social, professional and personal experiences for some brazilian students. So, Marco went to the United States for living an amazing experience for 18 months. In his first 6 months he studied English, then Interactive Design for 9 monthes, and during his last 3 months, which were summer time, he got an internship in LA.</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/ksu.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>March 2014 - September 2014</h4> <h4 class="subheading">Kennesaw State University</h4> </div> <div class="timeline-body"> <p class="text-muted">Studied English for 6 months, getting his English skills ready for taking university classes. Made 2 whole levels of Intensive English Program (IEP), getting an Advanced diploma. Because of his transfer to the university, he could only achieve half of the High Advanced level. </p> </div> </div> </li> <li> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/savannah.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>September 2014</h4> <h4 class="subheading">Savannah College of Art and Design</h4> </div> <div class="timeline-body"> <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/la.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>June 2015</h4> <h4 class="subheading">Summer Internship LA</h4> </div> <div class="timeline-body"> <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p> </div> </div> </li> <li> <div class="timeline-image"> <img class="img-circle img-responsive" src="img/about/projetomc.jpg" alt=""> </div> <div class="timeline-panel"> <div class="timeline-heading"> <h4>September 2015</h4> <h4 class="subheading">Software Archtecture Project</h4> </div> <div class="timeline-body"> <p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p> </div> </div> </li> <li class="timeline-inverted"> <div class="timeline-image"> <h4>There are <br>More <br>Coming!</h4> </div> </li> </ul> </div> </div> </div> </section> <div> <!-- Team Section --> <section id="team" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Me</h2> <h3 class="section-subheading text-muted">Who is him?</h3> </div> </div> <div class="row"> <div class="col-sm-4"> <div class="team-member"> </div> </div> <div class="col-sm-4"> <div class="team-member"> <img src="img/team/profile.jpg" class="img-responsive img-circle" alt=""> <h4>Marco William Paulo da Silva</h4> <p class="text-muted">Software Engineering student</p> <ul class="list-inline social-buttons"> <li><a href="https://www.github.com/marcowilliam" target="_blank"><i class="fa fa-github"></i></a> </li> <li><a href="https://www.linkedin.com/in/mwsilva" target="_blank"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> <div class="col-sm-6"> <div class="team-member"> </div> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <p class="large text-muted">3rd-year Software Engineering Student who is currently enrolled at University of Brasília. Speaks Portuguese, English, Spanish, and has a basic knowledge of French.</p> </div> </div> </div> </section> <!-- Contact Section --> <section id="contact"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Contact Me</h2> <h3 class="section-subheading text-muted">Send me an e-mail!</h3> </div> </div> <div class="row"> <div class="col-lg-12"> <form action="MAILTO:marcowilliamdf@gmail.com" method="post" name="sentMessage" id="contactForm" novalidate> <div class="row"> <div class="col-md-6"> <div class="form-group"> <input type="text" class="form-control" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> <div class="form-group"> <input type="email" class="form-control" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> <div class="form-group"> <input type="tel" class="form-control" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number."> <p class="help-block text-danger"></p> </div> </div> <div class="col-md-6"> <div class="form-group"> <textarea class="form-control" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> <div class="clearfix"></div> <div class="col-lg-12 text-center"> <div id="success"></div> <button type="submit" class="btn btn-xl">Send Message</button> </div> </div> </form> </div> </div> </div> </section> <footer> <div class="container"> <div class="row"> <div class="col-md-4"> <span class="copyright">Copyright &copy; Marco Silva 2016</span> </div> <div class="col-md-4"> <ul class="list-inline social-buttons"> <li><a href="https://www.github.com/marcowilliam" target="_blank"><i class="fa fa-github"></i></a> </li> <li><a href="https://www.linkedin.com/in/mwsilva" target="_blank"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> </div> </div> </footer> <!-- Portfolio Modals --> <!-- Use the modals below to showcase details about your portfolio projects! --> <!-- Portfolio Modal 1 --> <div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Human Tetris</h2> <p class="item-intro text-muted">Kinect Project done using Processing 2.0.</p> <p><strong>For watching a video and more information about how the project was developed click <a href="https://marcowilliam.github.io/HumanTetris/" target="_blank">here</strong></a></p> <img class="img-responsive img-centered" src="img/portfolio/human_tetris.png" alt=""> <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p> <p> <strong>Want these icons in this portfolio item sample?</strong>You can download 60 of them for free, courtesy of <a href="https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc">RoundIcons.com</a>, or you can purchase the 1500 icon set <a href="https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc">here</a>.</p> <ul class="list-inline"> <li>Date: July 2014</li> <li>Client: Round Icons</li> <li>Category: Graphic Design</li> </ul> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 2 --> <div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>Can You Memorize It?</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="img/portfolio/memorize_arduino.png" alt=""> <p><a href="http://designmodo.com/startup/?u=787">Startup Framework</a> is a website builder for professionals. Startup Framework contains components and complex blocks (PSD+HTML Bootstrap themes and templates) which can easily be integrated into almost any design. All of these components are made in the same style, and can easily be integrated into projects, allowing you to create hundreds of solutions for your future projects.</p> <p>You can preview Startup Framework <a href="http://designmodo.com/startup/?u=787">here</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 3 --> <div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Highest Good Network</h2> <p class="item-intro text-muted">Managment Social Network done using PHP</p> <img class="img-responsive img-centered" src="img/portfolio/hgn.png" alt=""> <p>Treehouse is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. This is bright and spacious design perfect for people or startup companies looking to showcase their apps or other projects.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/treehouse-free-psd-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 4 --> <div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Formar</h2> <p class="item-intro text-muted">Schedule Manager to help students get graduated done using Groovy/Grails</p> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> <li data-target="#myCarousel" data-slide-to="3"></li> <li data-target="#myCarousel" data-slide-to="4"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="img/portfolio/formar1.png" alt="Homepage"> </div> <div class="item"> <img src="img/portfolio/formar2.png" alt="About"> </div> <div class="item"> <img src="img/portfolio/formar3.png" alt="Login"> </div> <div class="item"> <img src="img/portfolio/formar4.png" alt="Logged"> </div> <div class="item"> <img src="img/portfolio/formar5.png" alt="Courses"> </div> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> <p>Start Bootstrap's Agency theme is based on Golden, a free PSD website template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Golden is a modern and clean one page web template that was made exclusively for Best PSD Freebies. This template has a great portfolio, timeline, and meet your team sections that can be easily modified to fit your needs.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/golden-free-one-page-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 5 --> <div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>JK Bridge</h2> <p class="item-intro text-muted">Project done using Illustrator</p> <img class="img-responsive img-centered" src="img/portfolio/jkbridge.jpg" alt=""> <p>Escape is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Escape is a one page web template that was designed with agencies in mind. This template is ideal for those looking for a simple one page solution to describe your business and offer your services.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/escape-one-page-psd-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> <!-- Portfolio Modal 6 --> <div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Project Name</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <canvas id="patternproject" data-processing-sources="pattern_project.pde" width="500" height="500"> <p>Your browser does not support the canvas tag.</p> <!-- Note: you can put any alternative content here. --> </canvas> </div> <p>Dreams is a free PSD web template built by <a href="https://www.behance.net/MathavanJaya">Mathavan Jaya</a>. Dreams is a modern one page web template designed for almost any purpose. It’s a beautiful template that’s designed with the Bootstrap framework in mind.</p> <p>You can download the PSD template in this portfolio sample item at <a href="http://freebiesxpress.com/gallery/dreams-free-one-page-web-template/">FreebiesXpress.com</a>.</p> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="js/classie.js"></script> <script src="js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="js/agency.js"></script> </body> </html>
marcowilliam/marcowilliam.github.io
index copy.html
HTML
apache-2.0
38,891
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.U972.html"> </head> <body> <p>Redirecting to <a href="type.U972.html">type.U972.html</a>...</p> <script>location.replace("type.U972.html" + location.search + location.hash);</script> </body> </html>
nitro-devs/nitro-game-engine
docs/typenum/consts/U972.t.html
HTML
apache-2.0
297
<html> <head> <link rel="stylesheet" href="maven-theme.css"> <title>AppSecInc. MSI Extensions</title> </head> <body> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-attribs">Public Attributes</a> &#124; <a href="struct_flag_map_entry_h_k_e_y-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">FlagMapEntryHKEY Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="_custom_actions_2_system_tools_2_flag_maps_8h_source.html">FlagMaps.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a8d60af50e3abadc183f2a8eb16130a30"><td class="memItemLeft" align="right" valign="top">LPCWSTR&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_flag_map_entry_h_k_e_y.html#a8d60af50e3abadc183f2a8eb16130a30">name</a></td></tr> <tr class="separator:a8d60af50e3abadc183f2a8eb16130a30"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aba6c905d65d2170b26207403aee9fff4"><td class="memItemLeft" align="right" valign="top">HKEY&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_flag_map_entry_h_k_e_y.html#aba6c905d65d2170b26207403aee9fff4">value</a></td></tr> <tr class="separator:aba6c905d65d2170b26207403aee9fff4"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="a8d60af50e3abadc183f2a8eb16130a30"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">LPCWSTR FlagMapEntryHKEY::name</td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="aba6c905d65d2170b26207403aee9fff4"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">HKEY FlagMapEntryHKEY::value</td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>src/CustomActions/SystemTools/<a class="el" href="_custom_actions_2_system_tools_2_flag_maps_8h_source.html">FlagMaps.h</a></li> </ul> </div><!-- contents --> <br><hr noshade> <table width="100%"> <tr> <td valign="top" align="left"> <font size="1">&copy; Application Security Inc. - All Rights Reserved</font> </td> <td valign="top" align="right"> <a href="http://msiext.codeplex.com" target="_blank">http://msiext.codeplex.com</a> </td> </tr> </table> </body> <head> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> </html>
developmentalmadness/HelloWiX
lib/msiext-1.4/Docs/struct_flag_map_entry_h_k_e_y.html
HTML
apache-2.0
3,582
<html> <script>window.$ = window.jQuery = require('../bower_components/jquery/dist/jquery.min.js');</script></script> <script> jQuery(document).ready(function() { //$.getJSON("https://www.universite-lyon.fr/ip.php", jQuery.getJSON("https://api.ipify.org?format=json", function(data){ console.log(data.ip); if(data.ip=="193.54.25.3"||navigator.appVersion.indexOf("Electron")!== -1){ //$("div").html("<iframe src='https://pitaya.admin.ec-lyon.fr/cgi-bin/WebObjects/Hamac-PPRES.woa/wa/casLogin' style='border: 0; width: 100%; height: 100%'></iframe>"); window.location.href='https://buzit.servers.ec-lyon.fr/cgi-bin/WebObjects/Hamac-PPRES.woa'; }else{ if(navigator.platform=='MacIntel'){ window.location.replace("https://conges.universite-lyon.fr/conges.zip"); }else{ window.location.replace("https://conges.universite-lyon.fr/conges.exe"); } } }); }); </script> <div> ok </div> </html>
zzOzz/conges
app/index.html
HTML
apache-2.0
1,063
<html><head><title>System Model Reconstructed by Kieker.TraceAnalysis</title> <style type="text/css"> .colTitle { font-family:sans; font-size:11px; } .cell { font-family:monospace; font-size:10px; } h1 { font-family:sans; font-size:14px; } </style> </head><body> <pre> . . . . . . . . . . </pre> <h1>Component Types</h1> <table border="1"><tr> <th class="colTitle">ID</th> <th class="colTitle">Package</th> <th class="colTitle">Name</th> <th class="colTitle">Operations</th> </tr> <tr class="cell"> <td><a name="COMPONENT_TYPE-3">3</a></td> <td>bookstoreTracing</td> <td>Bookstore</td> <td><li><a href="#OPERATION-3">searchBook():N/A</a></li></td> </tr> <tr class="cell"> <td><a name="COMPONENT_TYPE-2">2</a></td> <td>bookstoreTracing</td> <td>CRM</td> <td><li><a href="#OPERATION-2">getOffers():N/A</a></li></td> </tr> <tr class="cell"> <td><a name="COMPONENT_TYPE-1">1</a></td> <td>bookstoreTracing</td> <td>Catalog</td> <td><li><a href="#OPERATION-1">getBook(boolean):N/A</a></li></td> </tr> </table> <h1>Operations</h1> <table border="1"><tr> <th class="colTitle">ID</th> <th class="colTitle">Component type</th> <th class="colTitle">Name</th> <th class="colTitle">Parameter types</th> <th class="colTitle">Return type</th> </tr> <tr class="cell"> <td><a name="OPERATION-3">3</a></td> <td><a href="#COMPONENT_TYPE-3">bookstoreTracing.Bookstore</a></td> <td>searchBook</td> <td>&nbsp;</td> <td>N/A</td> </tr> <tr class="cell"> <td><a name="OPERATION-2">2</a></td> <td><a href="#COMPONENT_TYPE-2">bookstoreTracing.CRM</a></td> <td>getOffers</td> <td>&nbsp;</td> <td>N/A</td> </tr> <tr class="cell"> <td><a name="OPERATION-1">1</a></td> <td><a href="#COMPONENT_TYPE-1">bookstoreTracing.Catalog</a></td> <td>getBook</td> <td><li>boolean</li></td> <td>N/A</td> </tr> </table> <h1>Assembly Components</h1> <table border="1"><tr> <th class="colTitle">ID</th> <th class="colTitle">Name</th> <th class="colTitle">Component type</th> </tr> <tr class="cell"> <td><a name="ASSEMBLY_COMPONENT-3">3</a></td> <td>@3</td> <td><a href="#COMPONENT_TYPE-3">bookstoreTracing.Bookstore</a></td> </tr> <tr class="cell"> <td><a name="ASSEMBLY_COMPONENT-2">2</a></td> <td>@2</td> <td><a href="#COMPONENT_TYPE-2">bookstoreTracing.CRM</a></td> </tr> <tr class="cell"> <td><a name="ASSEMBLY_COMPONENT-1">1</a></td> <td>@1</td> <td><a href="#COMPONENT_TYPE-1">bookstoreTracing.Catalog</a></td> </tr> </table> <h1>Execution Containers</h1> <table border="1"><tr> <th class="colTitle">ID</th> <th class="colTitle">Name</th> </tr> <tr class="cell"> <td><a name="EXECUTION_CONTAINER-2">2</a></td> <td>SRV0</td> </tr> <tr class="cell"> <td><a name="EXECUTION_CONTAINER-1">1</a></td> <td>SRV1</td> </tr> </table> <h1>Deployment Components</h1> <table border="1"><tr> <th class="colTitle">ID</th> <th class="colTitle">Assembly component</th> <th class="colTitle">Execution container</th> </tr> <tr class="cell"> <td><a name="ALLOCATION_COMPONENT-4">4</a></td> <td><a href="#ALLOCATION_COMPONENT-3">@3:bookstoreTracing.Bookstore</a></td> <td><a href="#EXECUTION_CONTAINER-2">SRV0</a></td> </tr> <tr class="cell"> <td><a name="ALLOCATION_COMPONENT-3">3</a></td> <td><a href="#ALLOCATION_COMPONENT-2">@2:bookstoreTracing.CRM</a></td> <td><a href="#EXECUTION_CONTAINER-2">SRV0</a></td> </tr> <tr class="cell"> <td><a name="ALLOCATION_COMPONENT-2">2</a></td> <td><a href="#ALLOCATION_COMPONENT-1">@1:bookstoreTracing.Catalog</a></td> <td><a href="#EXECUTION_CONTAINER-2">SRV0</a></td> </tr> <tr class="cell"> <td><a name="ALLOCATION_COMPONENT-1">1</a></td> <td><a href="#ALLOCATION_COMPONENT-1">@1:bookstoreTracing.Catalog</a></td> <td><a href="#EXECUTION_CONTAINER-1">SRV1</a></td> </tr> </table> <pre> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . </pre> </body></html>
SLAsticSPE/slastic
examples/Transformation-slastic2pcm/models/Bookstore/bookstoresystem-entities.html
HTML
apache-2.0
3,790
<!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:34 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.request (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> <h1 class="bar"><a href="../../../../org/apache/solr/request/package-summary.html" target="classFrame">org.apache.solr.request</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="SolrQueryRequest.html" title="interface in org.apache.solr.request" target="classFrame"><i>SolrQueryRequest</i></a></li> <li><a href="SolrRequestHandler.html" title="interface in org.apache.solr.request" target="classFrame"><i>SolrRequestHandler</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="DocValuesFacets.html" title="class in org.apache.solr.request" target="classFrame">DocValuesFacets</a></li> <li><a href="DocValuesStats.html" title="class in org.apache.solr.request" target="classFrame">DocValuesStats</a></li> <li><a href="IntervalFacets.html" title="class in org.apache.solr.request" target="classFrame">IntervalFacets</a></li> <li><a href="LocalSolrQueryRequest.html" title="class in org.apache.solr.request" target="classFrame">LocalSolrQueryRequest</a></li> <li><a href="SimpleFacets.html" title="class in org.apache.solr.request" target="classFrame">SimpleFacets</a></li> <li><a href="SimpleFacets.CountPair.html" title="class in org.apache.solr.request" target="classFrame">SimpleFacets.CountPair</a></li> <li><a href="SolrQueryRequestBase.html" title="class in org.apache.solr.request" target="classFrame">SolrQueryRequestBase</a></li> <li><a href="SolrRequestInfo.html" title="class in org.apache.solr.request" target="classFrame">SolrRequestInfo</a></li> </ul> </div> </body> </html>
freakimkaefig/melodicsimilarity-solr
docs/solr-core/org/apache/solr/request/package-frame.html
HTML
apache-2.0
2,076
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2015-11-03 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20151103" /> <meta http-equiv="Content-Language" content="en" /> <title>SBT Compiler for SBT 0.12 &#x2013; Project Build Plugins</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script> <link rel="stylesheet" href="./css/site.css" type="text/css"/> <!-- Google Analytics --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17472708-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="topBarDisabled"> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <div id="bannerLeft"> <h2>SBT Compiler for SBT 0.12</h2> </div> </div> <div class="pull-right"> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2015-11-03 <span class="divider">|</span> </li> <li id="projectVersion">Version: 1.0.0-beta6 </li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span2"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Parent Project</li> <li> <a href="../index.html" title="SBT Compilers"> <span class="none"></span> SBT Compilers</a> </li> <li class="nav-header">Overview</li> <li> <a href="index.html" title="About"> <span class="none"></span> About</a> </li> <li> <a href="apidocs/index.html" title="JavaDocs"> <span class="none"></span> JavaDocs</a> </li> <li class="nav-header">Project Documentation</li> <li> <a href="project-info.html" title="Project Information"> <span class="icon-chevron-down"></span> Project Information</a> <ul class="nav nav-list"> <li> <a href="dependencies.html" title="Dependencies"> <span class="none"></span> Dependencies</a> </li> <li> <a href="dependency-info.html" title="Dependency Information"> <span class="none"></span> Dependency Information</a> </li> <li> <a href="distribution-management.html" title="Distribution Management"> <span class="none"></span> Distribution Management</a> </li> <li> <a href="index.html" title="About"> <span class="none"></span> About</a> </li> <li> <a href="issue-tracking.html" title="Issue Tracking"> <span class="none"></span> Issue Tracking</a> </li> <li> <a href="license.html" title="Project License"> <span class="none"></span> Project License</a> </li> <li> <a href="plugin-management.html" title="Plugin Management"> <span class="none"></span> Plugin Management</a> </li> <li class="active"> <a href="#"><span class="none"></span>Project Plugins</a> </li> <li> <a href="team-list.html" title="Project Team"> <span class="none"></span> Project Team</a> </li> <li> <a href="source-repository.html" title="Source Repository"> <span class="none"></span> Source Repository</a> </li> <li> <a href="project-summary.html" title="Project Summary"> <span class="none"></span> Project Summary</a> </li> </ul> </li> <li> <a href="project-reports.html" title="Project Reports"> <span class="icon-chevron-right"></span> Project Reports</a> </li> </ul> <hr /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="span10" > <div class="section"> <h2><a name="Project_Build_Plugins"></a>Project Build Plugins</h2><a name="Project_Build_Plugins"></a> <table border="0" class="table table-striped"> <tr class="a"> <th>GroupId</th> <th>ArtifactId</th> <th>Version</th></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td> <td>2.17</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td> <td>3.0.0</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td> <td>3.3</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td> <td>2.8.2</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td> <td>1.4.1</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td> <td>2.5.2</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td> <td>2.6</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td> <td>2.7</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td> <td>3.4</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td> <td>2.18.1</td></tr> <tr class="b"> <td>org.codehaus.plexus</td> <td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td> <td>1.6</td></tr></table></div> <div class="section"> <h2><a name="Project_Report_Plugins"></a>Project Report Plugins</h2><a name="Project_Report_Plugins"></a> <table border="0" class="table table-striped"> <tr class="a"> <th>GroupId</th> <th>ArtifactId</th> <th>Version</th></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td> <td>2.10.3</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td> <td>2.5</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td> <td>2.8.1</td></tr></table></div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row-fluid"> <p >Copyright &copy; 2013&#x2013;2015. All rights reserved. </p> </div> </div> </footer> </body> </html>
sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io
sbt-compiler-maven-plugin/1.0.0-beta6/sbt-compilers/sbt-compiler-sbt012/plugins.html
HTML
apache-2.0
10,617
<div class="container-fluid"> <div class="btn-wrp pull-right"> <button class="btn btn-success" ng-click="save()">Save</button> <button class="btn btn-danger" ng-click="close()">Close</button> </div> </div> <div class="container-fluid"> <form name="routeData"> <div route-directions route-data="routeData"></div> <div class="form-group"> <label for="inputPrice">Price:</label> <input id="inputPrice" type="text" class="form-control" placeholder="Price" name="price" ng-model="route.price" > </div> <div route-timing></div> <div class="form-group"> <label for="inputAdds">Additional info:</label> <textarea id="inputAdds" class="form-control" name="adds" ng-model="route.adds" ></textarea> </div> </form> </div>
dimaShin/fellow-traveler
public/app/modules/base/new/traveler/traveler.html
HTML
apache-2.0
1,040
<!DOCTYPE HTML> <html> <head> <title>班級網站</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="include/strongly/assets/js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="include/strongly/assets/css/main.css" /> <!--[if lte IE 8]><link rel="stylesheet" href="include/strongly/assets/css/ie8.css" /><![endif]--> <!-- Scripts --> <script src="include/strongly/assets/js/jquery.min.js"></script> <script src="include/strongly/assets/js/jquery.dropotron.min.js"></script> <script src="include/strongly/assets/js/skel.min.js"></script> <script src="include/strongly/assets/js/skel-viewport.min.js"></script> <script src="include/strongly/assets/js/util.js"></script> <!--[if lte IE 8]><script src="include/strongly/assets/js/ie/respond.min.js"></script><![endif]--> <script src="include/js/config/config.js"></script> <script src="include/js/page/ctrl.js"></script> <script src="include/js/page/topMenu.js"></script> <script src="include/strongly/assets/js/main.js"></script> </head> <body class="homepage"> <div id="page-wrapper"> <!-- Header --> <div id="header-wrapper"> <div id="header" class="container"> <!-- Logo --> <h1 id="logo"><a href="index.html">Strongly Typed</a></h1> <p>A responsive HTML5 site template. Manufactured by HTML5 UP.</p> <!-- Nav --> <nav id="nav"> <div style="float:right;"> <span>Hi, @@userName@@ 歡迎回來</span> </div> <!--選單--> <ul id="menus"> <li><a class="icon fa-home" href="./"><span>班級首頁</span></a></li> <li> <a href="#" class="icon fa-bar-chart-o"><span>Dropdown</span></a> <ul> <li><a href="#">Lorem ipsum dolor</a></li> <li><a href="#">Magna phasellus</a></li> <li><a href="#">Etiam dolore nisl</a></li> <li> <a href="#">Phasellus consequat</a> <ul> <li><a href="#">Magna phasellus</a></li> <li><a href="#">Etiam dolore nisl</a></li> <li><a href="#">Phasellus consequat</a></li> </ul> </li> <li><a href="#">Veroeros feugiat</a></li> </ul> </li> <li><a class="icon fa-cog" href="left-sidebar.html"><span>Left Sidebar</span></a></li> <li><a class="icon fa-retweet" href="#" onclick="logoutEven();"><span>Logout</span></a></li> </ul> </nav> </div> </div> <!-- Features --> <div id="features-wrapper"> <section id="features" class="container"> <header> <h2>Gentlemen, behold! This is <strong>Strongly Typed</strong>!</h2> </header> <div class="row"> <div class="4u 12u(mobile)"> <!-- Feature --> <section> <a href="#" class="image featured"><img src="include/strongly/images/pic01.jpg" alt="" /></a> <header> <h3>Okay, so what is this?</h3> </header> <p>This is <strong>Strongly Typed</strong>, a free, fully responsive site template by <a href="http://html5up.net">HTML5 UP</a>. Free for personal and commercial use under the <a href="http://html5up.net/license">CCA 3.0 license</a>.</p> </section> </div> <div class="4u 12u(mobile)"> <!-- Feature --> <section> <a href="#" class="image featured"><img src="include/strongly/images/pic02.jpg" alt="" /></a> <header> <h3>Nice! What is HTML5 UP?</h3> </header> <p><a href="http://html5up.net">HTML5 UP</a> is a side project of <a href="http://n33.co">AJ’s</a> (= me). I started it as a way to both test my <strong>skel</strong> framework and sharpen up my coding and design skills a bit.</p> </section> </div> <div class="4u 12u(mobile)"> <!-- Feature --> <section> <a href="#" class="image featured"><img src="include/strongly/images/pic03.jpg" alt="" /></a> <header> <h3>Skel? What's that?</h3> </header> <p><strong>Skel</strong> is a lightweight framework for building responsive sites and apps. All of my stuff at <a href="http://html5up.net">HTML5 UP</a> (including this one) are built on this framework.</p> </section> </div> </div> <ul class="actions"> <li><a href="#" class="button icon fa-file">Tell Me More</a></li> </ul> </section> </div> <!-- Banner --> <div id="banner-wrapper"> <div class="inner"> <section id="banner" class="container"> <p>Use this space for <strong>profound thoughts</strong>.<br /> Or an enormous ad. Whatever.</p> </section> </div> </div> <!-- Main --> <div id="main-wrapper"> <div id="main" class="container"> <div class="row"> <!-- Content --> <div id="content" class="8u 12u(mobile)"> <!-- Post --> <article class="box post"> <header> <h2><a href="#">I don’t want to say <strong>it’s the aliens</strong> ...<br /> but it’s the aliens.</a></h2> </header> <a href="#" class="image featured"><img src="include/strongly/images/pic04.jpg" alt="" /></a> <h3>I mean isn't it possible?</h3> <p>Phasellus laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur leo nibh, rutrum eu malesuada in, tristique at erat lorem ipsum dolor sit amet lorem ipsum sed consequat magna tempus veroeros lorem sed tempus aliquam lorem ipsum veroeros consequat magna tempus lorem ipsum consequat Phasellus laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur leo nibh, rutrum eu malesuada in, tristique at erat.</p> <ul class="actions"> <li><a href="#" class="button icon fa-file">Continue Reading</a></li> </ul> </article> <!-- Post --> <article class="box post"> <header> <h2><a href="#">By the way, many thanks to <strong>regularjane</strong> for these awesome demo photos</a></h2> </header> <a href="#" class="image featured"><img src="include/strongly/images/pic05.jpg" alt="" /></a> <h3>You should probably check out her work</h3> <p>Phasellus laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur leo nibh, rutrum eu malesuada in, tristique at erat lorem ipsum dolor sit amet lorem ipsum sed consequat consequat magna tempus lorem ipsum consequat Phasellus laoreet massa id in, tristique at erat lorem ipsum dolor sit amet lorem ipsum sed consequat magna tempus veroeros lorem sed tempus aliquam lorem ipsum veroeros consequat magna tempus lorem ipsum consequat Phasellus laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur leo nibh, rutrum eu malesuada in, tristique at erat.</p> <p>Erat lorem ipsum veroeros consequat magna tempus lorem ipsum consequat Phasellus laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur leo nibh, rutrum eu malesuada in, tristique at erat. Curabitur leo nibh, rutrum eu malesuada in, tristique at erat lorem ipsum dolor sit amet lorem ipsum sed consequat magna tempus veroeros lorem sed tempus aliquam lorem ipsum veroeros consequat magna tempus</p> <ul class="actions"> <li><a href="#" class="button icon fa-file">Continue Reading</a></li> </ul> </article> </div> <!-- Sidebar --> <div id="sidebar" class="4u 12u(mobile)"> <!-- Excerpts --> <section> <ul class="divided"> <li> <!-- Excerpt --> <article class="box excerpt"> <header> <span class="date">July 30</span> <h3><a href="#">Just another post</a></h3> </header> <p>Lorem ipsum dolor odio facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci lorem ipsum sed magna consequat feugiat lorem dolore.</p> </article> </li> <li> <!-- Excerpt --> <article class="box excerpt"> <header> <span class="date">July 28</span> <h3><a href="#">And another post</a></h3> </header> <p>Lorem ipsum dolor odio facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci lorem ipsum sed magna consequat feugiat lorem dolore.</p> </article> </li> <li> <!-- Excerpt --> <article class="box excerpt"> <header> <span class="date">July 24</span> <h3><a href="#">One more post</a></h3> </header> <p>Lorem ipsum dolor odio facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci lorem ipsum sed magna consequat feugiat lorem dolore.</p> </article> </li> </ul> </section> <!-- Highlights --> <section> <ul class="divided"> <li> <!-- Highlight --> <article class="box highlight"> <header> <h3><a href="#">Something of note</a></h3> </header> <a href="#" class="image left"><img src="include/strongly/images/pic06.jpg" alt="" /></a> <p>Phasellus sed laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue magna lorem ipsum dolor et quisque ut odio facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci. Ut interdum tempus facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci.</p> <ul class="actions"> <li><a href="#" class="button icon fa-file">Learn More</a></li> </ul> </article> </li> <li> <!-- Highlight --> <article class="box highlight"> <header> <h3><a href="#">Something of less note</a></h3> </header> <a href="#" class="image left"><img src="include/strongly/images/pic07.jpg" alt="" /></a> <p>Phasellus sed laoreet massa id justo mattis pharetra. Fusce suscipit ligula vel quam viverra sit amet mollis tortor congue magna lorem ipsum dolor et quisque ut odio facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci. Ut interdum tempus facilisis convallis. Etiam non nunc vel est suscipit convallis non id orci.</p> <ul class="actions"> <li><a href="#" class="button icon fa-file">Learn More</a></li> </ul> </article> </li> </ul> </section> </div> </div> </div> </div> <!-- Footer --> <div id="footer-wrapper"> <div id="footer" class="container"> <header> <h2>Questions or comments? <strong>Get in touch:</strong></h2> </header> <div class="row"> <div class="6u 12u(mobile)"> <section> <form method="post" action="#"> <div class="row 50%"> <div class="6u 12u(mobile)"> <input name="name" placeholder="Name" type="text" /> </div> <div class="6u 12u(mobile)"> <input name="email" placeholder="Email" type="text" /> </div> </div> <div class="row 50%"> <div class="12u"> <textarea name="message" placeholder="Message"></textarea> </div> </div> <div class="row 50%"> <div class="12u"> <a href="#" class="form-button-submit button icon fa-envelope">Send Message</a> </div> </div> </form> </section> </div> <div class="6u 12u(mobile)"> <section> <p>Erat lorem ipsum veroeros consequat magna tempus lorem ipsum consequat Phaselamet mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur leo nibh, rutrum eu malesuada.</p> <div class="row"> <div class="6u 12u(mobile)"> <ul class="icons"> <li class="icon fa-home"> 1234 Somewhere Road<br /> Nashville, TN 00000<br /> USA </li> <li class="icon fa-phone"> (000) 000-0000 </li> <li class="icon fa-envelope"> <a href="#">info@untitled.tld</a> </li> </ul> </div> <div class="6u 12u(mobile)"> <ul class="icons"> <li class="icon fa-twitter"> <a href="#">@untitled-tld</a> </li> <li class="icon fa-instagram"> <a href="#">instagram.com/untitled-tld</a> </li> <li class="icon fa-dribbble"> <a href="#">dribbble.com/untitled-tld</a> </li> <li class="icon fa-facebook"> <a href="#">facebook.com/untitled-tld</a> </li> </ul> </div> </div> </section> </div> </div> </div> <div id="copyright" class="container"> <ul class="links"> <li>&copy; Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> </ul> </div> </div> </div> </body> </html>
DelphiRace/construct-management
public/include/pageSetting/index/after_login.html
HTML
apache-2.0
14,714
<!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_01) on Tue Jan 03 22:18:35 CAT 2006 --> <TITLE> SaveEncounterTest </TITLE> <META NAME="keywords" CONTENT="org.zeprs.unittest.persistence.SaveEncounterTest class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="SaveEncounterTest"; } </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="class-use/SaveEncounterTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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;<A HREF="../../../../org/zeprs/unittest/persistence/RuleDefinitionTest.html" title="class in org.zeprs.unittest.persistence"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/zeprs/unittest/persistence/SimpleSaveTest.html" title="class in org.zeprs.unittest.persistence"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/zeprs/unittest/persistence/SaveEncounterTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SaveEncounterTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.zeprs.unittest.ZeprsTest">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.zeprs.unittest.persistence</FONT> <BR> Class SaveEncounterTest</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/zeprs/unittest/ZeprsTest.html" title="class in org.zeprs.unittest">org.zeprs.unittest.ZeprsTest</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.zeprs.unittest.persistence.SaveEncounterTest</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD> </DL> <HR> <DL> <DT><PRE>public class <B>SaveEncounterTest</B><DT>extends <A HREF="../../../../org/zeprs/unittest/ZeprsTest.html" title="class in org.zeprs.unittest">ZeprsTest</A></DL> </PRE> <P> Created by IntelliJ IDEA. User: Dave Peckham Date: Mar 29, 2004 Time: 3:55:09 PM To change this template use File | Settings | File Templates. <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.zeprs.unittest.ZeprsTest"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class org.zeprs.unittest.<A HREF="../../../../org/zeprs/unittest/ZeprsTest.html" title="class in org.zeprs.unittest">ZeprsTest</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#CURRENT_FLOW_ID">CURRENT_FLOW_ID</A>, <A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#CURRENT_PATIENT_ID">CURRENT_PATIENT_ID</A>, <A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#CURRENT_PREGNANCY_ID">CURRENT_PREGNANCY_ID</A>, <A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#CURRENT_SITE_ID">CURRENT_SITE_ID</A>, <A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#LOGFILE">LOGFILE</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/zeprs/unittest/persistence/SaveEncounterTest.html#SaveEncounterTest()">SaveEncounterTest</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/zeprs/unittest/persistence/SaveEncounterTest.html#testSaveEncounter()">testSaveEncounter</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This test creates a visit that has data that reports to patient_status table and saves it.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.zeprs.unittest.ZeprsTest"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.zeprs.unittest.<A HREF="../../../../org/zeprs/unittest/ZeprsTest.html" title="class in org.zeprs.unittest">ZeprsTest</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#getPersistedPatient()">getPersistedPatient</A>, <A HREF="../../../../org/zeprs/unittest/ZeprsTest.html#getPrincipal()">getPrincipal</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</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, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="SaveEncounterTest()"><!-- --></A><H3> SaveEncounterTest</H3> <PRE> public <B>SaveEncounterTest</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="testSaveEncounter()"><!-- --></A><H3> testSaveEncounter</H3> <PRE> public void <B>testSaveEncounter</B>()</PRE> <DL> <DD>This test creates a visit that has data that reports to patient_status table and saves it. <P> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SaveEncounterTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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;<A HREF="../../../../org/zeprs/unittest/persistence/RuleDefinitionTest.html" title="class in org.zeprs.unittest.persistence"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/zeprs/unittest/persistence/SimpleSaveTest.html" title="class in org.zeprs.unittest.persistence"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/zeprs/unittest/persistence/SaveEncounterTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SaveEncounterTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.zeprs.unittest.ZeprsTest">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
chrisekelley/zeprs
docs/org/zeprs/unittest/persistence/SaveEncounterTest.html
HTML
apache-2.0
14,528
<!doctype html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Uploaded</title> </head> <body> <div> <img src="{{ storage_path }}/{{ filename }}" style="max-width: 30%"> </div> <div> Tags: {% for tag in tags %} [{{ tag }}] {% endfor %} </div> <br/> <div> <form action={{ url_for('photos') }}> <input type=submit value='Back to Photo Album'> </form> </div> </body> </html>
GoogleCloudPlatform/appengine-photoalbum-example
templates/post.html
HTML
apache-2.0
445
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>The Red Hat newlib C Library: wcspbrk</title> <meta name="description" content="The Red Hat newlib C Library: wcspbrk"> <meta name="keywords" content="The Red Hat newlib C Library: wcspbrk"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Document-Index.html#Document-Index" rel="index" title="Document Index"> <link href="Document-Index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Wchar-strings.html#Wchar-strings" rel="up" title="Wchar strings"> <link href="wcsrchr.html#wcsrchr" rel="next" title="wcsrchr"> <link href="wcsnlen.html#wcsnlen" rel="prev" title="wcsnlen"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="wcspbrk"></a> <div class="header"> <p> Next: <a href="wcsrchr.html#wcsrchr" accesskey="n" rel="next">wcsrchr</a>, Previous: <a href="wcsnlen.html#wcsnlen" accesskey="p" rel="prev">wcsnlen</a>, Up: <a href="Wchar-strings.html#Wchar-strings" accesskey="u" rel="up">Wchar strings</a> &nbsp; [<a href="Document-Index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Document-Index.html#Document-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="wcspbrk_002d_002d_002d_002dscan-wide_002dcharacter-string-for-a-wide_002dcharacter-code"></a> <h3 class="section">6.22 <code>wcspbrk</code>&mdash;-scan wide-character string for a wide-character code</h3> <p><strong>Synopsis</strong> </p><div class="example"> <pre class="example">#include &lt;wchar.h&gt; wchar_t *wcspbrk(const wchar_t *<var>s</var>, const wchar_t *<var>set</var>); </pre></div> <p><strong>Description</strong><br> The <code>wcspbrk</code> function locates the first occurrence in the wide-character string pointed to by <var>s</var> of any wide-character code from the wide-character string pointed to by <var>set</var>. </p> <br> <p><strong>Returns</strong><br> Upon successful completion, <code>wcspbrk</code> returns a pointer to the wide-character code or a null pointer if no wide-character code from <var>set</var> occurs in <var>s</var>. </p> <br> <p><strong>Portability</strong><br> <code>wcspbrk</code> is ISO/IEC 9899/AMD1:1995 (ISO C). </p> <p>No supporting OS subroutines are required. </p> <br> </body> </html>
ATM-HSW/mbed_target
buildtools/gcc-arm-none-eabi-6-2017-q2/share/doc/gcc-arm-none-eabi/html/libc/wcspbrk.html
HTML
apache-2.0
3,705
<!-- 管理员用户组新增和编辑页面 --> <extend name="Public/base" /> <block name="body"> <div class="main-title"> <h2>{:L("_DEFAULT_TITLE_CONFIGURATION_")}</h2> </div> <div class="tab-wrap with-padding"> <div class="clearfix"> <div class="col-xs-10"> <include file="_link"/> </div> <div class="col-xs-2 text-right"> <select name="role" class="form-control"> <volist name="role_list" id="vo"> <option value="{:U('Role/configRank',array('id'=>$vo['id']))}" <eq name="vo['id']" value="$this_role['id']">selected</eq> >{$vo.title}</option> </volist> </select> </div> </div> <div class="node-list"> <!-- 访问授权 --> <div class="tab-pane in"> <form action="__SELF__" enctype="application/x-www-form-urlencoded" method="POST" class="form-horizontal auth-form"> <notempty name="can_apply"> <dl class="checkmod"> <dt class="hd"> <label class="checkbox"><input class="auth_rank rank_all" type="checkbox">{:L("_USER_CAN_APPLY_FOR_TITLE_")}</label> </dt> <dd class="bd"> <volist name="can_apply" id="rank" > <div class="rank_check"> <div> <label class="checkbox" title="id:{$rank['id']} {:L("_CREATE_PERSON_")}{$rank['name']} {:L("_CREATE_TIME_")}{$rank['create_time']|time_format='Y-m-d'}"> <input class="auth_rank rank_row" type="checkbox" name="ranks[]" value="{$rank['id']}"/>{$rank['title']} <empty name="rank.label_content"><img src="{$rank['logo']|getThumbImageById}"/><else/> <span class="label label-badge rank-label" title="{$rank.title}" style="line-height: 6px;height: 18px;vertical-align: middle;text-align: center; background: {$rank.label_bg} !important;color:{$rank.label_color} !important;">{$rank.label_content}</span> </empty> </label> </div> </div> </volist> <div class="clearfix"></div> </dd> </dl> </notempty> <notempty name="un_apply"> <dl class="checkmod"> <dt class="hd"> <label class="checkbox"><input class="auth_rank rank_all" type="checkbox">{:L("_USERS_CAN_NOT_APPLY_FOR_THE_TITLE_")}</label> </dt> <dd class="bd"> <volist name="un_apply" id="rank" > <div class="rank_check"> <div> <label class="checkbox" title="id:{$rank['id']} {:L("_CREATE_PERSON:_")}{$rank['name']} {:L("_CREATE_TIME:_")}{$rank['create_time']|time_format='Y-m-d'}"> <input class="auth_rank rank_row" type="checkbox" name="ranks[]" value="{$rank['id']}"/>{$rank['title']}<img src="{$rank['logo']|getThumbImageById}"/> </label> </div> </div> </volist> <div class="clearfix"></div> </dd> </dl> </notempty> <if condition="count($un_apply)||count($can_apply)"> <label class="item-label">{:L("_TITLE_ISSUES_")}</label> <div class="controls"> <textarea name="reason" style="width: 500px;min-height: 100px;">{$reason}</textarea> </div> <else/> <div style="color: #B5B4B4;font-size: 16px;margin: 10px;"> {:L("_FIRST_TO_THE_USER_TITLE_MANAGEMENT_TITLE_LIST_WITH_SPACE_")}中<a href="{:U('admin/rank/editrank')}" target="_blank" title={:L("_ADD_THE_TITLE_RIGHT_NOW_WITH_DOUBLE_")} style="color: #B5B4B4;text-decoration: underline;">{:L("_ADD_A_TITLE_")}</a>~ </div> </if> <div style="margin-top: 20px;"></div> <input type="hidden" name="id" value="{$this_role.id}" /> <button type="submit" class="btn submit-btn ajax-post" target-form="auth-form">{:L("_SURE_WITH_SPACE_")}</button> <button class="btn btn-return" onclick="javascript:history.back(-1);return false;">{:L("_RETURN_WITH_SPACE_")}</button> <span style="color: #BABABA;margin: 11px;">{:L("_PLEASE_SAVE_THE_ABOVE_CONFIGURATION_AND_THEN_SWITCH_TO_ANOTHER_INTERFACE_")}</span> </form> </div> </div> </div> <style> .rank_check{ float: left; margin: 20px 20px 20px 0; } .rank_check img{ margin-left: 5px; width: 18px; height: 18px; } </style> </block> <block name="script"> <script type="text/javascript" src="__STATIC__/qtip/jquery.qtip.min.js"></script> <link rel="stylesheet" type="text/css" href="__STATIC__/qtip/jquery.qtip.min.css" media="all"> <script type="text/javascript" charset="utf-8"> +function($){ var ranks = [{$this_role.ranks}]; $('.auth_rank').each(function(){ if( $.inArray( parseInt(this.value,10),ranks )>-1 ){ $(this).prop('checked',true); } if(this.value==''){ $(this).closest('span').remove(); } }); //全选节点 $('.rank_all').on('change',function(){ $(this).closest('dl').find('dd').find('input').prop('checked',this.checked); }); $('.rank_row').on('change',function(){ $(this).closest('.rank_check').find('.child_row').find('input').prop('checked',this.checked); }); $('.checkbox').each(function(){ $(this).qtip({ content: { text: $(this).attr('title'), title: $(this).text() }, position: { my: 'bottom center', at: 'top center', target: $(this) }, style: { classes: 'qtip-dark', tip: { corner: true, mimic: false, width: 10, height: 10 } } }); }); $('select[name="role"]').change(function(){ location.href = this.value; }); //导航高亮 highlight_subnav('{:U('Role/configrank')}'); }(jQuery); </script> </block>
ljh50/thinkphp-agile-dev
Application/Admin/View/default/Role/rank.html
HTML
apache-2.0
7,546
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket::async_wait</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../basic_socket.html" title="basic_socket"> <link rel="prev" href="async_connect.html" title="basic_socket::async_connect"> <link rel="next" href="at_mark.html" title="basic_socket::at_mark"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="async_connect.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="at_mark.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.basic_socket.async_wait"></a><a class="link" href="async_wait.html" title="basic_socket::async_wait">basic_socket::async_wait</a> </h4></div></div></div> <p> <a class="indexterm" name="idp128982000"></a> Asynchronously wait for the socket to become ready to read, ready to write, or to have pending error conditions. </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <a class="link" href="../WaitHandler.html" title="Wait handler requirements">WaitHandler</a><span class="special">&gt;</span> <a class="link" href="../asynchronous_operations.html#asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_wait</span><span class="special">(</span> <span class="identifier">wait_type</span> <span class="identifier">w</span><span class="special">,</span> <span class="identifier">WaitHandler</span> <span class="special">&amp;&amp;</span> <span class="identifier">handler</span><span class="special">);</span> </pre> <p> This function is used to perform an asynchronous wait for a socket to enter a ready to read, write or error condition state. </p> <h6> <a name="asio.reference.basic_socket.async_wait.h0"></a> <span><a name="asio.reference.basic_socket.async_wait.parameters"></a></span><a class="link" href="async_wait.html#asio.reference.basic_socket.async_wait.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">w</span></dt> <dd><p> Specifies the desired socket state. </p></dd> <dt><span class="term">handler</span></dt> <dd> <p> The handler to be called when the wait operation completes. Copies will be made of the handler as required. The function signature of the handler must be: </p> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span> <span class="comment">// Result of operation</span> <span class="special">);</span> </pre> <p> Regardless of whether the asynchronous operation completes immediately or not, the handler will not be invoked from within this function. Invocation of the handler will be performed in a manner equivalent to using <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">post</span><span class="special">()</span></code>. </p> </dd> </dl> </div> <h6> <a name="asio.reference.basic_socket.async_wait.h1"></a> <span><a name="asio.reference.basic_socket.async_wait.example"></a></span><a class="link" href="async_wait.html#asio.reference.basic_socket.async_wait.example">Example</a> </h6> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">wait_handler</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">if</span> <span class="special">(!</span><span class="identifier">error</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// Wait succeeded.</span> <span class="special">}</span> <span class="special">}</span> <span class="special">...</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">async_wait</span><span class="special">(</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">wait_read</span><span class="special">,</span> <span class="identifier">wait_handler</span><span class="special">);</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="async_connect.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="at_mark.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
letitvi/VideoGridPlayer
thirdparty/source/asio-1.11.0/doc/asio/reference/basic_socket/async_wait.html
HTML
apache-2.0
7,141
<div layout="column"> <h3>BETTy Login</h3> <form name="loginForm" ng-submit="loginForm.$valid && loginCtrl.login()" layout="column" novalidate> <md-input-container> <label>Last Name</label> <input type="text" name="username" ng-model="loginCtrl.username" required /> <div ng-messages="loginForm.username.$error"> <div ng-message="required">Last name is required</div> </div> </md-input-container> <md-input-container> <label>Student ID</label> <input type="password" name="password" ng-model="loginCtrl.password" required /> <div ng-messages="loginForm.password.$error"> <div ng-message="required">Student ID is required</div> </div> </md-input-container> <div layout="row" layout-align="end none"> <md-button class="md-primary" type="submit" ng-disabled="loginForm.$invalid">Login</md-button> </div> </form> </div> <betty-wait ng-show="loginCtrl.loading"></betty-wait>
hotforfeature/betty
app/login/betty-login.html
HTML
apache-2.0
975
<div class="{{ !item.collapsed ? 'comment' : 'comment collapsed' }}"> <span class="name"></span> <span class="btns"> <button ref:refresh class="stripped timeago" title="refresh" on:click="refresh()">{{ timeago(item['2']) }}</button> <button class="stripped" on:click="toggle(item)" title="{{title(item.children.length, item.total_child_count)}}"> [ {{ plus_minus(item.collapsed, item.total_child_count) }} ] </button> </span> <div class="content" ref:content></div> <button class="{{ reply_btn_class(item['7']) }}" on:click="show_form()">Reply</button> {{#if item.children.length }} <button class="stripped" disabled>&nbsp;<!--placeholder--></button> <dd ref:dd> {{#each item.children as child}} <:Self item="{{ child }}" /> {{/each}} </dd> {{/if}} </div> <script> import { LIMIT_DEPTH, context, timeago, append, plus_minus, sanitize, toHTML, toHexColor } from './util' const MINUS = '[ - ]', PLUS = '[ + ]' export default { data: () => ({ }), helpers: { timeago, append, plus_minus, title: (count, total_count) => `direct replies: ${count}, nested replies: ${total_count - count}`, reply_btn_class: (depth) => depth < LIMIT_DEPTH ? 'outlined' : 'hide' }, oncreate() { let item = this.get('item'), content = this.refs.content, nameNode = content.parentNode.firstElementChild, name = item['4'] item.v$ = this nameNode.style.color = toHexColor(name) nameNode.innerHTML = toHTML(name) content.innerHTML = toHTML(item['5']) }, methods: { toggle(item) { item.collapsed = !item.collapsed this.set({ item: item }) }, show_form() { let root$ = context.root$ if (!root$.get('loading')) root$.reply$$show_form(this, this.refs.content.nextElementSibling) }, refresh() { let root$ = context.root$ if (!root$.get('loading')) root$.fetch$$(false, this) } } } </script>
dyu/comments
comments-ts/src/Comment.html
HTML
apache-2.0
2,141
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Mon May 01 08:43:52 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RemoteNamingServiceConsumer (Public javadocs 2017.5.0 API)</title> <meta name="date" content="2017-05-01"> <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="RemoteNamingServiceConsumer (Public javadocs 2017.5.0 API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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/RemoteNamingServiceConsumer.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, 2017.5.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceSupplier.html" title="interface in org.wildfly.swarm.config.naming"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" target="_top">Frames</a></li> <li><a href="RemoteNamingServiceConsumer.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.naming</div> <h2 title="Interface RemoteNamingServiceConsumer" class="title">Interface RemoteNamingServiceConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a>&lt;T&gt;&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">RemoteNamingServiceConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming">RemoteNamingService</a>&lt;T&gt;&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><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default 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/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="type parameter in RemoteNamingServiceConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of RemoteNamingService resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="interface in org.wildfly.swarm.config.naming">RemoteNamingServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="type parameter in RemoteNamingServiceConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html#andThen-org.wildfly.swarm.config.naming.RemoteNamingServiceConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="interface in org.wildfly.swarm.config.naming">RemoteNamingServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="type parameter in RemoteNamingServiceConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.config.naming.RemoteNamingService-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="type parameter in RemoteNamingServiceConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of RemoteNamingService resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.naming.RemoteNamingServiceConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="interface in org.wildfly.swarm.config.naming">RemoteNamingServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="type parameter in RemoteNamingServiceConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="interface in org.wildfly.swarm.config.naming">RemoteNamingServiceConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" title="type parameter in RemoteNamingServiceConsumer">T</a>&gt;&nbsp;after)</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/RemoteNamingServiceConsumer.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, 2017.5.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingService.html" title="class in org.wildfly.swarm.config.naming"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/naming/RemoteNamingServiceSupplier.html" title="interface in org.wildfly.swarm.config.naming"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html" target="_top">Frames</a></li> <li><a href="RemoteNamingServiceConsumer.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>
wildfly-swarm/wildfly-swarm-javadocs
2017.5.0/apidocs/org/wildfly/swarm/config/naming/RemoteNamingServiceConsumer.html
HTML
apache-2.0
11,556
<!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 Jul 20 17:40:21 CDT 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.gramar.base.tag.UserRegionTag (org.gramar:gramar 1.0.0 API)</title> <meta name="date" content="2016-07-20"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.gramar.base.tag.UserRegionTag (org.gramar:gramar 1.0.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/gramar/base/tag/UserRegionTag.html" title="class in org.gramar.base.tag">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/gramar/base/tag/class-use/UserRegionTag.html" target="_top">Frames</a></li> <li><a href="UserRegionTag.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.gramar.base.tag.UserRegionTag" class="title">Uses of Class<br>org.gramar.base.tag.UserRegionTag</h2> </div> <div class="classUseContainer">No usage of org.gramar.base.tag.UserRegionTag</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/gramar/base/tag/UserRegionTag.html" title="class in org.gramar.base.tag">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/gramar/base/tag/class-use/UserRegionTag.html" target="_top">Frames</a></li> <li><a href="UserRegionTag.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; 2016. All rights reserved.</small></p> </body> </html>
chrisGerken/gramar
core/gramar/apidocs/org/gramar/base/tag/class-use/UserRegionTag.html
HTML
apache-2.0
4,301
<!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"/> <!-- version /docs/1.0.0-beta.11 should not be indexed --> <meta name="robots" content="noindex"> <title>on-drag-down - 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>on-drag-down</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/onDragDown/" > nightly </option> <option value="/docs/api/directive/onDragDown/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/directive/onDragDown/" > 1.0.1 </option> <option value="/docs/1.0.0/api/directive/onDragDown/" > 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/onDragDown/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/onDragDown/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/onDragDown/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/onDragDown/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/onDragDown/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/onDragDown/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/onDragDown/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/onDragDown/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/onDragDown/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/onDragDown/" selected> 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/onDragDown/" > 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/1.0.0-beta.11/api/"> JavaScript </a> </li> <!-- Tabs --> <li class="menu-section"> <a href="#" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="#" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="#" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/navClear/"> nav-clear </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="#" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="#" class="api-section"> Content </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="#" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="#" class="api-section"> Lists </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="#" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="#" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="#" class="api-section"> Modal </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="#" class="api-section"> Popover </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="#" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="#" class="api-section"> Popup </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="#" class="api-section"> Loading </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/1.0.0-beta.11/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="#" class="api-section"> Platform </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Events --> <li class="menu-section"> <a href="#" class="api-section"> Events </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> </ul> </li> <!-- Gesture --> <li class="menu-section"> <a href="#" class="api-section"> Gesture </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="#" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Position --> <li class="menu-section"> <a href="#" class="api-section"> Position </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/utility/ionic.EventController/"> ionic.EventController </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/1.0.0-beta.11/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Keyboard --> <li class="menu-section"> <a href="#" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/keyboardAttach/"> keyboard-attach </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/gesture.js#L124'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/gesture.js#L124'> Improve this doc </a> </div> <h1 class="api-title"> on-drag-down </h1> <p>Called when the element is dragged down.</p> <h2 id="usage">Usage</h2> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;button</span> <span class="na">on-drag-down=</span><span class="s">&quot;onDragDown()&quot;</span> <span class="na">class=</span><span class="s">&quot;button&quot;</span><span class="nt">&gt;</span>Test<span class="nt">&lt;/button&gt;</span> </code></pre></div> </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>
martinjbaker/ionic-site
_site/docs/1.0.0-beta.11/api/directive/onDragDown/index.html
HTML
apache-2.0
27,958
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Kid Safe Search Engine</title> <script src="jquery.js"></script> <script src="jquery.mobile.js"></script> <link rel="stylesheet" href="jquery.mobile.css" /> <style type="text/css"> .query { font-style:normal; margin-right:12px; } </style> </head> <body> <div data-role="page" class="type-interior"> <div data-role="header" data-theme="e"> <h1>Kid Safe Search</h1> <a href="edu.html" data-ajax="false" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a> </div><!-- /header --> <ul data-role="listview" data-split-icon="gear" data-split-theme="d"> <li> <img src="http://t1.gstatic.com/images?q=tbn:ANd9GcRePzaZc4TXbhaJMxg3QZ0o1OZI1wb5iA2bYlypj6fJ2gSLEkgW" /> <h3>Biology</h3> <div> <a class="query" data-ajax="false" href="edu_search.html?query=+algae category:biology" >algae</a> <a class="query" data-ajax="false" href="edu_search.html?query=+amino acid category:biology" >amino acid</a> <a class="query" data-ajax="false" href="edu_search.html?query=+antibiotic category:biology" >antibiotic</a> <a class="query" data-ajax="false" href="edu_search.html?query=+atp category:biology" >atp</a> <a class="query" data-ajax="false" href="edu_search.html?query=+bacteria category:biology" >bacteria</a> <a class="query" data-ajax="false" href="edu_search.html?query=+blood vessel category:biology" >blood vessel</a> <a class="query" data-ajax="false" href="edu_search.html?query=+breeding season category:biology" >breeding season</a> <a class="query" data-ajax="false" href="edu_search.html?query=+cell category:biology" >cell</a> <a class="query" data-ajax="false" href="edu_search.html?query=+cell cycle category:biology" >cell cycle</a> <a class="query" data-ajax="false" href="edu_search.html?query=+cell line category:biology" >cell line</a> <a class="query" data-ajax="false" href="edu_search.html?query=+chlorophyll category:biology" >chlorophyll</a> <a class="query" data-ajax="false" href="edu_search.html?query=+chromosome category:biology" >chromosome</a> <a class="query" data-ajax="false" href="edu_search.html?query=+chromosome category:biology" >chromosome</a> <a class="query" data-ajax="false" href="edu_search.html?query=+collecting plants category:biology" >collecting plants</a> <a class="query" data-ajax="false" href="edu_search.html?query=+darwin category:biology" >darwin</a> <a class="query" data-ajax="false" href="edu_search.html?query=+disease category:biology" >disease</a> <a class="query" data-ajax="false" href="edu_search.html?query=+dna category:biology" >dna</a> <a class="query" data-ajax="false" href="edu_search.html?query=+embryos category:biology" >embryos</a> <a class="query" data-ajax="false" href="edu_search.html?query=+embryos category:biology" >embryos</a> <a class="query" data-ajax="false" href="edu_search.html?query=+enzyme category:biology" >enzyme</a> <a class="query" data-ajax="false" href="edu_search.html?query=+escherichia coli category:biology" >escherichia coli</a> <a class="query" data-ajax="false" href="edu_search.html?query=+food web category:biology" >food web</a> <a class="query" data-ajax="false" href="edu_search.html?query=+fruit category:biology" >fruit</a> <a class="query" data-ajax="false" href="edu_search.html?query=+gas exchange category:biology" >gas exchange</a> <a class="query" data-ajax="false" href="edu_search.html?query=+gene category:biology" >gene</a> <a class="query" data-ajax="false" href="edu_search.html?query=+genetics category:biology" >genetics</a> <a class="query" data-ajax="false" href="edu_search.html?query=+glycoprotein category:biology" >glycoprotein</a> <a class="query" data-ajax="false" href="edu_search.html?query=+gram positive category:biology" >gram positive</a> <a class="query" data-ajax="false" href="edu_search.html?query=+heart rate category:biology" >heart rate</a> <a class="query" data-ajax="false" href="edu_search.html?query=+heredity category:biology" >heredity</a> <a class="query" data-ajax="false" href="edu_search.html?query=+hormone category:biology" >hormone</a> <a class="query" data-ajax="false" href="edu_search.html?query=+host plant category:biology" >host plant</a> <a class="query" data-ajax="false" href="edu_search.html?query=+invasive species category:biology" >invasive species</a> <a class="query" data-ajax="false" href="edu_search.html?query=+iron deficient category:biology" >iron deficient</a> <a class="query" data-ajax="false" href="edu_search.html?query=+life cycle category:biology" >life cycle</a> <a class="query" data-ajax="false" href="edu_search.html?query=+macrophytes category:biology" >macrophytes</a> <a class="query" data-ajax="false" href="edu_search.html?query=+metabolic category:biology" >metabolic</a> <a class="query" data-ajax="false" href="edu_search.html?query=+microscope category:biology" >microscope</a> <a class="query" data-ajax="false" href="edu_search.html?query=+mineral nutrition category:biology" >mineral nutrition</a> <a class="query" data-ajax="false" href="edu_search.html?query=+mitosis category:biology" >mitosis</a> <a class="query" data-ajax="false" href="edu_search.html?query=+muscle category:biology" >muscle</a> <a class="query" data-ajax="false" href="edu_search.html?query=+natural selection category:biology" >natural selection</a> <a class="query" data-ajax="false" href="edu_search.html?query=+natural selection category:biology" >natural selection</a> <a class="query" data-ajax="false" href="edu_search.html?query=+natural selection category:biology" >natural selection</a> <a class="query" data-ajax="false" href="edu_search.html?query=+nucleotides category:biology" >nucleotides</a> <a class="query" data-ajax="false" href="edu_search.html?query=+nucleotides category:biology" >nucleotides</a> <a class="query" data-ajax="false" href="edu_search.html?query=+nutrient category:biology" >nutrient</a> <a class="query" data-ajax="false" href="edu_search.html?query=+organ category:biology" >organ</a> <a class="query" data-ajax="false" href="edu_search.html?query=+photosynthesis category:biology" >photosynthesis</a> <a class="query" data-ajax="false" href="edu_search.html?query=+plant defense category:biology" >plant defense</a> <a class="query" data-ajax="false" href="edu_search.html?query=+plant growth category:biology" >plant growth</a> <a class="query" data-ajax="false" href="edu_search.html?query=+plant species category:biology" >plant species</a> <a class="query" data-ajax="false" href="edu_search.html?query=+plasma membrane category:biology" >plasma membrane</a> <a class="query" data-ajax="false" href="edu_search.html?query=+plasma membrane category:biology" >plasma membrane</a> <a class="query" data-ajax="false" href="edu_search.html?query=+polymerase category:biology" >polymerase</a> <a class="query" data-ajax="false" href="edu_search.html?query=+polymorphism category:biology" >polymorphism</a> <a class="query" data-ajax="false" href="edu_search.html?query=+reproduction category:biology" >reproduction</a> <a class="query" data-ajax="false" href="edu_search.html?query=+rna category:biology" >rna</a> <a class="query" data-ajax="false" href="edu_search.html?query=+root growth category:biology" >root growth</a> <a class="query" data-ajax="false" href="edu_search.html?query=+salicylic acid category:biology" >salicylic acid</a> <a class="query" data-ajax="false" href="edu_search.html?query=+sexual selection category:biology" >sexual selection</a> <a class="query" data-ajax="false" href="edu_search.html?query=+species diversity category:biology" >species diversity</a> <a class="query" data-ajax="false" href="edu_search.html?query=+spinal cord category:biology" >spinal cord</a> <a class="query" data-ajax="false" href="edu_search.html?query=+tissue category:biology" >tissue</a> <a class="query" data-ajax="false" href="edu_search.html?query=+tissue culture category:biology" >tissue culture</a> <a class="query" data-ajax="false" href="edu_search.html?query=+tuberculosis category:biology" >tuberculosis</a> <a class="query" data-ajax="false" href="edu_search.html?query=+viral category:biology" >viral</a> <a class="query" data-ajax="false" href="edu_search.html?query=+virus category:biology" >virus</a> <a class="query" data-ajax="false" href="edu_search.html?query=+vitamins category:biology" >vitamins</a> <a class="query" data-ajax="false" href="edu_search.html?query=+yeast category:biology" >yeast</a> </div> </li> </ul> </div> <!-- /content END--> <div data-role="footer" class="footer-docs" data-theme="e"> <table style="text-align:left;width:100%"> <tr> <td style="text-align:left;width:50%">&copy; 2011 Bizosys Technologies Private Limited</td> <td style="text-align:right;width:50%">Contact: Abinasha Karana, abinash@bizosys.com</td> </tr> </table> </div> </div><!-- /page --> </body> </html>
bizosys/hsearch-obsolete
src/webapps/demos/edu_biology.html
HTML
apache-2.0
9,331
<!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_45) on Mon Mar 03 10:44:24 EST 2014 --> <title>org.hibernate.engine.jdbc Class Hierarchy (Hibernate JavaDocs)</title> <meta name="date" content="2014-03-03"> <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.hibernate.engine.jdbc Class Hierarchy (Hibernate JavaDocs)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/hibernate/engine/internal/package-tree.html">Prev</a></li> <li><a href="../../../../org/hibernate/engine/jdbc/batch/internal/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/hibernate/engine/jdbc/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.hibernate.engine.jdbc</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/AbstractLobCreator.html" title="class in org.hibernate.engine.jdbc"><span class="strong">AbstractLobCreator</span></a> (implements org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/LobCreator.html" title="interface in org.hibernate.engine.jdbc">LobCreator</a>) <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/ContextualLobCreator.html" title="class in org.hibernate.engine.jdbc"><span class="strong">ContextualLobCreator</span></a> (implements org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/LobCreator.html" title="interface in org.hibernate.engine.jdbc">LobCreator</a>)</li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/NonContextualLobCreator.html" title="class in org.hibernate.engine.jdbc"><span class="strong">NonContextualLobCreator</span></a> (implements org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/LobCreator.html" title="interface in org.hibernate.engine.jdbc">LobCreator</a>)</li> </ul> </li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/BlobProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">BlobProxy</span></a> (implements java.lang.reflect.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>)</li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/ClobProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">ClobProxy</span></a> (implements java.lang.reflect.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>) <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/NClobProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">NClobProxy</span></a></li> </ul> </li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/ColumnNameCache.html" title="class in org.hibernate.engine.jdbc"><span class="strong">ColumnNameCache</span></a></li> <li type="circle">java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><span class="strong">InputStream</span></a> (implements java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>) <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/ReaderInputStream.html" title="class in org.hibernate.engine.jdbc"><span class="strong">ReaderInputStream</span></a></li> </ul> </li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/ResultSetWrapperProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">ResultSetWrapperProxy</span></a> (implements java.lang.reflect.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>)</li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/SerializableBlobProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">SerializableBlobProxy</span></a> (implements java.lang.reflect.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>, java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/SerializableClobProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">SerializableClobProxy</span></a> (implements java.lang.reflect.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>, java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/SerializableNClobProxy.html" title="class in org.hibernate.engine.jdbc"><span class="strong">SerializableNClobProxy</span></a></li> </ul> </li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/StreamUtils.html" title="class in org.hibernate.engine.jdbc"><span class="strong">StreamUtils</span></a></li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/BinaryStream.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">BinaryStream</span></a></li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/BlobImplementer.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">BlobImplementer</span></a></li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/CharacterStream.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">CharacterStream</span></a></li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/ClobImplementer.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">ClobImplementer</span></a> <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/NClobImplementer.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">NClobImplementer</span></a></li> </ul> </li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/LobCreationContext.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">LobCreationContext</span></a></li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/LobCreationContext.Callback.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">LobCreationContext.Callback</span></a>&lt;T&gt;</li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/LobCreator.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">LobCreator</span></a></li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/WrappedBlob.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">WrappedBlob</span></a></li> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/WrappedClob.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">WrappedClob</span></a> <ul> <li type="circle">org.hibernate.engine.jdbc.<a href="../../../../org/hibernate/engine/jdbc/WrappedNClob.html" title="interface in org.hibernate.engine.jdbc"><span class="strong">WrappedNClob</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/hibernate/engine/internal/package-tree.html">Prev</a></li> <li><a href="../../../../org/hibernate/engine/jdbc/batch/internal/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/hibernate/engine/jdbc/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2001-2014 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p> </body> </html>
serious6/HibernateSimpleProject
javadoc/hibernate_Doc/org/hibernate/engine/jdbc/package-tree.html
HTML
apache-2.0
12,068
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by otm (version 3.0) on Wed May 18 14:45:08 EDT 2016 --> <title>CuisineType_Enum</title> <meta name="date" content="2016-05-18"> <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="CuisineType_Enum"; } //--> </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="library-summary.html#CodeList_1_0_0">Library</a></li> <li class="navBarCell1Rev">Object</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../CodeList_1_0_0/BusinessService_Enum.html" title="member of http://www.opentravel.org/OTM/Common/v1"><span class="strong">Prev Object</span></a></li> <li><a href="../CodeList_1_0_0/DisabilityFeature_Enum.html" title="member of http://www.opentravel.org/OTM/Common/v1"><span class="strong">Next Object</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?CodeList_1_0_0/CuisineType_Enum.html" target="_top">Frames</a></li> <li><a href="CuisineType_Enum.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"></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 ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">http://www.opentravel.org/OTM/Common/v1</div> <h2 title="Open Enumeration CuisineType_Enum" class="title">Open Enumeration CuisineType_Enum</h2> </div> <div class="contentContainer"> <div class="summary"> <ul class="blockList"> <li class="blockList"> <ul class="blockList"> <li class="blockList"> <h3>Description</h3> <div class="description"> <pre>The type of food for which the establishment is known; the style/manner in which the food is prepared and/or served.</pre> </div> </li> </ul> <hr> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"> <h3>Value Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Value Summary table, listing enum values, and an explanation"> <caption><span>Values</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Name</th> <th class="colLast" scope="col">Description</th> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Afghan</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>American</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Argentinean</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Asian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Asian-Fusion</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Austrian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Barbeque</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Bavarian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Brazilian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Cajun</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>California</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Canadian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Caribbean</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Chinese</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Coffee shop</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Continental</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Creole</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Deli</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Eclectic</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>English</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Ethiopian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>European</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>French</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>German</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Greek</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Grill</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Halal</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Hawaiian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>High-tea</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Indian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Indonesian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>International</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Iranian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Irish</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Italian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Japanese</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Jewish</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Korean</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Kosher</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Latin American</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Lebanese</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Mediterranean</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Mexican</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Middle Eastern</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Mixed - cafeteria</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Modern Australian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Modern Azerbaijan</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Mongolian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Moroccan</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Multiple</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Muslim</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Pacific rim</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Pizza</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Polish</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Polynesian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Pub</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Russian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Sandwiches</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Scandinavian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Scottish</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Seafood</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Soul food</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>South American</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Southern US</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Southwest US</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Spanish</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Steak houses</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Swiss</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Tapas</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>TexMex</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Thai</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Turkish</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><strong>Vegetarian</strong></code></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><strong>Vietnamese</strong></code></td> <td class="colLast">&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="library-summary.html#CodeList_1_0_0">Library</a></li> <li class="navBarCell1Rev">Object</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../CodeList_1_0_0/BusinessService_Enum.html" title="member of http://www.opentravel.org/OTM/Common/v1"><span class="strong">Prev Object</span></a></li> <li><a href="../CodeList_1_0_0/DisabilityFeature_Enum.html" title="member of http://www.opentravel.org/OTM/Common/v1"><span class="strong">Next Object</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?CodeList_1_0_0/CuisineType_Enum.html" target="_top">Frames</a></li> <li><a href="CuisineType_Enum.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"></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> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script type="text/javascript">$(document).ready(function(){ $('[data-toggle="collapsed"]').click(function(){ var target = $(this).data('target'); $(target).toggleClass('collapsed'); var imgTarget = $(this).data('imgtarget'); var img = $(imgTarget); img.addClass('toggleButton'); $(this).removeClass('toggleButton'); }); });</script> </html>
OpenTravel-Forum-2016/otaforum-mock-content
dmgriffin/pro_CompilerOutput/documentation/CodeList_1_0_0/CuisineType_Enum.html
HTML
apache-2.0
14,218
{% load i18n %} {% with table.needs_form_wrapper as needs_form_wrapper %} <div class="table_wrapper"> {% if needs_form_wrapper %}<form action="{{ table.get_full_url }}" method="POST">{% csrf_token %}{% endif %} {% with columns=table.get_columns rows=table.get_rows %} {% block table %} <table id="{{ table.slugify_name }}" class="{% block table_css_classes %}table table-bordered table-striped datatable {{ table.css_classes }}{% endblock %}"> <thead> {% block table_caption %} <tr class='table_caption'> <th class='table_header' colspan='{{ columns|length }}'> {% if not hidden_title %} <h3 class='table_title'>{{ table }}</h3> {% endif %} {{ table.render_table_actions }} </th> </tr> {% endblock table_caption %} {% block table_breadcrumb %} {% if table.breadcrumb %} <tr> <td class="breadcrumb_td" colspan="{{ table.get_columns|length }}"> {{ table.breadcrumb.render }} </td> </tr> {% endif %} {% endblock table_breadcrumb %} {% block table_columns %} {% if not table.is_browser_table %} <tr> {% for column in columns %} <th {{ column.attr_string|safe }}> {{ column }} {% if column.help_text %} <span class="help-icon" data-toggle="tooltip" title="{{ column.help_text }}"> <span class="fa fa-question-circle"></span> </span> {% endif %} </th> {% endfor %} </tr> {% endif %} {% endblock table_columns %} </thead> {% block table_body %} <tbody> {% for row in rows %} {{ row.render }} {% empty %} <tr class="{% cycle 'odd' 'even' %} empty"> <td colspan="{{ table.get_columns|length }}">{{ table.get_empty_message }}</td> </tr> {% endfor %} </tbody> {% endblock table_body %} {% block table_footer %} {% if table.footer %} <tfoot> {% if table.needs_summary_row %} <tr class="summation"> {% for column in columns %} {% if forloop.first %} <td>{% trans "Summary" %}</td> {% else %} <td>{{ column.get_summation|default_if_none:"&ndash;"}}</td> {% endif %} {% endfor %} </tr> {% endif %} <tr> <td colspan="{{ table.get_columns|length }}"> <span class="table_count">{% blocktrans count counter=rows|length %}Displaying {{ counter }} item{% plural %}Displaying {{ counter }} items{% endblocktrans %}</span> {% if table.has_prev_data or table.has_more_data %} <span class="spacer">|</span> {% endif %} {% if table.has_prev_data %} <a id="prev_pagination_string" href="javascript:;" >{% trans "&laquo;&nbsp;Prev" %}</a> {% endif %} {% if table.has_more_data %} <a id="pagination_string" href="javascript:;">{% trans "Next&nbsp;&raquo;" %}</a> {% endif %} </td> </tr> </tfoot> {% endif %} {% endblock table_footer %} </table> {% endblock table %} {% endwith %} {% if needs_form_wrapper %}</form>{% endif %} </div> {% endwith %}
FNST-OpenStack/cloudkitty-dashboard
cloudkittydashboard/dashboards/project/records/templates/records/_records_data_table.html
HTML
apache-2.0
3,207
<!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_03) on Fri Jun 10 16:39:29 GMT+05:00 2011 --> <TITLE> Uses of Interface com.google.code.linkedinapi.schema.SalesPersons </TITLE> <META NAME="date" CONTENT="2011-06-10"> <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 com.google.code.linkedinapi.schema.SalesPersons"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema"><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="../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/google/code/linkedinapi/schema/\class-useSalesPersons.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SalesPersons.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>com.google.code.linkedinapi.schema.SalesPersons</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.google.code.linkedinapi.schema"><B>com.google.code.linkedinapi.schema</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.google.code.linkedinapi.schema.impl"><B>com.google.code.linkedinapi.schema.impl</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.google.code.linkedinapi.schema.xpp"><B>com.google.code.linkedinapi.schema.xpp</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.google.code.linkedinapi.schema"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A> in <A HREF="../../../../../../com/google/code/linkedinapi/schema/package-summary.html">com.google.code.linkedinapi.schema</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/google/code/linkedinapi/schema/package-summary.html">com.google.code.linkedinapi.schema</A> that return <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></CODE></FONT></TD> <TD><CODE><B>ObjectFactory.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/ObjectFactory.html#createSalesPersons()">createSalesPersons</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an instance of <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema"><CODE>SalesPersons</CODE></A></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></CODE></FONT></TD> <TD><CODE><B>Product.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/Product.html#getSalesPersons()">getSalesPersons</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the salesPersons property.</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="../../../../../../com/google/code/linkedinapi/schema/package-summary.html">com.google.code.linkedinapi.schema</A> with parameters of type <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></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>Product.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/Product.html#setSalesPersons(com.google.code.linkedinapi.schema.SalesPersons)">setSalesPersons</A></B>(<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the salesPersons property.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.google.code.linkedinapi.schema.impl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A> in <A HREF="../../../../../../com/google/code/linkedinapi/schema/impl/package-summary.html">com.google.code.linkedinapi.schema.impl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/google/code/linkedinapi/schema/impl/package-summary.html">com.google.code.linkedinapi.schema.impl</A> that return <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></CODE></FONT></TD> <TD><CODE><B>ProductImpl.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/impl/ProductImpl.html#getSalesPersons()">getSalesPersons</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="../../../../../../com/google/code/linkedinapi/schema/impl/package-summary.html">com.google.code.linkedinapi.schema.impl</A> with parameters of type <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></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>ProductImpl.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/impl/ProductImpl.html#setSalesPersons(com.google.code.linkedinapi.schema.SalesPersons)">setSalesPersons</A></B>(<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.google.code.linkedinapi.schema.xpp"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A> in <A HREF="../../../../../../com/google/code/linkedinapi/schema/xpp/package-summary.html">com.google.code.linkedinapi.schema.xpp</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="../../../../../../com/google/code/linkedinapi/schema/xpp/package-summary.html">com.google.code.linkedinapi.schema.xpp</A> that implement <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</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="../../../../../../com/google/code/linkedinapi/schema/xpp/SalesPersonsImpl.html" title="class in com.google.code.linkedinapi.schema.xpp">SalesPersonsImpl</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="../../../../../../com/google/code/linkedinapi/schema/xpp/package-summary.html">com.google.code.linkedinapi.schema.xpp</A> that return <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></CODE></FONT></TD> <TD><CODE><B>ProductImpl.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/xpp/ProductImpl.html#getSalesPersons()">getSalesPersons</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="../../../../../../com/google/code/linkedinapi/schema/xpp/package-summary.html">com.google.code.linkedinapi.schema.xpp</A> with parameters of type <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A></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>ProductImpl.</B><B><A HREF="../../../../../../com/google/code/linkedinapi/schema/xpp/ProductImpl.html#setSalesPersons(com.google.code.linkedinapi.schema.SalesPersons)">setSalesPersons</A></B>(<A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema">SalesPersons</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/google/code/linkedinapi/schema/SalesPersons.html" title="interface in com.google.code.linkedinapi.schema"><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="../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/google/code/linkedinapi/schema/\class-useSalesPersons.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SalesPersons.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>
shisoft/LinkedIn-J
doc/com/google/code/linkedinapi/schema/class-use/SalesPersons.html
HTML
apache-2.0
17,128
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>File Collection.php | ArangoDB-PHP API Documentation</title> <link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71"> <link rel="stylesheet" href="resources/style.css?49f43d3208c5d7e33fa16d36107a345bf11cc00d"> </head> <body> <nav id="navigation" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <a href="index.html" class="navbar-brand">ArangoDB-PHP API Documentation</a> </div> <div class="collapse navbar-collapse"> <form id="search" class="navbar-form navbar-left" role="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <div class="form-group"> <input type="text" name="q" class="search-query form-control" placeholder="Search"> </div> </form> <ul class="nav navbar-nav"> <li> <span>Namespace</span> </li> <li> <span>Class</span> </li> <li class="divider-vertical"></li> <li> <a href="annotation-group-deprecated.html" title="List of elements with deprecated annotation"> <span>Deprecated</span> </a> </li> </ul> </div> </div> </nav> <div id="left"> <div id="menu"> <div id="groups"> <h3>Namespaces</h3> <ul> <li> <a href="namespace-triagens.html"> triagens<span></span> </a> <ul> <li> <a href="namespace-triagens.ArangoDb.html"> ArangoDb </a> </li> </ul></li> </ul> </div> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-triagens.ArangoDb.AdminHandler.html">triagens\ArangoDb\AdminHandler</a></li> <li><a href="class-triagens.ArangoDb.AqlUserFunction.html">triagens\ArangoDb\AqlUserFunction</a></li> <li><a href="class-triagens.ArangoDb.Autoloader.html">triagens\ArangoDb\Autoloader</a></li> <li><a href="class-triagens.ArangoDb.Batch.html">triagens\ArangoDb\Batch</a></li> <li><a href="class-triagens.ArangoDb.BatchPart.html">triagens\ArangoDb\BatchPart</a></li> <li><a href="class-triagens.ArangoDb.BindVars.html">triagens\ArangoDb\BindVars</a></li> <li><a href="class-triagens.ArangoDb.Collection.html">triagens\ArangoDb\Collection</a></li> <li><a href="class-triagens.ArangoDb.CollectionHandler.html">triagens\ArangoDb\CollectionHandler</a></li> <li><a href="class-triagens.ArangoDb.Connection.html">triagens\ArangoDb\Connection</a></li> <li><a href="class-triagens.ArangoDb.ConnectionOptions.html">triagens\ArangoDb\ConnectionOptions</a></li> <li><a href="class-triagens.ArangoDb.Cursor.html">triagens\ArangoDb\Cursor</a></li> <li><a href="class-triagens.ArangoDb.Database.html">triagens\ArangoDb\Database</a></li> <li><a href="class-triagens.ArangoDb.DefaultValues.html">triagens\ArangoDb\DefaultValues</a></li> <li><a href="class-triagens.ArangoDb.Document.html">triagens\ArangoDb\Document</a></li> <li><a href="class-triagens.ArangoDb.DocumentHandler.html">triagens\ArangoDb\DocumentHandler</a></li> <li><a href="class-triagens.ArangoDb.Edge.html">triagens\ArangoDb\Edge</a></li> <li><a href="class-triagens.ArangoDb.EdgeDefinition.html">triagens\ArangoDb\EdgeDefinition</a></li> <li><a href="class-triagens.ArangoDb.EdgeHandler.html">triagens\ArangoDb\EdgeHandler</a></li> <li><a href="class-triagens.ArangoDb.Endpoint.html">triagens\ArangoDb\Endpoint</a></li> <li><a href="class-triagens.ArangoDb.Export.html">triagens\ArangoDb\Export</a></li> <li><a href="class-triagens.ArangoDb.ExportCursor.html">triagens\ArangoDb\ExportCursor</a></li> <li><a href="class-triagens.ArangoDb.Graph.html">triagens\ArangoDb\Graph</a></li> <li><a href="class-triagens.ArangoDb.GraphHandler.html">triagens\ArangoDb\GraphHandler</a></li> <li><a href="class-triagens.ArangoDb.Handler.html">triagens\ArangoDb\Handler</a></li> <li><a href="class-triagens.ArangoDb.HttpHelper.html">triagens\ArangoDb\HttpHelper</a></li> <li><a href="class-triagens.ArangoDb.HttpResponse.html">triagens\ArangoDb\HttpResponse</a></li> <li><a href="class-triagens.ArangoDb.QueryCacheHandler.html">triagens\ArangoDb\QueryCacheHandler</a></li> <li><a href="class-triagens.ArangoDb.QueryHandler.html">triagens\ArangoDb\QueryHandler</a></li> <li><a href="class-triagens.ArangoDb.Statement.html">triagens\ArangoDb\Statement</a></li> <li><a href="class-triagens.ArangoDb.TraceRequest.html">triagens\ArangoDb\TraceRequest</a></li> <li><a href="class-triagens.ArangoDb.TraceResponse.html">triagens\ArangoDb\TraceResponse</a></li> <li><a href="class-triagens.ArangoDb.Transaction.html">triagens\ArangoDb\Transaction</a></li> <li><a href="class-triagens.ArangoDb.Traversal.html">triagens\ArangoDb\Traversal</a></li> <li><a href="class-triagens.ArangoDb.UpdatePolicy.html">triagens\ArangoDb\UpdatePolicy</a></li> <li><a href="class-triagens.ArangoDb.UrlHelper.html">triagens\ArangoDb\UrlHelper</a></li> <li><a href="class-triagens.ArangoDb.Urls.html">triagens\ArangoDb\Urls</a></li> <li><a href="class-triagens.ArangoDb.User.html">triagens\ArangoDb\User</a></li> <li><a href="class-triagens.ArangoDb.UserHandler.html">triagens\ArangoDb\UserHandler</a></li> <li><a href="class-triagens.ArangoDb.ValueValidator.html">triagens\ArangoDb\ValueValidator</a></li> <li><a href="class-triagens.ArangoDb.Vertex.html">triagens\ArangoDb\Vertex</a></li> <li><a href="class-triagens.ArangoDb.VertexHandler.html">triagens\ArangoDb\VertexHandler</a></li> </ul> <h3>Exceptions</h3> <ul> <li><a href="class-triagens.ArangoDb.ClientException.html">triagens\ArangoDb\ClientException</a></li> <li><a href="class-triagens.ArangoDb.ConnectException.html">triagens\ArangoDb\ConnectException</a></li> <li><a href="class-triagens.ArangoDb.Exception.html">triagens\ArangoDb\Exception</a></li> <li><a href="class-triagens.ArangoDb.ServerException.html">triagens\ArangoDb\ServerException</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <pre id="source"><code><span id="1" class="l"><a href="#1"> 1 </a><span class="xlang">&lt;?php</span> </span><span id="2" class="l"><a href="#2"> 2 </a> </span><span id="3" class="l"><a href="#3"> 3 </a><span class="php-comment">/** </span></span><span id="4" class="l"><a href="#4"> 4 </a><span class="php-comment"> * ArangoDB PHP client: single collection </span></span><span id="5" class="l"><a href="#5"> 5 </a><span class="php-comment"> * </span></span><span id="6" class="l"><a href="#6"> 6 </a><span class="php-comment"> * @package triagens\ArangoDb </span></span><span id="7" class="l"><a href="#7"> 7 </a><span class="php-comment"> * @author Jan Steemann </span></span><span id="8" class="l"><a href="#8"> 8 </a><span class="php-comment"> * @copyright Copyright 2012, triagens GmbH, Cologne, Germany </span></span><span id="9" class="l"><a href="#9"> 9 </a><span class="php-comment"> */</span> </span><span id="10" class="l"><a href="#10"> 10 </a> </span><span id="11" class="l"><a href="#11"> 11 </a><span class="php-keyword1">namespace</span> triagens\ArangoDb; </span><span id="12" class="l"><a href="#12"> 12 </a> </span><span id="13" class="l"><a href="#13"> 13 </a><span class="php-comment">/** </span></span><span id="14" class="l"><a href="#14"> 14 </a><span class="php-comment"> * Value object representing a collection </span></span><span id="15" class="l"><a href="#15"> 15 </a><span class="php-comment"> * </span></span><span id="16" class="l"><a href="#16"> 16 </a><span class="php-comment"> * &lt;br&gt; </span></span><span id="17" class="l"><a href="#17"> 17 </a><span class="php-comment"> * </span></span><span id="18" class="l"><a href="#18"> 18 </a><span class="php-comment"> * @package triagens\ArangoDb </span></span><span id="19" class="l"><a href="#19"> 19 </a><span class="php-comment"> * @since 0.2 </span></span><span id="20" class="l"><a href="#20"> 20 </a><span class="php-comment"> */</span> </span><span id="21" class="l"><a href="#21"> 21 </a><span class="php-keyword1">class</span> Collection </span><span id="22" class="l"><a href="#22"> 22 </a>{ </span><span id="23" class="l"><a href="#23"> 23 </a> <span class="php-comment">/** </span></span><span id="24" class="l"><a href="#24"> 24 </a><span class="php-comment"> * The collection id (might be NULL for new collections) </span></span><span id="25" class="l"><a href="#25"> 25 </a><span class="php-comment"> * </span></span><span id="26" class="l"><a href="#26"> 26 </a><span class="php-comment"> * @var mixed - collection id </span></span><span id="27" class="l"><a href="#27"> 27 </a><span class="php-comment"> */</span> </span><span id="28" class="l"><a href="#28"> 28 </a> <span class="php-keyword1">private</span> <span class="php-var">$_id</span>; </span><span id="29" class="l"><a href="#29"> 29 </a> </span><span id="30" class="l"><a href="#30"> 30 </a> <span class="php-comment">/** </span></span><span id="31" class="l"><a href="#31"> 31 </a><span class="php-comment"> * The collection name (might be NULL for new collections) </span></span><span id="32" class="l"><a href="#32"> 32 </a><span class="php-comment"> * </span></span><span id="33" class="l"><a href="#33"> 33 </a><span class="php-comment"> * @var string - collection name </span></span><span id="34" class="l"><a href="#34"> 34 </a><span class="php-comment"> */</span> </span><span id="35" class="l"><a href="#35"> 35 </a> <span class="php-keyword1">private</span> <span class="php-var">$_name</span>; </span><span id="36" class="l"><a href="#36"> 36 </a> </span><span id="37" class="l"><a href="#37"> 37 </a> <span class="php-comment">/** </span></span><span id="38" class="l"><a href="#38"> 38 </a><span class="php-comment"> * The collection type (might be NULL for new collections) </span></span><span id="39" class="l"><a href="#39"> 39 </a><span class="php-comment"> * </span></span><span id="40" class="l"><a href="#40"> 40 </a><span class="php-comment"> * @var int - collection type </span></span><span id="41" class="l"><a href="#41"> 41 </a><span class="php-comment"> */</span> </span><span id="42" class="l"><a href="#42"> 42 </a> <span class="php-keyword1">private</span> <span class="php-var">$_type</span>; </span><span id="43" class="l"><a href="#43"> 43 </a> </span><span id="44" class="l"><a href="#44"> 44 </a> <span class="php-comment">/** </span></span><span id="45" class="l"><a href="#45"> 45 </a><span class="php-comment"> * The collection waitForSync value (might be NULL for new collections) </span></span><span id="46" class="l"><a href="#46"> 46 </a><span class="php-comment"> * </span></span><span id="47" class="l"><a href="#47"> 47 </a><span class="php-comment"> * @var bool - waitForSync value </span></span><span id="48" class="l"><a href="#48"> 48 </a><span class="php-comment"> */</span> </span><span id="49" class="l"><a href="#49"> 49 </a> <span class="php-keyword1">private</span> <span class="php-var">$_waitForSync</span>; </span><span id="50" class="l"><a href="#50"> 50 </a> </span><span id="51" class="l"><a href="#51"> 51 </a> <span class="php-comment">/** </span></span><span id="52" class="l"><a href="#52"> 52 </a><span class="php-comment"> * The collection journalSize value (might be NULL for new collections) </span></span><span id="53" class="l"><a href="#53"> 53 </a><span class="php-comment"> * </span></span><span id="54" class="l"><a href="#54"> 54 </a><span class="php-comment"> * @var int - journalSize value </span></span><span id="55" class="l"><a href="#55"> 55 </a><span class="php-comment"> */</span> </span><span id="56" class="l"><a href="#56"> 56 </a> <span class="php-keyword1">private</span> <span class="php-var">$_journalSize</span>; </span><span id="57" class="l"><a href="#57"> 57 </a> </span><span id="58" class="l"><a href="#58"> 58 </a> <span class="php-comment">/** </span></span><span id="59" class="l"><a href="#59"> 59 </a><span class="php-comment"> * The collection isSystem value (might be NULL for new collections) </span></span><span id="60" class="l"><a href="#60"> 60 </a><span class="php-comment"> * </span></span><span id="61" class="l"><a href="#61"> 61 </a><span class="php-comment"> * @var bool - isSystem value </span></span><span id="62" class="l"><a href="#62"> 62 </a><span class="php-comment"> */</span> </span><span id="63" class="l"><a href="#63"> 63 </a> <span class="php-keyword1">private</span> <span class="php-var">$_isSystem</span>; </span><span id="64" class="l"><a href="#64"> 64 </a> </span><span id="65" class="l"><a href="#65"> 65 </a> <span class="php-comment">/** </span></span><span id="66" class="l"><a href="#66"> 66 </a><span class="php-comment"> * The collection isVolatile value (might be NULL for new collections) </span></span><span id="67" class="l"><a href="#67"> 67 </a><span class="php-comment"> * </span></span><span id="68" class="l"><a href="#68"> 68 </a><span class="php-comment"> * @var bool - isVolatile value </span></span><span id="69" class="l"><a href="#69"> 69 </a><span class="php-comment"> */</span> </span><span id="70" class="l"><a href="#70"> 70 </a> <span class="php-keyword1">private</span> <span class="php-var">$_isVolatile</span>; </span><span id="71" class="l"><a href="#71"> 71 </a> </span><span id="72" class="l"><a href="#72"> 72 </a> <span class="php-comment">/** </span></span><span id="73" class="l"><a href="#73"> 73 </a><span class="php-comment"> * The collection numberOfShards value (might be NULL for new collections) </span></span><span id="74" class="l"><a href="#74"> 74 </a><span class="php-comment"> * </span></span><span id="75" class="l"><a href="#75"> 75 </a><span class="php-comment"> * @var int - numberOfShards value </span></span><span id="76" class="l"><a href="#76"> 76 </a><span class="php-comment"> */</span> </span><span id="77" class="l"><a href="#77"> 77 </a> <span class="php-keyword1">private</span> <span class="php-var">$_numberOfShards</span>; </span><span id="78" class="l"><a href="#78"> 78 </a> </span><span id="79" class="l"><a href="#79"> 79 </a> <span class="php-comment">/** </span></span><span id="80" class="l"><a href="#80"> 80 </a><span class="php-comment"> * The collection shardKeys value (might be NULL for new collections) </span></span><span id="81" class="l"><a href="#81"> 81 </a><span class="php-comment"> * </span></span><span id="82" class="l"><a href="#82"> 82 </a><span class="php-comment"> * @var array - shardKeys value </span></span><span id="83" class="l"><a href="#83"> 83 </a><span class="php-comment"> */</span> </span><span id="84" class="l"><a href="#84"> 84 </a> <span class="php-keyword1">private</span> <span class="php-var">$_shardKeys</span>; </span><span id="85" class="l"><a href="#85"> 85 </a> </span><span id="86" class="l"><a href="#86"> 86 </a> <span class="php-comment">/** </span></span><span id="87" class="l"><a href="#87"> 87 </a><span class="php-comment"> * The collection status value </span></span><span id="88" class="l"><a href="#88"> 88 </a><span class="php-comment"> * </span></span><span id="89" class="l"><a href="#89"> 89 </a><span class="php-comment"> * @var int - status value </span></span><span id="90" class="l"><a href="#90"> 90 </a><span class="php-comment"> */</span> </span><span id="91" class="l"><a href="#91"> 91 </a> <span class="php-keyword1">private</span> <span class="php-var">$_status</span>; </span><span id="92" class="l"><a href="#92"> 92 </a> </span><span id="93" class="l"><a href="#93"> 93 </a> <span class="php-comment">/** </span></span><span id="94" class="l"><a href="#94"> 94 </a><span class="php-comment"> * The collection keyOptions value </span></span><span id="95" class="l"><a href="#95"> 95 </a><span class="php-comment"> * </span></span><span id="96" class="l"><a href="#96"> 96 </a><span class="php-comment"> * @var array - keyOptions value </span></span><span id="97" class="l"><a href="#97"> 97 </a><span class="php-comment"> */</span> </span><span id="98" class="l"><a href="#98"> 98 </a> <span class="php-keyword1">private</span> <span class="php-var">$_keyOptions</span>; </span><span id="99" class="l"><a href="#99"> 99 </a> </span><span id="100" class="l"><a href="#100">100 </a> <span class="php-comment">/** </span></span><span id="101" class="l"><a href="#101">101 </a><span class="php-comment"> * Collection id index </span></span><span id="102" class="l"><a href="#102">102 </a><span class="php-comment"> */</span> </span><span id="103" class="l"><a href="#103">103 </a> <span class="php-keyword1">const</span> ENTRY_ID = <span class="php-quote">'id'</span>; </span><span id="104" class="l"><a href="#104">104 </a> </span><span id="105" class="l"><a href="#105">105 </a> <span class="php-comment">/** </span></span><span id="106" class="l"><a href="#106">106 </a><span class="php-comment"> * Collection name index </span></span><span id="107" class="l"><a href="#107">107 </a><span class="php-comment"> */</span> </span><span id="108" class="l"><a href="#108">108 </a> <span class="php-keyword1">const</span> ENTRY_NAME = <span class="php-quote">'name'</span>; </span><span id="109" class="l"><a href="#109">109 </a> </span><span id="110" class="l"><a href="#110">110 </a> <span class="php-comment">/** </span></span><span id="111" class="l"><a href="#111">111 </a><span class="php-comment"> * Collection type index </span></span><span id="112" class="l"><a href="#112">112 </a><span class="php-comment"> */</span> </span><span id="113" class="l"><a href="#113">113 </a> <span class="php-keyword1">const</span> ENTRY_TYPE = <span class="php-quote">'type'</span>; </span><span id="114" class="l"><a href="#114">114 </a> </span><span id="115" class="l"><a href="#115">115 </a> <span class="php-comment">/** </span></span><span id="116" class="l"><a href="#116">116 </a><span class="php-comment"> * Collection 'waitForSync' index </span></span><span id="117" class="l"><a href="#117">117 </a><span class="php-comment"> */</span> </span><span id="118" class="l"><a href="#118">118 </a> <span class="php-keyword1">const</span> ENTRY_WAIT_SYNC = <span class="php-quote">'waitForSync'</span>; </span><span id="119" class="l"><a href="#119">119 </a> </span><span id="120" class="l"><a href="#120">120 </a> <span class="php-comment">/** </span></span><span id="121" class="l"><a href="#121">121 </a><span class="php-comment"> * Collection 'journalSize' index </span></span><span id="122" class="l"><a href="#122">122 </a><span class="php-comment"> */</span> </span><span id="123" class="l"><a href="#123">123 </a> <span class="php-keyword1">const</span> ENTRY_JOURNAL_SIZE = <span class="php-quote">'journalSize'</span>; </span><span id="124" class="l"><a href="#124">124 </a> </span><span id="125" class="l"><a href="#125">125 </a> <span class="php-comment">/** </span></span><span id="126" class="l"><a href="#126">126 </a><span class="php-comment"> * Collection 'status' index </span></span><span id="127" class="l"><a href="#127">127 </a><span class="php-comment"> */</span> </span><span id="128" class="l"><a href="#128">128 </a> <span class="php-keyword1">const</span> ENTRY_STATUS = <span class="php-quote">'status'</span>; </span><span id="129" class="l"><a href="#129">129 </a> </span><span id="130" class="l"><a href="#130">130 </a> <span class="php-comment">/** </span></span><span id="131" class="l"><a href="#131">131 </a><span class="php-comment"> * Collection 'keyOptions' index </span></span><span id="132" class="l"><a href="#132">132 </a><span class="php-comment"> */</span> </span><span id="133" class="l"><a href="#133">133 </a> <span class="php-keyword1">const</span> ENTRY_KEY_OPTIONS = <span class="php-quote">'keyOptions'</span>; </span><span id="134" class="l"><a href="#134">134 </a> </span><span id="135" class="l"><a href="#135">135 </a> <span class="php-comment">/** </span></span><span id="136" class="l"><a href="#136">136 </a><span class="php-comment"> * Collection 'isSystem' index </span></span><span id="137" class="l"><a href="#137">137 </a><span class="php-comment"> */</span> </span><span id="138" class="l"><a href="#138">138 </a> <span class="php-keyword1">const</span> ENTRY_IS_SYSTEM = <span class="php-quote">'isSystem'</span>; </span><span id="139" class="l"><a href="#139">139 </a> </span><span id="140" class="l"><a href="#140">140 </a> <span class="php-comment">/** </span></span><span id="141" class="l"><a href="#141">141 </a><span class="php-comment"> * Collection 'isVolatile' index </span></span><span id="142" class="l"><a href="#142">142 </a><span class="php-comment"> */</span> </span><span id="143" class="l"><a href="#143">143 </a> <span class="php-keyword1">const</span> ENTRY_IS_VOLATILE = <span class="php-quote">'isVolatile'</span>; </span><span id="144" class="l"><a href="#144">144 </a> </span><span id="145" class="l"><a href="#145">145 </a> <span class="php-comment">/** </span></span><span id="146" class="l"><a href="#146">146 </a><span class="php-comment"> * Collection 'numberOfShards' index </span></span><span id="147" class="l"><a href="#147">147 </a><span class="php-comment"> */</span> </span><span id="148" class="l"><a href="#148">148 </a> <span class="php-keyword1">const</span> ENTRY_NUMBER_OF_SHARDS = <span class="php-quote">'numberOfShards'</span>; </span><span id="149" class="l"><a href="#149">149 </a> </span><span id="150" class="l"><a href="#150">150 </a> <span class="php-comment">/** </span></span><span id="151" class="l"><a href="#151">151 </a><span class="php-comment"> * Collection 'shardKeys' index </span></span><span id="152" class="l"><a href="#152">152 </a><span class="php-comment"> */</span> </span><span id="153" class="l"><a href="#153">153 </a> <span class="php-keyword1">const</span> ENTRY_SHARD_KEYS = <span class="php-quote">'shardKeys'</span>; </span><span id="154" class="l"><a href="#154">154 </a> </span><span id="155" class="l"><a href="#155">155 </a> <span class="php-comment">/** </span></span><span id="156" class="l"><a href="#156">156 </a><span class="php-comment"> * properties option </span></span><span id="157" class="l"><a href="#157">157 </a><span class="php-comment"> */</span> </span><span id="158" class="l"><a href="#158">158 </a> <span class="php-keyword1">const</span> OPTION_PROPERTIES = <span class="php-quote">'properties'</span>; </span><span id="159" class="l"><a href="#159">159 </a> </span><span id="160" class="l"><a href="#160">160 </a> <span class="php-comment">/** </span></span><span id="161" class="l"><a href="#161">161 </a><span class="php-comment"> * document collection type </span></span><span id="162" class="l"><a href="#162">162 </a><span class="php-comment"> */</span> </span><span id="163" class="l"><a href="#163">163 </a> <span class="php-keyword1">const</span> TYPE_DOCUMENT = <span class="php-num">2</span>; </span><span id="164" class="l"><a href="#164">164 </a> </span><span id="165" class="l"><a href="#165">165 </a> <span class="php-comment">/** </span></span><span id="166" class="l"><a href="#166">166 </a><span class="php-comment"> * edge collection type </span></span><span id="167" class="l"><a href="#167">167 </a><span class="php-comment"> */</span> </span><span id="168" class="l"><a href="#168">168 </a> <span class="php-keyword1">const</span> TYPE_EDGE = <span class="php-num">3</span>; </span><span id="169" class="l"><a href="#169">169 </a> </span><span id="170" class="l"><a href="#170">170 </a> <span class="php-comment">/** </span></span><span id="171" class="l"><a href="#171">171 </a><span class="php-comment"> * New born collection </span></span><span id="172" class="l"><a href="#172">172 </a><span class="php-comment"> */</span> </span><span id="173" class="l"><a href="#173">173 </a> <span class="php-keyword1">const</span> STATUS_NEW_BORN = <span class="php-num">1</span>; </span><span id="174" class="l"><a href="#174">174 </a> </span><span id="175" class="l"><a href="#175">175 </a> <span class="php-comment">/** </span></span><span id="176" class="l"><a href="#176">176 </a><span class="php-comment"> * Unloaded collection </span></span><span id="177" class="l"><a href="#177">177 </a><span class="php-comment"> */</span> </span><span id="178" class="l"><a href="#178">178 </a> <span class="php-keyword1">const</span> STATUS_UNLOADED = <span class="php-num">2</span>; </span><span id="179" class="l"><a href="#179">179 </a> </span><span id="180" class="l"><a href="#180">180 </a> <span class="php-comment">/** </span></span><span id="181" class="l"><a href="#181">181 </a><span class="php-comment"> * Loaded collection </span></span><span id="182" class="l"><a href="#182">182 </a><span class="php-comment"> */</span> </span><span id="183" class="l"><a href="#183">183 </a> <span class="php-keyword1">const</span> STATUS_LOADED = <span class="php-num">3</span>; </span><span id="184" class="l"><a href="#184">184 </a> </span><span id="185" class="l"><a href="#185">185 </a> <span class="php-comment">/** </span></span><span id="186" class="l"><a href="#186">186 </a><span class="php-comment"> * Collection being unloaded </span></span><span id="187" class="l"><a href="#187">187 </a><span class="php-comment"> */</span> </span><span id="188" class="l"><a href="#188">188 </a> <span class="php-keyword1">const</span> STATUS_BEING_UNLOADED = <span class="php-num">4</span>; </span><span id="189" class="l"><a href="#189">189 </a> </span><span id="190" class="l"><a href="#190">190 </a> <span class="php-comment">/** </span></span><span id="191" class="l"><a href="#191">191 </a><span class="php-comment"> * Deleted collection </span></span><span id="192" class="l"><a href="#192">192 </a><span class="php-comment"> */</span> </span><span id="193" class="l"><a href="#193">193 </a> <span class="php-keyword1">const</span> STATUS_DELETED = <span class="php-num">5</span>; </span><span id="194" class="l"><a href="#194">194 </a> </span><span id="195" class="l"><a href="#195">195 </a> <span class="php-comment">/** </span></span><span id="196" class="l"><a href="#196">196 </a><span class="php-comment"> * Constructs an empty collection </span></span><span id="197" class="l"><a href="#197">197 </a><span class="php-comment"> * </span></span><span id="198" class="l"><a href="#198">198 </a><span class="php-comment"> * @param string $name - name for the collection </span></span><span id="199" class="l"><a href="#199">199 </a><span class="php-comment"> * </span></span><span id="200" class="l"><a href="#200">200 </a><span class="php-comment"> * @throws \triagens\ArangoDb\ClientException </span></span><span id="201" class="l"><a href="#201">201 </a><span class="php-comment"> */</span> </span><span id="202" class="l"><a href="#202">202 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> __construct(<span class="php-var">$name</span> = <span class="php-keyword1">null</span>) </span><span id="203" class="l"><a href="#203">203 </a> { </span><span id="204" class="l"><a href="#204">204 </a> <span class="php-keyword1">if</span> (<span class="php-var">$name</span> !== <span class="php-keyword1">null</span>) { </span><span id="205" class="l"><a href="#205">205 </a> <span class="php-var">$this</span>-&gt;setName(<span class="php-var">$name</span>); </span><span id="206" class="l"><a href="#206">206 </a> } </span><span id="207" class="l"><a href="#207">207 </a> } </span><span id="208" class="l"><a href="#208">208 </a> </span><span id="209" class="l"><a href="#209">209 </a> <span class="php-comment">/** </span></span><span id="210" class="l"><a href="#210">210 </a><span class="php-comment"> * Factory method to construct a new collection </span></span><span id="211" class="l"><a href="#211">211 </a><span class="php-comment"> * </span></span><span id="212" class="l"><a href="#212">212 </a><span class="php-comment"> * @throws ClientException </span></span><span id="213" class="l"><a href="#213">213 </a><span class="php-comment"> * </span></span><span id="214" class="l"><a href="#214">214 </a><span class="php-comment"> * @param array $values - initial values for collection </span></span><span id="215" class="l"><a href="#215">215 </a><span class="php-comment"> * </span></span><span id="216" class="l"><a href="#216">216 </a><span class="php-comment"> * @return Collection </span></span><span id="217" class="l"><a href="#217">217 </a><span class="php-comment"> */</span> </span><span id="218" class="l"><a href="#218">218 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">static</span> <span class="php-keyword1">function</span> createFromArray(<span class="php-keyword1">array</span> <span class="php-var">$values</span>) </span><span id="219" class="l"><a href="#219">219 </a> { </span><span id="220" class="l"><a href="#220">220 </a> <span class="php-var">$collection</span> = <span class="php-keyword1">new</span> self(); </span><span id="221" class="l"><a href="#221">221 </a> </span><span id="222" class="l"><a href="#222">222 </a> <span class="php-keyword1">foreach</span> (<span class="php-var">$values</span> <span class="php-keyword1">as</span> <span class="php-var">$key</span> =&gt; <span class="php-var">$value</span>) { </span><span id="223" class="l"><a href="#223">223 </a> <span class="php-var">$collection</span>-&gt;set(<span class="php-var">$key</span>, <span class="php-var">$value</span>); </span><span id="224" class="l"><a href="#224">224 </a> } </span><span id="225" class="l"><a href="#225">225 </a> </span><span id="226" class="l"><a href="#226">226 </a> <span class="php-keyword1">return</span> <span class="php-var">$collection</span>; </span><span id="227" class="l"><a href="#227">227 </a> } </span><span id="228" class="l"><a href="#228">228 </a> </span><span id="229" class="l"><a href="#229">229 </a> <span class="php-comment">/** </span></span><span id="230" class="l"><a href="#230">230 </a><span class="php-comment"> * Get the default collection type </span></span><span id="231" class="l"><a href="#231">231 </a><span class="php-comment"> * </span></span><span id="232" class="l"><a href="#232">232 </a><span class="php-comment"> * @return string - name </span></span><span id="233" class="l"><a href="#233">233 </a><span class="php-comment"> */</span> </span><span id="234" class="l"><a href="#234">234 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">static</span> <span class="php-keyword1">function</span> getDefaultType() </span><span id="235" class="l"><a href="#235">235 </a> { </span><span id="236" class="l"><a href="#236">236 </a> <span class="php-keyword1">return</span> self::TYPE_DOCUMENT; </span><span id="237" class="l"><a href="#237">237 </a> } </span><span id="238" class="l"><a href="#238">238 </a> </span><span id="239" class="l"><a href="#239">239 </a> <span class="php-comment">/** </span></span><span id="240" class="l"><a href="#240">240 </a><span class="php-comment"> * Clone a collection </span></span><span id="241" class="l"><a href="#241">241 </a><span class="php-comment"> * </span></span><span id="242" class="l"><a href="#242">242 </a><span class="php-comment"> * Returns the clone </span></span><span id="243" class="l"><a href="#243">243 </a><span class="php-comment"> * </span></span><span id="244" class="l"><a href="#244">244 </a><span class="php-comment"> * @magic </span></span><span id="245" class="l"><a href="#245">245 </a><span class="php-comment"> * </span></span><span id="246" class="l"><a href="#246">246 </a><span class="php-comment"> * @return void </span></span><span id="247" class="l"><a href="#247">247 </a><span class="php-comment"> */</span> </span><span id="248" class="l"><a href="#248">248 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> __clone() </span><span id="249" class="l"><a href="#249">249 </a> { </span><span id="250" class="l"><a href="#250">250 </a> <span class="php-var">$this</span>-&gt;_id = <span class="php-keyword1">null</span>; </span><span id="251" class="l"><a href="#251">251 </a> <span class="php-var">$this</span>-&gt;_name = <span class="php-keyword1">null</span>; </span><span id="252" class="l"><a href="#252">252 </a> <span class="php-var">$this</span>-&gt;_waitForSync = <span class="php-keyword1">null</span>; </span><span id="253" class="l"><a href="#253">253 </a> <span class="php-var">$this</span>-&gt;_journalSize = <span class="php-keyword1">null</span>; </span><span id="254" class="l"><a href="#254">254 </a> <span class="php-var">$this</span>-&gt;_isSystem = <span class="php-keyword1">null</span>; </span><span id="255" class="l"><a href="#255">255 </a> <span class="php-var">$this</span>-&gt;_isVolatile = <span class="php-keyword1">null</span>; </span><span id="256" class="l"><a href="#256">256 </a> <span class="php-var">$this</span>-&gt;_numberOfShards = <span class="php-keyword1">null</span>; </span><span id="257" class="l"><a href="#257">257 </a> <span class="php-var">$this</span>-&gt;_shardKeys = <span class="php-keyword1">null</span>; </span><span id="258" class="l"><a href="#258">258 </a> } </span><span id="259" class="l"><a href="#259">259 </a> </span><span id="260" class="l"><a href="#260">260 </a> <span class="php-comment">/** </span></span><span id="261" class="l"><a href="#261">261 </a><span class="php-comment"> * Get a string representation of the collection </span></span><span id="262" class="l"><a href="#262">262 </a><span class="php-comment"> * </span></span><span id="263" class="l"><a href="#263">263 </a><span class="php-comment"> * Returns the collection as JSON-encoded string </span></span><span id="264" class="l"><a href="#264">264 </a><span class="php-comment"> * </span></span><span id="265" class="l"><a href="#265">265 </a><span class="php-comment"> * @magic </span></span><span id="266" class="l"><a href="#266">266 </a><span class="php-comment"> * </span></span><span id="267" class="l"><a href="#267">267 </a><span class="php-comment"> * @return string - JSON-encoded collection </span></span><span id="268" class="l"><a href="#268">268 </a><span class="php-comment"> */</span> </span><span id="269" class="l"><a href="#269">269 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> __toString() </span><span id="270" class="l"><a href="#270">270 </a> { </span><span id="271" class="l"><a href="#271">271 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;toJson(); </span><span id="272" class="l"><a href="#272">272 </a> } </span><span id="273" class="l"><a href="#273">273 </a> </span><span id="274" class="l"><a href="#274">274 </a> <span class="php-comment">/** </span></span><span id="275" class="l"><a href="#275">275 </a><span class="php-comment"> * Returns the collection as JSON-encoded string </span></span><span id="276" class="l"><a href="#276">276 </a><span class="php-comment"> * </span></span><span id="277" class="l"><a href="#277">277 </a><span class="php-comment"> * @return string - JSON-encoded collection </span></span><span id="278" class="l"><a href="#278">278 </a><span class="php-comment"> */</span> </span><span id="279" class="l"><a href="#279">279 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> toJson() </span><span id="280" class="l"><a href="#280">280 </a> { </span><span id="281" class="l"><a href="#281">281 </a> <span class="php-keyword1">return</span> <span class="php-keyword2">json_encode</span>(<span class="php-var">$this</span>-&gt;getAll()); </span><span id="282" class="l"><a href="#282">282 </a> } </span><span id="283" class="l"><a href="#283">283 </a> </span><span id="284" class="l"><a href="#284">284 </a> <span class="php-comment">/** </span></span><span id="285" class="l"><a href="#285">285 </a><span class="php-comment"> * Returns the collection as a serialized string </span></span><span id="286" class="l"><a href="#286">286 </a><span class="php-comment"> * </span></span><span id="287" class="l"><a href="#287">287 </a><span class="php-comment"> * @return string - PHP serialized collection </span></span><span id="288" class="l"><a href="#288">288 </a><span class="php-comment"> */</span> </span><span id="289" class="l"><a href="#289">289 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> toSerialized() </span><span id="290" class="l"><a href="#290">290 </a> { </span><span id="291" class="l"><a href="#291">291 </a> <span class="php-keyword1">return</span> <span class="php-keyword2">serialize</span>(<span class="php-var">$this</span>-&gt;getAll()); </span><span id="292" class="l"><a href="#292">292 </a> } </span><span id="293" class="l"><a href="#293">293 </a> </span><span id="294" class="l"><a href="#294">294 </a> <span class="php-comment">/** </span></span><span id="295" class="l"><a href="#295">295 </a><span class="php-comment"> * Get all collection attributes </span></span><span id="296" class="l"><a href="#296">296 </a><span class="php-comment"> * </span></span><span id="297" class="l"><a href="#297">297 </a><span class="php-comment"> * @return array - array of all collection attributes </span></span><span id="298" class="l"><a href="#298">298 </a><span class="php-comment"> */</span> </span><span id="299" class="l"><a href="#299">299 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getAll() </span><span id="300" class="l"><a href="#300">300 </a> { </span><span id="301" class="l"><a href="#301">301 </a> <span class="php-var">$result</span> = [ </span><span id="302" class="l"><a href="#302">302 </a> self::ENTRY_ID =&gt; <span class="php-var">$this</span>-&gt;_id, </span><span id="303" class="l"><a href="#303">303 </a> self::ENTRY_NAME =&gt; <span class="php-var">$this</span>-&gt;_name, </span><span id="304" class="l"><a href="#304">304 </a> self::ENTRY_WAIT_SYNC =&gt; <span class="php-var">$this</span>-&gt;_waitForSync, </span><span id="305" class="l"><a href="#305">305 </a> self::ENTRY_JOURNAL_SIZE =&gt; <span class="php-var">$this</span>-&gt;_journalSize, </span><span id="306" class="l"><a href="#306">306 </a> self::ENTRY_IS_SYSTEM =&gt; <span class="php-var">$this</span>-&gt;_isSystem, </span><span id="307" class="l"><a href="#307">307 </a> self::ENTRY_IS_VOLATILE =&gt; <span class="php-var">$this</span>-&gt;_isVolatile, </span><span id="308" class="l"><a href="#308">308 </a> self::ENTRY_TYPE =&gt; <span class="php-var">$this</span>-&gt;_type, </span><span id="309" class="l"><a href="#309">309 </a> self::ENTRY_STATUS =&gt; <span class="php-var">$this</span>-&gt;_status, </span><span id="310" class="l"><a href="#310">310 </a> self::ENTRY_KEY_OPTIONS =&gt; <span class="php-var">$this</span>-&gt;_keyOptions </span><span id="311" class="l"><a href="#311">311 </a> ]; </span><span id="312" class="l"><a href="#312">312 </a> </span><span id="313" class="l"><a href="#313">313 </a> <span class="php-keyword1">if</span> (<span class="php-keyword1">null</span> !== <span class="php-var">$this</span>-&gt;_numberOfShards) { </span><span id="314" class="l"><a href="#314">314 </a> <span class="php-var">$result</span>[self::ENTRY_NUMBER_OF_SHARDS] = <span class="php-var">$this</span>-&gt;_numberOfShards; </span><span id="315" class="l"><a href="#315">315 </a> } </span><span id="316" class="l"><a href="#316">316 </a> </span><span id="317" class="l"><a href="#317">317 </a> <span class="php-keyword1">if</span> (<span class="php-keyword2">is_array</span>(<span class="php-var">$this</span>-&gt;_shardKeys)) { </span><span id="318" class="l"><a href="#318">318 </a> <span class="php-var">$result</span>[self::ENTRY_SHARD_KEYS] = <span class="php-var">$this</span>-&gt;_shardKeys; </span><span id="319" class="l"><a href="#319">319 </a> } </span><span id="320" class="l"><a href="#320">320 </a> </span><span id="321" class="l"><a href="#321">321 </a> <span class="php-keyword1">return</span> <span class="php-var">$result</span>; </span><span id="322" class="l"><a href="#322">322 </a> } </span><span id="323" class="l"><a href="#323">323 </a> </span><span id="324" class="l"><a href="#324">324 </a> <span class="php-comment">/** </span></span><span id="325" class="l"><a href="#325">325 </a><span class="php-comment"> * Set a collection attribute </span></span><span id="326" class="l"><a href="#326">326 </a><span class="php-comment"> * </span></span><span id="327" class="l"><a href="#327">327 </a><span class="php-comment"> * The key (attribute name) must be a string. </span></span><span id="328" class="l"><a href="#328">328 </a><span class="php-comment"> * </span></span><span id="329" class="l"><a href="#329">329 </a><span class="php-comment"> * This will validate the value of the attribute and might throw an </span></span><span id="330" class="l"><a href="#330">330 </a><span class="php-comment"> * exception if the value is invalid. </span></span><span id="331" class="l"><a href="#331">331 </a><span class="php-comment"> * </span></span><span id="332" class="l"><a href="#332">332 </a><span class="php-comment"> * @throws ClientException </span></span><span id="333" class="l"><a href="#333">333 </a><span class="php-comment"> * </span></span><span id="334" class="l"><a href="#334">334 </a><span class="php-comment"> * @param string $key - attribute name </span></span><span id="335" class="l"><a href="#335">335 </a><span class="php-comment"> * @param mixed $value - value for attribute </span></span><span id="336" class="l"><a href="#336">336 </a><span class="php-comment"> * </span></span><span id="337" class="l"><a href="#337">337 </a><span class="php-comment"> * @return void </span></span><span id="338" class="l"><a href="#338">338 </a><span class="php-comment"> */</span> </span><span id="339" class="l"><a href="#339">339 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> set(<span class="php-var">$key</span>, <span class="php-var">$value</span>) </span><span id="340" class="l"><a href="#340">340 </a> { </span><span id="341" class="l"><a href="#341">341 </a> <span class="php-keyword1">if</span> (!<span class="php-keyword2">is_string</span>(<span class="php-var">$key</span>)) { </span><span id="342" class="l"><a href="#342">342 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Invalid collection attribute type'</span>); </span><span id="343" class="l"><a href="#343">343 </a> } </span><span id="344" class="l"><a href="#344">344 </a> </span><span id="345" class="l"><a href="#345">345 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_ID) { </span><span id="346" class="l"><a href="#346">346 </a> <span class="php-var">$this</span>-&gt;setId(<span class="php-var">$value</span>); </span><span id="347" class="l"><a href="#347">347 </a> </span><span id="348" class="l"><a href="#348">348 </a> <span class="php-keyword1">return</span>; </span><span id="349" class="l"><a href="#349">349 </a> } </span><span id="350" class="l"><a href="#350">350 </a> </span><span id="351" class="l"><a href="#351">351 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_NAME) { </span><span id="352" class="l"><a href="#352">352 </a> <span class="php-var">$this</span>-&gt;setName(<span class="php-var">$value</span>); </span><span id="353" class="l"><a href="#353">353 </a> </span><span id="354" class="l"><a href="#354">354 </a> <span class="php-keyword1">return</span>; </span><span id="355" class="l"><a href="#355">355 </a> } </span><span id="356" class="l"><a href="#356">356 </a> </span><span id="357" class="l"><a href="#357">357 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_WAIT_SYNC) { </span><span id="358" class="l"><a href="#358">358 </a> <span class="php-var">$this</span>-&gt;setWaitForSync(<span class="php-var">$value</span>); </span><span id="359" class="l"><a href="#359">359 </a> </span><span id="360" class="l"><a href="#360">360 </a> <span class="php-keyword1">return</span>; </span><span id="361" class="l"><a href="#361">361 </a> } </span><span id="362" class="l"><a href="#362">362 </a> </span><span id="363" class="l"><a href="#363">363 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_JOURNAL_SIZE) { </span><span id="364" class="l"><a href="#364">364 </a> <span class="php-var">$this</span>-&gt;setJournalSize(<span class="php-var">$value</span>); </span><span id="365" class="l"><a href="#365">365 </a> </span><span id="366" class="l"><a href="#366">366 </a> <span class="php-keyword1">return</span>; </span><span id="367" class="l"><a href="#367">367 </a> } </span><span id="368" class="l"><a href="#368">368 </a> </span><span id="369" class="l"><a href="#369">369 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_IS_SYSTEM) { </span><span id="370" class="l"><a href="#370">370 </a> <span class="php-var">$this</span>-&gt;setIsSystem(<span class="php-var">$value</span>); </span><span id="371" class="l"><a href="#371">371 </a> </span><span id="372" class="l"><a href="#372">372 </a> <span class="php-keyword1">return</span>; </span><span id="373" class="l"><a href="#373">373 </a> } </span><span id="374" class="l"><a href="#374">374 </a> </span><span id="375" class="l"><a href="#375">375 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_IS_VOLATILE) { </span><span id="376" class="l"><a href="#376">376 </a> <span class="php-var">$this</span>-&gt;setIsVolatile(<span class="php-var">$value</span>); </span><span id="377" class="l"><a href="#377">377 </a> </span><span id="378" class="l"><a href="#378">378 </a> <span class="php-keyword1">return</span>; </span><span id="379" class="l"><a href="#379">379 </a> } </span><span id="380" class="l"><a href="#380">380 </a> </span><span id="381" class="l"><a href="#381">381 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_TYPE) { </span><span id="382" class="l"><a href="#382">382 </a> <span class="php-var">$this</span>-&gt;<span class="php-keyword2">setType</span>(<span class="php-var">$value</span>); </span><span id="383" class="l"><a href="#383">383 </a> </span><span id="384" class="l"><a href="#384">384 </a> <span class="php-keyword1">return</span>; </span><span id="385" class="l"><a href="#385">385 </a> } </span><span id="386" class="l"><a href="#386">386 </a> </span><span id="387" class="l"><a href="#387">387 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_STATUS) { </span><span id="388" class="l"><a href="#388">388 </a> <span class="php-var">$this</span>-&gt;setStatus(<span class="php-var">$value</span>); </span><span id="389" class="l"><a href="#389">389 </a> </span><span id="390" class="l"><a href="#390">390 </a> <span class="php-keyword1">return</span>; </span><span id="391" class="l"><a href="#391">391 </a> } </span><span id="392" class="l"><a href="#392">392 </a> </span><span id="393" class="l"><a href="#393">393 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_KEY_OPTIONS) { </span><span id="394" class="l"><a href="#394">394 </a> <span class="php-var">$this</span>-&gt;setKeyOptions(<span class="php-var">$value</span>); </span><span id="395" class="l"><a href="#395">395 </a> </span><span id="396" class="l"><a href="#396">396 </a> <span class="php-keyword1">return</span>; </span><span id="397" class="l"><a href="#397">397 </a> } </span><span id="398" class="l"><a href="#398">398 </a> </span><span id="399" class="l"><a href="#399">399 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_NUMBER_OF_SHARDS) { </span><span id="400" class="l"><a href="#400">400 </a> <span class="php-var">$this</span>-&gt;setNumberOfShards(<span class="php-var">$value</span>); </span><span id="401" class="l"><a href="#401">401 </a> </span><span id="402" class="l"><a href="#402">402 </a> <span class="php-keyword1">return</span>; </span><span id="403" class="l"><a href="#403">403 </a> } </span><span id="404" class="l"><a href="#404">404 </a> </span><span id="405" class="l"><a href="#405">405 </a> <span class="php-keyword1">if</span> (<span class="php-var">$key</span> === self::ENTRY_SHARD_KEYS) { </span><span id="406" class="l"><a href="#406">406 </a> <span class="php-var">$this</span>-&gt;setShardKeys(<span class="php-var">$value</span>); </span><span id="407" class="l"><a href="#407">407 </a> </span><span id="408" class="l"><a href="#408">408 </a> <span class="php-keyword1">return</span>; </span><span id="409" class="l"><a href="#409">409 </a> } </span><span id="410" class="l"><a href="#410">410 </a> <span class="php-comment">// unknown attribute, will be ignored</span> </span><span id="411" class="l"><a href="#411">411 </a> } </span><span id="412" class="l"><a href="#412">412 </a> </span><span id="413" class="l"><a href="#413">413 </a> <span class="php-comment">/** </span></span><span id="414" class="l"><a href="#414">414 </a><span class="php-comment"> * Set the collection id </span></span><span id="415" class="l"><a href="#415">415 </a><span class="php-comment"> * </span></span><span id="416" class="l"><a href="#416">416 </a><span class="php-comment"> * This will throw if the id of an existing collection gets updated to some other id </span></span><span id="417" class="l"><a href="#417">417 </a><span class="php-comment"> * </span></span><span id="418" class="l"><a href="#418">418 </a><span class="php-comment"> * @throws ClientException </span></span><span id="419" class="l"><a href="#419">419 </a><span class="php-comment"> * </span></span><span id="420" class="l"><a href="#420">420 </a><span class="php-comment"> * @param mixed $id - collection id </span></span><span id="421" class="l"><a href="#421">421 </a><span class="php-comment"> * </span></span><span id="422" class="l"><a href="#422">422 </a><span class="php-comment"> * @return bool </span></span><span id="423" class="l"><a href="#423">423 </a><span class="php-comment"> */</span> </span><span id="424" class="l"><a href="#424">424 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setId(<span class="php-var">$id</span>) </span><span id="425" class="l"><a href="#425">425 </a> { </span><span id="426" class="l"><a href="#426">426 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;_id !== <span class="php-keyword1">null</span> &amp;&amp; <span class="php-var">$this</span>-&gt;_id !== <span class="php-var">$id</span>) { </span><span id="427" class="l"><a href="#427">427 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Should not update the id of an existing collection'</span>); </span><span id="428" class="l"><a href="#428">428 </a> } </span><span id="429" class="l"><a href="#429">429 </a> </span><span id="430" class="l"><a href="#430">430 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_id = (string) <span class="php-var">$id</span>; </span><span id="431" class="l"><a href="#431">431 </a> } </span><span id="432" class="l"><a href="#432">432 </a> </span><span id="433" class="l"><a href="#433">433 </a> <span class="php-comment">/** </span></span><span id="434" class="l"><a href="#434">434 </a><span class="php-comment"> * Get the collection id (if already known) </span></span><span id="435" class="l"><a href="#435">435 </a><span class="php-comment"> * </span></span><span id="436" class="l"><a href="#436">436 </a><span class="php-comment"> * Collection ids are generated on the server only. </span></span><span id="437" class="l"><a href="#437">437 </a><span class="php-comment"> * </span></span><span id="438" class="l"><a href="#438">438 </a><span class="php-comment"> * Collection ids are numeric but might be bigger than PHP_INT_MAX. </span></span><span id="439" class="l"><a href="#439">439 </a><span class="php-comment"> * To reliably store a collection id elsewhere, a PHP string should be used </span></span><span id="440" class="l"><a href="#440">440 </a><span class="php-comment"> * </span></span><span id="441" class="l"><a href="#441">441 </a><span class="php-comment"> * @return mixed - collection id, might be NULL if collection does not yet have an id </span></span><span id="442" class="l"><a href="#442">442 </a><span class="php-comment"> */</span> </span><span id="443" class="l"><a href="#443">443 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getId() </span><span id="444" class="l"><a href="#444">444 </a> { </span><span id="445" class="l"><a href="#445">445 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_id; </span><span id="446" class="l"><a href="#446">446 </a> } </span><span id="447" class="l"><a href="#447">447 </a> </span><span id="448" class="l"><a href="#448">448 </a> <span class="php-comment">/** </span></span><span id="449" class="l"><a href="#449">449 </a><span class="php-comment"> * Set the collection name </span></span><span id="450" class="l"><a href="#450">450 </a><span class="php-comment"> * </span></span><span id="451" class="l"><a href="#451">451 </a><span class="php-comment"> * @throws ClientException </span></span><span id="452" class="l"><a href="#452">452 </a><span class="php-comment"> * </span></span><span id="453" class="l"><a href="#453">453 </a><span class="php-comment"> * @param string $name - name </span></span><span id="454" class="l"><a href="#454">454 </a><span class="php-comment"> * </span></span><span id="455" class="l"><a href="#455">455 </a><span class="php-comment"> * @return void </span></span><span id="456" class="l"><a href="#456">456 </a><span class="php-comment"> */</span> </span><span id="457" class="l"><a href="#457">457 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setName(<span class="php-var">$name</span>) </span><span id="458" class="l"><a href="#458">458 </a> { </span><span id="459" class="l"><a href="#459">459 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword2">is_string</span>(<span class="php-var">$name</span>)); </span><span id="460" class="l"><a href="#460">460 </a> </span><span id="461" class="l"><a href="#461">461 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;_name !== <span class="php-keyword1">null</span> &amp;&amp; <span class="php-var">$this</span>-&gt;_name !== <span class="php-var">$name</span>) { </span><span id="462" class="l"><a href="#462">462 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Should not update the name of an existing collection'</span>); </span><span id="463" class="l"><a href="#463">463 </a> } </span><span id="464" class="l"><a href="#464">464 </a> </span><span id="465" class="l"><a href="#465">465 </a> <span class="php-var">$this</span>-&gt;_name = (string) <span class="php-var">$name</span>; </span><span id="466" class="l"><a href="#466">466 </a> } </span><span id="467" class="l"><a href="#467">467 </a> </span><span id="468" class="l"><a href="#468">468 </a> <span class="php-comment">/** </span></span><span id="469" class="l"><a href="#469">469 </a><span class="php-comment"> * Get the collection name (if already known) </span></span><span id="470" class="l"><a href="#470">470 </a><span class="php-comment"> * </span></span><span id="471" class="l"><a href="#471">471 </a><span class="php-comment"> * @return string - name </span></span><span id="472" class="l"><a href="#472">472 </a><span class="php-comment"> */</span> </span><span id="473" class="l"><a href="#473">473 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getName() </span><span id="474" class="l"><a href="#474">474 </a> { </span><span id="475" class="l"><a href="#475">475 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_name; </span><span id="476" class="l"><a href="#476">476 </a> } </span><span id="477" class="l"><a href="#477">477 </a> </span><span id="478" class="l"><a href="#478">478 </a> <span class="php-comment">/** </span></span><span id="479" class="l"><a href="#479">479 </a><span class="php-comment"> * Set the collection type. </span></span><span id="480" class="l"><a href="#480">480 </a><span class="php-comment"> * </span></span><span id="481" class="l"><a href="#481">481 </a><span class="php-comment"> * This is useful before a collection is create() 'ed in order to set a different type than the normal one. </span></span><span id="482" class="l"><a href="#482">482 </a><span class="php-comment"> * For example this must be set to 3 in order to create an edge-collection. </span></span><span id="483" class="l"><a href="#483">483 </a><span class="php-comment"> * </span></span><span id="484" class="l"><a href="#484">484 </a><span class="php-comment"> * @throws ClientException </span></span><span id="485" class="l"><a href="#485">485 </a><span class="php-comment"> * </span></span><span id="486" class="l"><a href="#486">486 </a><span class="php-comment"> * @param int $type - type = 2 -&gt; normal collection, type = 3 -&gt; edge-collection </span></span><span id="487" class="l"><a href="#487">487 </a><span class="php-comment"> * </span></span><span id="488" class="l"><a href="#488">488 </a><span class="php-comment"> * @return void </span></span><span id="489" class="l"><a href="#489">489 </a><span class="php-comment"> */</span> </span><span id="490" class="l"><a href="#490">490 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <span class="php-keyword2">setType</span>(<span class="php-var">$type</span>) </span><span id="491" class="l"><a href="#491">491 </a> { </span><span id="492" class="l"><a href="#492">492 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword2">is_int</span>(<span class="php-var">$type</span>)); </span><span id="493" class="l"><a href="#493">493 </a> </span><span id="494" class="l"><a href="#494">494 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;_type !== <span class="php-keyword1">null</span> &amp;&amp; <span class="php-var">$this</span>-&gt;_type !== <span class="php-var">$type</span>) { </span><span id="495" class="l"><a href="#495">495 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Should not update the type of an existing collection'</span>); </span><span id="496" class="l"><a href="#496">496 </a> } </span><span id="497" class="l"><a href="#497">497 </a> </span><span id="498" class="l"><a href="#498">498 </a> <span class="php-keyword1">if</span> (<span class="php-var">$type</span> !== self::TYPE_DOCUMENT &amp;&amp; <span class="php-var">$type</span> !== self::TYPE_EDGE) { </span><span id="499" class="l"><a href="#499">499 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Invalid type used for collection'</span>); </span><span id="500" class="l"><a href="#500">500 </a> } </span><span id="501" class="l"><a href="#501">501 </a> </span><span id="502" class="l"><a href="#502">502 </a> <span class="php-var">$this</span>-&gt;_type = <span class="php-var">$type</span>; </span><span id="503" class="l"><a href="#503">503 </a> } </span><span id="504" class="l"><a href="#504">504 </a> </span><span id="505" class="l"><a href="#505">505 </a> <span class="php-comment">/** </span></span><span id="506" class="l"><a href="#506">506 </a><span class="php-comment"> * Get the collection type (if already known) </span></span><span id="507" class="l"><a href="#507">507 </a><span class="php-comment"> * </span></span><span id="508" class="l"><a href="#508">508 </a><span class="php-comment"> * @return string - name </span></span><span id="509" class="l"><a href="#509">509 </a><span class="php-comment"> */</span> </span><span id="510" class="l"><a href="#510">510 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <span class="php-keyword2">getType</span>() </span><span id="511" class="l"><a href="#511">511 </a> { </span><span id="512" class="l"><a href="#512">512 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_type; </span><span id="513" class="l"><a href="#513">513 </a> } </span><span id="514" class="l"><a href="#514">514 </a> </span><span id="515" class="l"><a href="#515">515 </a> <span class="php-comment">/** </span></span><span id="516" class="l"><a href="#516">516 </a><span class="php-comment"> * Set the collection status. </span></span><span id="517" class="l"><a href="#517">517 </a><span class="php-comment"> * </span></span><span id="518" class="l"><a href="#518">518 </a><span class="php-comment"> * This is useful before a collection is create()'ed in order to set a status. </span></span><span id="519" class="l"><a href="#519">519 </a><span class="php-comment"> * </span></span><span id="520" class="l"><a href="#520">520 </a><span class="php-comment"> * @throws ClientException </span></span><span id="521" class="l"><a href="#521">521 </a><span class="php-comment"> * </span></span><span id="522" class="l"><a href="#522">522 </a><span class="php-comment"> * @param int $status - statuses = 1 -&gt; new born, status = 2 -&gt; unloaded, status = 3 -&gt; loaded, status = 4 -&gt; being unloaded, status = 5 -&gt; deleted </span></span><span id="523" class="l"><a href="#523">523 </a><span class="php-comment"> * </span></span><span id="524" class="l"><a href="#524">524 </a><span class="php-comment"> * @return void </span></span><span id="525" class="l"><a href="#525">525 </a><span class="php-comment"> */</span> </span><span id="526" class="l"><a href="#526">526 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setStatus(<span class="php-var">$status</span>) </span><span id="527" class="l"><a href="#527">527 </a> { </span><span id="528" class="l"><a href="#528">528 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword2">is_int</span>(<span class="php-var">$status</span>)); </span><span id="529" class="l"><a href="#529">529 </a> </span><span id="530" class="l"><a href="#530">530 </a> <span class="php-keyword1">if</span> (<span class="php-var">$this</span>-&gt;_status !== <span class="php-keyword1">null</span> &amp;&amp; <span class="php-var">$this</span>-&gt;_status !== <span class="php-var">$status</span>) { </span><span id="531" class="l"><a href="#531">531 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Should not update the status of an existing collection'</span>); </span><span id="532" class="l"><a href="#532">532 </a> } </span><span id="533" class="l"><a href="#533">533 </a> </span><span id="534" class="l"><a href="#534">534 </a> <span class="php-keyword1">if</span> (!<span class="php-keyword2">in_array</span>( </span><span id="535" class="l"><a href="#535">535 </a> <span class="php-var">$status</span>, </span><span id="536" class="l"><a href="#536">536 </a> [ </span><span id="537" class="l"><a href="#537">537 </a> self::STATUS_NEW_BORN, </span><span id="538" class="l"><a href="#538">538 </a> self::STATUS_UNLOADED, </span><span id="539" class="l"><a href="#539">539 </a> self::STATUS_LOADED, </span><span id="540" class="l"><a href="#540">540 </a> self::STATUS_BEING_UNLOADED, </span><span id="541" class="l"><a href="#541">541 </a> self::STATUS_DELETED </span><span id="542" class="l"><a href="#542">542 </a> ], <span class="php-keyword1">true</span> </span><span id="543" class="l"><a href="#543">543 </a> ) </span><span id="544" class="l"><a href="#544">544 </a> ) { </span><span id="545" class="l"><a href="#545">545 </a> <span class="php-keyword1">throw</span> <span class="php-keyword1">new</span> ClientException(<span class="php-quote">'Invalid status used for collection'</span>); </span><span id="546" class="l"><a href="#546">546 </a> } </span><span id="547" class="l"><a href="#547">547 </a> </span><span id="548" class="l"><a href="#548">548 </a> <span class="php-var">$this</span>-&gt;_status = <span class="php-var">$status</span>; </span><span id="549" class="l"><a href="#549">549 </a> } </span><span id="550" class="l"><a href="#550">550 </a> </span><span id="551" class="l"><a href="#551">551 </a> <span class="php-comment">/** </span></span><span id="552" class="l"><a href="#552">552 </a><span class="php-comment"> * Get the collection status (if already known) </span></span><span id="553" class="l"><a href="#553">553 </a><span class="php-comment"> * </span></span><span id="554" class="l"><a href="#554">554 </a><span class="php-comment"> * @return int - status </span></span><span id="555" class="l"><a href="#555">555 </a><span class="php-comment"> */</span> </span><span id="556" class="l"><a href="#556">556 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getStatus() </span><span id="557" class="l"><a href="#557">557 </a> { </span><span id="558" class="l"><a href="#558">558 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_status; </span><span id="559" class="l"><a href="#559">559 </a> } </span><span id="560" class="l"><a href="#560">560 </a> </span><span id="561" class="l"><a href="#561">561 </a> <span class="php-comment">/** </span></span><span id="562" class="l"><a href="#562">562 </a><span class="php-comment"> * Set the collection key options. </span></span><span id="563" class="l"><a href="#563">563 </a><span class="php-comment"> * </span></span><span id="564" class="l"><a href="#564">564 </a><span class="php-comment"> * @throws ClientException </span></span><span id="565" class="l"><a href="#565">565 </a><span class="php-comment"> * </span></span><span id="566" class="l"><a href="#566">566 </a><span class="php-comment"> * @param array $keyOptions - An associative array containing optional keys: type, allowUserKeys, increment, offset. </span></span><span id="567" class="l"><a href="#567">567 </a><span class="php-comment"> * </span></span><span id="568" class="l"><a href="#568">568 </a><span class="php-comment"> * @return void </span></span><span id="569" class="l"><a href="#569">569 </a><span class="php-comment"> */</span> </span><span id="570" class="l"><a href="#570">570 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setKeyOptions(<span class="php-var">$keyOptions</span>) </span><span id="571" class="l"><a href="#571">571 </a> { </span><span id="572" class="l"><a href="#572">572 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword2">is_array</span>(<span class="php-var">$keyOptions</span>)); </span><span id="573" class="l"><a href="#573">573 </a> </span><span id="574" class="l"><a href="#574">574 </a> <span class="php-var">$this</span>-&gt;_keyOptions = <span class="php-var">$keyOptions</span>; </span><span id="575" class="l"><a href="#575">575 </a> } </span><span id="576" class="l"><a href="#576">576 </a> </span><span id="577" class="l"><a href="#577">577 </a> <span class="php-comment">/** </span></span><span id="578" class="l"><a href="#578">578 </a><span class="php-comment"> * Get the collection key options (if already known) </span></span><span id="579" class="l"><a href="#579">579 </a><span class="php-comment"> * </span></span><span id="580" class="l"><a href="#580">580 </a><span class="php-comment"> * @return array - keyOptions </span></span><span id="581" class="l"><a href="#581">581 </a><span class="php-comment"> */</span> </span><span id="582" class="l"><a href="#582">582 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getKeyOptions() </span><span id="583" class="l"><a href="#583">583 </a> { </span><span id="584" class="l"><a href="#584">584 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_keyOptions; </span><span id="585" class="l"><a href="#585">585 </a> } </span><span id="586" class="l"><a href="#586">586 </a> </span><span id="587" class="l"><a href="#587">587 </a> <span class="php-comment">/** </span></span><span id="588" class="l"><a href="#588">588 </a><span class="php-comment"> * Set the waitForSync value </span></span><span id="589" class="l"><a href="#589">589 </a><span class="php-comment"> * </span></span><span id="590" class="l"><a href="#590">590 </a><span class="php-comment"> * @param bool $value - waitForSync value </span></span><span id="591" class="l"><a href="#591">591 </a><span class="php-comment"> * </span></span><span id="592" class="l"><a href="#592">592 </a><span class="php-comment"> * @return void </span></span><span id="593" class="l"><a href="#593">593 </a><span class="php-comment"> */</span> </span><span id="594" class="l"><a href="#594">594 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setWaitForSync(<span class="php-var">$value</span>) </span><span id="595" class="l"><a href="#595">595 </a> { </span><span id="596" class="l"><a href="#596">596 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword1">null</span> === <span class="php-var">$value</span> || <span class="php-keyword2">is_bool</span>(<span class="php-var">$value</span>)); </span><span id="597" class="l"><a href="#597">597 </a> <span class="php-var">$this</span>-&gt;_waitForSync = <span class="php-var">$value</span>; </span><span id="598" class="l"><a href="#598">598 </a> } </span><span id="599" class="l"><a href="#599">599 </a> </span><span id="600" class="l"><a href="#600">600 </a> <span class="php-comment">/** </span></span><span id="601" class="l"><a href="#601">601 </a><span class="php-comment"> * Get the waitForSync value (if already known) </span></span><span id="602" class="l"><a href="#602">602 </a><span class="php-comment"> * </span></span><span id="603" class="l"><a href="#603">603 </a><span class="php-comment"> * @return bool - waitForSync value </span></span><span id="604" class="l"><a href="#604">604 </a><span class="php-comment"> */</span> </span><span id="605" class="l"><a href="#605">605 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getWaitForSync() </span><span id="606" class="l"><a href="#606">606 </a> { </span><span id="607" class="l"><a href="#607">607 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_waitForSync; </span><span id="608" class="l"><a href="#608">608 </a> } </span><span id="609" class="l"><a href="#609">609 </a> </span><span id="610" class="l"><a href="#610">610 </a> <span class="php-comment">/** </span></span><span id="611" class="l"><a href="#611">611 </a><span class="php-comment"> * Set the journalSize value </span></span><span id="612" class="l"><a href="#612">612 </a><span class="php-comment"> * </span></span><span id="613" class="l"><a href="#613">613 </a><span class="php-comment"> * @param int $value - journalSize value </span></span><span id="614" class="l"><a href="#614">614 </a><span class="php-comment"> * </span></span><span id="615" class="l"><a href="#615">615 </a><span class="php-comment"> * @return void </span></span><span id="616" class="l"><a href="#616">616 </a><span class="php-comment"> */</span> </span><span id="617" class="l"><a href="#617">617 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setJournalSize(<span class="php-var">$value</span>) </span><span id="618" class="l"><a href="#618">618 </a> { </span><span id="619" class="l"><a href="#619">619 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword2">is_numeric</span>(<span class="php-var">$value</span>)); </span><span id="620" class="l"><a href="#620">620 </a> <span class="php-var">$this</span>-&gt;_journalSize = <span class="php-var">$value</span>; </span><span id="621" class="l"><a href="#621">621 </a> } </span><span id="622" class="l"><a href="#622">622 </a> </span><span id="623" class="l"><a href="#623">623 </a> <span class="php-comment">/** </span></span><span id="624" class="l"><a href="#624">624 </a><span class="php-comment"> * Get the journalSize value (if already known) </span></span><span id="625" class="l"><a href="#625">625 </a><span class="php-comment"> * </span></span><span id="626" class="l"><a href="#626">626 </a><span class="php-comment"> * @return int - journalSize value </span></span><span id="627" class="l"><a href="#627">627 </a><span class="php-comment"> */</span> </span><span id="628" class="l"><a href="#628">628 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getJournalSize() </span><span id="629" class="l"><a href="#629">629 </a> { </span><span id="630" class="l"><a href="#630">630 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_journalSize; </span><span id="631" class="l"><a href="#631">631 </a> } </span><span id="632" class="l"><a href="#632">632 </a> </span><span id="633" class="l"><a href="#633">633 </a> <span class="php-comment">/** </span></span><span id="634" class="l"><a href="#634">634 </a><span class="php-comment"> * Set the isSystem value </span></span><span id="635" class="l"><a href="#635">635 </a><span class="php-comment"> * </span></span><span id="636" class="l"><a href="#636">636 </a><span class="php-comment"> * @param bool $value - isSystem: false-&gt;user collection, true-&gt;system collection </span></span><span id="637" class="l"><a href="#637">637 </a><span class="php-comment"> * </span></span><span id="638" class="l"><a href="#638">638 </a><span class="php-comment"> * @return void </span></span><span id="639" class="l"><a href="#639">639 </a><span class="php-comment"> */</span> </span><span id="640" class="l"><a href="#640">640 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setIsSystem(<span class="php-var">$value</span>) </span><span id="641" class="l"><a href="#641">641 </a> { </span><span id="642" class="l"><a href="#642">642 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword1">null</span> === <span class="php-var">$value</span> || <span class="php-keyword2">is_bool</span>(<span class="php-var">$value</span>)); </span><span id="643" class="l"><a href="#643">643 </a> <span class="php-var">$this</span>-&gt;_isSystem = <span class="php-var">$value</span>; </span><span id="644" class="l"><a href="#644">644 </a> } </span><span id="645" class="l"><a href="#645">645 </a> </span><span id="646" class="l"><a href="#646">646 </a> <span class="php-comment">/** </span></span><span id="647" class="l"><a href="#647">647 </a><span class="php-comment"> * Get the isSystem value (if already known) </span></span><span id="648" class="l"><a href="#648">648 </a><span class="php-comment"> * </span></span><span id="649" class="l"><a href="#649">649 </a><span class="php-comment"> * @return bool - isSystem value </span></span><span id="650" class="l"><a href="#650">650 </a><span class="php-comment"> */</span> </span><span id="651" class="l"><a href="#651">651 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getIsSystem() </span><span id="652" class="l"><a href="#652">652 </a> { </span><span id="653" class="l"><a href="#653">653 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_isSystem; </span><span id="654" class="l"><a href="#654">654 </a> } </span><span id="655" class="l"><a href="#655">655 </a> </span><span id="656" class="l"><a href="#656">656 </a> <span class="php-comment">/** </span></span><span id="657" class="l"><a href="#657">657 </a><span class="php-comment"> * Set the isVolatile value </span></span><span id="658" class="l"><a href="#658">658 </a><span class="php-comment"> * </span></span><span id="659" class="l"><a href="#659">659 </a><span class="php-comment"> * @param bool $value - isVolatile value </span></span><span id="660" class="l"><a href="#660">660 </a><span class="php-comment"> * </span></span><span id="661" class="l"><a href="#661">661 </a><span class="php-comment"> * @return void </span></span><span id="662" class="l"><a href="#662">662 </a><span class="php-comment"> */</span> </span><span id="663" class="l"><a href="#663">663 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setIsVolatile(<span class="php-var">$value</span>) </span><span id="664" class="l"><a href="#664">664 </a> { </span><span id="665" class="l"><a href="#665">665 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword1">null</span> === <span class="php-var">$value</span> || <span class="php-keyword2">is_bool</span>(<span class="php-var">$value</span>)); </span><span id="666" class="l"><a href="#666">666 </a> <span class="php-var">$this</span>-&gt;_isVolatile = <span class="php-var">$value</span>; </span><span id="667" class="l"><a href="#667">667 </a> } </span><span id="668" class="l"><a href="#668">668 </a> </span><span id="669" class="l"><a href="#669">669 </a> <span class="php-comment">/** </span></span><span id="670" class="l"><a href="#670">670 </a><span class="php-comment"> * Get the isVolatile value (if already known) </span></span><span id="671" class="l"><a href="#671">671 </a><span class="php-comment"> * </span></span><span id="672" class="l"><a href="#672">672 </a><span class="php-comment"> * @return bool - isVolatile value </span></span><span id="673" class="l"><a href="#673">673 </a><span class="php-comment"> */</span> </span><span id="674" class="l"><a href="#674">674 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getIsVolatile() </span><span id="675" class="l"><a href="#675">675 </a> { </span><span id="676" class="l"><a href="#676">676 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_isVolatile; </span><span id="677" class="l"><a href="#677">677 </a> } </span><span id="678" class="l"><a href="#678">678 </a> </span><span id="679" class="l"><a href="#679">679 </a> <span class="php-comment">/** </span></span><span id="680" class="l"><a href="#680">680 </a><span class="php-comment"> * Set the numberOfShards value </span></span><span id="681" class="l"><a href="#681">681 </a><span class="php-comment"> * </span></span><span id="682" class="l"><a href="#682">682 </a><span class="php-comment"> * @param int $value - numberOfShards value </span></span><span id="683" class="l"><a href="#683">683 </a><span class="php-comment"> * </span></span><span id="684" class="l"><a href="#684">684 </a><span class="php-comment"> * @return void </span></span><span id="685" class="l"><a href="#685">685 </a><span class="php-comment"> */</span> </span><span id="686" class="l"><a href="#686">686 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setNumberOfShards(<span class="php-var">$value</span>) </span><span id="687" class="l"><a href="#687">687 </a> { </span><span id="688" class="l"><a href="#688">688 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword1">null</span> === <span class="php-var">$value</span> || <span class="php-keyword2">is_numeric</span>(<span class="php-var">$value</span>)); </span><span id="689" class="l"><a href="#689">689 </a> <span class="php-var">$this</span>-&gt;_numberOfShards = <span class="php-var">$value</span>; </span><span id="690" class="l"><a href="#690">690 </a> } </span><span id="691" class="l"><a href="#691">691 </a> </span><span id="692" class="l"><a href="#692">692 </a> <span class="php-comment">/** </span></span><span id="693" class="l"><a href="#693">693 </a><span class="php-comment"> * Get the numberOfShards value (if already known) </span></span><span id="694" class="l"><a href="#694">694 </a><span class="php-comment"> * </span></span><span id="695" class="l"><a href="#695">695 </a><span class="php-comment"> * @return int - numberOfShards value </span></span><span id="696" class="l"><a href="#696">696 </a><span class="php-comment"> */</span> </span><span id="697" class="l"><a href="#697">697 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getNumberOfShards() </span><span id="698" class="l"><a href="#698">698 </a> { </span><span id="699" class="l"><a href="#699">699 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_numberOfShards; </span><span id="700" class="l"><a href="#700">700 </a> } </span><span id="701" class="l"><a href="#701">701 </a> </span><span id="702" class="l"><a href="#702">702 </a> <span class="php-comment">/** </span></span><span id="703" class="l"><a href="#703">703 </a><span class="php-comment"> * Set the shardKeys value </span></span><span id="704" class="l"><a href="#704">704 </a><span class="php-comment"> * </span></span><span id="705" class="l"><a href="#705">705 </a><span class="php-comment"> * @param array $value - shardKeys value </span></span><span id="706" class="l"><a href="#706">706 </a><span class="php-comment"> * </span></span><span id="707" class="l"><a href="#707">707 </a><span class="php-comment"> * @return void </span></span><span id="708" class="l"><a href="#708">708 </a><span class="php-comment"> */</span> </span><span id="709" class="l"><a href="#709">709 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> setShardKeys(<span class="php-var">$value</span>) </span><span id="710" class="l"><a href="#710">710 </a> { </span><span id="711" class="l"><a href="#711">711 </a> <span class="php-keyword2">assert</span>(<span class="php-keyword1">null</span> === <span class="php-var">$value</span> || <span class="php-keyword2">is_array</span>(<span class="php-var">$value</span>)); </span><span id="712" class="l"><a href="#712">712 </a> <span class="php-var">$this</span>-&gt;_shardKeys = <span class="php-var">$value</span>; </span><span id="713" class="l"><a href="#713">713 </a> } </span><span id="714" class="l"><a href="#714">714 </a> </span><span id="715" class="l"><a href="#715">715 </a> <span class="php-comment">/** </span></span><span id="716" class="l"><a href="#716">716 </a><span class="php-comment"> * Get the shardKeys value (if already known) </span></span><span id="717" class="l"><a href="#717">717 </a><span class="php-comment"> * </span></span><span id="718" class="l"><a href="#718">718 </a><span class="php-comment"> * @return array - shardKeys value </span></span><span id="719" class="l"><a href="#719">719 </a><span class="php-comment"> */</span> </span><span id="720" class="l"><a href="#720">720 </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getShardKeys() </span><span id="721" class="l"><a href="#721">721 </a> { </span><span id="722" class="l"><a href="#722">722 </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;_shardKeys; </span><span id="723" class="l"><a href="#723">723 </a> } </span><span id="724" class="l"><a href="#724">724 </a>} </span><span id="725" class="l"><a href="#725">725 </a></span></code></pre> </div> <div id="footer"> ArangoDB-PHP API Documentation API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> <script src="resources/combined.js?95a4142a2c54c3c368e0b6f6374702a28f68e5f0"></script> <script src="elementlist.js?95a87b08c7e5fa23b550435ab9905e92c4234ee6"></script> </body> </html>
diabl0/arangodb-php
docs/source-class-triagens.ArangoDb.Collection.html
HTML
apache-2.0
86,828
<!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 Dec 13 10:32:39 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.config (BOM: * : All 2017.12.1 API)</title> <meta name="date" content="2017-12-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="org.wildfly.swarm.config (BOM: * : All 2017.12.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 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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.12.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/cli/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/wildfly/swarm/config/batch/jberet/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/config/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.wildfly.swarm.config</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" 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/wildfly/swarm/config/BatchJBeretConsumer.html" title="interface in org.wildfly.swarm.config">BatchJBeretConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/BatchJBeret.html" title="class in org.wildfly.swarm.config">BatchJBeret</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/BatchJBeretSupplier.html" title="interface in org.wildfly.swarm.config">BatchJBeretSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/BatchJBeret.html" title="class in org.wildfly.swarm.config">BatchJBeret</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/BeanValidation.html" title="class in org.wildfly.swarm.config">BeanValidation</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/BeanValidationSupplier.html" title="interface in org.wildfly.swarm.config">BeanValidationSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/BeanValidation.html" title="class in org.wildfly.swarm.config">BeanValidation</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/DatasourcesConsumer.html" title="interface in org.wildfly.swarm.config">DatasourcesConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Datasources.html" title="class in org.wildfly.swarm.config">Datasources</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/DatasourcesSupplier.html" title="interface in org.wildfly.swarm.config">DatasourcesSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Datasources.html" title="class in org.wildfly.swarm.config">Datasources</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EEConsumer.html" title="interface in org.wildfly.swarm.config">EEConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/EE.html" title="class in org.wildfly.swarm.config">EE</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EESupplier.html" title="interface in org.wildfly.swarm.config">EESupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/EE.html" title="class in org.wildfly.swarm.config">EE</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EJB3Consumer.html" title="interface in org.wildfly.swarm.config">EJB3Consumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/EJB3.html" title="class in org.wildfly.swarm.config">EJB3</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EJB3Supplier.html" title="interface in org.wildfly.swarm.config">EJB3Supplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/EJB3.html" title="class in org.wildfly.swarm.config">EJB3</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ElytronConsumer.html" title="interface in org.wildfly.swarm.config">ElytronConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Elytron.html" title="class in org.wildfly.swarm.config">Elytron</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ElytronSupplier.html" title="interface in org.wildfly.swarm.config">ElytronSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Elytron.html" title="class in org.wildfly.swarm.config">Elytron</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IIOPOpenjdkConsumer.html" title="interface in org.wildfly.swarm.config">IIOPOpenjdkConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.html" title="class in org.wildfly.swarm.config">IIOPOpenjdk</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IIOPOpenjdkSupplier.html" title="interface in org.wildfly.swarm.config">IIOPOpenjdkSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.html" title="class in org.wildfly.swarm.config">IIOPOpenjdk</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/InfinispanConsumer.html" title="interface in org.wildfly.swarm.config">InfinispanConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Infinispan.html" title="class in org.wildfly.swarm.config">Infinispan</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/InfinispanSupplier.html" title="interface in org.wildfly.swarm.config">InfinispanSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Infinispan.html" title="class in org.wildfly.swarm.config">Infinispan</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IOConsumer.html" title="interface in org.wildfly.swarm.config">IOConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/IO.html" title="class in org.wildfly.swarm.config">IO</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IOSupplier.html" title="interface in org.wildfly.swarm.config">IOSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/IO.html" title="class in org.wildfly.swarm.config">IO</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JAXRS.html" title="class in org.wildfly.swarm.config">JAXRS</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JAXRSSupplier.html" title="interface in org.wildfly.swarm.config">JAXRSSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JAXRS.html" title="class in org.wildfly.swarm.config">JAXRS</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JCAConsumer.html" title="interface in org.wildfly.swarm.config">JCAConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JCA.html" title="class in org.wildfly.swarm.config">JCA</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JCASupplier.html" title="interface in org.wildfly.swarm.config">JCASupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JCA.html" title="class in org.wildfly.swarm.config">JCA</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JdrConsumer.html" title="interface in org.wildfly.swarm.config">JdrConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Jdr.html" title="class in org.wildfly.swarm.config">Jdr</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JdrSupplier.html" title="interface in org.wildfly.swarm.config">JdrSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Jdr.html" title="class in org.wildfly.swarm.config">Jdr</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JGroupsConsumer.html" title="interface in org.wildfly.swarm.config">JGroupsConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JGroups.html" title="class in org.wildfly.swarm.config">JGroups</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JGroupsSupplier.html" title="interface in org.wildfly.swarm.config">JGroupsSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JGroups.html" title="class in org.wildfly.swarm.config">JGroups</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JMXConsumer.html" title="interface in org.wildfly.swarm.config">JMXConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JMX.html" title="class in org.wildfly.swarm.config">JMX</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JMXSupplier.html" title="interface in org.wildfly.swarm.config">JMXSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JMX.html" title="class in org.wildfly.swarm.config">JMX</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JPAConsumer.html" title="interface in org.wildfly.swarm.config">JPAConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JPA.html" title="class in org.wildfly.swarm.config">JPA</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JPASupplier.html" title="interface in org.wildfly.swarm.config">JPASupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JPA.html" title="class in org.wildfly.swarm.config">JPA</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JSFConsumer.html" title="interface in org.wildfly.swarm.config">JSFConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JSFSupplier.html" title="interface in org.wildfly.swarm.config">JSFSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Jsr77Consumer.html" title="interface in org.wildfly.swarm.config">Jsr77Consumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Jsr77.html" title="class in org.wildfly.swarm.config">Jsr77</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Jsr77Supplier.html" title="interface in org.wildfly.swarm.config">Jsr77Supplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Jsr77.html" title="class in org.wildfly.swarm.config">Jsr77</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/LoggingConsumer.html" title="interface in org.wildfly.swarm.config">LoggingConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Logging.html" title="class in org.wildfly.swarm.config">Logging</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/LoggingSupplier.html" title="interface in org.wildfly.swarm.config">LoggingSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Logging.html" title="class in org.wildfly.swarm.config">Logging</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/MailConsumer.html" title="interface in org.wildfly.swarm.config">MailConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Mail.html" title="class in org.wildfly.swarm.config">Mail</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/MailSupplier.html" title="interface in org.wildfly.swarm.config">MailSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Mail.html" title="class in org.wildfly.swarm.config">Mail</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ManagementCoreServiceConsumer.html" title="interface in org.wildfly.swarm.config">ManagementCoreServiceConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/ManagementCoreService.html" title="class in org.wildfly.swarm.config">ManagementCoreService</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ManagementCoreServiceSupplier.html" title="interface in org.wildfly.swarm.config">ManagementCoreServiceSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/ManagementCoreService.html" title="class in org.wildfly.swarm.config">ManagementCoreService</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/MessagingActiveMQConsumer.html" title="interface in org.wildfly.swarm.config">MessagingActiveMQConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/MessagingActiveMQ.html" title="class in org.wildfly.swarm.config">MessagingActiveMQ</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/MessagingActiveMQSupplier.html" title="interface in org.wildfly.swarm.config">MessagingActiveMQSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/MessagingActiveMQ.html" title="class in org.wildfly.swarm.config">MessagingActiveMQ</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ModclusterConsumer.html" title="interface in org.wildfly.swarm.config">ModclusterConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Modcluster.html" title="class in org.wildfly.swarm.config">Modcluster</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ModclusterSupplier.html" title="interface in org.wildfly.swarm.config">ModclusterSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Modcluster.html" title="class in org.wildfly.swarm.config">Modcluster</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/NamingConsumer.html" title="interface in org.wildfly.swarm.config">NamingConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Naming.html" title="class in org.wildfly.swarm.config">Naming</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/NamingSupplier.html" title="interface in org.wildfly.swarm.config">NamingSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Naming.html" title="class in org.wildfly.swarm.config">Naming</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/PojoConsumer.html" title="interface in org.wildfly.swarm.config">PojoConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Pojo.html" title="class in org.wildfly.swarm.config">Pojo</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/PojoSupplier.html" title="interface in org.wildfly.swarm.config">PojoSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Pojo.html" title="class in org.wildfly.swarm.config">Pojo</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/RemotingConsumer.html" title="interface in org.wildfly.swarm.config">RemotingConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/RemotingSupplier.html" title="interface in org.wildfly.swarm.config">RemotingSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/RequestControllerConsumer.html" title="interface in org.wildfly.swarm.config">RequestControllerConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/RequestController.html" title="class in org.wildfly.swarm.config">RequestController</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/RequestControllerSupplier.html" title="interface in org.wildfly.swarm.config">RequestControllerSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/RequestController.html" title="class in org.wildfly.swarm.config">RequestController</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ResourceAdaptersConsumer.html" title="interface in org.wildfly.swarm.config">ResourceAdaptersConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/ResourceAdapters.html" title="class in org.wildfly.swarm.config">ResourceAdapters</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ResourceAdaptersSupplier.html" title="interface in org.wildfly.swarm.config">ResourceAdaptersSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/ResourceAdapters.html" title="class in org.wildfly.swarm.config">ResourceAdapters</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SarConsumer.html" title="interface in org.wildfly.swarm.config">SarConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Sar.html" title="class in org.wildfly.swarm.config">Sar</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SarSupplier.html" title="interface in org.wildfly.swarm.config">SarSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Sar.html" title="class in org.wildfly.swarm.config">Sar</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SecurityConsumer.html" title="interface in org.wildfly.swarm.config">SecurityConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Security.html" title="class in org.wildfly.swarm.config">Security</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SecurityManagerConsumer.html" title="interface in org.wildfly.swarm.config">SecurityManagerConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/SecurityManager.html" title="class in org.wildfly.swarm.config">SecurityManager</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SecurityManagerSupplier.html" title="interface in org.wildfly.swarm.config">SecurityManagerSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/SecurityManager.html" title="class in org.wildfly.swarm.config">SecurityManager</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SecuritySupplier.html" title="interface in org.wildfly.swarm.config">SecuritySupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Security.html" title="class in org.wildfly.swarm.config">Security</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SingletonConsumer.html" title="interface in org.wildfly.swarm.config">SingletonConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Singleton.html" title="class in org.wildfly.swarm.config">Singleton</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SingletonSupplier.html" title="interface in org.wildfly.swarm.config">SingletonSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Singleton.html" title="class in org.wildfly.swarm.config">Singleton</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/TransactionsConsumer.html" title="interface in org.wildfly.swarm.config">TransactionsConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/TransactionsSupplier.html" title="interface in org.wildfly.swarm.config">TransactionsSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/UndertowConsumer.html" title="interface in org.wildfly.swarm.config">UndertowConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Undertow.html" title="class in org.wildfly.swarm.config">Undertow</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/UndertowSupplier.html" title="interface in org.wildfly.swarm.config">UndertowSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Undertow.html" title="class in org.wildfly.swarm.config">Undertow</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/WebservicesConsumer.html" title="interface in org.wildfly.swarm.config">WebservicesConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Webservices.html" title="class in org.wildfly.swarm.config">Webservices</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/WebservicesSupplier.html" title="interface in org.wildfly.swarm.config">WebservicesSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Webservices.html" title="class in org.wildfly.swarm.config">Webservices</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/WeldConsumer.html" title="interface in org.wildfly.swarm.config">WeldConsumer</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Weld.html" title="class in org.wildfly.swarm.config">Weld</a>&lt;T&gt;&gt;</td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/WeldSupplier.html" title="interface in org.wildfly.swarm.config">WeldSupplier</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Weld.html" title="class in org.wildfly.swarm.config">Weld</a>&gt;</td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/BatchJBeret.html" title="class in org.wildfly.swarm.config">BatchJBeret</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/BatchJBeret.html" title="class in org.wildfly.swarm.config">BatchJBeret</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Batch Subsystem (JSR-352)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/BatchJBeret.BatchJBeretResources.html" title="class in org.wildfly.swarm.config">BatchJBeret.BatchJBeretResources</a></td> <td class="colLast"> <div class="block">Child mutators for BatchJBeret</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/BeanValidation.html" title="class in org.wildfly.swarm.config">BeanValidation</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/BeanValidation.html" title="class in org.wildfly.swarm.config">BeanValidation</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Bean Validation subsystem</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Datasources.html" title="class in org.wildfly.swarm.config">Datasources</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Datasources.html" title="class in org.wildfly.swarm.config">Datasources</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The data-sources subsystem, used to declare JDBC data-sources</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Datasources.DatasourcesResources.html" title="class in org.wildfly.swarm.config">Datasources.DatasourcesResources</a></td> <td class="colLast"> <div class="block">Child mutators for Datasources</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EE.html" title="class in org.wildfly.swarm.config">EE</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/EE.html" title="class in org.wildfly.swarm.config">EE</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the EE subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EE.EEResources.html" title="class in org.wildfly.swarm.config">EE.EEResources</a></td> <td class="colLast"> <div class="block">Child mutators for EE</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EJB3.html" title="class in org.wildfly.swarm.config">EJB3</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/EJB3.html" title="class in org.wildfly.swarm.config">EJB3</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the ejb3 subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/EJB3.EJB3Resources.html" title="class in org.wildfly.swarm.config">EJB3.EJB3Resources</a></td> <td class="colLast"> <div class="block">Child mutators for EJB3</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Elytron.html" title="class in org.wildfly.swarm.config">Elytron</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Elytron.html" title="class in org.wildfly.swarm.config">Elytron</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The Elytron Subsystem</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Elytron.ElytronResources.html" title="class in org.wildfly.swarm.config">Elytron.ElytronResources</a></td> <td class="colLast"> <div class="block">Child mutators for Elytron</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.html" title="class in org.wildfly.swarm.config">IIOPOpenjdk</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.html" title="class in org.wildfly.swarm.config">IIOPOpenjdk</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The iiop-openjdk subsystem configuration.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Infinispan.html" title="class in org.wildfly.swarm.config">Infinispan</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Infinispan.html" title="class in org.wildfly.swarm.config">Infinispan</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the infinispan subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Infinispan.InfinispanResources.html" title="class in org.wildfly.swarm.config">Infinispan.InfinispanResources</a></td> <td class="colLast"> <div class="block">Child mutators for Infinispan</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IO.html" title="class in org.wildfly.swarm.config">IO</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/IO.html" title="class in org.wildfly.swarm.config">IO</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">IO subsystem</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IO.IOResources.html" title="class in org.wildfly.swarm.config">IO.IOResources</a></td> <td class="colLast"> <div class="block">Child mutators for IO</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JAXRS.html" title="class in org.wildfly.swarm.config">JAXRS</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JAXRS.html" title="class in org.wildfly.swarm.config">JAXRS</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the JAX-RS subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JCA.html" title="class in org.wildfly.swarm.config">JCA</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JCA.html" title="class in org.wildfly.swarm.config">JCA</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The Java EE Connector Architecture (JCA) subsystem providing general configuration for resource adapters</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JCA.JCAResources.html" title="class in org.wildfly.swarm.config">JCA.JCAResources</a></td> <td class="colLast"> <div class="block">Child mutators for JCA</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Jdr.html" title="class in org.wildfly.swarm.config">Jdr</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Jdr.html" title="class in org.wildfly.swarm.config">Jdr</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">JBoss Diagnostic Reporter (JDR) Subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JGroups.html" title="class in org.wildfly.swarm.config">JGroups</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JGroups.html" title="class in org.wildfly.swarm.config">JGroups</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the JGroups subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JGroups.JGroupsResources.html" title="class in org.wildfly.swarm.config">JGroups.JGroupsResources</a></td> <td class="colLast"> <div class="block">Child mutators for JGroups</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JMX.html" title="class in org.wildfly.swarm.config">JMX</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JMX.html" title="class in org.wildfly.swarm.config">JMX</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the JMX subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JMX.JMXResources.html" title="class in org.wildfly.swarm.config">JMX.JMXResources</a></td> <td class="colLast"> <div class="block">Child mutators for JMX</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JPA.html" title="class in org.wildfly.swarm.config">JPA</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JPA.html" title="class in org.wildfly.swarm.config">JPA</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the JPA subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/JSF.html" title="class in org.wildfly.swarm.config">JSF</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The JSF subsystem</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Jsr77.html" title="class in org.wildfly.swarm.config">Jsr77</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Jsr77.html" title="class in org.wildfly.swarm.config">Jsr77</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the JSR-77 subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Logging.html" title="class in org.wildfly.swarm.config">Logging</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Logging.html" title="class in org.wildfly.swarm.config">Logging</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the logging subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Logging.LoggingResources.html" title="class in org.wildfly.swarm.config">Logging.LoggingResources</a></td> <td class="colLast"> <div class="block">Child mutators for Logging</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Mail.html" title="class in org.wildfly.swarm.config">Mail</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Mail.html" title="class in org.wildfly.swarm.config">Mail</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The mail subsystem</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Mail.MailResources.html" title="class in org.wildfly.swarm.config">Mail.MailResources</a></td> <td class="colLast"> <div class="block">Child mutators for Mail</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ManagementCoreService.html" title="class in org.wildfly.swarm.config">ManagementCoreService</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/ManagementCoreService.html" title="class in org.wildfly.swarm.config">ManagementCoreService</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The management services used to control a server or a host's host controller.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ManagementCoreService.ManagementCoreServiceResources.html" title="class in org.wildfly.swarm.config">ManagementCoreService.ManagementCoreServiceResources</a></td> <td class="colLast"> <div class="block">Child mutators for ManagementCoreService</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/MessagingActiveMQ.html" title="class in org.wildfly.swarm.config">MessagingActiveMQ</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/MessagingActiveMQ.html" title="class in org.wildfly.swarm.config">MessagingActiveMQ</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The messaging-activemq subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/MessagingActiveMQ.MessagingActiveMQResources.html" title="class in org.wildfly.swarm.config">MessagingActiveMQ.MessagingActiveMQResources</a></td> <td class="colLast"> <div class="block">Child mutators for MessagingActiveMQ</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Modcluster.html" title="class in org.wildfly.swarm.config">Modcluster</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Modcluster.html" title="class in org.wildfly.swarm.config">Modcluster</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the mod_cluster subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Modcluster.ModclusterResources.html" title="class in org.wildfly.swarm.config">Modcluster.ModclusterResources</a></td> <td class="colLast"> <div class="block">Child mutators for Modcluster</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Naming.html" title="class in org.wildfly.swarm.config">Naming</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Naming.html" title="class in org.wildfly.swarm.config">Naming</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the naming subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Naming.NamingResources.html" title="class in org.wildfly.swarm.config">Naming.NamingResources</a></td> <td class="colLast"> <div class="block">Child mutators for Naming</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Pojo.html" title="class in org.wildfly.swarm.config">Pojo</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Pojo.html" title="class in org.wildfly.swarm.config">Pojo</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Support JBoss5 and JBoss6 pojo configuration model.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Remoting.html" title="class in org.wildfly.swarm.config">Remoting</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the Remoting subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Remoting.RemotingResources.html" title="class in org.wildfly.swarm.config">Remoting.RemotingResources</a></td> <td class="colLast"> <div class="block">Child mutators for Remoting</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/RequestController.html" title="class in org.wildfly.swarm.config">RequestController</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/RequestController.html" title="class in org.wildfly.swarm.config">RequestController</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The request controller subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ResourceAdapters.html" title="class in org.wildfly.swarm.config">ResourceAdapters</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/ResourceAdapters.html" title="class in org.wildfly.swarm.config">ResourceAdapters</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Configuration of the resource adapters subsystem.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/ResourceAdapters.ResourceAdaptersResources.html" title="class in org.wildfly.swarm.config">ResourceAdapters.ResourceAdaptersResources</a></td> <td class="colLast"> <div class="block">Child mutators for ResourceAdapters</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Sar.html" title="class in org.wildfly.swarm.config">Sar</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Sar.html" title="class in org.wildfly.swarm.config">Sar</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The SAR subsystem allowing you to deploy sar archives containing MBeans configured by META-INF/jboss-service.xml</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Security.html" title="class in org.wildfly.swarm.config">Security</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Security.html" title="class in org.wildfly.swarm.config">Security</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the security subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Security.SecurityResources.html" title="class in org.wildfly.swarm.config">Security.SecurityResources</a></td> <td class="colLast"> <div class="block">Child mutators for Security</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SecurityManager.html" title="class in org.wildfly.swarm.config">SecurityManager</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/SecurityManager.html" title="class in org.wildfly.swarm.config">SecurityManager</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Security Manager subsystem</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/SecurityManager.SecurityManagerResources.html" title="class in org.wildfly.swarm.config">SecurityManager.SecurityManagerResources</a></td> <td class="colLast"> <div class="block">Child mutators for SecurityManager</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Singleton.html" title="class in org.wildfly.swarm.config">Singleton</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Singleton.html" title="class in org.wildfly.swarm.config">Singleton</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the singleton subsystem</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Singleton.SingletonResources.html" title="class in org.wildfly.swarm.config">Singleton.SingletonResources</a></td> <td class="colLast"> <div class="block">Child mutators for Singleton</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Transactions.html" title="class in org.wildfly.swarm.config">Transactions</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the transaction subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Transactions.TransactionsResources.html" title="class in org.wildfly.swarm.config">Transactions.TransactionsResources</a></td> <td class="colLast"> <div class="block">Child mutators for Transactions</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Undertow.html" title="class in org.wildfly.swarm.config">Undertow</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Undertow.html" title="class in org.wildfly.swarm.config">Undertow</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">Undertow subsystem</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Undertow.UndertowResources.html" title="class in org.wildfly.swarm.config">Undertow.UndertowResources</a></td> <td class="colLast"> <div class="block">Child mutators for Undertow</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Webservices.html" title="class in org.wildfly.swarm.config">Webservices</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Webservices.html" title="class in org.wildfly.swarm.config">Webservices</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the web services subsystem.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Webservices.WebservicesResources.html" title="class in org.wildfly.swarm.config">Webservices.WebservicesResources</a></td> <td class="colLast"> <div class="block">Child mutators for Webservices</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Weld.html" title="class in org.wildfly.swarm.config">Weld</a>&lt;T extends <a href="../../../../org/wildfly/swarm/config/Weld.html" title="class in org.wildfly.swarm.config">Weld</a>&lt;T&gt;&gt;</td> <td class="colLast"> <div class="block">The configuration of the weld subsystem.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" 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/wildfly/swarm/config/IIOPOpenjdk.AuthMethod.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.AuthMethod</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.CallerPropagation.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.CallerPropagation</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.Security.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Security</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/IIOPOpenjdk.Transactions.html" title="enum in org.wildfly.swarm.config">IIOPOpenjdk.Transactions</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/JPA.DefaultExtendedPersistenceInheritance.html" title="enum in org.wildfly.swarm.config">JPA.DefaultExtendedPersistenceInheritance</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/wildfly/swarm/config/Webservices.WsdlUriScheme.html" title="enum in org.wildfly.swarm.config">Webservices.WsdlUriScheme</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.12.1</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/cli/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/wildfly/swarm/config/batch/jberet/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/config/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <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>
wildfly-swarm/wildfly-swarm-javadocs
2017.12.1/apidocs/org/wildfly/swarm/config/package-summary.html
HTML
apache-2.0
53,703
<!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>ibeis.scripts.rsync_ibeisdb &mdash; ibeis 1.5.2 documentation</title> <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> <link rel="top" title="ibeis 1.5.2 documentation" href="../../../index.html"/> <link rel="up" title="ibeis" href="../../ibeis.html"/> <script src="../../../_static/js/modernizr.min.js"></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"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../../../index.html" class="icon icon-home"> ibeis </a> <div class="version"> 1.5.2 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../../../ibeis.html">ibeis package</a></li> </ul> </div> </div> </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="../../../index.html">ibeis</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="../../../index.html">Docs</a> &raquo;</li> <li><a href="../../index.html">Module code</a> &raquo;</li> <li><a href="../../ibeis.html">ibeis</a> &raquo;</li> <li>ibeis.scripts.rsync_ibeisdb</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <h1>Source code for ibeis.scripts.rsync_ibeisdb</h1><div class="highlight"><pre> <span></span><span class="ch">#!/usr/bin/env python</span> <span class="c1"># -*- coding: utf-8 -*-</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">CommandLine:</span> <span class="sd"> python -m ibeis.scripts.rsync_ibeisdb</span> <span class="sd"> python -m ibeis.scripts.rsync_ibeisdb --dryrun</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">absolute_import</span><span class="p">,</span> <span class="n">division</span><span class="p">,</span> <span class="n">print_function</span> <span class="kn">import</span> <span class="nn">utool</span> <span class="kn">as</span> <span class="nn">ut</span> <div class="viewcode-block" id="sync_ibeisdb"><a class="viewcode-back" href="../../../ibeis.scripts.html#ibeis.scripts.rsync_ibeisdb.sync_ibeisdb">[docs]</a><span class="k">def</span> <span class="nf">sync_ibeisdb</span><span class="p">(</span><span class="n">remote_uri</span><span class="p">,</span> <span class="n">dbname</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="s1">&#39;pull&#39;</span><span class="p">,</span> <span class="n">workdir</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">port</span><span class="o">=</span><span class="mi">22</span><span class="p">,</span> <span class="n">dryrun</span><span class="o">=</span><span class="bp">False</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> syncs an ibeisdb without syncing the cache or the chip directory</span> <span class="sd"> (or the top level image directory because it shouldnt exist unless it is an</span> <span class="sd"> old hots database)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;[sync_ibeisdb] Syncing&#39;</span><span class="p">)</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39; * dbname=</span><span class="si">%r</span><span class="s1"> &#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">dbname</span><span class="p">,))</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39; * remote_uri=</span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">remote_uri</span><span class="p">,))</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39; * mode=</span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">mode</span><span class="p">))</span> <span class="kn">import</span> <span class="nn">ibeis</span> <span class="k">assert</span> <span class="n">dbname</span> <span class="ow">is</span> <span class="ow">not</span> <span class="bp">None</span><span class="p">,</span> <span class="s1">&#39;must specify a database name&#39;</span> <span class="c1"># Excluded temporary and cached data</span> <span class="n">exclude_dirs</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="nb">map</span><span class="p">(</span><span class="n">ut</span><span class="o">.</span><span class="n">ensure_unixslash</span><span class="p">,</span> <span class="n">ibeis</span><span class="o">.</span><span class="n">const</span><span class="o">.</span><span class="n">EXCLUDE_COPY_REL_DIRS</span><span class="p">))</span> <span class="c1"># Specify local workdir</span> <span class="k">if</span> <span class="n">workdir</span> <span class="ow">is</span> <span class="bp">None</span><span class="p">:</span> <span class="n">workdir</span> <span class="o">=</span> <span class="n">ibeis</span><span class="o">.</span><span class="n">sysres</span><span class="o">.</span><span class="n">get_workdir</span><span class="p">()</span> <span class="n">local_uri</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">ensure_unixslash</span><span class="p">(</span><span class="n">workdir</span><span class="p">)</span> <span class="k">if</span> <span class="n">ut</span><span class="o">.</span><span class="n">WIN32</span><span class="p">:</span> <span class="c1"># fix for mingw rsync</span> <span class="n">local_uri</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">ensure_mingw_drive</span><span class="p">(</span><span class="n">local_uri</span><span class="p">)</span> <span class="k">if</span> <span class="n">mode</span> <span class="o">==</span> <span class="s1">&#39;pull&#39;</span><span class="p">:</span> <span class="c1"># pull remote to local</span> <span class="n">remote_src</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">unixjoin</span><span class="p">(</span><span class="n">remote_uri</span><span class="p">,</span> <span class="n">dbname</span><span class="p">)</span> <span class="n">ut</span><span class="o">.</span><span class="n">assert_exists</span><span class="p">(</span><span class="n">local_uri</span><span class="p">)</span> <span class="n">ut</span><span class="o">.</span><span class="n">rsync</span><span class="p">(</span><span class="n">remote_src</span><span class="p">,</span> <span class="n">local_uri</span><span class="p">,</span> <span class="n">exclude_dirs</span><span class="p">,</span> <span class="n">port</span><span class="p">,</span> <span class="n">dryrun</span><span class="o">=</span><span class="n">dryrun</span><span class="p">)</span> <span class="k">elif</span> <span class="n">mode</span> <span class="o">==</span> <span class="s1">&#39;push&#39;</span><span class="p">:</span> <span class="c1"># push local to remote</span> <span class="n">local_src</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">unixjoin</span><span class="p">(</span><span class="n">local_uri</span><span class="p">,</span> <span class="n">dbname</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">dryrun</span><span class="p">:</span> <span class="n">ut</span><span class="o">.</span><span class="n">assert_exists</span><span class="p">(</span><span class="n">local_src</span><span class="p">)</span> <span class="n">ut</span><span class="o">.</span><span class="n">rsync</span><span class="p">(</span><span class="n">local_src</span><span class="p">,</span> <span class="n">remote_uri</span><span class="p">,</span> <span class="n">exclude_dirs</span><span class="p">,</span> <span class="n">port</span><span class="p">,</span> <span class="n">dryrun</span><span class="o">=</span><span class="n">dryrun</span><span class="p">)</span> <span class="k">if</span> <span class="n">dryrun</span><span class="p">:</span> <span class="n">ut</span><span class="o">.</span><span class="n">assert_exists</span><span class="p">(</span><span class="n">local_src</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">AssertionError</span><span class="p">(</span><span class="s1">&#39;unknown mode=</span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">mode</span><span class="p">,))</span> </div> <div class="viewcode-block" id="rsync_ibsdb_main"><a class="viewcode-back" href="../../../ibeis.scripts.html#ibeis.scripts.rsync_ibeisdb.rsync_ibsdb_main">[docs]</a><span class="k">def</span> <span class="nf">rsync_ibsdb_main</span><span class="p">():</span> <span class="kn">import</span> <span class="nn">sys</span> <span class="n">default_user</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_user_name</span><span class="p">()</span> <span class="c1"># default_db = &#39;MUGU_Master&#39;</span> <span class="n">default_db</span> <span class="o">=</span> <span class="bp">None</span> <span class="c1"># Get positional commandline arguments</span> <span class="n">cmdline_varags</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_cmdline_varargs</span><span class="p">()</span> <span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">cmdline_varags</span><span class="p">)</span> <span class="o">&gt;</span> <span class="mi">0</span> <span class="ow">and</span> <span class="n">cmdline_varags</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="o">==</span> <span class="s1">&#39;rsync&#39;</span><span class="p">:</span> <span class="c1"># ignore rsync as first command (b/c we are calling from ibeis.__main__)</span> <span class="n">cmdline_varags</span> <span class="o">=</span> <span class="n">cmdline_varags</span><span class="p">[</span><span class="mi">1</span><span class="p">:]</span> <span class="n">valid_modes</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;push&#39;</span><span class="p">,</span> <span class="s1">&#39;pull&#39;</span><span class="p">,</span> <span class="s1">&#39;list&#39;</span><span class="p">]</span> <span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">cmdline_varags</span><span class="p">)</span> <span class="o">&lt;</span> <span class="mi">1</span><span class="p">:</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;Usage: &#39;</span> <span class="c1"># &#39;python -m ibeis.scripts.rsync_ibeisdb&#39;</span> <span class="s1">&#39;python -m ibeis rsync&#39;</span> <span class="s1">&#39;</span><span class="si">%s</span><span class="s1"> --db &lt;db=</span><span class="si">%s</span><span class="s1">&gt; --user &lt;user=</span><span class="si">%s</span><span class="s1">&gt;&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">valid_modes</span><span class="p">,</span> <span class="n">default_db</span><span class="p">,</span> <span class="n">default_user</span><span class="p">,))</span> <span class="n">sys</span><span class="o">.</span><span class="n">exit</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="n">varargs_dict</span> <span class="o">=</span> <span class="nb">dict</span><span class="p">(</span><span class="nb">enumerate</span><span class="p">(</span><span class="n">cmdline_varags</span><span class="p">))</span> <span class="n">mode</span> <span class="o">=</span> <span class="n">varargs_dict</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="bp">None</span><span class="p">)</span> <span class="n">default_db</span> <span class="o">=</span> <span class="n">varargs_dict</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="bp">None</span><span class="p">)</span> <span class="n">user</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_argval</span><span class="p">(</span><span class="s1">&#39;--user&#39;</span><span class="p">,</span> <span class="n">type_</span><span class="o">=</span><span class="nb">str</span><span class="p">,</span> <span class="n">default</span><span class="o">=</span><span class="n">default_user</span><span class="p">)</span> <span class="n">port</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_argval</span><span class="p">(</span><span class="s1">&#39;--port&#39;</span><span class="p">,</span> <span class="n">type_</span><span class="o">=</span><span class="nb">int</span><span class="p">,</span> <span class="n">default</span><span class="o">=</span><span class="mi">22</span><span class="p">)</span> <span class="n">dbname</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_argval</span><span class="p">((</span><span class="s1">&#39;--db&#39;</span><span class="p">,</span> <span class="s1">&#39;--dbname&#39;</span><span class="p">),</span> <span class="n">type_</span><span class="o">=</span><span class="nb">str</span><span class="p">,</span> <span class="n">default</span><span class="o">=</span><span class="n">default_db</span><span class="p">)</span> <span class="n">workdir</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_argval</span><span class="p">((</span><span class="s1">&#39;--workdir&#39;</span><span class="p">,</span> <span class="s1">&#39;--dbname&#39;</span><span class="p">),</span> <span class="n">type_</span><span class="o">=</span><span class="nb">str</span><span class="p">,</span> <span class="n">default</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">help_</span><span class="o">=</span><span class="s1">&#39;local work dir override&#39;</span><span class="p">)</span> <span class="n">dry_run</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_argflag</span><span class="p">((</span><span class="s1">&#39;--dryrun&#39;</span><span class="p">,</span> <span class="s1">&#39;--dry-run&#39;</span><span class="p">,</span> <span class="s1">&#39;--dry&#39;</span><span class="p">))</span> <span class="k">assert</span> <span class="n">mode</span> <span class="ow">in</span> <span class="n">valid_modes</span><span class="p">,</span> <span class="s1">&#39;mode=</span><span class="si">%r</span><span class="s1"> must be in </span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">mode</span><span class="p">,</span> <span class="n">valid_modes</span><span class="p">)</span> <span class="n">remote_key</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">get_argval</span><span class="p">(</span><span class="s1">&#39;--remote&#39;</span><span class="p">,</span> <span class="n">type_</span><span class="o">=</span><span class="nb">str</span><span class="p">,</span> <span class="n">default</span><span class="o">=</span><span class="s1">&#39;hyrule&#39;</span><span class="p">)</span> <span class="n">remote_map</span> <span class="o">=</span> <span class="p">{</span> <span class="s1">&#39;hyrule&#39;</span><span class="p">:</span> <span class="s1">&#39;hyrule.cs.rpi.edu&#39;</span><span class="p">,</span> <span class="s1">&#39;pachy&#39;</span><span class="p">:</span> <span class="s1">&#39;pachy.cs.uic.edu&#39;</span><span class="p">,</span> <span class="s1">&#39;lewa&#39;</span><span class="p">:</span> <span class="s1">&#39;41.203.223.178&#39;</span><span class="p">,</span> <span class="s1">&#39;lev&#39;</span><span class="p">:</span> <span class="s1">&#39;lev.cs.rpi.edu&#39;</span><span class="p">,</span> <span class="p">}</span> <span class="n">remote_workdir_map</span> <span class="o">=</span> <span class="p">{</span> <span class="s1">&#39;hyrule&#39;</span><span class="p">:</span> <span class="s1">&#39;/raid/work&#39;</span><span class="p">,</span> <span class="s1">&#39;pachy&#39;</span><span class="p">:</span> <span class="s1">&#39;/home/shared_ibeis/data/work&#39;</span><span class="p">,</span> <span class="s1">&#39;lewa&#39;</span><span class="p">:</span> <span class="s1">&#39;/data/ibeis&#39;</span><span class="p">,</span> <span class="s1">&#39;lev&#39;</span><span class="p">:</span> <span class="s1">&#39;/media/hdd/work&#39;</span><span class="p">,</span> <span class="p">}</span> <span class="k">if</span> <span class="s1">&#39;:&#39;</span> <span class="ow">in</span> <span class="n">remote_key</span><span class="p">:</span> <span class="n">remote_key_</span><span class="p">,</span> <span class="n">remote_workdir</span> <span class="o">=</span> <span class="n">remote_key</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;:&#39;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">remote_key_</span> <span class="o">=</span> <span class="n">remote_key</span> <span class="n">remote_workdir</span> <span class="o">=</span> <span class="n">remote_workdir_map</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">remote_key</span><span class="p">,</span> <span class="s1">&#39;&#39;</span><span class="p">)</span> <span class="n">remote</span> <span class="o">=</span> <span class="n">remote_map</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">remote_key_</span><span class="p">,</span> <span class="n">remote_key_</span><span class="p">)</span> <span class="n">remote_uri</span> <span class="o">=</span> <span class="n">user</span> <span class="o">+</span> <span class="s1">&#39;@&#39;</span> <span class="o">+</span> <span class="n">remote</span> <span class="o">+</span> <span class="s1">&#39;:&#39;</span> <span class="o">+</span> <span class="n">remote_workdir</span> <span class="k">if</span> <span class="n">mode</span> <span class="o">==</span> <span class="s1">&#39;list&#39;</span><span class="p">:</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;remote = </span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">remote</span><span class="p">,))</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;need to list&#39;</span><span class="p">)</span> <span class="n">remote_paths</span> <span class="o">=</span> <span class="n">ut</span><span class="o">.</span><span class="n">list_remote</span><span class="p">(</span><span class="n">remote_uri</span><span class="p">)</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;REMOTE LS -- TODO need to get only ibeis dirs&#39;</span><span class="p">)</span> <span class="k">print</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">remote_paths</span><span class="p">))</span> <span class="k">elif</span> <span class="n">mode</span> <span class="ow">in</span> <span class="p">[</span><span class="s1">&#39;push&#39;</span><span class="p">,</span> <span class="s1">&#39;pull&#39;</span><span class="p">]:</span> <span class="n">ut</span><span class="o">.</span><span class="n">change_term_title</span><span class="p">(</span><span class="s1">&#39;RSYNC IBEISDB </span><span class="si">%r</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="n">dbname</span><span class="p">,))</span> <span class="n">sync_ibeisdb</span><span class="p">(</span><span class="n">remote_uri</span><span class="p">,</span> <span class="n">dbname</span><span class="p">,</span> <span class="n">mode</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">port</span><span class="p">,</span> <span class="n">dry_run</span><span class="p">)</span> </div> <span class="k">if</span> <span class="n">__name__</span> <span class="o">==</span> <span class="s1">&#39;__main__&#39;</span><span class="p">:</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> CommandLine:</span> <span class="sd"> ib</span> <span class="sd"> ibeis rsync push</span> <span class="sd"> ibeis rsync pull --db MUGU_Master</span> <span class="sd"> ibeis rsync pull --db GIRM_MUGU_20</span> <span class="sd"> ibeis rsync pull --db PZ_MUGU_ALL</span> <span class="sd"> ibeis rsync push --db MUGU_Master --user joncrall --dryrun</span> <span class="sd"> mv &quot;NNP_Master3_nids=arr((3)wjybfvpk)_1&quot; NNP_Master3_nids=arr__3_wjybfvpk__1</span> <span class="sd"> ibeis rsync pull --db NNP_Master3_nids=arr__3_wjybfvpk__1 --user jonc --remote pachy --dryrun</span> <span class="sd"> ibeis rsync pull --db NNP_Master3_nids=arr__3_wjybfvpk__1 --user jonc --remote pachy</span> <span class="sd"> ibeis rsync pull --db NNP_Master3 --user jonc --remote pachy</span> <span class="sd"> ibeis rsync pull --db testdb3 --user joncrall --remote hyrule</span> <span class="sd"> ibeis rsync pull --db NNP_MasterGIRM_core --user jonc --remote pachy</span> <span class="sd"> #ibeis rsync push --db lewa_grevys --user joncrall --remote hyrule --port 1022 --workdir=/data/ibeis --dryrun</span> <span class="sd"> ibeis rsync pull --db lewa_grevys --user jonathan --remote lewa --port 1022 --dryrun</span> <span class="sd"> ibeis rsync push --db ELEPH_Master --user jonc --remote pachy --workdir=/raid/work2/Turk --dryrun</span> <span class="sd"> ibeis rsync push --db ELPH_Master --user jonc --remote pachy --workdir=/raid/work2/Turk</span> <span class="sd"> ibeis rsync pull --db PZ_ViewPoints --user joncrall --remote hyrule --dryrun</span> <span class="sd"> ibeis rsync push --db PZ_Master1 --user joncrall --remote lev --dryrun</span> <span class="sd"> stty -echo; ssh jonc@pachy.cs.uic.edu sudo -v; stty echo</span> <span class="sd"> rsync -avhzP -e &quot;ssh -p 22&quot; --rsync-path=&quot;sudo rsync&quot; jonc@pachy.cs.uic.edu:/home/ibeis-repos/snow-leopards /raid/raw_rsync</span> <span class="sd"> rsync -avhzP -e &quot;ssh -p 22&quot; jonc@pachy.cs.uic.edu:snow-leopards /raid/raw_rsync</span> <span class="sd"> rsync -avhzP -e &quot;ssh -p 22&quot; jonc@pachy.cs.uic.edu:iberian-lynx /raid/raw_rsync</span> <span class="sd"> rsync -avhzP -e &quot;ssh -p 22&quot; --rsync-path=&quot;sudo rsync&quot; jonc@pachy.cs.uic.edu:/home/ibeis-repos/african-dogs /raid/raw_rsync</span> <span class="sd"> # make sure group read bits are set</span> <span class="sd"> ssh -t jonc@pachy.cs.uic.edu &quot;sudo chown -R apache:ibeis /home/ibeis-repos/&quot;</span> <span class="sd"> ssh -t jonc@pachy.cs.uic.edu &quot;sudo chmod -R g+r /home/ibeis-repos&quot;</span> <span class="sd"> rsync -avhzP -e &quot;ssh -p 22&quot; jonc@pachy.cs.uic.edu:/home/ibeis-repos/african-dogs /raid/raw_rsync</span> <span class="sd"> rsync -avhzP -e &quot;ssh -p 22&quot; joncrall@hyrule.cs.rpi.edu/raid/raw_rsync/iberian-lynx .</span> <span class="sd"> rsync -avhzP joncrall@hyrule.cs.rpi.edu:/raid/raw_rsync/iberian-lynx .</span> <span class="sd"> ibeis rsync pull --db humpbacks --user joncrall --remote lev:/home/zach/data/IBEIS/ --dryrun</span> <span class="sd"> ibeis rsync pull --db humpbacks --user joncrall --remote lev:/home/zach/data/IBEIS/</span> <span class="sd"> ibeis rsync pull --db humpbacks_fb --user joncrall --remote lev:/media/hdd/zach/data/IBEIS/</span> <span class="sd"> /home/zach/data/IBEIS/humpbacks_fb</span> <span class="sd"> ibeis rsync pull --db seaturtles2 --user &#39;ubuntu&#39; --remote drewami:/data/ibeis</span> <span class="sd"> ibeis rsync pull --db testdb3 --user joncrall --remote hyrule</span> <span class="sd"> Fix Patchy</span> <span class="sd"> pachy</span> <span class="sd"> cd /home/ibeis-repos</span> <span class="sd"> sudo chmod -R g+r *</span> <span class="sd"> Feasibility Testing Example:</span> <span class="sd"> # --- GET DATA ---</span> <span class="sd"> ssh -t jonc@pachy.cs.uic.edu &quot;sudo chmod -R g+r /home/ibeis-repos&quot;</span> <span class="sd"> rsync -avhzP jonc@pachy.cs.uic.edu:/home/ibeis-repos/african-dogs /raid/raw_rsync</span> <span class="sd"> rsync -avhzP drewami:turtles .</span> <span class="sd"> WildDog Example:</span> <span class="sd"> # --- GET DATA ---</span> <span class="sd"> # make sure group read bits are set</span> <span class="sd"> ssh -t jonc@pachy.cs.uic.edu &quot;sudo chown -R apache:ibeis /home/ibeis-repos/&quot;</span> <span class="sd"> ssh -t jonc@pachy.cs.uic.edu &quot;sudo chmod -R g+r /home/ibeis-repos&quot;</span> <span class="sd"> rsync -avhzP jonc@pachy.cs.uic.edu:/home/ibeis-repos/african-dogs /raid/raw_rsync</span> <span class="sd"> # --- GET DATA ---</span> <span class="sd"> # Get the data via rsync, pydio. (I always have issues doing this with</span> <span class="sd"> # rsync on pachy, so I usually just do it manually)</span> <span class="sd"> rsync -avhzP &lt;user&gt;@&lt;host&gt;:&lt;remotedir&gt; &lt;path-to-raw-imgs&gt;</span> <span class="sd"> # --- RUN INGEST SCRIPT ---</span> <span class="sd"> # May have to massage folder names things to make everything work. Can</span> <span class="sd"> # also specify fmtkey to use the python parse module to find the name</span> <span class="sd"> # within the folder names.</span> <span class="sd"> python -m ibeis --tf ingest_rawdata --db &lt;new-ibeis-db-name&gt; --imgdir &lt;path-to-raw-imgs&gt; --ingest-type=named_folders --species=&lt;optional&gt; --fmtkey=&lt;optional&gt;</span> <span class="sd"> # --- OPEN DATABASE / FIX PROBLEMS ---</span> <span class="sd"> ibeis --db &lt;new-ibeis-db-name&gt;</span> <span class="sd"> # You will probably need to fix some bounding boxes.</span> <span class="sd"> # --- LAUNCH IPYTHON NOTEBOOK ---</span> <span class="sd"> # Then click Dev -&gt; Launch IPython Notebook and run it</span> <span class="sd"> # OR RUN</span> <span class="sd"> ibeis --tf autogen_ipynb --db &lt;new-ibeis-db-name&gt; --ipynb</span> <span class="sd"> Here is what I did for wild dogs</span> <span class="sd"> # --- GET DATA ---</span> <span class="sd"> # Download raw data to /raid/raw_rsync/african-dogs</span> <span class="sd"> rsync -avhzP jonc@pachy.cs.uic.edu:/home/ibeis-repos/african-dogs /raid/raw_rsync</span> <span class="sd"> # --- RUN INGEST SCRIPT ---</span> <span class="sd"> python -m ibeis --tf ingest_rawdata --db wd_peter2 --imgdir /raid/raw_rsync/african-dogs --ingest-type=named_folders --species=wild_dog --fmtkey=&#39;African Wild Dog: {name}&#39;</span> <span class="sd"> # --- OPEN DATABASE / FIX PROBLEMS ---</span> <span class="sd"> ibeis --db wd_peter2</span> <span class="sd"> # Fixed some bounding boxes</span> <span class="sd"> # --- LAUNCH IPYTHON NOTEBOOK ---</span> <span class="sd"> # I actually made two notebooks for this species to account for timedeltas</span> <span class="sd"> # The first is the default notebook</span> <span class="sd"> ibeis --tf autogen_ipynb --db wd_peter --ipynb</span> <span class="sd"> # The second removes images without timestamps and annotations that are too close together in time</span> <span class="sd"> ibeis --tf autogen_ipynb --db wd_peter --ipynb -t default:is_known=True,min_timedelta=3600,require_timestamp=True,min_pername=2</span> <span class="sd"> # I then click download as html in the notebook. Although I&#39;m sure there is a way to automate this</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">rsync_ibsdb_main</span><span class="p">()</span> </pre></div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2016, Jon Crall. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</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> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../../', VERSION:'1.5.2', 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/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
SU-ECE-17-7/ibeis
_page/_modules/ibeis/scripts/rsync_ibeisdb.html
HTML
apache-2.0
32,186
<!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_23) on Fri Oct 07 06:23:09 UTC 2011 --> <TITLE> Uses of Class org.apache.hadoop.record.compiler.JByte (Hadoop 0.20.205.0 API) </TITLE> <META NAME="date" CONTENT="2011-10-07"> <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.record.compiler.JByte (Hadoop 0.20.205.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/record/compiler/JByte.html" title="class in org.apache.hadoop.record.compiler"><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/record/compiler//class-useJByte.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JByte.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.record.compiler.JByte</B></H2> </CENTER> No usage of org.apache.hadoop.record.compiler.JByte <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/record/compiler/JByte.html" title="class in org.apache.hadoop.record.compiler"><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/record/compiler//class-useJByte.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JByte.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
fchu/hadoop-0.20.205
docs/api/org/apache/hadoop/record/compiler/class-use/JByte.html
HTML
apache-2.0
6,065
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="/static/style.css"> <link rel="icon" type="image/svg+xml" href="/static/fire.svg"> <script src="/static/ventilator.js"></script> <title>{% block title %}Ventilator{% endblock %}</title> </head> <body> <header> <h1><a href="/">Ventilator</a></h1> <img src="/static/fire.svg" /> </header> <main> {% block content %} {% endblock %} </main> <footer> This is a <a href="http://seqzap.com">SeqZap</a> demo project by CIM Software Testing (<a href="http://github.com/seqzap/demo-ventilator-web/">demo source</a>). </footer> </body> </html>
seqzap/demo-ventilator-web
templates/base.html
HTML
apache-2.0
679
--- is_talk: true category: portfolio published: true title: Life Outside Rails layout: default status: publish tags: rails img: lifeoutsiderails.png alt: Life outside rails link: http://theonlystephen.com/talk-lifeoutsiderails/ date: 2014-05-06 --- Something
swmcc/new.theonlystephen.com
_posts/2014-05-06-life-outside-rails.html
HTML
apache-2.0
354
<!-- Portfolio Modals --> {% for post in site.posts %} <div class="portfolio-modal modal fade" id="portfolioModal{{ post.modal-id }}" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <h2>{{ post.title }}</h2> <hr class="star-primary"> <img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}"> <p>{{ post.description }}</p> <ul class="list-inline item-details"> <li>Client: <strong>{{ post.client }}</strong> </li> <li>Date: <strong>{{ post.project-date }}</strong> </li> <li>Category: <strong>{{ post.category }}</strong> </li> </ul> <button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button> </div> </div> </div> </div> </div> </div> {% endfor %}
rachelsyli/rachelsyli.github.io
_includes/modals.html
HTML
apache-2.0
1,736
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <title>3D buildings</title> <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> <script src="https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.js"></script> <link href="https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.css" rel="stylesheet" /> <script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.min.js"></script> <link rel='stylesheet' href='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.css' type='text/css' /> <style> body { margin: 0; padding: 0; } #map { position: absolute; top: 0; bottom: 0; width: 100%; } </style> </head> <body> <div id='map'></div> <script> mapboxgl.accessToken = 'pk.eyJ1IjoicHJhdGlreWFkYXYiLCJhIjoiY2pocHcxYTNxMWRpdTM3cWp5dHZtM2d6bCJ9.iPF7EN0N_BUbdwQ04t_HSw'; var map = new mapboxgl.Map({ style: 'mapbox://styles/mapbox/light-v10', center: [-74.0066, 40.7135], zoom: 15.5, pitch: 45, bearing: -17.6, container: 'map', antialias: true, hash: true }); // The 'building' layer in the mapbox-streets vector source contains building-height // data from OpenStreetMap. map.on('load', function() { // Insert the layer beneath any symbol layer. var layers = map.getStyle().layers; var labelLayerId; for (var i = 0; i < layers.length; i++) { if (layers[i].type === 'symbol' && layers[i].layout['text-field']) { labelLayerId = layers[i].id; break; } } map.addLayer({ 'id': '3d-buildings', 'source': 'composite', 'source-layer': 'building', 'filter': ['==', 'extrude', 'true'], 'type': 'fill-extrusion', 'minzoom': 15, 'paint': { 'fill-extrusion-color': '#aaa', // use an 'interpolate' expression to add a smooth transition effect to the // buildings as the user zooms in 'fill-extrusion-height': [ "interpolate", ["linear"], ["zoom"], 15, 0, 15.05, ["get", "height"] ], 'fill-extrusion-base': [ "interpolate", ["linear"], ["zoom"], 15, 0, 15.05, ["get", "min_height"] ], 'fill-extrusion-opacity': 0.6 } }, labelLayerId); }); map.addControl(new MapboxGeocoder({ accessToken: mapboxgl.accessToken })); var nav = new mapboxgl.NavigationControl(); map.addControl(nav, 'top-right'); var scale = new mapboxgl.ScaleControl({ maxWidth: 80, unit: 'imperial' }); map.addControl(scale); scale.setUnit('metric'); </script> </body> </html>
pratikyadav/maps
mapbox-3d-buildings/index.html
HTML
apache-2.0
2,864
<!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.play2.provider.play25.run.AssetsClassLoader (Play! 2.x Provider for Play! 2.5.x 1.0.0-beta6 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.play2.provider.play25.run.AssetsClassLoader (Play! 2.x Provider for Play! 2.5.x 1.0.0-beta6 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="../../../../../../../../com/google/code/play2/provider/play25/run/AssetsClassLoader.html" title="class in com.google.code.play2.provider.play25.run">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/play2/provider/play25/run/class-use/AssetsClassLoader.html" target="_top">Frames</a></li> <li><a href="AssetsClassLoader.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.play2.provider.play25.run.AssetsClassLoader" class="title">Uses of Class<br>com.google.code.play2.provider.play25.run.AssetsClassLoader</h2> </div> <div class="classUseContainer">No usage of com.google.code.play2.provider.play25.run.AssetsClassLoader</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="../../../../../../../../com/google/code/play2/provider/play25/run/AssetsClassLoader.html" title="class in com.google.code.play2.provider.play25.run">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/play2/provider/play25/run/class-use/AssetsClassLoader.html" target="_top">Frames</a></li> <li><a href="AssetsClassLoader.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;2017. All rights reserved.</small></p> </body> </html>
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-beta6/play2-providers/play2-provider-play25/apidocs/com/google/code/play2/provider/play25/run/class-use/AssetsClassLoader.html
HTML
apache-2.0
4,940
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!--*** This is a generated file. Do not edit. ***--> <link rel="stylesheet" href="skin/tigris.css" type="text/css"> <link rel="stylesheet" href="skin/mysite.css" type="text/css"> <link rel="stylesheet" href="skin/site.css" type="text/css"> <link media="print" rel="stylesheet" href="skin/print.css" type="text/css"> <title>Apache POI - Contribution Guidelines</title> </head> <body bgcolor="white" class="composite"> <!--================= start Banner ==================--> <div id="banner"> <table width="100%" cellpadding="8" cellspacing="0" summary="banner" border="0"> <tbody> <tr> <!--================= start Group Logo ==================--> <td width="50%" align="left"> <div class="groupLogo"> <a href="https://www.apache.org"><img border="0" class="logoImage" alt="The Apache Software Foundation" src="resources/images/asf_logo.png"></a> </div> </td> <!--================= end Group Logo ==================--> <!--================= start Project Logo ==================--><td width="50%" align="right"> <div align="right" class="projectLogo"> <a href="https://poi.apache.org/"><img border="0" class="logoImage" alt="Apache POI" src="resources/images/pb-poi.png"></a> </div> </td> <!--================= end Project Logo ==================--> </tr> </tbody> </table> </div> <!--================= end Banner ==================--> <!--================= start Main ==================--> <table width="100%" cellpadding="0" cellspacing="0" border="0" summary="nav" id="breadcrumbs"> <tbody> <!--================= start Status ==================--> <tr class="status"> <td> <!--================= start BreadCrumb ==================--><a href="https://www.apache.org/">Apache</a> | <a href="https://poi.apache.org/">POI</a><a href=""></a> <!--================= end BreadCrumb ==================--></td><td id="tabs"> <!--================= start Tabs ==================--> <div class="tab"> <span class="selectedTab"><a class="base-selected" href="index.html">Home</a></span> | <script language="Javascript" type="text/javascript"> function printit() { if (window.print) { window.print() ; } else { var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0" CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>'; document.body.insertAdjacentHTML('beforeEnd', WebBrowser); WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = ""; } } </script><script language="Javascript" type="text/javascript"> var NS = (navigator.appName == "Netscape"); var VERSION = parseInt(navigator.appVersion); if (VERSION > 3) { document.write(' <a title="PRINT this page OUT" href="javascript:printit()">PRINT</a>'); } </script> </div> <!--================= end Tabs ==================--> </td> </tr> </tbody> </table> <!--================= end Status ==================--> <table id="main" width="100%" cellpadding="8" cellspacing="0" summary="" border="0"> <tbody> <tr valign="top"> <!--================= start Menu ==================--> <td id="leftcol"> <div id="navcolumn"> <div class="menuBar"> <div class="menu"> <span class="menuLabel">Overview</span> <div class="menuItem"> <a href="index.html">Home</a> </div> <div class="menuItem"> <a href="download.html">Download</a> </div> <div class="menuItem"> <a href="overview.html">Components</a> </div> <div class="menuItem"> <a href="text-extraction.html">Text Extraction</a> </div> <div class="menuItem"> <a href="encryption.html">Encryption support</a> </div> <div class="menuItem"> <a href="casestudies.html">Case Studies</a> </div> <div class="menuItem"> <a href="related-projects.html">Related projects</a> </div> <div class="menuItem"> <a href="legal.html">Legal</a> </div> </div> <div class="menu"> <span class="menuLabel">Help</span> <div class="menuItem"> <a href="apidocs/index.html">Javadocs</a> </div> <div class="menuItem"> <a href="faq.html">FAQ</a> </div> <div class="menuItem"> <a href="mailinglists.html">Mailing Lists</a> </div> <div class="menuItem"> <a href="https://bz.apache.org/bugzilla/buglist.cgi?product=POI">Bug Database</a> </div> <div class="menuItem"> <a href="changes.html">Changelog</a> </div> </div> <div class="menu"> <span class="menuLabel">Getting Involved</span> <div class="menuItem"> <a href="subversion.html">Subversion Repository</a> </div> <div class="menuItem"> <a href="howtobuild.html">How To Build</a> </div> <div class="menuItem"> <span class="menuSelected">Contribution Guidelines</span> </div> <div class="menuItem"> <a href="who.html">Who We Are</a> </div> </div> <div class="menu"> <span class="menuLabel">Component APIs</span> <div class="menuItem"> <a href="spreadsheet/index.html">Excel (SS=HSSF+XSSF)</a> </div> <div class="menuItem"> <a href="document/index.html">Word (HWPF+XWPF)</a> </div> <div class="menuItem"> <a href="slideshow/index.html">PowerPoint (HSLF+XSLF)</a> </div> <div class="menuItem"> <a href="oxml4j/index.html">OpenXML4J (OOXML)</a> </div> <div class="menuItem"> <a href="poifs/index.html">OLE2 Filesystem (POIFS)</a> </div> <div class="menuItem"> <a href="hpsf/index.html">OLE2 Document Props (HPSF)</a> </div> <div class="menuItem"> <a href="hsmf/index.html">Outlook (HSMF)</a> </div> <div class="menuItem"> <a href="diagram/index.html">Visio (HDGF+XDGF)</a> </div> <div class="menuItem"> <a href="hmef/index.html">TNEF (HMEF)</a> </div> <div class="menuItem"> <a href="hpbf/index.html">Publisher (HPBF)</a> </div> <div class="menuItem"> <a href="logging.html">Logging framework</a> </div> </div> <div class="menu"> <span class="menuLabel">Apache Wide</span> <div class="menuItem"> <a href="https://www.apache.org/">Apache Software Foundation</a> </div> <div class="menuItem"> <a href="https://www.apache.org/licenses/">License</a> </div> <div class="menuItem"> <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> </div> <div class="menuItem"> <a href="https://www.apache.org/foundation/thanks.html">Thanks</a> </div> <div class="menuItem"> <a href="https://www.apache.org/security/">Security</a> </div> </div> </div> </div> <form target="_blank" action="https://www.google.com/search" method="get"> <table summary="search" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap"> Search Apache POI<br> <input value="poi.apache.org" name="sitesearch" type="hidden"><input size="10" name="q" id="query" type="text"><img height="1" width="5" alt="" src="skin/images/spacer.gif" class="spacer"><input name="Search" value="GO" type="submit"></td><td><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td colspan="3"><img height="7" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td> </tr> <tr> <td class="bottom-left-thick"></td><td bgcolor="#a5b6c6"><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td class="bottom-right-thick"></td> </tr> </table> </form> </td> <!--================= end Menu ==================--> <!--================= start Content ==================--><td> <div id="bodycol"> <div class="app"> <div align="center"> <h1>Apache POI - Contribution Guidelines</h1> </div> <div class="h3"> <a name="Index+of+Contribution+Guidelines"></a> <div class="h3"> <h3>Index of Contribution Guidelines<a title="Permanent link" class="headerlink" href="#Index+of+Contribution+Guidelines">#</a> </h3> </div> <ul> <li> <a href="#Introduction">Introduction</a> </li> <li> <a href="#WhereHelpNeeded">Where is help needed on the project?</a> </li> <li> <a href="#GetInvolved">I just want to get involved, but don't know where to start?</a> </li> <li> <a href="#SubmittingPatches">Submitting Patches</a> </li> <li> <a href="#CodeStyle">Code Style</a> </li> <li> <a href="#Mentoring">Mentoring and Committership</a> </li> <li> <a href="#FileFormatInformation">File Format Information</a> </li> </ul> <a name="Introduction"></a> <a name="Introduction-N10047"></a> <div class="h3"> <h3>Introduction<a title="Permanent link" class="headerlink" href="#Introduction-N10047">#</a> </h3> </div> <a name="Disclaimer"></a> <div class="h4"> <h4>Disclaimer<a title="Permanent link" class="headerlink" href="#Disclaimer">#</a> </h4> </div> <p> Any information in here that might be perceived as legal information is informational only. We're not lawyers, so consult a legal professional if needed. </p> <a name="The+Licensing"></a> <div class="h4"> <h4>The Licensing<a title="Permanent link" class="headerlink" href="#The+Licensing">#</a> </h4> </div> <p> The POI project is <a href="http://www.opensource.org">OpenSource</a> and developed/distributed under the <a href="https://www.apache.org/foundation/license-faq.html"> Apache Software License v2</a>. Unlike some other licenses, the Apache license allows free open source development. Unlike some other Open Source licenses, it does not require you to release your source or use any particular license for your code which builds on top of it. (There are a handful of restrictions, especially around attribution, notices and trademarks, so it's worth a read of the license - it isn't scary!). If you wish to contribute to Apache POI (which you're very welcome and encouraged to do so), then you must agree to grant your contributions to us under the same license. </p> <a name="WhereHelpNeeded"></a> <a name="Where+is+help+needed+on+the+project%3F"></a> <div class="h3"> <h3>Where is help needed on the project?<a title="Permanent link" class="headerlink" href="#Where+is+help+needed+on+the+project%3F">#</a> </h3> </div> <div description="the Apache POI Project" project="poi" type="helpwanted" style="width: 80%;"> <em>To view the <a href="https://helpwanted.apache.org/">"Help Wanted"</a> tasks, an internet connection is required.</em> </div> <script type="text/javascript" src="https://helpwanted.apache.org/widget.js"></script> <p>Please note - only some of the areas where help is needed have been listed in the <a href="https://helpwanted.apache.org/">Apache "Help Wanted!" tool</a>, many others remain only in Bugzilla or listed as TODOs in the code. Please see the section below for more on these.</p> <a name="GetInvolved"></a> <a name="I+just+want+to+get+involved%2C+but+don%27t+know+where+to+start%3F"></a> <div class="h3"> <h3>I just want to get involved, but don't know where to start?<a title="Permanent link" class="headerlink" href="#I+just+want+to+get+involved%2C+but+don%27t+know+where+to+start%3F">#</a> </h3> </div> <ul> <li>View the <a href="#WhereHelpNeeded">Apache "Help Wanted" tasks</a> listed above, in case any of those are ones you can help with.</li> <li>Read the rest of the website, understand what POI is and what it does, the project vision, etc.</li> <li>Use POI a bit, look for gaps in the documentation and examples.</li> <li>Join the <a href="mailinglists.html">mailing lists</a> and share your knowledge with others.</li> <li>Get <a href="subversion.html">Subversion</a> and check out the POI source tree</li> <li>Documentation is always the best place to start contributing, maybe you found that if the documentation just told you how to do X then it would make more sense, modify the documentation.</li> <li>Contribute examples - if there's something people are often asking about on the <a href="mailinglists.html">user list</a> which isn't covered in the documentation or current examples, try writing an example of this and uploading it as a patch.</li> <li>Get used to building POI, you'll be doing it a lot, be one with the build, know its targets, etc.</li> <li>Write Unit Tests. Great way to understand POI. Look for classes that aren't tested, or aren't tested on a public/protected method level, start there.</li> <li>Download the file format documentation from Microsoft - <a href="https://msdn.microsoft.com/en-us/library/cc313105%28v=office.12%29.aspx">OLE2 Binary File Formats</a> or <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">OOXML XML File Formats</a> </li> <li>Submit patches (see below) of your contributions, modifications.</li> <li>Check the <a href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI">bug database</a> for simple problem reports, and write a patch to fix the problem</li> <li>Review existing patches in the <a href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI">bug database</a>, and report if they still apply, if they need unit tests atc.</li> <li>Take a look at all the <a href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI;bug_status=NEW;bug_status=NEEDINFO">unresolved issues in the bug database</a>, and see if you can help with testing or patches for them</li> <li>Add in new features, see <a href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI">Bug database</a> for suggestions.</li> </ul> <p>The Apache <a href="http://www.apache.org/dev/contributors.html">Contributors Tech Guide</a> gives a good overview how to start contributing patches.</p> <p>The Nutch project also have a very useful guide on becoming a new developer in their project. While it is written for their project, a large part of it will apply to POI too. You can read it at <a href="https://wiki.apache.org/nutch/Becoming_A_Nutch_Developer">http://wiki.apache.org/nutch/Becoming_A_Nutch_Developer</a>. The <a href="https://community.apache.org/">Apache Community Development Project</a> also provides guidance and mentoring for new contributors.</p> <a name="SubmittingPatches"></a> <a name="Submitting+Patches"></a> <div class="h3"> <h3>Submitting Patches<a title="Permanent link" class="headerlink" href="#Submitting+Patches">#</a> </h3> </div> <p> Patches are submitted via the <a href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI">Bug Database</a>. Create a new bug, set the subject to [PATCH] followed by a brief description. Explain you patch and any special instructions and submit/save it. Next, go back to the bug, and create attachments for the patch files you created. Be sure to describe not only the files purpose, but its format. (Is that ZIP or a tgz or a bz2 or what?). </p> <p> Ideally, patches should be submitted early and often. This is for two key reasons. Firstly, it's much easier to review smaller patches than large ones. This means that smaller patches are much more likely to be applied to SVN in a timely fashion. Secondly, by sending in your patches earlier rather than later, it's much easier to get feedback on your coding and direction. If you've missed an easier way to do something, or are duplicating some (probably hidden) existing code, or taking things in an unusual direction, it's best to get the feedback sooner rather than later! As such, when submitting patches to POI, as with other Apache Software Foundation projects, do please try to submit early and often, rather than "throwing a large patch over the wall" at the end. </p> <p> A number of Apache projects provide far more comprehensive guides to producing and submitting patches than we do, you may wish to review some of their information if you're unsure. The <a href="https://commons.apache.org/patches.html">Apache Commons</a> one is fairly similar as a starting point. </p> <p>You may create your patch file using either of the following approaches (the committers recommend the first):</p> <a name="Approach+1+-+use+Ant"></a> <div class="h4"> <h4>Approach 1 - use Ant<a title="Permanent link" class="headerlink" href="#Approach+1+-+use+Ant">#</a> </h4> </div> <p>Use Ant to generate a patch file to POI: </p> <pre class="code"> ant -f patch.xml </pre> <p> This will create a file named <span class="codefrag">patch.tar.gz</span> that will contain a unified diff of files that have been modified and also include files that have been added. Review the file for completeness and correctness. This approach is recommended because it standardizes the way in which patch files are constructed. It also eliminates the chance of you missing to submit new files that constitute part of the patch. </p> <p> To apply a previously generated <span class="codefrag">patch.tar.gz</span> file to a clean subversion checkout, use the following command. It will unpack the tarball and add new files to the subversion working copy. </p> <pre class="code"> ant -f patch.xml apply </pre> <a name="Approach+2+-+the+manual+way"></a> <div class="h4"> <h4>Approach 2 - the manual way<a title="Permanent link" class="headerlink" href="#Approach+2+-+the+manual+way">#</a> </h4> </div> <p> Patches to existing files should be generated with <span class="codefrag">svn diff filename</span> and save the output to a file. If you want to get the changes made to multiple files in a directory, just use <span class="codefrag">svn diff</span>. then, tar and gzip the patch file as well as any new files that you have added. </p> <p>If you use a unix shell, you may find the following following sequence of commands useful for building the files to attach.</p> <pre class="code"> # run this in the root of the checkout, i.e. the directory holding # build.xml and poi.pom # build the directory to hold new files mkdir /tmp/poi-patch/ mkdir /tmp/poi-patch/new-files/ # get changes to existing files svn diff &gt; /tmp/poi-patch/diff.txt # capture any new files, as svn diff won't include them # preserve the path svn status | grep "^\?" | awk '{printf "cp --parents %s /tmp/poi-patch/new-files/\n", $2 }' | sh -s # tar up the new files cd /tmp/poi-patch/new-files/ tar jcvf ../new-files.tar.bz2 cd .. # upload these to bugzilla echo "please upload to bugzilla:" echo " /tmp/poi-patch/diff.txt" echo " /tmp/poi-patch/new-files.tar.bz2" </pre> <a name="Approach+3+-+the+git+way"></a> <div class="h4"> <h4>Approach 3 - the git way<a title="Permanent link" class="headerlink" href="#Approach+3+-+the+git+way">#</a> </h4> </div> <p> If you are working on a Git clone of Apache POI (see the <a href="subversion.html">Version Control page</a> for more on the read-only Git mirrors), it is possible to generate a patch of your changes (including new binary files) using Git. </p> <p> For new developers, we'd normally suggest using Subversion and one of the methods above, as they tend to be simpler. For people who are already proficient with Git, then generating a patch from Git can be an easy way to contribute! </p> <p> When generating a patch / patch set from Git, for many related and small changes a squashed patch is probably best, as it makes the (manual) review quicker. For larger changes, several distinct patches are probably best. </p> <p> If you intend to do a noticeable amount of work enhancing Apache POI on your own Git repo, we would suggest sending in patches early and asking for advice. There's nothing worse than spending a week working hard on your own on a change, only to discover you did something on Day 1 that isn't acceptable to the project meaning your whole patch needs re-doing... Git's offline workflow makes this easier, so try not to fall into that trap! </p> <a name="checklist+before+submitting+a+patch"></a> <div class="h4"> <h4>checklist before submitting a patch<a title="Permanent link" class="headerlink" href="#checklist+before+submitting+a+patch">#</a> </h4> </div> <ul> <li>Added code complies with <a href="#CodeStyle">coding standards</a>.</li> <li>Added code compiles and runs on Java 1.6.</li> <li>New java files begin with the <a href="https://www.apache.org/foundation/license-faq.html"> Apache Software License</a> statement.</li> <li>The code does not depend on code that is unlicensed or <a href="https://www.apache.org/legal/resolved.html#category-a">incompatibly licensed with ASL 2.0</a>. <a href="https://www.apache.org/licenses/GPL-compatibility.html">GPL</a> and LGPL code may not be used.</li> <li>The code does not include <span class="codefrag">@author</span> tags.</li> <li>Existing test cases succeed.</li> <li>New test cases written and succeed (Use <span class="codefrag">@Ignore</span> from <span class="codefrag">org.junit</span> for in-progress work).</li> <li>Documentation page extended as appropriate.</li> <li>Examples updated or added as appropriate.</li> <li>Diff files generated using <span class="codefrag">svn diff</span>.</li> <li>Newly added files are included in the patch or alongside the patch.</li> <li>The <a href="https://bz.apache.org/bugzilla/describecomponents.cgi?product=POI">bugzilla</a> subject dev contains [PATCH], task name and patch reason in subject.</li> <li>The bugzilla description contains a rationale for the patch.</li> <li>Attachment to the bugzilla entry contains the patch file.</li> </ul> <a name="CodeStyle"></a> <a name="Code+Style"></a> <div class="h3"> <h3>Code Style<a title="Permanent link" class="headerlink" href="#Code+Style">#</a> </h3> </div> <p>The long standing <a href="resolutions/res001.html">Minimal Coding Standards</a> from 2002 still largely apply to the project.</p> <p>When making changes to an existing file, please try to follow the same style that that file already uses. This will keep things looking similar, and will prevent patches becoming largely about whitespace. Whitespace fixing changes, if needed, should normally be in their own commit, so that they don't crowd out coding changes in review.</p> <p>Normally, tabs should not be used to indent code. Instead, spaces should be used. If starting on a fresh file, please use 4 spaces to indent your code. If working on an existing file, please use whichever of 3 or 4 spaces that file already follows.</p> <p>Normally, braces should open on the same line as the decision statement. Braces should normally close on their own line. Brackets should normally have a space before them when they are the first.</p> <p>Lines normally shouldn't be too long. There's no hard and fast rule, but if you line is getting above about 90 characters think about splitting it, and you should rarely create something over about 100 characters without a very good reason!</p> <a name="Mentoring"></a> <a name="Mentoring+and+Committership"></a> <div class="h3"> <h3>Mentoring and Committership<a title="Permanent link" class="headerlink" href="#Mentoring+and+Committership">#</a> </h3> </div> <p>The POI project will generally offer committership to contributors who send in consistently good patches over a period of several months.</p> <p>The requirement for "good patches" generally means patches which can be applied to SVN with little or no changes. These patches should include unit test, and appropriate documentation. Whilst your first patch to POI may require quite a bit of work before it can be committed by an existing committer, with any luck your later patches will be applied with no / minor tweaks. Please do take note of any changes required by your earlier patches, to learn for later ones! If in doubt, ask on the <a href="mailinglists.html">dev mailing list</a>.</p> <p>The requirement for patches over several months is to ensure that committers remain with the project. It's very easy for a good developer to fire off half a dozen good patches in the couple of weeks that they're working on a POI powered project. However, if that developer then moves away, and stops contributing to POI after that spurt, then they're not a good candidate for committership. As such, we generally require people to stay around for a while, submitting patches and helping on the mailing list before considering them for committership.</p> <p>Where possible, patches should be submitted early and often. For more details on this, please see the "Submitting Patches" section above.</p> <p>Where possible, the existing developers will try to help and mentor new contributors. However, everyone involved in POI is a volunteer, and it may happen that your first few patches come in at a time when all the committers are very busy. Do please have patience, and remember to use the <a href="mailinglists.html">dev mailing list</a> so that other contributors can assist you!</p> <p>For more information on getting started at Apache, mentoring, and local Apache Committers near you who can offer advice, please see the <a href="http://community.apache.org/">Apache Community Development Project</a> website.</p> <a name="FileFormatInformation"></a> <a name="File+Format+Information"></a> <div class="h3"> <h3>File Format Information<a title="Permanent link" class="headerlink" href="#File+Format+Information">#</a> </h3> </div> <a name="Publicly+Available+Information+on+the+file+formats"></a> <div class="h4"> <h4>Publicly Available Information on the file formats<a title="Permanent link" class="headerlink" href="#Publicly+Available+Information+on+the+file+formats">#</a> </h4> </div> <p> In early 2008, Microsoft made a fairly complete set of documentation on the binary file formats freely and publicly available. These were released under the <a href="https://msdn.microsoft.com/en-us/openspecifications/default"> Open Specification Promise</a>, which does allow us to use them for building open source software under the <a href="https://www.apache.org/foundation/license-FAQ.html"> Apache Software License</a>. </p> <p> You can download the documentation on Excel, Word, PowerPoint and Escher (drawing) from <a href="https://msdn.microsoft.com/en-us/library/cc313118.aspx">http://msdn.microsoft.com/en-us/library/cc313118.aspx</a>. Documentation on a few of the supporting technologies used in these file formats can be downloaded from <a href="https://msdn.microsoft.com/en-us/library/jj633110.aspx">http://msdn.microsoft.com/en-us/library/jj633110.aspx</a>. </p> <p> Previously, Microsoft published a book on the Excel 97 file format. It can still be of plenty of use, and is handy dead tree form. Pick up a copy of "Excel 97 Developer's Kit" from your favourite second hand book store. </p> <p> The newer Office Open XML (ooxml) file formats are documented as part of the ECMA / ISO standardisation effort for the formats. This documentation is quite large, but you can normally find the bit you need without too much effort! This can be downloaded from <a href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">http://www.ecma-international.org/publications/standards/Ecma-376.htm</a>, and is also under the <a href="https://msdn.microsoft.com/en-us/openspecifications/default">OSP</a>. </p> <p> Additionally for the newer Office Open XML (ooxml) file formats, you can find some good introductary documentation (often clearer for getting started with) at <a href="http://officeopenxml.com/">officeopenxml.com</a>, which is an independent site documenting the file formats. </p> <p> It is also worth checking the documentation and code of the other open source implementations of the file formats. </p> <a name="I+just+signed+an+NDA+to+get+a+spec+from+Microsoft+and+I%27d+like+to+contribute"></a> <div class="h4"> <h4>I just signed an NDA to get a spec from Microsoft and I'd like to contribute<a title="Permanent link" class="headerlink" href="#I+just+signed+an+NDA+to+get+a+spec+from+Microsoft+and+I%27d+like+to+contribute">#</a> </h4> </div> <p> In short, stay away, stay far far away. Implementing these file formats in POI is done strictly by using public information. Most of this Public Information currently comes from the documentation that Microsoft makes freely available (see above). The rest of the public information includes sources from other open source projects, books that state the purpose intended is for allowing implementation of the file format and do not require any non-disclosure agreement and just hard work. We are intent on keeping it legal, by contributing patches you agree to do the same. </p> <p> If you've ever received information regarding the OLE 2 Compound Document Format under any type of exclusionary agreement from Microsoft, or received such information from a person bound by such an agreement, you cannot participate in this project. Sorry. Well, unless you can persuade Microsoft to release you from the terms of the NDA on the grounds that most of the information is now publicly available. However, if you have been party to a Microsoft NDA, you will need to get clearance from Microsoft before contributing. </p> <p> Those submitting patches that show insight into the file format may be asked to state explicitly that they have only ever read the publicly available file format information, and not any received under an NDA or similar, and have only made us of the public documentation. </p> <div id="authors" align="right">by&nbsp;Nick Burch,&nbsp;David Fisher</div> </div> </div> </div> </td> <!--================= end Content ==================--> </tr> </tbody> </table> <!--================= end Main ==================--> <!--================= start Footer ==================--> <div id="footer"> <table summary="footer" cellspacing="0" cellpadding="4" width="100%" border="0"> <tbody> <tr> <!--================= start Copyright ==================--> <td colspan="2"> <div align="center"> <div class="copyright"> Copyright &copy; 2002-2016&nbsp;The Apache Software Foundation. All rights reserved.<br> Apache, Apache POI, and the Apache POI logo are registered trademarks or trademarks of The Apache Software Foundation in the U.S. and/or other countries. </div> </div> </td> <!--================= end Copyright ==================--> </tr> <tr> <td align="left"> <!--================= start Host ==================--> <!--================= end Host ==================--></td><td align="right"> <!--================= start Credits ==================--> <div align="right"> <div class="credit"></div> </div> <!--================= end Credits ==================--> </td> </tr> </tbody> </table> </div> <!--================= end Footer ==================--> </body> </html>
Aarhus-BSS/Aarhus-Research-Rebuilt
lib/poi-3.16-beta1/docs/guidelines.html
HTML
apache-2.0
31,884
<!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:24 EEST 2014 --> <title>Uses of Class net.sf.jasperreports.components.spiderchart.StandardSpiderPlot (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.components.spiderchart.StandardSpiderPlot (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/components/spiderchart/StandardSpiderPlot.html" title="class in net.sf.jasperreports.components.spiderchart">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/components/spiderchart/class-use/StandardSpiderPlot.html" target="_top">Frames</a></li> <li><a href="StandardSpiderPlot.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.components.spiderchart.StandardSpiderPlot" class="title">Uses of Class<br>net.sf.jasperreports.components.spiderchart.StandardSpiderPlot</h2> </div> <div class="classUseContainer">No usage of net.sf.jasperreports.components.spiderchart.StandardSpiderPlot</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/components/spiderchart/StandardSpiderPlot.html" title="class in net.sf.jasperreports.components.spiderchart">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/components/spiderchart/class-use/StandardSpiderPlot.html" target="_top">Frames</a></li> <li><a href="StandardSpiderPlot.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>
phurtado1112/cnaemvc
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/components/spiderchart/class-use/StandardSpiderPlot.html
HTML
apache-2.0
4,818
<!DOCTYPE html > <html> <head> <title>PjtStatus - nablepjt.models.PjtStatus</title> <meta name="description" content="PjtStatus - nablepjt.models.PjtStatus" /> <meta name="keywords" content="PjtStatus nablepjt.models.PjtStatus" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../lib/template.js"></script> <script type="text/javascript" src="../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../index.html'; var hash = 'nablepjt.models.PjtStatus'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="type"> <div id="definition"> <img src="../../lib/class_big.png" /> <p id="owner"><a href="../package.html" class="extype" name="nablepjt">nablepjt</a>.<a href="package.html" class="extype" name="nablepjt.models">models</a></p> <h1>PjtStatus</h1> <span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">case class</span> </span> <span class="symbol"> <span class="name">PjtStatus</span><span class="params">(<span name="pStatusCode">pStatusCode: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="pStatusDesc">pStatusDesc: <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> </h4> <div id="comment" class="fullcommenttop"><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="nablepjt.models.PjtStatus"><span>PjtStatus</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="constructors" class="members"> <h3>Instance Constructors</h3> <ol><li name="nablepjt.models.PjtStatus#&lt;init&gt;" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="&lt;init&gt;(pStatusCode:String,pStatusDesc:String):nablepjt.models.PjtStatus"></a> <a id="&lt;init&gt;:PjtStatus"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">PjtStatus</span><span class="params">(<span name="pStatusCode">pStatusCode: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="pStatusDesc">pStatusDesc: <span class="extype" name="scala.Predef.String">String</span></span>)</span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@&lt;init&gt;(pStatusCode:String,pStatusDesc:String):nablepjt.models.PjtStatus" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> </li></ol> </div> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@!=(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@##():Int" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@==(x$1:Any):Boolean" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@asInstanceOf[T0]:T0" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@clone():Object" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@finalize():Unit" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@getClass():Class[_]" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@isInstanceOf[T0]:Boolean" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@notify():Unit" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@notifyAll():Unit" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="nablepjt.models.PjtStatus#pStatusCode" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="pStatusCode:String"></a> <a id="pStatusCode:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">pStatusCode</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@pStatusCode:String" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> </li><li name="nablepjt.models.PjtStatus#pStatusDesc" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="pStatusDesc:String"></a> <a id="pStatusDesc:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">pStatusDesc</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@pStatusDesc:String" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@synchronized[T0](x$1:=&gt;T0):T0" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@wait():Unit" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4><span class="permalink"> <a href="../../index.html#nablepjt.models.PjtStatus@wait(x$1:Long):Unit" title="Permalink" target="_top"> <img src="../../lib/permalink.png" /> </a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.Serializable"> <h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3> </div><div class="parent" name="java.io.Serializable"> <h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3> </div><div class="parent" name="scala.Product"> <h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3> </div><div class="parent" name="scala.Equals"> <h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
whlee21/docker
nable-projects/nablepjt-core-0.1.0/share/doc/api/nablepjt/models/PjtStatus.html
HTML
apache-2.0
25,326
--- layout: redirected redirect_to: - http://monikma.github.io/2010/10/27/composite.html ---
monami555/monami555.github.io
_posts/2010-10-27-composite.html
HTML
apache-2.0
92
<html><head><title>xerces-for-android - Revision 2: /trunk/src/mf/org/apache/xerces/util</title></head> <body> <h2>xerces-for-android - Revision 2: /trunk/src/mf/org/apache/xerces/util</h2> <ul> <li><a href="../">..</a></li> <li><a href="AttributesProxy.java">AttributesProxy.java</a></li> <li><a href="AugmentationsImpl.java">AugmentationsImpl.java</a></li> <li><a href="DOMEntityResolverWrapper.java">DOMEntityResolverWrapper.java</a></li> <li><a href="DOMErrorHandlerWrapper.java">DOMErrorHandlerWrapper.java</a></li> <li><a href="DOMInputSource.java">DOMInputSource.java</a></li> <li><a href="DOMUtil.java">DOMUtil.java</a></li> <li><a href="DatatypeMessageFormatter.java">DatatypeMessageFormatter.java</a></li> <li><a href="DefaultErrorHandler.java">DefaultErrorHandler.java</a></li> <li><a href="EncodingMap.java">EncodingMap.java</a></li> <li><a href="EntityResolver2Wrapper.java">EntityResolver2Wrapper.java</a></li> <li><a href="EntityResolverWrapper.java">EntityResolverWrapper.java</a></li> <li><a href="ErrorHandlerProxy.java">ErrorHandlerProxy.java</a></li> <li><a href="ErrorHandlerWrapper.java">ErrorHandlerWrapper.java</a></li> <li><a href="HTTPInputSource.java">HTTPInputSource.java</a></li> <li><a href="IntStack.java">IntStack.java</a></li> <li><a href="JAXPNamespaceContextWrapper.java">JAXPNamespaceContextWrapper.java</a></li> <li><a href="LocatorProxy.java">LocatorProxy.java</a></li> <li><a href="MessageFormatter.java">MessageFormatter.java</a></li> <li><a href="NamespaceSupport.java">NamespaceSupport.java</a></li> <li><a href="ParserConfigurationSettings.java">ParserConfigurationSettings.java</a></li> <li><a href="SAXInputSource.java">SAXInputSource.java</a></li> <li><a href="SAXLocatorWrapper.java">SAXLocatorWrapper.java</a></li> <li><a href="SAXMessageFormatter.java">SAXMessageFormatter.java</a></li> <li><a href="SecurityManager.java">SecurityManager.java</a></li> <li><a href="ShadowedSymbolTable.java">ShadowedSymbolTable.java</a></li> <li><a href="SoftReferenceSymbolTable.java">SoftReferenceSymbolTable.java</a></li> <li><a href="StAXInputSource.java">StAXInputSource.java</a></li> <li><a href="StAXLocationWrapper.java">StAXLocationWrapper.java</a></li> <li><a href="SymbolHash.java">SymbolHash.java</a></li> <li><a href="SymbolTable.java">SymbolTable.java</a></li> <li><a href="SynchronizedSymbolTable.java">SynchronizedSymbolTable.java</a></li> <li><a href="URI.java">URI.java</a></li> <li><a href="XML11Char.java">XML11Char.java</a></li> <li><a href="XMLAttributesImpl.java">XMLAttributesImpl.java</a></li> <li><a href="XMLCatalogResolver.java">XMLCatalogResolver.java</a></li> <li><a href="XMLChar.java">XMLChar.java</a></li> <li><a href="XMLEntityDescriptionImpl.java">XMLEntityDescriptionImpl.java</a></li> <li><a href="XMLErrorCode.java">XMLErrorCode.java</a></li> <li><a href="XMLGrammarPoolImpl.java">XMLGrammarPoolImpl.java</a></li> <li><a href="XMLLocatorWrapper.java">XMLLocatorWrapper.java</a></li> <li><a href="XMLResourceIdentifierImpl.java">XMLResourceIdentifierImpl.java</a></li> <li><a href="XMLStringBuffer.java">XMLStringBuffer.java</a></li> <li><a href="XMLSymbols.java">XMLSymbols.java</a></li> </ul> <hr noshade><em><a href="http://code.google.com/">Google Code</a> powered by <a href="http://subversion.apache.org/">Subversion</a></em> </body></html>
BartoszJarocki/boilerpipe-android
src/main/java/mf/org/apache/xerces/util/index.html
HTML
apache-2.0
3,407
<!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 Sun Mar 17 11:03:41 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.wildfly.swarm.security.detect (BOM: * : All 2.4.0.Final API)</title> <meta name="date" content="2019-03-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 Package org.wildfly.swarm.security.detect (BOM: * : All 2.4.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>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-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.4.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/security/detect/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 org.wildfly.swarm.security.detect" class="title">Uses of Package<br>org.wildfly.swarm.security.detect</h1> </div> <div class="contentContainer">No usage of org.wildfly.swarm.security.detect</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-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.4.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/security/detect/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 ======= --> <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>
wildfly-swarm/wildfly-swarm-javadocs
2.4.0.Final/apidocs/org/wildfly/swarm/security/detect/package-use.html
HTML
apache-2.0
4,497
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `N582` type in crate `typenum`."> <meta name="keywords" content="rust, rustlang, rust-lang, N582"> <title>typenum::consts::N582 - Rust</title> <link rel="stylesheet" type="text/css" href="../../normalize.css"> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc type"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>typenum</a>::<wbr><a href='index.html'>consts</a></p><script>window.sidebarCurrent = {name: 'N582', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"> <h1 class='fqn'><span class='in-band'>Type Definition <a href='../index.html'>typenum</a>::<wbr><a href='index.html'>consts</a>::<wbr><a class="type" href=''>N582</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../../src/typenum/home/jacob/nitro-game-engine/target/debug/build/typenum-cb7a8e569dce0703/out/consts.rs.html#1224' title='goto source code'>[src]</a></span></h1> <pre class='rust typedef'>type N582 = <a class="struct" href="../../typenum/int/struct.NInt.html" title="struct typenum::int::NInt">NInt</a>&lt;<a class="type" href="../../typenum/consts/type.U582.html" title="type typenum::consts::U582">U582</a>&gt;;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "typenum"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
nitro-devs/nitro-game-engine
docs/typenum/consts/type.N582.html
HTML
apache-2.0
4,364
<!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_80) on Thu Jun 18 14:08:47 EDT 2015 --> <title>Uses of Class org.apache.cassandra.db.marshal.AbstractType (apache-cassandra API)</title> <meta name="date" content="2015-06-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.db.marshal.AbstractType (apache-cassandra 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/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">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/db/marshal/class-use/AbstractType.html" target="_top">Frames</a></li> <li><a href="AbstractType.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.db.marshal.AbstractType" class="title">Uses of Class<br>org.apache.cassandra.db.marshal.AbstractType</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/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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.cli">org.apache.cassandra.cli</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.config">org.apache.cassandra.config</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.cql">org.apache.cassandra.cql</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.cql3">org.apache.cassandra.cql3</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.cql3.functions">org.apache.cassandra.cql3.functions</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.cql3.statements">org.apache.cassandra.cql3.statements</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.db">org.apache.cassandra.db</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.compaction">org.apache.cassandra.db.compaction</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.filter">org.apache.cassandra.db.filter</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.index">org.apache.cassandra.db.index</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.index.composites">org.apache.cassandra.db.index.composites</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.index.keys">org.apache.cassandra.db.index.keys</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.db.marshal">org.apache.cassandra.db.marshal</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.dht">org.apache.cassandra.dht</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.hadoop.pig">org.apache.cassandra.hadoop.pig</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.io.sstable">org.apache.cassandra.io.sstable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.transport">org.apache.cassandra.transport</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.cli"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/cli/package-summary.html">org.apache.cassandra.cli</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cli/package-summary.html">org.apache.cassandra.cli</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CliClient.</span><code><strong><a href="../../../../../../org/apache/cassandra/cli/CliClient.html#getTypeByFunction(java.lang.String)">getTypeByFunction</a></strong>(java.lang.String&nbsp;functionName)</code> <div class="block">Get AbstractType by function name</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CliClient.Function.</span><code><strong><a href="../../../../../../org/apache/cassandra/cli/CliClient.Function.html#getValidator()">getValidator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</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/cassandra/config/package-summary.html">org.apache.cassandra.config</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#comparator">comparator</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#getColumnDefinitionComparator(org.apache.cassandra.config.ColumnDefinition)">getColumnDefinitionComparator</a></strong>(<a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;def)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">Schema.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/Schema.html#getComparator(java.lang.String,%20java.lang.String)">getComparator</a></strong>(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName)</code> <div class="block">Get column comparator for ColumnFamily but it's keyspace/name</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#getComponentComparator(java.lang.Integer,%20org.apache.cassandra.config.ColumnDefinition.Type)">getComponentComparator</a></strong>(java.lang.Integer&nbsp;componentIndex, <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.Type.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Type</a>&nbsp;type)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#getDefaultValidator()">getDefaultValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#getKeyValidator()">getKeyValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#getValidator()">getValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#getValueValidatorFromColumnName(java.nio.ByteBuffer)">getValueValidatorFromColumnName</a></strong>(java.nio.ByteBuffer&nbsp;columnName)</code> <div class="block">Like getColumnDefinitionFromColumnName, the argument must be an internal column/cell name.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#addColumnMetadataFromAliases(java.util.List,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.config.ColumnDefinition.Type)">addColumnMetadataFromAliases</a></strong>(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;aliases, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.Type.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Type</a>&nbsp;type)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#apply(org.apache.cassandra.config.ColumnDefinition,%20org.apache.cassandra.db.marshal.AbstractType)">apply</a></strong>(<a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;def, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#clusteringKeyDef(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">clusteringKeyDef</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#compactValueDef(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType)">compactValueDef</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a></code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#defaultValidator(org.apache.cassandra.db.marshal.AbstractType)">defaultValidator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;prop)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#deleteFromSchema(org.apache.cassandra.db.RowMutation,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20long)">deleteFromSchema</a></strong>(<a href="../../../../../../org/apache/cassandra/db/RowMutation.html" title="class in org.apache.cassandra.db">RowMutation</a>&nbsp;rm, java.lang.String&nbsp;cfName, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, long&nbsp;timestamp)</code> <div class="block">Drop specified column from the schema using given row.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#getDefaultIndexName(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20java.nio.ByteBuffer)">getDefaultIndexName</a></strong>(java.lang.String&nbsp;cfName, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, java.nio.ByteBuffer&nbsp;columnName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a></code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#keyValidator(org.apache.cassandra.db.marshal.AbstractType)">keyValidator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;prop)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a></code></td> <td class="colLast"><span class="strong">CFMetaData.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#newIndexMetadata(org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.config.ColumnDefinition,%20org.apache.cassandra.db.marshal.AbstractType)">newIndexMetadata</a></strong>(<a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;parent, <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;info, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;columnComparator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#partitionKeyDef(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">partitionKeyDef</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#regularDef(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">regularDef</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#setValidator(org.apache.cassandra.db.marshal.AbstractType)">setValidator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#staticDef(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">staticDef</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ColumnDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#toSchema(org.apache.cassandra.db.RowMutation,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20long)">toSchema</a></strong>(<a href="../../../../../../org/apache/cassandra/db/RowMutation.html" title="class in org.apache.cassandra.db">RowMutation</a>&nbsp;rm, java.lang.String&nbsp;cfName, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, long&nbsp;timestamp)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/config/package-summary.html">org.apache.cassandra.config</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#CFMetaData(java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.ColumnFamilyType,%20org.apache.cassandra.db.marshal.AbstractType)">CFMetaData</a></strong>(java.lang.String&nbsp;keyspace, java.lang.String&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/ColumnFamilyType.html" title="enum in org.apache.cassandra.db">ColumnFamilyType</a>&nbsp;type, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comp)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#CFMetaData(java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.ColumnFamilyType,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">CFMetaData</a></strong>(java.lang.String&nbsp;keyspace, java.lang.String&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/ColumnFamilyType.html" title="enum in org.apache.cassandra.db">ColumnFamilyType</a>&nbsp;type, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comp, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subcc)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/config/CFMetaData.html#CFMetaData(java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.ColumnFamilyType,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">CFMetaData</a></strong>(java.lang.String&nbsp;keyspace, java.lang.String&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/ColumnFamilyType.html" title="enum in org.apache.cassandra.db">ColumnFamilyType</a>&nbsp;type, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comp, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subcc)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#ColumnDefinition(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.thrift.IndexType,%20java.util.Map,%20java.lang.String,%20java.lang.Integer,%20org.apache.cassandra.config.ColumnDefinition.Type)">ColumnDefinition</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, <a href="../../../../../../org/apache/cassandra/thrift/IndexType.html" title="enum in org.apache.cassandra.thrift">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions, java.lang.String&nbsp;indexName, java.lang.Integer&nbsp;componentIndex, <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.Type.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Type</a>&nbsp;type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html#ColumnDefinition(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer,%20org.apache.cassandra.config.ColumnDefinition.Type)">ColumnDefinition</a></strong>(java.nio.ByteBuffer&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex, <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.Type.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Type</a>&nbsp;type)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.cql"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/cql/package-summary.html">org.apache.cassandra.cql</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql/package-summary.html">org.apache.cassandra.cql</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFPropDefs.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql/CFPropDefs.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">SelectStatement.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql/SelectStatement.html#getComparator(java.lang.String)">getComparator</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">UpdateStatement.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql/UpdateStatement.html#getComparator(java.lang.String)">getComparator</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">UpdateStatement.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql/UpdateStatement.html#getKeyType(java.lang.String)">getKeyType</a></strong>(java.lang.String&nbsp;keyspace)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFPropDefs.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql/CFPropDefs.html#getValidator()">getValidator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql/package-summary.html">org.apache.cassandra.cql</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.nio.ByteBuffer</code></td> <td class="colLast"><span class="strong">Term.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql/Term.html#getByteBuffer(org.apache.cassandra.db.marshal.AbstractType,%20java.util.List)">getByteBuffer</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;variables)</code> <div class="block">Returns the typed value, serialized to a ByteBuffer according to a comparator/validator.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.cql3"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</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/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CFDefinition.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/CFDefinition.html#definitionType">definitionType</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">ColumnSpecification.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/ColumnSpecification.html#type">type</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CQL3Type.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/CQL3Type.html#getType()">getType</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CQL3Type.Native.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/CQL3Type.Native.html#getType()">getType</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CQL3Type.Custom.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/CQL3Type.Custom.html#getType()">getType</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CQL3Type.Collection.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/CQL3Type.Collection.html#getType()">getType</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><span class="strong">ColumnCondition.Bound.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/ColumnCondition.Bound.html#equalsValue(java.nio.ByteBuffer,%20org.apache.cassandra.db.Column,%20org.apache.cassandra.db.marshal.AbstractType,%20long)">equalsValue</a></strong>(java.nio.ByteBuffer&nbsp;value, <a href="../../../../../../org/apache/cassandra/db/Column.html" title="class in org.apache.cassandra.db">Column</a>&nbsp;c, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;type, long&nbsp;now)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;java.util.List&lt;T&gt;</code></td> <td class="colLast"><span class="strong">UntypedResultSet.Row.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/UntypedResultSet.Row.html#getList(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType)">getList</a></strong>(java.lang.String&nbsp;column, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;T&gt;&nbsp;type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>&lt;K,V&gt;&nbsp;java.util.Map&lt;K,V&gt;</code></td> <td class="colLast"><span class="strong">UntypedResultSet.Row.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/UntypedResultSet.Row.html#getMap(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">getMap</a></strong>(java.lang.String&nbsp;column, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;K&gt;&nbsp;keyType, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;V&gt;&nbsp;valueType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>&lt;K,V&gt;&nbsp;java.util.Map&lt;K,V&gt;</code></td> <td class="colLast"><span class="strong">UntypedResultSet.Row.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/UntypedResultSet.Row.html#getMap(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">getMap</a></strong>(java.lang.String&nbsp;column, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;K&gt;&nbsp;keyType, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;V&gt;&nbsp;valueType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;java.util.Set&lt;T&gt;</code></td> <td class="colLast"><span class="strong">UntypedResultSet.Row.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/UntypedResultSet.Row.html#getSet(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType)">getSet</a></strong>(java.lang.String&nbsp;column, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;T&gt;&nbsp;type)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html#ColumnIdentifier(java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType)">ColumnIdentifier</a></strong>(java.nio.ByteBuffer&nbsp;key, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;type)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/ColumnSpecification.html#ColumnSpecification(java.lang.String,%20java.lang.String,%20org.apache.cassandra.cql3.ColumnIdentifier,%20org.apache.cassandra.db.marshal.AbstractType)">ColumnSpecification</a></strong>(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/CQL3Type.Custom.html#CQL3Type.Custom(org.apache.cassandra.db.marshal.AbstractType)">CQL3Type.Custom</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;type)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.cql3.functions"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</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/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractFunction.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/AbstractFunction.html#returnType">returnType</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</a> with type parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractFunction.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/AbstractFunction.html#argsType">argsType</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">Functions.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/Functions.html#getReturnType(java.lang.String,%20java.lang.String,%20java.lang.String)">getReturnType</a></strong>(java.lang.String&nbsp;functionName, java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractFunction.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/AbstractFunction.html#returnType()">returnType</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">Function.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/Function.html#returnType()">returnType</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</a> that return types with arguments of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractFunction.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/AbstractFunction.html#argsType()">argsType</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">Function.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/Function.html#argsType()">argsType</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/cql3/functions/Function.html" title="interface in org.apache.cassandra.cql3.functions">Function</a></code></td> <td class="colLast"><span class="strong">BytesConversionFcts.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/BytesConversionFcts.html#makeFromBlobFunction(org.apache.cassandra.db.marshal.AbstractType)">makeFromBlobFunction</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;toType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/cql3/functions/Function.html" title="interface in org.apache.cassandra.cql3.functions">Function</a></code></td> <td class="colLast"><span class="strong">BytesConversionFcts.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/BytesConversionFcts.html#makeToBlobFunction(org.apache.cassandra.db.marshal.AbstractType)">makeToBlobFunction</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;fromType)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/cql3/functions/package-summary.html">org.apache.cassandra.cql3.functions</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/AbstractFunction.html#AbstractFunction(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType...)">AbstractFunction</a></strong>(java.lang.String&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;returnType, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;...&nbsp;argsType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/cql3/functions/AbstractFunction.html#AbstractFunction(java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType...)">AbstractFunction</a></strong>(java.lang.String&nbsp;name, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;returnType, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;...&nbsp;argsType)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.cql3.statements"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</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/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CreateTableStatement.</span><code><strong><a href="../../../../../../org/apache/cassandra/cql3/statements/CreateTableStatement.html#comparator">comparator</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</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/cassandra/db/package-summary.html">org.apache.cassandra.db</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></code></td> <td class="colLast"><span class="strong">Memtable.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/Memtable.html#initialComparator">initialComparator</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AtomicSortedColumns.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/AtomicSortedColumns.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">ColumnFamily.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/ColumnFamily.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">TreeMapBackedSortedColumns.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/TreeMapBackedSortedColumns.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">SuperColumns.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/SuperColumns.html#getComparatorFor(org.apache.cassandra.config.CFMetaData,%20boolean)">getComparatorFor</a></strong>(<a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, boolean&nbsp;subColumn)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">SuperColumns.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/SuperColumns.html#getComparatorFor(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer)">getComparatorFor</a></strong>(<a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;metadata, java.nio.ByteBuffer&nbsp;superColumn)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.lang.String</code></td> <td class="colLast"><span class="strong">Column.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/Column.html#getString(org.apache.cassandra.db.marshal.AbstractType)">getString</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">CounterColumn.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/CounterColumn.html#getString(org.apache.cassandra.db.marshal.AbstractType)">getString</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><span class="strong">ExpiringColumn.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/ExpiringColumn.html#getString(org.apache.cassandra.db.marshal.AbstractType)">getString</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.compaction"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/compaction/package-summary.html">org.apache.cassandra.db.compaction</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/compaction/package-summary.html">org.apache.cassandra.db.compaction</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">LazilyCompactedRow.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/compaction/LazilyCompactedRow.html#getComparator()">getComparator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.filter"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/filter/package-summary.html">org.apache.cassandra.db.filter</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/filter/package-summary.html">org.apache.cassandra.db.filter</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/filter/ColumnCounter.html" title="class in org.apache.cassandra.db.filter">ColumnCounter</a></code></td> <td class="colLast"><span class="strong">IDiskAtomFilter.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html#columnCounter(org.apache.cassandra.db.marshal.AbstractType,%20long)">columnCounter</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, long&nbsp;now)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/filter/ColumnCounter.html" title="class in org.apache.cassandra.db.filter">ColumnCounter</a></code></td> <td class="colLast"><span class="strong">NamesQueryFilter.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/NamesQueryFilter.html#columnCounter(org.apache.cassandra.db.marshal.AbstractType,%20long)">columnCounter</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, long&nbsp;now)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/filter/ColumnCounter.html" title="class in org.apache.cassandra.db.filter">ColumnCounter</a></code></td> <td class="colLast"><span class="strong">SliceQueryFilter.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/SliceQueryFilter.html#columnCounter(org.apache.cassandra.db.marshal.AbstractType,%20long)">columnCounter</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, long&nbsp;now)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/filter/NamesQueryFilter.html" title="class in org.apache.cassandra.db.filter">NamesQueryFilter</a></code></td> <td class="colLast"><span class="strong">NamesQueryFilter.Serializer.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/NamesQueryFilter.Serializer.html#deserialize(java.io.DataInput,%20int,%20org.apache.cassandra.db.marshal.AbstractType)">deserialize</a></strong>(java.io.DataInput&nbsp;in, int&nbsp;version, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html" title="interface in org.apache.cassandra.db.filter">IDiskAtomFilter</a></code></td> <td class="colLast"><span class="strong">IDiskAtomFilter.Serializer.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.Serializer.html#deserialize(java.io.DataInput,%20int,%20org.apache.cassandra.db.marshal.AbstractType)">deserialize</a></strong>(java.io.DataInput&nbsp;in, int&nbsp;version, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Comparator&lt;<a href="../../../../../../org/apache/cassandra/db/Column.html" title="class in org.apache.cassandra.db">Column</a>&gt;</code></td> <td class="colLast"><span class="strong">IDiskAtomFilter.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/IDiskAtomFilter.html#getColumnComparator(org.apache.cassandra.db.marshal.AbstractType)">getColumnComparator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Comparator&lt;<a href="../../../../../../org/apache/cassandra/db/Column.html" title="class in org.apache.cassandra.db">Column</a>&gt;</code></td> <td class="colLast"><span class="strong">NamesQueryFilter.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/NamesQueryFilter.html#getColumnComparator(org.apache.cassandra.db.marshal.AbstractType)">getColumnComparator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Comparator&lt;<a href="../../../../../../org/apache/cassandra/db/Column.html" title="class in org.apache.cassandra.db">Column</a>&gt;</code></td> <td class="colLast"><span class="strong">SliceQueryFilter.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/SliceQueryFilter.html#getColumnComparator(org.apache.cassandra.db.marshal.AbstractType)">getColumnComparator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ColumnSlice.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/filter/ColumnSlice.html#isAlwaysEmpty(org.apache.cassandra.db.marshal.AbstractType,%20boolean)">isAlwaysEmpty</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, boolean&nbsp;reversed)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.index"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/index/package-summary.html">org.apache.cassandra.db.index</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/cassandra/db/index/package-summary.html">org.apache.cassandra.db.index</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">SecondaryIndex.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/index/SecondaryIndex.html#keyComparator">keyComparator</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/index/package-summary.html">org.apache.cassandra.db.index</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></code></td> <td class="colLast"><span class="strong">AbstractSimplePerColumnSecondaryIndex.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/index/AbstractSimplePerColumnSecondaryIndex.html#getExpressionComparator()">getExpressionComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">SecondaryIndex.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/index/SecondaryIndex.html#getIndexComparator(org.apache.cassandra.config.CFMetaData,%20org.apache.cassandra.config.ColumnDefinition)">getIndexComparator</a></strong>(<a href="../../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;baseMetadata, <a href="../../../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;cdef)</code> <div class="block">Returns the index comparator for index backed by CFS, or null.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.index.composites"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/index/composites/package-summary.html">org.apache.cassandra.db.index.composites</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/index/composites/package-summary.html">org.apache.cassandra.db.index.composites</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></code></td> <td class="colLast"><span class="strong">CompositesIndex.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/index/composites/CompositesIndex.html#getExpressionComparator()">getExpressionComparator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.index.keys"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/index/keys/package-summary.html">org.apache.cassandra.db.index.keys</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/index/keys/package-summary.html">org.apache.cassandra.db.index.keys</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></code></td> <td class="colLast"><span class="strong">KeysIndex.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/index/keys/KeysIndex.html#getExpressionComparator()">getExpressionComparator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.db.marshal"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</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/cassandra/db/marshal/AbstractCommutativeType.html" title="class in org.apache.cassandra.db.marshal">AbstractCommutativeType</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/cassandra/db/marshal/AbstractCompositeType.html" title="class in org.apache.cassandra.db.marshal">AbstractCompositeType</a></strong></code> <div class="block">A class avoiding class duplication between CompositeType and DynamicCompositeType.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AsciiType.html" title="class in org.apache.cassandra.db.marshal">AsciiType</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/cassandra/db/marshal/BooleanType.html" title="class in org.apache.cassandra.db.marshal">BooleanType</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/cassandra/db/marshal/BytesType.html" title="class in org.apache.cassandra.db.marshal">BytesType</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/cassandra/db/marshal/CollectionType.html" title="class in org.apache.cassandra.db.marshal">CollectionType</a>&lt;T&gt;</strong></code> <div class="block">The abstract validator that is the base for maps, sets and lists.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ColumnToCollectionType.html" title="class in org.apache.cassandra.db.marshal">ColumnToCollectionType</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/cassandra/db/marshal/CompositeType.html" title="class in org.apache.cassandra.db.marshal">CompositeType</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/cassandra/db/marshal/CounterColumnType.html" title="class in org.apache.cassandra.db.marshal">CounterColumnType</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/cassandra/db/marshal/DateType.html" title="class in org.apache.cassandra.db.marshal">DateType</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/cassandra/db/marshal/DecimalType.html" title="class in org.apache.cassandra.db.marshal">DecimalType</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/cassandra/db/marshal/DoubleType.html" title="class in org.apache.cassandra.db.marshal">DoubleType</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/cassandra/db/marshal/DynamicCompositeType.html" title="class in org.apache.cassandra.db.marshal">DynamicCompositeType</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/cassandra/db/marshal/EmptyType.html" title="class in org.apache.cassandra.db.marshal">EmptyType</a></strong></code> <div class="block">A type that only accept empty data.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/FloatType.html" title="class in org.apache.cassandra.db.marshal">FloatType</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/cassandra/db/marshal/InetAddressType.html" title="class in org.apache.cassandra.db.marshal">InetAddressType</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/cassandra/db/marshal/Int32Type.html" title="class in org.apache.cassandra.db.marshal">Int32Type</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/cassandra/db/marshal/IntegerType.html" title="class in org.apache.cassandra.db.marshal">IntegerType</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/cassandra/db/marshal/LexicalUUIDType.html" title="class in org.apache.cassandra.db.marshal">LexicalUUIDType</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/cassandra/db/marshal/ListType.html" title="class in org.apache.cassandra.db.marshal">ListType</a>&lt;T&gt;</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/cassandra/db/marshal/LocalByPartionerType.html" title="class in org.apache.cassandra.db.marshal">LocalByPartionerType</a>&lt;T extends <a href="../../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>&gt;</strong></code> <div class="block">for sorting columns representing row keys in the row ordering as determined by a partitioner.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/LongType.html" title="class in org.apache.cassandra.db.marshal">LongType</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/cassandra/db/marshal/MapType.html" title="class in org.apache.cassandra.db.marshal">MapType</a>&lt;K,V&gt;</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/cassandra/db/marshal/ReversedType.html" title="class in org.apache.cassandra.db.marshal">ReversedType</a>&lt;T&gt;</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/cassandra/db/marshal/SetType.html" title="class in org.apache.cassandra.db.marshal">SetType</a>&lt;T&gt;</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/cassandra/db/marshal/TimestampType.html" title="class in org.apache.cassandra.db.marshal">TimestampType</a></strong></code> <div class="block">Type for date-time values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TimeUUIDType.html" title="class in org.apache.cassandra.db.marshal">TimeUUIDType</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/cassandra/db/marshal/TupleType.html" title="class in org.apache.cassandra.db.marshal">TupleType</a></strong></code> <div class="block">This is essentially like a CompositeType, but it's not primarily meant for comparison, just to pack multiple values together so has a more friendly encoding.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/UTF8Type.html" title="class in org.apache.cassandra.db.marshal">UTF8Type</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/cassandra/db/marshal/UUIDType.html" title="class in org.apache.cassandra.db.marshal">UUIDType</a></strong></code> <div class="block">Compares UUIDs using the following criteria:<br> - if count of supplied bytes is less than 16, compare counts<br> - compare UUID version fields<br> - nil UUID is always lesser<br> - compare timestamps if both are time-based<br> - compare lexically, unsigned msb-to-lsb comparison<br></div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> declared as <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/ReversedType.html" title="type parameter in ReversedType">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ReversedType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ReversedType.html#baseType">baseType</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompositeType.CompositeComponent.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.CompositeComponent.html#comparator">comparator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html" title="type parameter in ListType">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ListType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html#elements">elements</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html" title="type parameter in SetType">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SetType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html#elements">elements</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html" title="type parameter in MapType">K</a>&gt;</code></td> <td class="colLast"><span class="strong">MapType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html#keys">keys</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html" title="type parameter in MapType">V</a>&gt;</code></td> <td class="colLast"><span class="strong">MapType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html#values">values</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with type parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#types">types</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">TupleType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TupleType.html#types">types</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompositeType.ParsedComparator.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.ParsedComparator.html#getAbstractType()">getAbstractType</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.html#getAndAppendComparator(int,%20java.nio.ByteBuffer,%20java.lang.StringBuilder)">getAndAppendComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb, java.lang.StringBuilder&nbsp;sb)</code> <div class="block">Adds type information from @param bb to @param sb.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#getAndAppendComparator(int,%20java.nio.ByteBuffer,%20java.lang.StringBuilder)">getAndAppendComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb, java.lang.StringBuilder&nbsp;sb)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">DynamicCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html#getAndAppendComparator(int,%20java.nio.ByteBuffer,%20java.lang.StringBuilder)">getAndAppendComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb, java.lang.StringBuilder&nbsp;sb)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.html#getComparator(int,%20java.nio.ByteBuffer)">getComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#getComparator(int,%20java.nio.ByteBuffer)">getComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">DynamicCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html#getComparator(int,%20java.nio.ByteBuffer)">getComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.html#getComparator(int,%20java.nio.ByteBuffer,%20java.nio.ByteBuffer)">getComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb1, java.nio.ByteBuffer&nbsp;bb2)</code> <div class="block">Adds DynamicCompositeType type information from @param bb1 to @param bb2.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#getComparator(int,%20java.nio.ByteBuffer,%20java.nio.ByteBuffer)">getComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb1, java.nio.ByteBuffer&nbsp;bb2)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">DynamicCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html#getComparator(int,%20java.nio.ByteBuffer,%20java.nio.ByteBuffer)">getComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb1, java.nio.ByteBuffer&nbsp;bb2)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CollectionType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CollectionType.html#nameComparator()">nameComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;java.util.UUID&gt;</code></td> <td class="colLast"><span class="strong">ListType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html#nameComparator()">nameComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html" title="type parameter in MapType">K</a>&gt;</code></td> <td class="colLast"><span class="strong">MapType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html#nameComparator()">nameComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html" title="type parameter in SetType">T</a>&gt;</code></td> <td class="colLast"><span class="strong">SetType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html#nameComparator()">nameComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#parse()">parse</a></strong>()</code> <div class="block">Parse an AbstractType from current position of this parser.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#parse(java.lang.CharSequence)">parse</a></strong>(java.lang.CharSequence&nbsp;compareWith)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#parse(java.lang.String)">parse</a></strong>(java.lang.String&nbsp;str)</code> <div class="block">Parse a string containing an type definition.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html#parseDefaultParameters(org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.TypeParser)">parseDefaultParameters</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;baseType, <a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html" title="class in org.apache.cassandra.db.marshal">TypeParser</a>&nbsp;parser)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">TupleType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TupleType.html#type(int)">type</a></strong>(int&nbsp;i)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.html#validateComparator(int,%20java.nio.ByteBuffer)">validateComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb)</code> <div class="block">Like getComparator, but validates that @param i does not exceed the defined range</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#validateComparator(int,%20java.nio.ByteBuffer)">validateComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">DynamicCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html#validateComparator(int,%20java.nio.ByteBuffer)">validateComparator</a></strong>(int&nbsp;i, java.nio.ByteBuffer&nbsp;bb)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">CollectionType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CollectionType.html#valueComparator()">valueComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html" title="type parameter in ListType">T</a>&gt;</code></td> <td class="colLast"><span class="strong">ListType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html#valueComparator()">valueComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html" title="type parameter in MapType">V</a>&gt;</code></td> <td class="colLast"><span class="strong">MapType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html#valueComparator()">valueComparator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">SetType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html#valueComparator()">valueComparator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> that return types with arguments of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">TupleType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TupleType.html#allTypes()">allTypes</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;java.lang.Byte,<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#getAliasParameters()">getAliasParameters</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">AbstractType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html#getComponents()">getComponents</a></strong>()</code> <div class="block">Return a list of the "subcomponents" this type has.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#getComponents()">getComponents</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#getTypeParameters()">getTypeParameters</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/CompositeType.html" title="class in org.apache.cassandra.db.marshal">CompositeType</a></code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#getInstance(org.apache.cassandra.db.marshal.AbstractType...)">getInstance</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>...&nbsp;types)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html" title="class in org.apache.cassandra.db.marshal">MapType</a>&lt;K,V&gt;</code></td> <td class="colLast"><span class="strong">MapType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html#getInstance(org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">getInstance</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;K&gt;&nbsp;keys, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;V&gt;&nbsp;values)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html" title="class in org.apache.cassandra.db.marshal">MapType</a>&lt;K,V&gt;</code></td> <td class="colLast"><span class="strong">MapType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/MapType.html#getInstance(org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">getInstance</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;K&gt;&nbsp;keys, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;V&gt;&nbsp;values)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html" title="class in org.apache.cassandra.db.marshal">ListType</a>&lt;T&gt;</code></td> <td class="colLast"><span class="strong">ListType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ListType.html#getInstance(org.apache.cassandra.db.marshal.AbstractType)">getInstance</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;T&gt;&nbsp;elements)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../../../../../org/apache/cassandra/db/marshal/ReversedType.html" title="class in org.apache.cassandra.db.marshal">ReversedType</a>&lt;T&gt;</code></td> <td class="colLast"><span class="strong">ReversedType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ReversedType.html#getInstance(org.apache.cassandra.db.marshal.AbstractType)">getInstance</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;T&gt;&nbsp;baseType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html" title="class in org.apache.cassandra.db.marshal">SetType</a>&lt;T&gt;</code></td> <td class="colLast"><span class="strong">SetType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html#getInstance(org.apache.cassandra.db.marshal.AbstractType)">getInstance</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;T&gt;&nbsp;elements)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#getShortName(org.apache.cassandra.db.marshal.AbstractType)">getShortName</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;type)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">AbstractType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code> <div class="block">Returns true if this comparator is compatible with the provided previous comparator, that is if previous can safely be replaced by this.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">BytesType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/BytesType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ColumnToCollectionType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ColumnToCollectionType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">DateType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DateType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">DynamicCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ReversedType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ReversedType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">TimestampType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TimestampType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">TupleType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TupleType.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">UTF8Type.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/UTF8Type.html#isCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;previous)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">AbstractType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html#isValueCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code> <div class="block">Returns true if values of the other AbstractType can be read and "reasonably" interpreted by the this AbstractType.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">ReversedType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/ReversedType.html#isValueCompatibleWith(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWith</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><span class="strong">AbstractType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code> <div class="block">Needed to handle ReversedType in value-compatibility checks.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">BytesType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/BytesType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">DateType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DateType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">IntegerType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/IntegerType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">LongType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/LongType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">TimestampType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TimestampType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">TupleType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TupleType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">UUIDType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/UUIDType.html#isValueCompatibleWithInternal(org.apache.cassandra.db.marshal.AbstractType)">isValueCompatibleWithInternal</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;otherType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html#parseDefaultParameters(org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.TypeParser)">parseDefaultParameters</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;baseType, <a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html" title="class in org.apache.cassandra.db.marshal">TypeParser</a>&nbsp;parser)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with type arguments of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/CompositeType.html" title="class in org.apache.cassandra.db.marshal">CompositeType</a></code></td> <td class="colLast"><span class="strong">CompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/CompositeType.html#getInstance(java.util.List)">getInstance</a></strong>(java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;&nbsp;types)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html" title="class in org.apache.cassandra.db.marshal">DynamicCompositeType</a></code></td> <td class="colLast"><span class="strong">DynamicCompositeType.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/DynamicCompositeType.html#getInstance(java.util.Map)">getInstance</a></strong>(java.util.Map&lt;java.lang.Byte,<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;&nbsp;aliases)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#stringifyAliasesParameters(java.util.Map)">stringifyAliasesParameters</a></strong>(java.util.Map&lt;java.lang.Byte,<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;&nbsp;aliases)</code> <div class="block">Helper function to ease the writing of AbstractType.toString() methods.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><span class="strong">TypeParser.</span><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TypeParser.html#stringifyTypeParameters(java.util.List)">stringifyTypeParameters</a></strong>(java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;&nbsp;types)</code> <div class="block">Helper function to ease the writing of AbstractType.toString() methods.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractCompositeType.CompositeComponent.html#AbstractCompositeType.CompositeComponent(org.apache.cassandra.db.marshal.AbstractType,%20java.nio.ByteBuffer)">AbstractCompositeType.CompositeComponent</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, java.nio.ByteBuffer&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html#SetType(org.apache.cassandra.db.marshal.AbstractType)">SetType</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/SetType.html" title="type parameter in SetType">T</a>&gt;&nbsp;elements)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with type arguments of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/db/marshal/TupleType.html#TupleType(java.util.List)">TupleType</a></strong>(java.util.List&lt;<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&gt;&nbsp;types)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.dht"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#getTokenValidator()">getTokenValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html#getTokenValidator()">getTokenValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/LocalPartitioner.html#getTokenValidator()">getTokenValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#getTokenValidator()">getTokenValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#getTokenValidator()">getTokenValidator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/RandomPartitioner.html#getTokenValidator()">getTokenValidator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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>java.lang.String</code></td> <td class="colLast"><span class="strong">AbstractBounds.</span><code><strong><a href="../../../../../../org/apache/cassandra/dht/AbstractBounds.html#getString(org.apache.cassandra.db.marshal.AbstractType)">getString</a></strong>(<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> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/dht/LocalPartitioner.html#LocalPartitioner(org.apache.cassandra.db.marshal.AbstractType)">LocalPartitioner</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/dht/LocalToken.html#LocalToken(org.apache.cassandra.db.marshal.AbstractType,%20java.nio.ByteBuffer)">LocalToken</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, java.nio.ByteBuffer&nbsp;token)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.hadoop.pig"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/hadoop/pig/package-summary.html">org.apache.cassandra.hadoop.pig</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/hadoop/pig/package-summary.html">org.apache.cassandra.hadoop.pig</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#parseType(java.lang.String)">parseType</a></strong>(java.lang.String&nbsp;type)</code> <div class="block">parse the string to a cassandra data type</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/hadoop/pig/package-summary.html">org.apache.cassandra.hadoop.pig</a> that return types with arguments of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected java.util.Map&lt;<a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.MarshallerType.html" title="enum in org.apache.cassandra.hadoop.pig">AbstractCassandraStorage.MarshallerType</a>,<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#getDefaultMarshallers(org.apache.cassandra.thrift.CfDef)">getDefaultMarshallers</a></strong>(<a href="../../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cfDef)</code> <div class="block">construct a map to store the mashaller type to cassandra data type mapping</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.Map&lt;java.nio.ByteBuffer,<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&gt;</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#getValidatorMap(org.apache.cassandra.thrift.CfDef)">getValidatorMap</a></strong>(<a href="../../../../../../org/apache/cassandra/thrift/CfDef.html" title="class in org.apache.cassandra.thrift">CfDef</a>&nbsp;cfDef)</code> <div class="block">get the validators</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/hadoop/pig/package-summary.html">org.apache.cassandra.hadoop.pig</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected java.lang.Object</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#cassandraToObj(org.apache.cassandra.db.marshal.AbstractType,%20java.nio.ByteBuffer)">cassandraToObj</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&nbsp;validator, java.nio.ByteBuffer&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected org.apache.pig.data.Tuple</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#columnToTuple(org.apache.cassandra.db.Column,%20org.apache.cassandra.hadoop.pig.AbstractCassandraStorage.CfInfo,%20org.apache.cassandra.db.marshal.AbstractType)">columnToTuple</a></strong>(<a href="../../../../../../org/apache/cassandra/db/Column.html" title="class in org.apache.cassandra.db">Column</a>&nbsp;col, <a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.CfInfo.html" title="class in org.apache.cassandra.hadoop.pig">AbstractCassandraStorage.CfInfo</a>&nbsp;cfInfo, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&nbsp;comparator)</code> <div class="block">convert a column to a tuple</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected byte</code></td> <td class="colLast"><span class="strong">AbstractCassandraStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/AbstractCassandraStorage.html#getPigType(org.apache.cassandra.db.marshal.AbstractType)">getPigType</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&nbsp;type)</code> <div class="block">get pig type for the cassandra data type</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="strong">CqlStorage.</span><code><strong><a href="../../../../../../org/apache/cassandra/hadoop/pig/CqlStorage.html#setTupleValue(org.apache.pig.data.Tuple,%20int,%20java.lang.Object,%20org.apache.cassandra.db.marshal.AbstractType)">setTupleValue</a></strong>(org.apache.pig.data.Tuple&nbsp;tuple, int&nbsp;position, java.lang.Object&nbsp;value, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator)</code> <div class="block">set the value to the position of the tuple</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.io.sstable"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/io/sstable/SSTableMetadata.Collector.html" title="class in org.apache.cassandra.io.sstable">SSTableMetadata.Collector</a></code></td> <td class="colLast"><span class="strong">SSTableMetadata.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableMetadata.html#createCollector(org.apache.cassandra.db.marshal.AbstractType)">createCollector</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;columnNameComparator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/cassandra/io/sstable/SSTableMetadata.Collector.html" title="class in org.apache.cassandra.io.sstable">SSTableMetadata.Collector</a></code></td> <td class="colLast"><span class="strong">SSTableMetadata.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableMetadata.html#createCollector(java.util.Collection,%20org.apache.cassandra.db.marshal.AbstractType,%20int)">createCollector</a></strong>(java.util.Collection&lt;<a href="../../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>&gt;&nbsp;sstables, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;columnNameComparator, int&nbsp;level)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Comparator&lt;<a href="../../../../../../org/apache/cassandra/io/sstable/IndexHelper.IndexInfo.html" title="class in org.apache.cassandra.io.sstable">IndexHelper.IndexInfo</a>&gt;</code></td> <td class="colLast"><span class="strong">IndexHelper.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/IndexHelper.html#getComparator(org.apache.cassandra.db.marshal.AbstractType,%20boolean)">getComparator</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;nameComparator, boolean&nbsp;reversed)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><span class="strong">IndexHelper.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/IndexHelper.html#indexFor(java.nio.ByteBuffer,%20java.util.List,%20org.apache.cassandra.db.marshal.AbstractType,%20boolean,%20int)">indexFor</a></strong>(java.nio.ByteBuffer&nbsp;name, java.util.List&lt;<a href="../../../../../../org/apache/cassandra/io/sstable/IndexHelper.IndexInfo.html" title="class in org.apache.cassandra.io.sstable">IndexHelper.IndexInfo</a>&gt;&nbsp;indexList, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, boolean&nbsp;reversed, int&nbsp;lastIndex)</code> <div class="block">The index of the IndexInfo in which a scan starting with @name should begin.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.List&lt;java.nio.ByteBuffer&gt;</code></td> <td class="colLast"><span class="strong">ColumnNameHelper.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/ColumnNameHelper.html#maxComponents(java.util.List,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType)">maxComponents</a></strong>(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;maxSeen, java.nio.ByteBuffer&nbsp;candidate, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code> <div class="block">finds the max column name(s) if comparator is of CompositeType, candidate will be split into its components, and each component is compared to the component on the same place in maxSeen, and then returning the list with the max columns.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.List&lt;java.nio.ByteBuffer&gt;</code></td> <td class="colLast"><span class="strong">ColumnNameHelper.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/ColumnNameHelper.html#mergeMax(java.util.List,%20java.util.List,%20org.apache.cassandra.db.marshal.AbstractType)">mergeMax</a></strong>(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;maxColumnNames, java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;candidates, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;columnNameComparator)</code> <div class="block">if columnNameComparator is CompositeType the columns are compared by components using the subcomparator on the same position.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.List&lt;java.nio.ByteBuffer&gt;</code></td> <td class="colLast"><span class="strong">ColumnNameHelper.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/ColumnNameHelper.html#mergeMin(java.util.List,%20java.util.List,%20org.apache.cassandra.db.marshal.AbstractType)">mergeMin</a></strong>(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;minColumnNames, java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;candidates, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;columnNameComparator)</code> <div class="block">if columnNameComparator is CompositeType the columns are compared by components using the subcomparator on the same position.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.List&lt;java.nio.ByteBuffer&gt;</code></td> <td class="colLast"><span class="strong">ColumnNameHelper.</span><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/ColumnNameHelper.html#minComponents(java.util.List,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType)">minComponents</a></strong>(java.util.List&lt;java.nio.ByteBuffer&gt;&nbsp;minSeen, java.nio.ByteBuffer&nbsp;candidate, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator)</code> <div class="block">finds the min column name(s) if comparator is of CompositeType, candidate will be split into its components, and each component is compared to the component on the same place in minSeen, and then returning the list with the min columns.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20int)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator, int&nbsp;bufferSizeInMB)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20int)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator, int&nbsp;bufferSizeInMB)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20int,%20org.apache.cassandra.io.compress.CompressionParameters)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator, int&nbsp;bufferSizeInMB, <a href="../../../../../../org/apache/cassandra/io/compress/CompressionParameters.html" title="class in org.apache.cassandra.io.compress">CompressionParameters</a>&nbsp;compressParameters)</code> <div class="block">Create a new buffering writer.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.html#SSTableSimpleUnsortedWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20int,%20org.apache.cassandra.io.compress.CompressionParameters)">SSTableSimpleUnsortedWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator, int&nbsp;bufferSizeInMB, <a href="../../../../../../org/apache/cassandra/io/compress/CompressionParameters.html" title="class in org.apache.cassandra.io.compress">CompressionParameters</a>&nbsp;compressParameters)</code> <div class="block">Create a new buffering writer.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableSimpleWriter.html#SSTableSimpleWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">SSTableSimpleWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator)</code> <div class="block">Create a new writer.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/SSTableSimpleWriter.html#SSTableSimpleWriter(java.io.File,%20org.apache.cassandra.dht.IPartitioner,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType)">SSTableSimpleWriter</a></strong>(java.io.File&nbsp;directory, <a href="../../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a>&nbsp;partitioner, java.lang.String&nbsp;keyspace, java.lang.String&nbsp;columnFamily, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;comparator, <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;subComparator)</code> <div class="block">Create a new writer.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.transport"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a> in <a href="../../../../../../org/apache/cassandra/transport/package-summary.html">org.apache.cassandra.transport</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/transport/package-summary.html">org.apache.cassandra.transport</a> that return <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a></code></td> <td class="colLast"><span class="strong">DataType.</span><code><strong><a href="../../../../../../org/apache/cassandra/transport/DataType.html#toType(org.apache.cassandra.utils.Pair)">toType</a></strong>(<a href="../../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../../../org/apache/cassandra/transport/DataType.html" title="enum in org.apache.cassandra.transport">DataType</a>,java.lang.Object&gt;&nbsp;entry)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/transport/package-summary.html">org.apache.cassandra.transport</a> with parameters of type <a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</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/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a>&lt;<a href="../../../../../../org/apache/cassandra/transport/DataType.html" title="enum in org.apache.cassandra.transport">DataType</a>,java.lang.Object&gt;</code></td> <td class="colLast"><span class="strong">DataType.</span><code><strong><a href="../../../../../../org/apache/cassandra/transport/DataType.html#fromType(org.apache.cassandra.db.marshal.AbstractType)">fromType</a></strong>(<a href="../../../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&nbsp;type)</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/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">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/db/marshal/class-use/AbstractType.html" target="_top">Frames</a></li> <li><a href="AbstractType.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 &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/db/marshal/class-use/AbstractType.html
HTML
apache-2.0
171,309
<!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_80) on Thu Jun 18 14:08:48 EDT 2015 --> <title>Uses of Class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields (apache-cassandra API)</title> <meta name="date" content="2015-06-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields (apache-cassandra 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/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">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/thrift/class-use/Cassandra.atomic_batch_mutate_result._Fields.html" target="_top">Frames</a></li> <li><a href="Cassandra.atomic_batch_mutate_result._Fields.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields" class="title">Uses of Class<br>org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields</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/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</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.thrift">org.apache.cassandra.thrift</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.thrift"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a> in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</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/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with type parameters of type <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</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 java.util.Map&lt;<a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a>,org.apache.thrift.meta_data.FieldMetaData&gt;</code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result.html#metaDataMap">metaDataMap</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> that return <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</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/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a></code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result.html#fieldForId(int)">fieldForId</a></strong>(int&nbsp;fieldId)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a></code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result._Fields.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html#findByName(java.lang.String)">findByName</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Find the _Fields constant that matches name, or null if its not found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a></code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result._Fields.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html#findByThriftId(int)">findByThriftId</a></strong>(int&nbsp;fieldId)</code> <div class="block">Find the _Fields constant that matches fieldId, or null if its not found.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a></code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result._Fields.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html#findByThriftIdOrThrow(int)">findByThriftIdOrThrow</a></strong>(int&nbsp;fieldId)</code> <div class="block">Find the _Fields constant that matches fieldId, throwing an exception if it is not found.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a></code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result._Fields.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html#valueOf(java.lang.String)">valueOf</a></strong>(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/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a>[]</code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result._Fields.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html#values()">values</a></strong>()</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> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</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>java.lang.Object</code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result.html#getFieldValue(org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields)">getFieldValue</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a>&nbsp;field)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result.html#isSet(org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields)">isSet</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a>&nbsp;field)</code> <div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.atomic_batch_mutate_result.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result.html#setFieldValue(org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields,%20java.lang.Object)">setFieldValue</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">Cassandra.atomic_batch_mutate_result._Fields</a>&nbsp;field, java.lang.Object&nbsp;value)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><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/cassandra/thrift/Cassandra.atomic_batch_mutate_result._Fields.html" title="enum in org.apache.cassandra.thrift">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/thrift/class-use/Cassandra.atomic_batch_mutate_result._Fields.html" target="_top">Frames</a></li> <li><a href="Cassandra.atomic_batch_mutate_result._Fields.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 &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.atomic_batch_mutate_result._Fields.html
HTML
apache-2.0
14,215
<!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_312) on Wed Jan 19 23:44:08 GMT 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>VoteReadOnly (Narayana: narayana-full 5.12.5.Final API)</title> <meta name="date" content="2022-01-19"> <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="VoteReadOnly (Narayana: narayana-full 5.12.5.Final API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":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/VoteReadOnly.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"><b>Narayana: narayana-full 5.12.5.Final</b></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/VoteConfirm.html" title="class in com.arjuna.mw.wscf.model.twophase.vote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/arjuna/mw/wscf/model/twophase/vote/VoteReadOnly.html" target="_top">Frames</a></li> <li><a href="VoteReadOnly.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.arjuna.mw.wscf.model.twophase.vote</div> <h2 title="Class VoteReadOnly" class="title">Class VoteReadOnly</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.arjuna.mw.wscf.model.twophase.vote.VoteReadOnly</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/Vote.html" title="interface in com.arjuna.mw.wscf.model.twophase.vote">Vote</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">VoteReadOnly</span> extends java.lang.Object implements <a href="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/Vote.html" title="interface in com.arjuna.mw.wscf.model.twophase.vote">Vote</a></pre> <div class="block">The inferior votes that it has done no work that requires to be involved any further in the two-phase protocol. For example, it has not updated any data. This can then be used by the coordinator to optimise the subsequent phase of the protocol (if any). WARNING: this should be used with care.</div> <dl> <dt><span class="simpleTagLabel">Version:</span></dt> <dd>$Id: VoteReadOnly.java,v 1.1 2003/01/07 10:33:47 nmcl Exp $</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Mark Little (mark.little@arjuna.com)</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="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/VoteReadOnly.html#VoteReadOnly--">VoteReadOnly</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="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="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/VoteReadOnly.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>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/VoteReadOnly.html#toString--">toString</a></span>()</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, 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="VoteReadOnly--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>VoteReadOnly</h4> <pre>public&nbsp;VoteReadOnly()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <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="toString--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a printable version of the vote.</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/VoteReadOnly.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"><b>Narayana: narayana-full 5.12.5.Final</b></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../com/arjuna/mw/wscf/model/twophase/vote/VoteConfirm.html" title="class in com.arjuna.mw.wscf.model.twophase.vote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/arjuna/mw/wscf/model/twophase/vote/VoteReadOnly.html" target="_top">Frames</a></li> <li><a href="VoteReadOnly.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2022 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
jbosstm/narayana.io
docs/api/com/arjuna/mw/wscf/model/twophase/vote/VoteReadOnly.html
HTML
apache-2.0
11,380
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Mon Oct 01 00:28:19 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.util.HeapSort (Hadoop 1.0.3.16 API) </TITLE> <META NAME="date" CONTENT="2012-10-01"> <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.util.HeapSort (Hadoop 1.0.3.16 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/util/HeapSort.html" title="class in org.apache.hadoop.util"><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/util//class-useHeapSort.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HeapSort.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.util.HeapSort</B></H2> </CENTER> No usage of org.apache.hadoop.util.HeapSort <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/util/HeapSort.html" title="class in org.apache.hadoop.util"><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/util//class-useHeapSort.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HeapSort.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
davidl1/hortonworks-extension
docs/api/org/apache/hadoop/util/class-use/HeapSort.html
HTML
apache-2.0
5,930
<!DOCTYPE html> <html> <head> <title>Messaging (tests/jil)</title> <meta content="text/html; charset=utf-8" http-equiv="content-type"></meta> <link href="css/style.css" rel="stylesheet" type="text/css"></link> </head> <body> <div class="statusBar"> <span class="numTestsDone">0</span> / <span class="numTests">0</span> tests, <span class="numFailed">0</span> failed ( <span class="percentFailed">0</span> %) <span class="notCustomConfigured" style="display:none; color:#FBB;">[not configured]</span> </div> <a class="copyright" href="http://w3.org" title="HTML5 Logo by W3C"> <img alt="HTML5 Logo by W3C" src="img/logo.png"></img> </a> <div class="content"></div> <div id="dbg" style="color:red;"></div> <div class="manualTest"> <h1 class="testName"></h1> <div class="whatToDo"> <h1>What to do?</h1> <p class="text"></p> <button class="goButton">GO</button> <p class="testInfo"></p> </div> <div class="timeout"> <h1>Timeout</h1> <p> Test automatically fails in: <span class="countdown"> <span class="minutes">0:00</span> min </span> <!--<button class="failButton">Fail Now</button>i dont know how to implement this--> </p> </div> <div class="result"> <h1>What should have happened?</h1> <p class="text"></p> <button class="yesButton">Yes</button> <button class="noButton">No</button> </div> </div> <button id="backButton" onclick="window.parent.showList()">BACK</button> <div id="loading">Loading tests...</div> <script src="js/doh2/doh.js" type="text/javascript"></script> <script src="js/doh2/config.js" type="text/javascript"></script> <script src="js/doh2/util.js" type="text/javascript"></script> <script src="js/util.js" type="text/javascript"></script> <script src="js/doh2/deferred.js" type="text/javascript"></script> <script src="js/doh2/assert.js" type="text/javascript"></script> <script src="js/ui.js" type="text/javascript"></script> <script src="js/doh2_ui.js" type="text/javascript"></script> <script src="js/dohx.js" type="text/javascript"></script> <script src="js/compat.js" type="text/javascript"></script> <!-- if compat is not packaged it wont be loaded --> <script src="js/embed.js" type="text/javascript"></script> <script src="js/config.js" type="text/javascript"></script> <!-- Load it after the compat, so we can use Widget, etc. --> <script type="text/javascript">var TEST_FILE = "tests/jil/Messaging.js";</script> <script src="js/loader.js" type="text/javascript"></script> </body> </html>
vf/web-testsuite
src/tests-jil-Messaging.html
HTML
apache-2.0
2,796
<!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>io.github.actorish4j Class Hierarchy (actorish4j v0.7.5 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="io.github.actorish4j Class Hierarchy (actorish4j v0.7.5 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../../io/github/actorish4j/applications/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/github/actorish4j/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package io.github.actorish4j</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Agent.html" title="class in io.github.actorish4j"><span class="typeNameLink">Agent</span></a>&lt;S&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Agent.StateValuePair.html" title="class in io.github.actorish4j"><span class="typeNameLink">Agent.StateValuePair</span></a>&lt;S,V&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Enqueuer.html" title="class in io.github.actorish4j"><span class="typeNameLink">Enqueuer</span></a>&lt;T&gt; <ul> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/TaskEnqueuer.html" title="class in io.github.actorish4j"><span class="typeNameLink">TaskEnqueuer</span></a></li> </ul> </li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Enqueuer.Conf.html" title="class in io.github.actorish4j"><span class="typeNameLink">Enqueuer.Conf</span></a> <ul> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/StateMachine.Conf.html" title="class in io.github.actorish4j"><span class="typeNameLink">StateMachine.Conf</span></a></li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/TaskEnqueuer.Conf.html" title="class in io.github.actorish4j"><span class="typeNameLink">TaskEnqueuer.Conf</span></a></li> </ul> </li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/StateMachine.html" title="class in io.github.actorish4j"><span class="typeNameLink">StateMachine</span></a>&lt;E&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/StateMachine.NextState.html" title="class in io.github.actorish4j"><span class="typeNameLink">StateMachine.NextState</span></a></li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Timer.DefaultImpl.html" title="class in io.github.actorish4j"><span class="typeNameLink">Timer.DefaultImpl</span></a></li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/AsyncCallable.html" title="interface in io.github.actorish4j"><span class="typeNameLink">AsyncCallable</span></a>&lt;T&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/AsyncRunnable.html" title="interface in io.github.actorish4j"><span class="typeNameLink">AsyncRunnable</span></a></li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Enqueuer.QueueFactory.html" title="interface in io.github.actorish4j"><span class="typeNameLink">Enqueuer.QueueFactory</span></a>&lt;T&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Poller.html" title="interface in io.github.actorish4j"><span class="typeNameLink">Poller</span></a>&lt;T&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/StateMachine.EventConsumer.html" title="interface in io.github.actorish4j"><span class="typeNameLink">StateMachine.EventConsumer</span></a></li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/StateMachine.StateFunc.html" title="interface in io.github.actorish4j"><span class="typeNameLink">StateMachine.StateFunc</span></a>&lt;E&gt;</li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/TaskEnqueuer.RejectsListener.html" title="interface in io.github.actorish4j"><span class="typeNameLink">TaskEnqueuer.RejectsListener</span></a></li> <li type="circle">io.github.actorish4j.<a href="../../../io/github/actorish4j/Timer.html" title="interface in io.github.actorish4j"><span class="typeNameLink">Timer</span></a></li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../../io/github/actorish4j/applications/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/github/actorish4j/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
dlepex/jcext
docs/io/github/actorish4j/package-tree.html
HTML
apache-2.0
7,917
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>NVIDIA PhysX SDK for Linux ReadMe</title> <link rel="stylesheet" href="stylesheet.css" type="text/css"> </head> <body> <h1 style="TEXT-ALIGN: center">NVIDIA<sup>&reg;</sup> PhysX<sup>&reg;</sup> SDK for Linux ReadMe</h1> <blockquote> <h4>Location of 32 and 64 bit Binaries:</h4> <ul> <li>SDK static libraries: Lib/</li> <li>SDK dynamic libraries: Bin/</li> <li>Sample executables: Bin/</li> </ul> <h4>Building Source with the Shipped Makefiles:</h4> <ul> <li>Makefiles are in SDKs/compiler/</li> <li>Clean solution: make clean</li> <li>Build all configurations: make</li> <li>Build specific configuration: make (debug|checked|profile|release)</li> </ul> <h4>Building Samples with the Shipped Makefiles:</h4> <ul> <li>Makefiles are in Samples/compiler/</li> <li>Clean solution: make clean</li> <li>Build all configurations: make</li> <li>Build specific configuration: make (debug|checked|profile|release)</li> </ul> <h4>Required Packages for Building and Running the Samples:</h4> <ul> <li>PhysX SDK: build as described above.</li> <li>libxxf86vm-dev</li> <li>libgl1-mesa-dev</li> <li>libglu1-mesa-dev</li> <li>gcc-multilib</li> <li>g++-multilib</li> <li>ia32-libs</li> <li>CUDA 6.0 Toolkit and compatible drivers to run with GPU PhysX acceleration.</li> </ul> <h4>Running The Samples:</h4> <ul> <li>The working directory should be the same as the executable location, otherwise the provided Cg Libraries are not found.</li> <li>There is a commandline argument "--noXterm" to disable the additional text output window. Text messages will be shown in the terminal when you run from command line. Use this when you plan to debug the application.</li> </ul> <h4>Building Snippets with the Shipped Makefiles:</h4> <ul> <li>Makefiles are in Snippets/compiler/</li> <li>Clean solution: make clean</li> <li>Build all configurations and snippets: make</li> <li>Build specific configuration of all snippets: make (debug|checked|profile|release)</li> <li>The resulting executables can be found in Bin/</li> </ul> <h4>Required Packages for Building and Running the Snippets:</h4> <ul> <li>PhysX SDK: build as described above.</li> <li>libxxf86vm-dev</li> <li>libgl1-mesa-dev</li> <li>libglu1-mesa-dev</li> <li>libglut</li> <li>gcc-multilib</li> <li>g++-multilib</li> <li>ia32-libs</li> <li>freeglut3-dev</li> <li>CUDA 6.0 Toolkit and compatible drivers to run with GPU PhysX acceleration.</li> </ul> <h4>Changes and Resolved Issues</h3> <ul> <li>Added GPU PhysX support. Requires CUDA 6.0 Toolkit and CUDA capabale hardware.</li> <li>Fixed that SDK sends data to PVD even when the connection has just been closed.</li> </ul> <h4>How to select the PhysX GPU Device:</h4> <ul> <li>Set the environment variable PHYSX_GPU_DEVICE to the device ordinal on which GPU PhysX should run. Default is 0. <br><i>Example: </i>export PHYSX_GPU_DEVICE="1"</li> </ul> </blockquote> <p><br> Copyright (C) 2008-2014 NVIDIA Corporation, 2701 San Thomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <A href="http://www.nvidia.com">www.nvidia.com</A> </p> </body> </html>
LiangYue1981816/CrossEngine
PhysX-3.3/PhysXSDK/readme_linux.html
HTML
apache-2.0
3,298
<div class="signup-success clearfix" id="signup_success"> <i class="icon icon-success">&#x25;</i> <form action="<{link app=b2c ctl=site_passport act=save_local_uname}>" method="post" class="descrip"> <p><{t}>恭喜<{/t}> <{if $data.mobile}><{$data.mobile}><{else}><{$data.email}><{/if}> <{t}>已经注册成功<{/t}> !</p> <div class="tips-actions"> <a href="./" class="btn btn-simple"><span><span>继续购物</span></span></a> <a href="<{$url}>" class="btn btn-simple"><span><span>返回注册前页面</span></span></a> <a href="<{link app=b2c ctl=site_member act=index}>" class="btn btn-simple"><span><span>进入会员中心</span></span></a> </div> <div class="tips-controls"> <label for="">设置用户名:</label> <{input type="text" name="local_uname" id=""}><{button class="btn-caution" rel="_request" type="submit" label="保存"}> </div> <div class="alert-tip">如果您不填写用户名,则系统讲使用您的手机号码或者邮箱做为用户名,并在首页或者评论咨询等地方显示<em>注意:用户名只能设置一次</em></div> <div class="alert-tip">建议您立即进行邮箱验证,使账户更安全购物更放心,<a href="<{link app=b2c ctl=site_member act=securitycenter}>">点击</a> 进行邮箱验证!</div> </form> </div> <script> var module = $('signup_success'); module.getElement('button[type=submit]').store('_ajax_config', { progress:function(rs){ if(typeof rs.error === 'string') { return Message.error(rs.error); } if(typeof rs.success === 'string') { Message.success(rs.success); module.getElements('input, button').set('disabled', true); } if(rs.redirect) location.href = rs.redirect; } }); </script>
liuguogen/Ecstore
app/b2c/view/site/passport/sign-tips.html
HTML
apache-2.0
1,816
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2016-03-20 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20160320" /> <meta http-equiv="Content-Language" content="en" /> <title>SBT Compiler for SBT 0.12.x &#x2013; Selecting SBT Compiler for SBT 0.12.x</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script> <link rel="stylesheet" href="./css/site.css" type="text/css"/> <!-- Google Analytics --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17472708-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="topBarDisabled"> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <div id="bannerLeft"> <h2>SBT Compiler for SBT 0.12.x</h2> </div> </div> <div class="pull-right"> <div id="bannerRight"> <img src="images/my-avatar-80.png" alt="avatar"/> </div> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2016-03-20 <span class="divider">|</span> </li> <li id="projectVersion">Version: 1.0.0-beta8 </li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Parent Project</li> <li> <a href="../index.html" title="SBT Compilers"> <span class="none"></span> SBT Compilers</a> </li> <li class="nav-header">Overview</li> <li> <a href="index.html" title="Introduction"> <span class="none"></span> Introduction</a> </li> <li class="active"> <a href="#"><span class="none"></span>Usage</a> </li> <li> <a href="apidocs/index.html" title="JavaDocs"> <span class="none"></span> JavaDocs</a> </li> <li class="nav-header">Project Documentation</li> <li> <a href="project-info.html" title="Project Information"> <span class="icon-chevron-right"></span> Project Information</a> </li> <li> <a href="project-reports.html" title="Project Reports"> <span class="icon-chevron-right"></span> Project Reports</a> </li> </ul> <hr /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <div class="section"> <h2><a name="Selecting_SBT_Compiler_for_SBT_0.12.x"></a>Selecting SBT Compiler for SBT 0.12.x</h2> <p>There are three ways of selecting this compiler.</p> <div class="section"> <h3><a name="Using_project_property."></a>Using project property.</h3> <p>Add <tt>sbt.version</tt> project property with value <tt>0.12</tt> or any value starting with <tt>0.12.</tt>.</p> <p>This is simplest and recommended way because this property can be used to declare versions of Play! Framework dependencies.</p> <div class="source"> <div class="source"><pre class="prettyprint">&lt;project&gt; ... &lt;properties&gt; ... &lt;sbt.version&gt;0.12.4&lt;/sbt.version&gt; &lt;/properties&gt; ... &lt;/project&gt; </pre></div></div></div> <div class="section"> <h3><a name="Using_plugin_configuration_parameter."></a>Using plugin configuration parameter.</h3> <p>Add <tt>sbtVersion</tt> parameter with value <tt>0.12</tt> or any value starting with <tt>0.12.</tt> to plugin configuration section.</p> <div class="source"> <div class="source"><pre class="prettyprint">&lt;project&gt; ... &lt;build&gt; ... &lt;plugins&gt; ... &lt;plugin&gt; &lt;groupId&gt;com.google.code.sbt-compiler-maven-plugin&lt;/groupId&gt; &lt;artifactId&gt;sbt-compiler-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.0.0-beta8&lt;/version&gt; &lt;configuration&gt; ... &lt;sbtVersion&gt;0.12.4&lt;/sbtVersion&gt; &lt;/configuration&gt; &lt;/plugin&gt; ... &lt;/plugins&gt; &lt;/build&gt; ... &lt;/project&gt; </pre></div></div></div> <div class="section"> <h3><a name="Compiler_as_plugin_dependency."></a>Compiler as plugin dependency.</h3> <p>Add compiler artifact as plugin dependency.</p> <p><b>Warning</b>: Only one compiler can be added as plugin&#x2019;s dependency at a time. It will be selected regardless of the value of <tt>sbtVersion</tt> plugin configuration parameter or <tt>sbt.version</tt> project property.</p> <div class="source"> <div class="source"><pre class="prettyprint">&lt;project&gt; ... &lt;build&gt; ... &lt;plugins&gt; ... &lt;plugin&gt; &lt;groupId&gt;com.google.code.sbt-compiler-maven-plugin&lt;/groupId&gt; &lt;artifactId&gt;sbt-compiler-maven-plugin&lt;/artifactId&gt; &lt;version&gt;1.0.0-beta8&lt;/version&gt; &lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;com.google.code.sbt-compiler-maven-plugin&lt;/groupId&gt; &lt;artifactId&gt;sbt-compiler-sbt012&lt;/artifactId&gt; &lt;version&gt;1.0.0-beta8&lt;/version&gt; &lt;/dependency&gt; &lt;/dependencies&gt; &lt;/plugin&gt; ... &lt;/plugins&gt; &lt;/build&gt; ... &lt;/project&gt; </pre></div></div></div></div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row-fluid"> <p >Copyright &copy; 2013&#x2013;2016. All rights reserved. </p> </div> </div> </footer> </body> </html>
sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io
sbt-compiler-maven-plugin/1.0.0-beta8/sbt-compilers/sbt-compiler-sbt012/usage.html
HTML
apache-2.0
8,757
<!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_12-ea) on Wed Feb 05 23:03:19 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>at.ac.tuwien.infosys.jcloudscale.cli (JCloudScale 0.4.1-SNAPSHOT API)</title> <meta name="date" content="2014-02-05"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../../at/ac/tuwien/infosys/jcloudscale/cli/package-summary.html" target="classFrame">at.ac.tuwien.infosys.jcloudscale.cli</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="CLI.html" title="class in at.ac.tuwien.infosys.jcloudscale.cli" target="classFrame">CLI</a></li> <li><a href="CLIBackend.html" title="class in at.ac.tuwien.infosys.jcloudscale.cli" target="classFrame">CLIBackend</a></li> <li><a href="CLIDemoClientBackend.html" title="class in at.ac.tuwien.infosys.jcloudscale.cli" target="classFrame">CLIDemoClientBackend</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="JCloudScaleCLIException.html" title="class in at.ac.tuwien.infosys.jcloudscale.cli" target="classFrame">JCloudScaleCLIException</a></li> </ul> </div> </body> </html>
xLeitix/jcloudscale
docs/javadoc/apidocs/at/ac/tuwien/infosys/jcloudscale/cli/package-frame.html
HTML
apache-2.0
1,408
<!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_76-release) on Mon Jul 10 16:56:24 CST 2017 --> <title>R.mipmap</title> <meta name="date" content="2017-07-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="R.mipmap"; } } catch(err) { } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li class="navBarCell1Rev">类</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/example/zhenghangxia/fatebook/R.layout.html" title="com.example.zhenghangxia.fatebook中的类"><span class="typeNameLink">上一个类</span></a></li> <li><a href="../../../../com/example/zhenghangxia/fatebook/R.string.html" title="com.example.zhenghangxia.fatebook中的类"><span class="typeNameLink">下一个类</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/example/zhenghangxia/fatebook/R.mipmap.html" target="_top">框架</a></li> <li><a href="R.mipmap.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> <div> <ul class="subNavList"> <li>概要:&nbsp;</li> <li>嵌套&nbsp;|&nbsp;</li> <li><a href="#field.summary">字段</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">构造器</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">方法</a></li> </ul> <ul class="subNavList"> <li>详细资料:&nbsp;</li> <li><a href="#field.detail">字段</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">构造器</a>&nbsp;|&nbsp;</li> <li>方法</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.example.zhenghangxia.fatebook</div> <h2 title="类 R.mipmap" class="title">类 R.mipmap</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.example.zhenghangxia.fatebook.R.mipmap</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>封闭类:</dt> <dd><a href="../../../../com/example/zhenghangxia/fatebook/R.html" title="com.example.zhenghangxia.fatebook中的类">R</a></dd> </dl> <hr> <br> <pre>public static final class <span class="typeNameLabel">R.mipmap</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>字段概要</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="字段概要表, 列表字段和解释"> <caption><span>字段</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">字段和说明</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#ic_launcher">ic_launcher</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_add">icon_add</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_app">icon_app</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_apparel">icon_apparel</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_beauty">icon_beauty</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_books">icon_books</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_communication">icon_communication</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_daily">icon_daily</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_digital">icon_digital</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_entertainment">icon_entertainment</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_essay">icon_essay</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_food">icon_food</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_gift">icon_gift</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_housing">icon_housing</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_main">icon_main</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_medical_care">icon_medical_care</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_mine">icon_mine</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_office">icon_office</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_shopping">icon_shopping</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_snacks">icon_snacks</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_social">icon_social</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_sport">icon_sport</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_summary">icon_summary</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_traffic">icon_traffic</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_travel">icon_travel</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_weekly">icon_weekly</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#icon_work">icon_work</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>构造器概要</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="构造器概要表, 列表构造器和解释"> <caption><span>构造器</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">构造器和说明</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/zhenghangxia/fatebook/R.mipmap.html#mipmap--">mipmap</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>方法概要</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>从类继承的方法&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>字段详细资料</h3> <a name="ic_launcher"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ic_launcher</h4> <pre>public static final&nbsp;int ic_launcher</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.ic_launcher">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_add"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_add</h4> <pre>public static final&nbsp;int icon_add</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_add">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_app"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_app</h4> <pre>public static final&nbsp;int icon_app</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_app">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_apparel"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_apparel</h4> <pre>public static final&nbsp;int icon_apparel</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_apparel">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_beauty"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_beauty</h4> <pre>public static final&nbsp;int icon_beauty</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_beauty">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_books"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_books</h4> <pre>public static final&nbsp;int icon_books</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_books">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_communication"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_communication</h4> <pre>public static final&nbsp;int icon_communication</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_communication">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_daily"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_daily</h4> <pre>public static final&nbsp;int icon_daily</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_daily">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_digital"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_digital</h4> <pre>public static final&nbsp;int icon_digital</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_digital">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_entertainment"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_entertainment</h4> <pre>public static final&nbsp;int icon_entertainment</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_entertainment">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_essay"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_essay</h4> <pre>public static final&nbsp;int icon_essay</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_essay">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_food"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_food</h4> <pre>public static final&nbsp;int icon_food</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_food">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_gift"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_gift</h4> <pre>public static final&nbsp;int icon_gift</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_gift">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_housing"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_housing</h4> <pre>public static final&nbsp;int icon_housing</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_housing">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_main"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_main</h4> <pre>public static final&nbsp;int icon_main</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_main">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_medical_care"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_medical_care</h4> <pre>public static final&nbsp;int icon_medical_care</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_medical_care">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_mine"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_mine</h4> <pre>public static final&nbsp;int icon_mine</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_mine">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_office"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_office</h4> <pre>public static final&nbsp;int icon_office</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_office">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_shopping"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_shopping</h4> <pre>public static final&nbsp;int icon_shopping</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_shopping">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_snacks"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_snacks</h4> <pre>public static final&nbsp;int icon_snacks</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_snacks">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_social"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_social</h4> <pre>public static final&nbsp;int icon_social</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_social">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_sport"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_sport</h4> <pre>public static final&nbsp;int icon_sport</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_sport">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_summary"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_summary</h4> <pre>public static final&nbsp;int icon_summary</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_summary">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_traffic"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_traffic</h4> <pre>public static final&nbsp;int icon_traffic</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_traffic">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_travel"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_travel</h4> <pre>public static final&nbsp;int icon_travel</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_travel">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_weekly"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon_weekly</h4> <pre>public static final&nbsp;int icon_weekly</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_weekly">常量字段值</a></dd> </dl> </li> </ul> <a name="icon_work"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>icon_work</h4> <pre>public static final&nbsp;int icon_work</pre> <dl> <dt><span class="seeLabel">另请参阅:</span></dt> <dd><a href="../../../../constant-values.html#com.example.zhenghangxia.fatebook.R.mipmap.icon_work">常量字段值</a></dd> </dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>构造器详细资料</h3> <a name="mipmap--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>mipmap</h4> <pre>public&nbsp;mipmap()</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="跳过导航链接">跳过导航链接</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li class="navBarCell1Rev">类</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/example/zhenghangxia/fatebook/R.layout.html" title="com.example.zhenghangxia.fatebook中的类"><span class="typeNameLink">上一个类</span></a></li> <li><a href="../../../../com/example/zhenghangxia/fatebook/R.string.html" title="com.example.zhenghangxia.fatebook中的类"><span class="typeNameLink">下一个类</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/example/zhenghangxia/fatebook/R.mipmap.html" target="_top">框架</a></li> <li><a href="R.mipmap.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> <div> <ul class="subNavList"> <li>概要:&nbsp;</li> <li>嵌套&nbsp;|&nbsp;</li> <li><a href="#field.summary">字段</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">构造器</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">方法</a></li> </ul> <ul class="subNavList"> <li>详细资料:&nbsp;</li> <li><a href="#field.detail">字段</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">构造器</a>&nbsp;|&nbsp;</li> <li>方法</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
xzh1223/FateBook
doc/com/example/zhenghangxia/fatebook/R.mipmap.html
HTML
apache-2.0
25,116
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>io.permazen.index Class Hierarchy (Permazen 4.1.9-SNAPSHOT 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="io.permazen.index Class Hierarchy (Permazen 4.1.9-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../io/permazen/demo/package-tree.html">Prev</a></li> <li><a href="../../../io/permazen/jsck/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/permazen/index/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package io.permazen.index</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">io.permazen.index.<a href="../../../io/permazen/index/Index.html" title="interface in io.permazen.index"><span class="typeNameLink">Index</span></a>&lt;V,T&gt;</li> <li type="circle">io.permazen.index.<a href="../../../io/permazen/index/Index2.html" title="interface in io.permazen.index"><span class="typeNameLink">Index2</span></a>&lt;V1,V2,T&gt;</li> <li type="circle">io.permazen.index.<a href="../../../io/permazen/index/Index3.html" title="interface in io.permazen.index"><span class="typeNameLink">Index3</span></a>&lt;V1,V2,V3,T&gt;</li> <li type="circle">io.permazen.index.<a href="../../../io/permazen/index/Index4.html" title="interface in io.permazen.index"><span class="typeNameLink">Index4</span></a>&lt;V1,V2,V3,V4,T&gt;</li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../io/permazen/demo/package-tree.html">Prev</a></li> <li><a href="../../../io/permazen/jsck/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/permazen/index/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2022. All rights reserved.</small></p> </body> </html>
permazen/permazen
site/apidocs/io/permazen/index/package-tree.html
HTML
apache-2.0
5,131
<!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_51) on Thu Apr 28 18:37:29 UTC 2016 --> <title>SSTableReader.UniqueIdentifier (apache-cassandra API)</title> <meta name="date" content="2016-04-28"> <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="SSTableReader.UniqueIdentifier (apache-cassandra 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 class="navBarCell1Rev">Class</li> <li><a href="class-use/SSTableReader.UniqueIdentifier.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/io/sstable/format/SSTableReader.SizeComparator.html" title="class in org.apache.cassandra.io.sstable.format"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/cassandra/io/sstable/format/SSTableWriter.html" title="class in org.apache.cassandra.io.sstable.format"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/io/sstable/format/SSTableReader.UniqueIdentifier.html" target="_top">Frames</a></li> <li><a href="SSTableReader.UniqueIdentifier.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">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>Method</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.io.sstable.format</div> <h2 title="Class SSTableReader.UniqueIdentifier" class="title">Class SSTableReader.UniqueIdentifier</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.io.sstable.format.SSTableReader.UniqueIdentifier</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../../org/apache/cassandra/io/sstable/format/SSTableReader.html" title="class in org.apache.cassandra.io.sstable.format">SSTableReader</a></dd> </dl> <hr> <br> <pre>public static final class <span class="strong">SSTableReader.UniqueIdentifier</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/format/SSTableReader.UniqueIdentifier.html#SSTableReader.UniqueIdentifier()">SSTableReader.UniqueIdentifier</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_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="SSTableReader.UniqueIdentifier()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SSTableReader.UniqueIdentifier</h4> <pre>public&nbsp;SSTableReader.UniqueIdentifier()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SSTableReader.UniqueIdentifier.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/io/sstable/format/SSTableReader.SizeComparator.html" title="class in org.apache.cassandra.io.sstable.format"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/cassandra/io/sstable/format/SSTableWriter.html" title="class in org.apache.cassandra.io.sstable.format"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/io/sstable/format/SSTableReader.UniqueIdentifier.html" target="_top">Frames</a></li> <li><a href="SSTableReader.UniqueIdentifier.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">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>Method</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>
elisska/cloudera-cassandra
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/io/sstable/format/SSTableReader.UniqueIdentifier.html
HTML
apache-2.0
8,303
<!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_08) on Fri Jan 05 15:06:08 PST 2007 --> <TITLE> Uses of Class org.apache.hadoop.io.ArrayFile.Writer (Hadoop 0.10.0 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.hadoop.io.ArrayFile.Writer (Hadoop 0.10.0 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io"><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/io//class-useArrayFile.Writer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ArrayFile.Writer.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.io.ArrayFile.Writer</B></H2> </CENTER> No usage of org.apache.hadoop.io.ArrayFile.Writer <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/io/ArrayFile.Writer.html" title="class in org.apache.hadoop.io"><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/io//class-useArrayFile.Writer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ArrayFile.Writer.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; 2006 The Apache Software Foundation </BODY> </HTML>
moreus/hadoop
hadoop-0.10.0/docs/api/org/apache/hadoop/io/class-use/ArrayFile.Writer.html
HTML
apache-2.0
5,872
<!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 Package org.apache.solr.spelling.suggest (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 Package org.apache.solr.spelling.suggest (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>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="../../../../../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/spelling/suggest/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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="Uses of Package org.apache.solr.spelling.suggest" class="title">Uses of Package<br>org.apache.solr.spelling.suggest</h1> </div> <div class="contentContainer"> <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/spelling/suggest/package-summary.html">org.apache.solr.spelling.suggest</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.spelling.suggest.fst">org.apache.solr.spelling.suggest.fst</a></td> <td class="colLast"> <div class="block"> Factories for <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/fst/package-summary.html?is-external=true">FST</a> and <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/analyzing/package-summary.html?is-external=true">Analyzing</a> based <a href="../../../../../org/apache/solr/spelling/suggest/Suggester.html" title="class in org.apache.solr.spelling.suggest"><code>Suggester</code></a>s</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.spelling.suggest.jaspell">org.apache.solr.spelling.suggest.jaspell</a></td> <td class="colLast"> <div class="block"> Factories for <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/jaspell/package-summary.html?is-external=true">JaSpell</a> based <a href="../../../../../org/apache/solr/spelling/suggest/Suggester.html" title="class in org.apache.solr.spelling.suggest"><code>Suggester</code></a>s</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.spelling.suggest.tst">org.apache.solr.spelling.suggest.tst</a></td> <td class="colLast"> <div class="block"> Factories for <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/tst/package-summary.html?is-external=true">TST</a> based <a href="../../../../../org/apache/solr/spelling/suggest/Suggester.html" title="class in org.apache.solr.spelling.suggest"><code>Suggester</code></a>s</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.spelling.suggest.fst"> <!-- --> </a> <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/suggest/package-summary.html">org.apache.solr.spelling.suggest</a> used by <a href="../../../../../org/apache/solr/spelling/suggest/fst/package-summary.html">org.apache.solr.spelling.suggest.fst</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="../../../../../org/apache/solr/spelling/suggest/class-use/LookupFactory.html#org.apache.solr.spelling.suggest.fst">LookupFactory</a> <div class="block">Suggester factory for creating <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/Lookup.html?is-external=true" title="class or interface in org.apache.lucene.search.suggest"><code>Lookup</code></a> instances.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.spelling.suggest.jaspell"> <!-- --> </a> <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/suggest/package-summary.html">org.apache.solr.spelling.suggest</a> used by <a href="../../../../../org/apache/solr/spelling/suggest/jaspell/package-summary.html">org.apache.solr.spelling.suggest.jaspell</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="../../../../../org/apache/solr/spelling/suggest/class-use/LookupFactory.html#org.apache.solr.spelling.suggest.jaspell">LookupFactory</a> <div class="block">Suggester factory for creating <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/Lookup.html?is-external=true" title="class or interface in org.apache.lucene.search.suggest"><code>Lookup</code></a> instances.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.spelling.suggest.tst"> <!-- --> </a> <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/suggest/package-summary.html">org.apache.solr.spelling.suggest</a> used by <a href="../../../../../org/apache/solr/spelling/suggest/tst/package-summary.html">org.apache.solr.spelling.suggest.tst</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="../../../../../org/apache/solr/spelling/suggest/class-use/LookupFactory.html#org.apache.solr.spelling.suggest.tst">LookupFactory</a> <div class="block">Suggester factory for creating <a href="http://lucene.apache.org/core/4_2_0/suggest/org/apache/lucene/search/suggest/Lookup.html?is-external=true" title="class or interface in org.apache.lucene.search.suggest"><code>Lookup</code></a> instances.</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><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="../../../../../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/spelling/suggest/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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>
gibrantd/solr-4.2.0
docs/solr-core/org/apache/solr/spelling/suggest/package-use.html
HTML
apache-2.0
9,900
<!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_21) on Sat May 11 22:08:48 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.jena.atlas.lib.PropertyUtils (Apache Jena ARQ)</title> <meta name="date" content="2013-05-11"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.jena.atlas.lib.PropertyUtils (Apache Jena ARQ)"; } //--> </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/jena/atlas/lib/PropertyUtils.html" title="class in org.apache.jena.atlas.lib">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/jena/atlas/lib/class-use/PropertyUtils.html" target="_top">Frames</a></li> <li><a href="PropertyUtils.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.jena.atlas.lib.PropertyUtils" class="title">Uses of Class<br>org.apache.jena.atlas.lib.PropertyUtils</h2> </div> <div class="classUseContainer">No usage of org.apache.jena.atlas.lib.PropertyUtils</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/jena/atlas/lib/PropertyUtils.html" title="class in org.apache.jena.atlas.lib">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/jena/atlas/lib/class-use/PropertyUtils.html" target="_top">Frames</a></li> <li><a href="PropertyUtils.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>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
chinhnc/floodlight
lib/apache-jena-2.10.1/javadoc-arq/org/apache/jena/atlas/lib/class-use/PropertyUtils.html
HTML
apache-2.0
4,391
<!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 Thu Jul 04 12:31:20 CST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>com.google.zxing.oned (ZXing Core 2.2 API)</title> <meta name="date" content="2013-07-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="com.google.zxing.oned (ZXing Core 2.2 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 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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-788492-5']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/google/zxing/multi/qrcode/detector/package-summary.html">Prev Package</a></li> <li><a href="../../../../com/google/zxing/oned/rss/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/google/zxing/oned/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;com.google.zxing.oned</h1> </div> <div class="contentContainer"> <ul class="blockList"> <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="../../../../com/google/zxing/oned/CodaBarReader.html" title="class in com.google.zxing.oned">CodaBarReader</a></td> <td class="colLast"> <div class="block">Decodes Codabar barcodes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/CodaBarWriter.html" title="class in com.google.zxing.oned">CodaBarWriter</a></td> <td class="colLast"> <div class="block">This class renders CodaBar as <code>boolean[]</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/Code128Reader.html" title="class in com.google.zxing.oned">Code128Reader</a></td> <td class="colLast"> <div class="block">Decodes Code 128 barcodes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/Code128Writer.html" title="class in com.google.zxing.oned">Code128Writer</a></td> <td class="colLast"> <div class="block">This object renders a CODE128 code as a <a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common"><code>BitMatrix</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/Code39Reader.html" title="class in com.google.zxing.oned">Code39Reader</a></td> <td class="colLast"> <div class="block">Decodes Code 39 barcodes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/Code39Writer.html" title="class in com.google.zxing.oned">Code39Writer</a></td> <td class="colLast"> <div class="block">This object renders a CODE39 code as a <a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common"><code>BitMatrix</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/Code93Reader.html" title="class in com.google.zxing.oned">Code93Reader</a></td> <td class="colLast"> <div class="block">Decodes Code 93 barcodes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/EAN13Reader.html" title="class in com.google.zxing.oned">EAN13Reader</a></td> <td class="colLast"> <div class="block">Implements decoding of the EAN-13 format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/EAN13Writer.html" title="class in com.google.zxing.oned">EAN13Writer</a></td> <td class="colLast"> <div class="block">This object renders an EAN13 code as a <a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common"><code>BitMatrix</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/EAN8Reader.html" title="class in com.google.zxing.oned">EAN8Reader</a></td> <td class="colLast"> <div class="block">Implements decoding of the EAN-8 format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/EAN8Writer.html" title="class in com.google.zxing.oned">EAN8Writer</a></td> <td class="colLast"> <div class="block">This object renders an EAN8 code as a <a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common"><code>BitMatrix</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/ITFReader.html" title="class in com.google.zxing.oned">ITFReader</a></td> <td class="colLast"> <div class="block">Implements decoding of the ITF format, or Interleaved Two of Five.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/ITFWriter.html" title="class in com.google.zxing.oned">ITFWriter</a></td> <td class="colLast"> <div class="block">This object renders a ITF code as a <a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common"><code>BitMatrix</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/MultiFormatOneDReader.html" title="class in com.google.zxing.oned">MultiFormatOneDReader</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/MultiFormatUPCEANReader.html" title="class in com.google.zxing.oned">MultiFormatUPCEANReader</a></td> <td class="colLast"> <div class="block">A reader that can read all available UPC/EAN formats.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/OneDimensionalCodeWriter.html" title="class in com.google.zxing.oned">OneDimensionalCodeWriter</a></td> <td class="colLast"> <div class="block">Encapsulates functionality and implementation that is common to one-dimensional barcodes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/OneDReader.html" title="class in com.google.zxing.oned">OneDReader</a></td> <td class="colLast"> <div class="block">Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/UPCAReader.html" title="class in com.google.zxing.oned">UPCAReader</a></td> <td class="colLast"> <div class="block">Implements decoding of the UPC-A format.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/UPCAWriter.html" title="class in com.google.zxing.oned">UPCAWriter</a></td> <td class="colLast"> <div class="block">This object renders a UPC-A code as a <a href="../../../../com/google/zxing/common/BitMatrix.html" title="class in com.google.zxing.common"><code>BitMatrix</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/UPCEANReader.html" title="class in com.google.zxing.oned">UPCEANReader</a></td> <td class="colLast"> <div class="block">Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/UPCEANWriter.html" title="class in com.google.zxing.oned">UPCEANWriter</a></td> <td class="colLast"> <div class="block">Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/google/zxing/oned/UPCEReader.html" title="class in com.google.zxing.oned">UPCEReader</a></td> <td class="colLast"> <div class="block">Implements decoding of the UPC-E format.</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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-788492-5']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/google/zxing/multi/qrcode/detector/package-summary.html">Prev Package</a></li> <li><a href="../../../../com/google/zxing/oned/rss/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/google/zxing/oned/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 ======= --> <p class="legalCopy"><small>Copyright &#169; 2007-2013. All Rights Reserved.</small></p> </body> </html>
bestdpf/2dbarcode
core/target/apidocs/com/google/zxing/oned/package-summary.html
HTML
apache-2.0
12,695
<!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_181) on Tue Mar 23 17:43:10 GMT 2021 --> <title>ComponentTree.RecyclingMode</title> <meta name="date" content="2021-03-23"> <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="ComponentTree.RecyclingMode"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- @generated --> <!-- ========= 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><a href="../../../com/facebook/litho/ComponentTree.NewLayoutStateReadyListener.html" title="interface in com.facebook.litho"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/facebook/litho/ComponentTreeDumpingHelper.html" title="class in com.facebook.litho"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/facebook/litho/ComponentTree.RecyclingMode.html" target="_top">Frames</a></li> <li><a href="ComponentTree.RecyclingMode.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="#annotation.type.field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Required&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#annotation.type.field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Element</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.facebook.litho</div> <h2 title="Annotation Type ComponentTree.RecyclingMode" class="title">Annotation Type ComponentTree.RecyclingMode</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public static @interface <span class="memberNameLabel">ComponentTree.RecyclingMode</span></pre> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ANNOTATION TYPE FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="DEFAULT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEFAULT</h4> <pre>public static final&nbsp;int&nbsp;DEFAULT</pre> <div class="block">Default recycling mode.</div> </li> </ul> </li> </ul> <ul class="blockList"> <li class="blockList"><a name="NO_VIEW_REUSE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NO_VIEW_REUSE</h4> <pre>public static final&nbsp;int&nbsp;NO_VIEW_REUSE</pre> <div class="block">Keep calling unmount and returning Views to the recycle pool, but do not actually reuse them. Take a view out of the pool but throw it away. Create a new view instead of using it. This is to test the hypothesis that the crashes are related to the actual re-use of views (i.e. the view is in a bad state and we re-attach it to the tree and cause a crash)</div> </li> </ul> </li> </ul> <ul class="blockList"> <li class="blockList"><a name="NO_VIEW_RECYCLING"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NO_VIEW_RECYCLING</h4> <pre>public static final&nbsp;int&nbsp;NO_VIEW_RECYCLING</pre> <div class="block">Keep calling unmount, but do not put Views into the recycle pool. This is to test the hypothesis that the crashes are more related to holding onto Views longer rather than the actual re-use of them. If we see crashes decrease in this variant but not in the NO_VIEW_REUSE variant, this would be indicative of just holding onto views being the problem.</div> </li> </ul> </li> </ul> <ul class="blockList"> <li class="blockList"><a name="NO_UNMOUNTING"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NO_UNMOUNTING</h4> <pre>public static final&nbsp;int&nbsp;NO_UNMOUNTING</pre> <div class="block">Do not call Component.unmount, do not put Views into the recycle pool. This is to test the hypothesis that the crashes are more related to unmount calls (which also execute product logic). If we do not see crashes improving in the first two variants but improving in this one, this would be indicative of one of the unmount implementations being involved in the crash (e.g. unmount racing with onCreateLayout on another thread).</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="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="../../../com/facebook/litho/ComponentTree.NewLayoutStateReadyListener.html" title="interface in com.facebook.litho"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/facebook/litho/ComponentTreeDumpingHelper.html" title="class in com.facebook.litho"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/facebook/litho/ComponentTree.RecyclingMode.html" target="_top">Frames</a></li> <li><a href="ComponentTree.RecyclingMode.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="#annotation.type.field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Required&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#annotation.type.field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Element</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
facebook/litho
website/static/javadoc/com/facebook/litho/ComponentTree.RecyclingMode.html
HTML
apache-2.0
8,059
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>球队管理</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script> <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css"> <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script> <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/icon.css"> <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/demo/demo.css"> <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.edatagrid.js"></script> <script type="text/javascript"> $(document).ready(function(){ loadDataGrid(); }); //加载表格datagrid function loadDataGrid(){ //加载数据 $('#dg').edatagrid({ width: 600, height: 300, title: '球队积分', toolbar: '#toolbar', idField: 'id', fitColumns: true, pagination: true, rownumbers: true, singleSelect: true, striped: true, url: '/team/list', saveUrl: '/team/save', updateUrl: '/team/save', destroyUrl: '/team/del', //queryParams:{}, loadMsg: '数据加载中,请稍候……', columns:[[ {field:'name', title:'名称', align:'center', width:getWidth(0.5), editor:"{type:'validatebox',options:{required:true}}"}, {field:'rating', title:'积分', align:'center', width: getWidth(0.45), editor:"{type:'validatebox',options:{required:true}}" //添加超级链,并将来文号作为参数传入 //,formatter:function(val,rec){ //alert(rec.adviceid); //return "<a href='jsp/proposal/psconsultview.jsp?id="+rec.adviceid+"'>"+val+"</a>"; //} } ]] }); } </script> </head> <body> <h2>CRUD Demo</h2> <p>双击一行开始编辑.</p> <table id="dg"></table> <div id="toolbar"> <a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="javascript:$('#dg').edatagrid('addRow')">添加</a> <a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="javascript:$('#dg').edatagrid('destroyRow')">删除</a> <a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-save" plain="true" onclick="javascript:$('#dg').edatagrid('saveRow')">保存</a> <a href="javascript:void(0)" class="easyui-linkbutton" iconCls="icon-undo" plain="true" onclick="javascript:$('#dg').edatagrid('cancelRow')">取消</a> </div> </body> </html>
28723249/spring
src/main/webapp/WEB-INF/page/team/team.html
HTML
apache-2.0
2,827
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Thu Feb 24 01:10:10 PST 2011 --> <TITLE> org.apache.hadoop.mapreduce.lib.reduce Class Hierarchy (Hadoop 0.20.2-cdh3u0-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2011-02-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="org.apache.hadoop.mapreduce.lib.reduce Class Hierarchy (Hadoop 0.20.2-cdh3u0-SNAPSHOT API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/hadoop/mapreduce/lib/partition/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/hadoop/mapreduce/security/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/mapreduce/lib/reduce/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.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> Hierarchy For Package org.apache.hadoop.mapreduce.lib.reduce </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> <LI TYPE="circle">org.apache.hadoop.mapreduce.<A HREF="../../../../../../org/apache/hadoop/mapreduce/Reducer.html" title="class in org.apache.hadoop.mapreduce"><B>Reducer</B></A>&lt;KEYIN,VALUEIN,KEYOUT,VALUEOUT&gt;<UL> <LI TYPE="circle">org.apache.hadoop.mapreduce.lib.reduce.<A HREF="../../../../../../org/apache/hadoop/mapreduce/lib/reduce/IntSumReducer.html" title="class in org.apache.hadoop.mapreduce.lib.reduce"><B>IntSumReducer</B></A>&lt;Key&gt;<LI TYPE="circle">org.apache.hadoop.mapreduce.lib.reduce.<A HREF="../../../../../../org/apache/hadoop/mapreduce/lib/reduce/LongSumReducer.html" title="class in org.apache.hadoop.mapreduce.lib.reduce"><B>LongSumReducer</B></A>&lt;KEY&gt;</UL> </UL> </UL> <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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/hadoop/mapreduce/lib/partition/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/hadoop/mapreduce/security/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/mapreduce/lib/reduce/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
simplegeo/hadoop
docs/api/org/apache/hadoop/mapreduce/lib/reduce/package-tree.html
HTML
apache-2.0
7,108
<!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_242) on Tue Mar 03 01:19:55 NOVT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ValidationDefaults (Validation Framework 1.1.2 API)</title> <meta name="date" content="2020-03-03"> <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="ValidationDefaults (Validation Framework 1.1.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ValidationDefaults.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/foxlabs/validation/ValidationDeclarationException.html" title="class in org.foxlabs.validation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/foxlabs/validation/ValidationException.html" title="class in org.foxlabs.validation"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/foxlabs/validation/ValidationDefaults.html" target="_top">Frames</a></li> <li><a href="ValidationDefaults.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>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.required.element.summary">Required</a>&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.element.detail">Element</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.foxlabs.validation</div> <h2 title="Annotation Type ValidationDefaults" class="title">Annotation Type ValidationDefaults</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html?is-external=true" title="class or interface in java.lang.annotation">@Target</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE" title="class or interface in java.lang.annotation">TYPE</a>) <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Retention.html?is-external=true" title="class or interface in java.lang.annotation">@Retention</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Retention.html?is-external=true#value--" title="class or interface in java.lang.annotation">value</a>=<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME" title="class or interface in java.lang.annotation">RUNTIME</a>) public @interface <span class="memberNameLabel">ValidationDefaults</span></pre> <div class="block">Defines default validation properties for the annotated bean.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Fox Mulder</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.required.element.summary"> <!-- --> </a> <h3>Required Element Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Required Element Summary table, listing required elements, and an explanation"> <caption><span>Required Elements</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Required Element and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/foxlabs/validation/ValidationDefaults.html#groups--">groups</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="annotation.type.element.detail"> <!-- --> </a> <h3>Element Detail</h3> <a name="groups--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>groups</h4> <pre>public abstract&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Array of default constraint groups.</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/ValidationDefaults.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/foxlabs/validation/ValidationDeclarationException.html" title="class in org.foxlabs.validation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/foxlabs/validation/ValidationException.html" title="class in org.foxlabs.validation"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/foxlabs/validation/ValidationDefaults.html" target="_top">Frames</a></li> <li><a href="ValidationDefaults.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>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.required.element.summary">Required</a>&nbsp;|&nbsp;</li> <li>Optional</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#annotation.type.element.detail">Element</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2020 <a href="https://foxlabs.org">FoxLabs</a>. All rights reserved.</small></p> </body> </html>
foxinboxx/foxlabs-validation
docs/api/org/foxlabs/validation/ValidationDefaults.html
HTML
apache-2.0
8,921
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_72) on Wed May 13 11:47:54 EDT 2015 --> <title>Uses of Class org.apache.cassandra.locator.ReconnectableSnitchHelper (apache-cassandra API)</title> <meta name="date" content="2015-05-13"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.locator.ReconnectableSnitchHelper (apache-cassandra 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/cassandra/locator/ReconnectableSnitchHelper.html" title="class in org.apache.cassandra.locator">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/locator/class-use/ReconnectableSnitchHelper.html" target="_top">Frames</a></li> <li><a href="ReconnectableSnitchHelper.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.locator.ReconnectableSnitchHelper" class="title">Uses of Class<br>org.apache.cassandra.locator.ReconnectableSnitchHelper</h2> </div> <div class="classUseContainer">No usage of org.apache.cassandra.locator.ReconnectableSnitchHelper</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/cassandra/locator/ReconnectableSnitchHelper.html" title="class in org.apache.cassandra.locator">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/locator/class-use/ReconnectableSnitchHelper.html" target="_top">Frames</a></li> <li><a href="ReconnectableSnitchHelper.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 &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.15/javadoc/org/apache/cassandra/locator/class-use/ReconnectableSnitchHelper.html
HTML
apache-2.0
4,484
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head> <title></title> <style type="text/css"> <!--code { font-family: Courier New, Courier; font-size: 10pt; margin: 0px; }--> </style> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> </head><body> <!-- ======================================================== --> <!-- = Java Sourcecode to HTML automatically converted code = --> <!-- = Java2Html Converter V4.1 2004 by Markus Gebhard markus@jave.de = --> <!-- = Further information: http://www.java2html.de = --> <div align="left" class="java"> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#ffffff"> <!-- start headline --> <tr> <td colspan="2"> <center><font size="+2"> <code><b> Collections2.java </b></code> </font></center> </td> </tr> <!-- end headline --> <tr> <!-- start source code --> <td nowrap="nowrap" valign="top" align="left"> <code> <font color="#808080">01</font>&nbsp;<font color="#3f5fbf">/**</font><br/> <font color="#808080">02</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f9fbf">@author&nbsp;</font><font color="#3f5fbf">Benjamin&nbsp;Livshits&nbsp;</font><font color="#7f7f9f">&lt;livshits@cs.stanford.edu&gt;</font><br/> <font color="#808080">03</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><br/> <font color="#808080">04</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#3f5fbf">$Id: Collections2.java.html,v 1.1 2006/04/21 17:14:24 livshits Exp $</font><br/> <font color="#808080">05</font>&nbsp;<font color="#ffffff">&nbsp;</font><font color="#3f5fbf">*/</font><br/> <font color="#808080">06</font>&nbsp;<font color="#7f0055"><b>package&nbsp;</b></font><font color="#000000">securibench.micro.collections;</font><br/> <font color="#808080">07</font>&nbsp;<font color="#ffffff"></font><br/> <font color="#808080">08</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">java.io.IOException;</font><br/> <font color="#808080">09</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">java.io.PrintWriter;</font><br/> <font color="#808080">10</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">java.util.LinkedList;</font><br/> <font color="#808080">11</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">javax.servlet.http.HttpServlet;</font><br/> <font color="#808080">12</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">javax.servlet.http.HttpServletRequest;</font><br/> <font color="#808080">13</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">javax.servlet.http.HttpServletResponse;</font><br/> <font color="#808080">14</font>&nbsp;<font color="#7f0055"><b>import&nbsp;</b></font><font color="#000000">securibench.micro.MicroTestCase;</font><br/> <font color="#808080">15</font>&nbsp;<font color="#ffffff"></font><br/> <font color="#808080">16</font>&nbsp;<font color="#3f5fbf">/**&nbsp;</font><br/> <font color="#808080">17</font>&nbsp;<font color="#ffffff">&nbsp;</font><font color="#3f5fbf">*&nbsp;&nbsp;@servlet&nbsp;description&nbsp;=&nbsp;&#34;collection&nbsp;deposit/retrieve,&nbsp;check&nbsp;for&nbsp;false&nbsp;positives&#34;&nbsp;</font><br/> <font color="#808080">18</font>&nbsp;<font color="#ffffff">&nbsp;</font><font color="#3f5fbf">*&nbsp;&nbsp;@servlet&nbsp;vuln_count&nbsp;=&nbsp;&#34;1&#34;&nbsp;</font><br/> <font color="#808080">19</font>&nbsp;<font color="#ffffff">&nbsp;</font><font color="#3f5fbf">*&nbsp;&nbsp;*/</font><br/> <font color="#808080">20</font>&nbsp;<font color="#7f0055"><b>public&nbsp;class&nbsp;</b></font><font color="#000000">Collections2&nbsp;</font><font color="#7f0055"><b>extends&nbsp;</b></font><font color="#000000">HttpServlet&nbsp;</font><font color="#7f0055"><b>implements&nbsp;</b></font><font color="#000000">MicroTestCase&nbsp;</font><font color="#000000">{</font><br/> <font color="#808080">21</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f0055"><b>private&nbsp;static&nbsp;final&nbsp;</b></font><font color="#000000">String&nbsp;FIELD_NAME&nbsp;=&nbsp;</font><font color="#2a00ff">&#34;name&#34;</font><font color="#000000">;</font><br/> <font color="#808080">22</font>&nbsp;<font color="#ffffff"></font><br/> <font color="#808080">23</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f0055"><b>protected&nbsp;</b></font><font color="#7f0055"><b>void&nbsp;</b></font><font color="#000000">doGet</font><font color="#000000">(</font><font color="#000000">HttpServletRequest&nbsp;req,&nbsp;HttpServletResponse&nbsp;resp</font><font color="#000000">)&nbsp;</font><font color="#7f0055"><b>throws&nbsp;</b></font><font color="#000000">IOException&nbsp;</font><font color="#000000">{</font><br/> <font color="#808080">24</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">String&nbsp;s1&nbsp;=&nbsp;req.getParameter</font><font color="#000000">(</font><font color="#000000">FIELD_NAME</font><font color="#000000">)</font><font color="#000000">;</font><br/> <font color="#808080">25</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">LinkedList&nbsp;ll1&nbsp;=&nbsp;</font><font color="#7f0055"><b>new&nbsp;</b></font><font color="#000000">LinkedList</font><font color="#000000">()</font><font color="#000000">;</font><br/> <font color="#808080">26</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">ll1.addLast</font><font color="#000000">(</font><font color="#000000">s1</font><font color="#000000">)</font><font color="#000000">;</font><br/> <font color="#808080">27</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><br/> <font color="#808080">28</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">LinkedList&nbsp;ll2&nbsp;=&nbsp;</font><font color="#7f0055"><b>new&nbsp;</b></font><font color="#000000">LinkedList</font><font color="#000000">()</font><font color="#000000">;</font><br/> <font color="#808080">29</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">ll1.addLast</font><font color="#000000">(</font><font color="#2a00ff">&#34;abc&#34;</font><font color="#000000">)</font><font color="#000000">;</font><br/> <font color="#808080">30</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><br/> <font color="#808080">31</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">String&nbsp;s2&nbsp;=&nbsp;</font><font color="#000000">(</font><font color="#000000">String</font><font color="#000000">)&nbsp;</font><font color="#000000">ll1.getLast</font><font color="#000000">()</font><font color="#000000">;</font><br/> <font color="#808080">32</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">String&nbsp;s3&nbsp;=&nbsp;</font><font color="#000000">(</font><font color="#000000">String</font><font color="#000000">)&nbsp;</font><font color="#000000">ll2.getLast</font><font color="#000000">()</font><font color="#000000">;</font><br/> <font color="#808080">33</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><br/> <font color="#808080">34</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">PrintWriter&nbsp;writer&nbsp;=&nbsp;resp.getWriter</font><font color="#000000">()</font><font color="#000000">;&nbsp;&nbsp;</font><br/> <font color="#808080">35</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">writer.println</font><font color="#000000">(</font><font color="#000000">s2</font><font color="#000000">)</font><font color="#000000">;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#3f7f5f">/*&nbsp;BAD&nbsp;*/</font><br/> <font color="#808080">36</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">writer.println</font><font color="#000000">(</font><font color="#000000">s3</font><font color="#000000">)</font><font color="#000000">;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#3f7f5f">/*&nbsp;OK&nbsp;*/</font><br/> <font color="#808080">37</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">}</font><br/> <font color="#808080">38</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><br/> <font color="#808080">39</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f0055"><b>public&nbsp;</b></font><font color="#000000">String&nbsp;getDescription</font><font color="#000000">()&nbsp;{</font><br/> <font color="#808080">40</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f0055"><b>return&nbsp;</b></font><font color="#2a00ff">&#34;simple&nbsp;collection&nbsp;deposit/retrieve&#34;</font><font color="#000000">;</font><br/> <font color="#808080">41</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">}</font><br/> <font color="#808080">42</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><br/> <font color="#808080">43</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f0055"><b>public&nbsp;</b></font><font color="#7f0055"><b>int&nbsp;</b></font><font color="#000000">getVulnerabilityCount</font><font color="#000000">()&nbsp;{</font><br/> <font color="#808080">44</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#7f0055"><b>return&nbsp;</b></font><font color="#990000">1</font><font color="#000000">;</font><br/> <font color="#808080">45</font>&nbsp;<font color="#ffffff">&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#000000">}</font><br/> <font color="#808080">46</font>&nbsp;<font color="#000000">}</font></code> </td> <!-- end source code --> </tr> </table> </div> <!-- = END of automatically generated HTML code = --> <!-- ======================================================== --> </body></html>
too4words/securibench-micro
deployment/webapps/webdav/securibench/micro/collections/Collections2.java.html
HTML
apache-2.0
10,806
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>payload &#8212; Pilot 2 documentation</title> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" /> <script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script> <script src="../../_static/jquery.js"></script> <script src="../../_static/underscore.js"></script> <script src="../../_static/doctools.js"></script> <link rel="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> <link rel="next" title="payloads components" href="payloads/index.html" /> <link rel="prev" title="monitor" href="monitor.html" /> <link rel="stylesheet" href="../../_static/custom.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> </head><body> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="module-pilot.control.payload"> <span id="payload"></span><h1>payload<a class="headerlink" href="#module-pilot.control.payload" title="Permalink to this headline">¶</a></h1> <dl class="py function"> <dt id="pilot.control.payload._validate_payload"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">_validate_payload</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">job</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#_validate_payload"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload._validate_payload" title="Permalink to this definition">¶</a></dt> <dd><p>Perform validation tests for the payload.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><p><strong>job</strong> – job object.</p> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p>boolean.</p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.control"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">control</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">queues</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">traces</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#control"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.control" title="Permalink to this definition">¶</a></dt> <dd><p>(add description)</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>queues</strong> – </p></li> <li><p><strong>traces</strong> – </p></li> <li><p><strong>args</strong> – </p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p></p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.execute_payloads"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">execute_payloads</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">queues</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">traces</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#execute_payloads"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.execute_payloads" title="Permalink to this definition">¶</a></dt> <dd><p>Execute queued payloads.</p> <p>Extract a Job object from the “validated_payloads” queue and put it in the “monitored_jobs” queue. The payload stdout/err streams are opened and the pilot state is changed to “starting”. A payload executor is selected (for executing a normal job, an event service job or event service merge job). After the payload (or rather its executor) is started, the thread will wait for it to finish and then check for any failures. A successfully completed job is placed in the “finished_payloads” queue, and a failed job will be placed in the “failed_payloads” queue.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>queues</strong> – internal queues for job handling.</p></li> <li><p><strong>traces</strong> – tuple containing internal pilot states.</p></li> <li><p><strong>args</strong> – Pilot arguments (e.g. containing queue name, queuedata dictionary, etc).</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p></p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.failed_post"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">failed_post</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">queues</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">traces</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#failed_post"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.failed_post" title="Permalink to this definition">¶</a></dt> <dd><p>Get a Job object from the “failed_payloads” queue. Set the pilot state to “stakeout” and the stageout field to “log”, and add the Job object to the “data_out” queue.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>queues</strong> – internal queues for job handling.</p></li> <li><p><strong>traces</strong> – tuple containing internal pilot states.</p></li> <li><p><strong>args</strong> – Pilot arguments (e.g. containing queue name, queuedata dictionary, etc).</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p></p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.get_payload_executor"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">get_payload_executor</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">job</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">out</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">err</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">traces</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#get_payload_executor"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.get_payload_executor" title="Permalink to this definition">¶</a></dt> <dd><p>Get payload executor function for different payload.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>args</strong> – args object.</p></li> <li><p><strong>job</strong> – job object.</p></li> <li><p><strong>out</strong> – </p></li> <li><p><strong>err</strong> – </p></li> <li><p><strong>traces</strong> – traces object.</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p>instance of a payload executor</p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.perform_initial_payload_error_analysis"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">perform_initial_payload_error_analysis</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">job</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">exit_code</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#perform_initial_payload_error_analysis"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.perform_initial_payload_error_analysis" title="Permalink to this definition">¶</a></dt> <dd><p>Perform an initial analysis of the payload. Singularity errors are caught here.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>job</strong> – job object.</p></li> <li><p><strong>exit_code</strong> – exit code from payload execution.</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p></p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.set_cpu_consumption_time"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">set_cpu_consumption_time</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">job</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#set_cpu_consumption_time"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.set_cpu_consumption_time" title="Permalink to this definition">¶</a></dt> <dd><p>Set the CPU consumption time. :param job: job object. :return:</p> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.set_error_code_from_stderr"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">set_error_code_from_stderr</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">msg</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">fatal</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#set_error_code_from_stderr"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.set_error_code_from_stderr" title="Permalink to this definition">¶</a></dt> <dd><p>Identify specific errors in stderr and set the corresponding error code. The function returns 0 if no error is recognized.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>msg</strong> – stderr (string).</p></li> <li><p><strong>fatal</strong> – boolean flag if fatal error among warning messages in stderr.</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p>error code (int).</p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.validate_post"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">validate_post</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">queues</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">traces</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#validate_post"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.validate_post" title="Permalink to this definition">¶</a></dt> <dd><p>Validate finished payloads. If payload finished correctly, add the job to the data_out queue. If it failed, add it to the data_out queue as well but only for log stage-out (in failed_post() below).</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>queues</strong> – internal queues for job handling.</p></li> <li><p><strong>traces</strong> – tuple containing internal pilot states.</p></li> <li><p><strong>args</strong> – Pilot arguments (e.g. containing queue name, queuedata dictionary, etc).</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p></p> </dd> </dl> </dd></dl> <dl class="py function"> <dt id="pilot.control.payload.validate_pre"> <code class="sig-prename descclassname"><span class="pre">pilot.control.payload.</span></code><code class="sig-name descname"><span class="pre">validate_pre</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">queues</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">traces</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">args</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pilot/control/payload.html#validate_pre"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pilot.control.payload.validate_pre" title="Permalink to this definition">¶</a></dt> <dd><p>Get a Job object from the “payloads” queue and validate it.</p> <p>If the payload is successfully validated (user defined), the Job object is placed in the “validated_payloads” queue, otherwise it is placed in the “failed_payloads” queue.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><ul class="simple"> <li><p><strong>queues</strong> – internal queues for job handling.</p></li> <li><p><strong>traces</strong> – tuple containing internal pilot states.</p></li> <li><p><strong>args</strong> – Pilot arguments (e.g. containing queue name, queuedata dictionary, etc).</p></li> </ul> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p></p> </dd> </dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h1 class="logo"><a href="../../index.html">Pilot 2</a></h1> <h3>Navigation</h3> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../../getting_started/index.html">Getting started</a></li> <li class="toctree-l1 current"><a class="reference internal" href="../index.html">Components</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="../api/index.html">api components</a></li> <li class="toctree-l2"><a class="reference internal" href="../common/index.html">common components</a></li> <li class="toctree-l2 current"><a class="reference internal" href="index.html">control components</a></li> <li class="toctree-l2"><a class="reference internal" href="../copytool/index.html">copytool components</a></li> <li class="toctree-l2"><a class="reference internal" href="../eventservice/index.html">eventservice components</a></li> <li class="toctree-l2"><a class="reference internal" href="../info/index.html">info components</a></li> <li class="toctree-l2"><a class="reference internal" href="../resource/index.html">resource components</a></li> <li class="toctree-l2"><a class="reference internal" href="../user/index.html">user components</a></li> <li class="toctree-l2"><a class="reference internal" href="../util/index.html">util components</a></li> <li class="toctree-l2"><a class="reference internal" href="../workflow/index.html">workflow components</a></li> </ul> </li> </ul> <div class="relations"> <h3>Related Topics</h3> <ul> <li><a href="../../index.html">Documentation overview</a><ul> <li><a href="../index.html">Components</a><ul> <li><a href="index.html">control components</a><ul> <li>Previous: <a href="monitor.html" title="previous chapter">monitor</a></li> <li>Next: <a href="payloads/index.html" title="next chapter">payloads components</a></li> </ul></li> </ul></li> </ul></li> </ul> </div> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../_sources/components/control/payload.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script>$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy;2017, Paul Nilsson, Mario Lassnig, Daniil Drizhuk, .... | Powered by <a href="http://sphinx-doc.org/">Sphinx 3.5.4</a> &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a> | <a href="../../_sources/components/control/payload.rst.txt" rel="nofollow">Page source</a> </div> </body> </html>
PalNilsson/pilot2
docs/html/components/control/payload.html
HTML
apache-2.0
18,391
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>CruiseControl.NET : Using CruiseControl.NET with NUnit</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff"> <tr> <td valign="top" class="pagebody"> <div class="pageheader"> <span class="pagetitle"> CruiseControl.NET : Using CruiseControl.NET with NUnit </span> </div> <div class="pagesubheading"> This page last changed on Sep 15, 2005 by <font color="#0050B2">richardjfoster</font>. </div> <h3><a name="UsingCruiseControl.NETwithNUnit-IntegratingNUnitintoyourbuildintheCruiseControl.NETServer"></a>Integrating NUnit into your build in the <a href="CruiseControl.NET Server.html" title="CruiseControl.NET Server">CruiseControl.NET Server</a></h3> <p>The typical way to integrate the <a href="CruiseControl.NET Server.html" title="CruiseControl.NET Server">CruiseControl.NET Server</a> with NUnit is to run NUnit as part of your Build Process. This is the recommended mechanism since it means developers are using a build process closer to the integration process.</p> <p>If you're using NAnt, you'll either be using an <tt>&lt;exec&gt;</tt> task or <tt>&lt;nunit&gt;</tt> task to do this (we recommend using <tt>&lt;exec&gt;</tt> - its more stable across changing versions of NUnit.) Make sure to use <b>xml output</b>.</p> <p>A line out of CruiseControl.NET's own build file is below, as an example:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag">&lt;exec program=<span class="code-quote">"${nunit-console.exe}"</span> workingdir=<span class="code-quote">"${build.dir}\core"</span> commandline=<span class="code-quote">"${core.dll} /xml:../${core.dll}-results.xml /nologo"</span>/&gt;</span></pre> </div></div> <p>If you are not using a scripted build, you can also use the <a href="NUnit Task.html" title="NUnit Task">NUnit Task</a>. We don't recommend this, but its up to you.</p> <p>Once you've got NUnit running, use a <a href="File Merge Task.html" title="File Merge Task">File Merge Task</a> to include the NUnit results into your build results file - you'll need to make sure you're including all the NUnit xml files.</p> <p>Finally, make sure you're using an <a href="Xml Log Publisher.html" title="Xml Log Publisher">Xml Log Publisher</a>.</p> <h3><a name="UsingCruiseControl.NETwithNUnit-IntegratingNUnitresultsintotheBuildReport"></a>Integrating NUnit results into the Build Report</h3> <p>CruiseControl.NET, by default, attempts to style the NUnit output into useful results in the reporting applications. If the results aren't showing up look at the help on the <a href="File Merge Task.html" title="File Merge Task">File Merge Task</a> page.</p> <h3><a name="UsingCruiseControl.NETwithNUnit-AllowingmultipleNUnittestassembliestorun%2Ceveniftherearesometestfailures."></a>Allowing multiple NUnit test assemblies to run, even if there are some test failures.</h3> <p>The typical operation of CruiseControl, NAnt (or MSBuild) and NUnit means that if there is a failure in the tests performed by the first assembly, the build process will terminate. This operation is by design.</p> <p>One of the principles of Continuous Integration is that build failures are reported as quickly as possible. Since CruiseControl already knows that the build has failed, there is no point running the other tests!</p> <p>If you are using a build tool like NAnt, you can change this operation by modifying the build script so you control when the failure is reported. The example below describes how to create a NAnt target which will run both sets of tests, even if the first one fails.</p> <p>Assume you have two NUnit test assemblies, let' s call them UnitTestAssembly.dll and AcceptanceTestAssembly.dll. Your initial NAnt script would probably contain something like this:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag">&lt;target name=<span class="code-quote">"test"</span> description=<span class="code-quote">"runs the unit and acceptance tests"</span>&gt;</span> <span class="code-tag"><span class="code-comment">&lt;!-- Unit Test Assembly --&gt;</span></span> <span class="code-tag">&lt;exec program=<span class="code-quote">"${nunit-console.exe}"</span>&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"UnitTestAssembly.dll"</span> /&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"/xml=UnitTestAssembly-Results.xml"</span> /&gt;</span> <span class="code-tag">&lt;/exec&gt;</span> <span class="code-tag"><span class="code-comment">&lt;!-- Acceptance Test Assembly --&gt;</span></span> <span class="code-tag">&lt;exec program=<span class="code-quote">"${nunit-console.exe}"</span>&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"AcceptanceTestAssembly.dll"</span> /&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"/xml=AcceptanceTestAssembly-Results.xml"</span> /&gt;</span> <span class="code-tag">&lt;/exec&gt;</span> <span class="code-tag">&lt;/target&gt;</span></pre> </div></div> <p>The first thing you might be tempted to try is to add the <tt>failonerror</tt> attribute to the <tt>&lt;exec&gt;</tt> task, however while this allows both sets of tests to run, it also means that NAnt no longer reports the failure back to CruiseControl (although the failure does still appear in the build log). To solve this problem, modify the NAnt script as shown below:</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag">&lt;target name=<span class="code-quote">"test"</span> description=<span class="code-quote">"runs the unit tests"</span>&gt;</span> <span class="code-tag"><span class="code-comment">&lt;!-- Unit Test Assembly --&gt;</span></span> <span class="code-tag">&lt;exec program=<span class="code-quote">"nunit-console.exe"</span> failonerror=<span class="code-quote">"false"</span> resultproperty=<span class="code-quote">"testresult.unittestassembly"</span>&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"UnitTestAssembly.dll"</span> /&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"/xml=UnitTestAssembly-Results.xml"</span> /&gt;</span> <span class="code-tag">&lt;/exec&gt;</span> <span class="code-tag"><span class="code-comment">&lt;!-- Acceptance Test Assembly --&gt;</span></span> <span class="code-tag">&lt;exec program=<span class="code-quote">"nunit-console.exe"</span> failonerror=<span class="code-quote">"false"</span> resultproperty=<span class="code-quote">"testresult.acceptancetestassembly"</span>&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"AcceptanceTestAssembly.dll"</span> /&gt;</span> <span class="code-tag">&lt;arg value=<span class="code-quote">"/xml=AcceptanceTestAssembly-Results.xml"</span> /&gt;</span> <span class="code-tag">&lt;/exec&gt;</span> <span class="code-tag"><span class="code-comment">&lt;!-- Check the results and fail if necessary --&gt;</span></span> <span class="code-tag">&lt;fail message=<span class="code-quote">"Failures reported in unit tests."</span> unless=<span class="code-quote">"${int::parse(testresult.unittestassembly)==0}"</span> /&gt;</span> <span class="code-tag">&lt;fail message=<span class="code-quote">"Failures reported in acceptance tests."</span> unless=<span class="code-quote">"${int::parse(testresult.acceptancetestassembly)==0}"</span> /&gt;</span> <span class="code-tag">&lt;/target&gt;</span></pre> </div></div> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="12" background="http://confluence.public.thoughtworks.org//images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td> </tr> <tr> <td align="center"><font color="grey">Document generated by Confluence on Jan 30, 2010 19:06</font></td> </tr> </table> </body> </html>
Gallio/infrastructure
ccnet/WebDashboard/doc/CCNET/Using CruiseControl.NET with NUnit.html
HTML
apache-2.0
8,827
<!-- BEGIN: MAIN --> <div id="copy"> <p> Jamhour Alumni U.S., Inc. is a U.S.-based, non-profit corporation. Its mission is to arrange, sponsor and conduct fundraising events – and collect donations and charitable contributions – in favor of Collège Notre Dame de Jamhour located in Jamhour, Lebanon. </p> <p> The proceeds serve to fund any and all of the following: Tuition for students whose families wish for an education in the Jesuit tradition but cannot afford it <span class="orange">•</span> Salaries for teaching chairs <span class="orange">•</span> Retirement fund for teachers <span class="orange">•</span> Education initiatives <span class="orange">•</span> Athletic events </p> <p class="quote"> We are very grateful to our sponsors who helped us breach the 1.6 million USD mark in 2013. This has allowed us to assist over 550 students in need. </p> </div> <div id="side_info"> <div id="event_holder"> <div id="event_holder_header"> <a href="{SITE_ROOT}UpcomingEvents/">Upcoming Event Events</a> </div> <!-- <p> Jamhour Alumni US 11th Annual Benefit Dinner.<br> <br> Saturday, November 8, 2014.<br> <br> SOFITEL Hotel<br> 45 West 44th Street<br> New York, NY 10036<br> <br> Cocktails: 6:30 PM<br> Dinner: 8:00 PM<br /> <br /> </p> --> </div> <p class="menu" id="menu_join"> <a href="{SITE_ROOT}JoinUs/"><img src="{IMAGE_PATH}join_our_list.png" alt="" title="" /></a> </p> <p class="menu"> <script type="text/javascript"> (function() { var s=document.createElement('script');s.type='text/javascript';s.async = true; s.src='http://serv1'+'.freetellafriend.com/share_addon.js'; var j =document.getElementsByTagName('script')[0];j.parentNode.insertBefore(s,j); })(); </script> <a href="http://www.freetellafriend.com/?share" title="Tell a Friend" onclick="return sa_tellafriend()"><img alt="Tell a Friend" src="{IMAGE_PATH}send_to_a_friend.png" border="0" id="tell"/></a> </p> </div> <!-- END: MAIN -->
samyhajal/jamhour.us
sub_root/html/Home.html
HTML
apache-2.0
2,030
<!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:45 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>EnhancedSMTPServerConsumer (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="EnhancedSMTPServerConsumer (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 class="navBarCell1Rev">Class</li> <li><a href="class-use/EnhancedSMTPServerConsumer.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">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/mail/EnhancedSMTPServer.html" title="class in org.wildfly.swarm.mail"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/mail/MailFraction.html" title="class in org.wildfly.swarm.mail"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/mail/EnhancedSMTPServerConsumer.html" target="_top">Frames</a></li> <li><a href="EnhancedSMTPServerConsumer.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>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.mail</div> <h2 title="Interface EnhancedSMTPServerConsumer" class="title">Interface EnhancedSMTPServerConsumer</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd><a href="../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a>&lt;<a href="../../../../org/wildfly/swarm/mail/EnhancedSMTPServer.html" title="class in org.wildfly.swarm.mail">EnhancedSMTPServer</a>&gt;</dd> </dl> <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="https://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">EnhancedSMTPServerConsumer</span> extends <a href="../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a>&lt;<a href="../../../../org/wildfly/swarm/mail/EnhancedSMTPServer.html" title="class in org.wildfly.swarm.mail">EnhancedSMTPServer</a>&gt;</pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Bob McWhirter</dd> </dl> </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> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.wildfly.swarm.config.mail.mail_session.<a href="../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html" title="interface in org.wildfly.swarm.config.mail.mail_session">SMTPServerConsumer</a></h3> <code><a href="../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html#accept-T-">accept</a>, <a href="../../../../org/wildfly/swarm/config/mail/mail_session/SMTPServerConsumer.html#andThen-org.wildfly.swarm.config.mail.mail_session.SMTPServerConsumer-">andThen</a></code></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/EnhancedSMTPServerConsumer.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">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/mail/EnhancedSMTPServer.html" title="class in org.wildfly.swarm.mail"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/wildfly/swarm/mail/MailFraction.html" title="class in org.wildfly.swarm.mail"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/mail/EnhancedSMTPServerConsumer.html" target="_top">Frames</a></li> <li><a href="EnhancedSMTPServerConsumer.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>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </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>
wildfly-swarm/wildfly-swarm-javadocs
2.5.0.Final/apidocs/org/wildfly/swarm/mail/EnhancedSMTPServerConsumer.html
HTML
apache-2.0
8,147
<!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 Feb 06 09:38:18 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConsumer (BOM: * : All 2017.10.2 API)</title> <meta name="date" content="2018-02-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="Uses of Interface org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConsumer (BOM: * : All 2017.10.2 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/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">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.10.2</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/security/security_domain/authentication/class-use/LoginModuleStackConsumer.html" target="_top">Frames</a></li> <li><a href="LoginModuleStackConsumer.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.security.security_domain.authentication.LoginModuleStackConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConsumer</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/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</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.security.security_domain">org.wildfly.swarm.config.security.security_domain</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.security.security_domain.authentication">org.wildfly.swarm.config.security.security_domain.authentication</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.security.security_domain"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/package-summary.html">org.wildfly.swarm.config.security.security_domain</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/security/security_domain/package-summary.html">org.wildfly.swarm.config.security.security_domain</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</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/security/security_domain/JaspiAuthentication.html" title="type parameter in JaspiAuthentication">T</a></code></td> <td class="colLast"><span class="typeNameLabel">JaspiAuthentication.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/JaspiAuthentication.html#loginModuleStack-java.lang.String-org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConsumer-">loginModuleStack</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;childKey, <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a>&nbsp;consumer)</code> <div class="block">Create and configure a LoginModuleStack object to the list of subresources</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.security.security_domain.authentication"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/package-summary.html">org.wildfly.swarm.config.security.security_domain.authentication</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/security/security_domain/authentication/package-summary.html">org.wildfly.swarm.config.security.security_domain.authentication</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</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>default <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="type parameter in LoginModuleStackConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">LoginModuleStackConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html#andThen-org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="type parameter in LoginModuleStackConsumer">T</a>&gt;&nbsp;after)</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/wildfly/swarm/config/security/security_domain/authentication/package-summary.html">org.wildfly.swarm.config.security.security_domain.authentication</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</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>default <a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="type parameter in LoginModuleStackConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">LoginModuleStackConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html#andThen-org.wildfly.swarm.config.security.security_domain.authentication.LoginModuleStackConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">LoginModuleStackConsumer</a>&lt;<a href="../../../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModuleStackConsumer.html" title="type parameter in LoginModuleStackConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="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/security/security_domain/authentication/LoginModuleStackConsumer.html" title="interface in org.wildfly.swarm.config.security.security_domain.authentication">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.10.2</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/security/security_domain/authentication/class-use/LoginModuleStackConsumer.html" target="_top">Frames</a></li> <li><a href="LoginModuleStackConsumer.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; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.10.2/apidocs/org/wildfly/swarm/config/security/security_domain/authentication/class-use/LoginModuleStackConsumer.html
HTML
apache-2.0
13,904
<!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 23 20:46:20 CST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>V-Index</title> <meta name="date" content="2014-08-23"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="V-Index"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">Prev Letter</a></li> <li><a href="index-18.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li> <li><a href="index-17.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a href="index-18.html">X</a>&nbsp;<a href="index-19.html">Z</a>&nbsp;<a name="_V_"> <!-- --> </a> <h2 class="title">V</h2> <dl> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.BarStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.BarStyle.html" title="enum in org.xclcharts.renderer">XEnum.BarStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.ChartTitleAlign.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.ChartTitleAlign.html" title="enum in org.xclcharts.renderer">XEnum.ChartTitleAlign</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.CircleType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.CircleType.html" title="enum in org.xclcharts.renderer">XEnum.CircleType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.CrurveLineStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.CrurveLineStyle.html" title="enum in org.xclcharts.renderer">XEnum.CrurveLineStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.Direction.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.Direction.html" title="enum in org.xclcharts.renderer">XEnum.Direction</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.DotStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.DotStyle.html" title="enum in org.xclcharts.renderer">XEnum.DotStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LabelAlign.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LabelAlign.html" title="enum in org.xclcharts.renderer">XEnum.LabelAlign</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LegendPostion.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LegendPostion.html" title="enum in org.xclcharts.renderer">XEnum.LegendPostion</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LineDataAxisLocation.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LineDataAxisLocation.html" title="enum in org.xclcharts.renderer">XEnum.LineDataAxisLocation</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LineStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LineStyle.html" title="enum in org.xclcharts.renderer">XEnum.LineStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.Location.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.Location.html" title="enum in org.xclcharts.renderer">XEnum.Location</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.PointerStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.PointerStyle.html" title="enum in org.xclcharts.renderer">XEnum.PointerStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RadarChartType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RadarChartType.html" title="enum in org.xclcharts.renderer">XEnum.RadarChartType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RadarDataAreaStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RadarDataAreaStyle.html" title="enum in org.xclcharts.renderer">XEnum.RadarDataAreaStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RectType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RectType.html" title="enum in org.xclcharts.renderer">XEnum.RectType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RoundAxisType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RoundAxisType.html" title="enum in org.xclcharts.renderer">XEnum.RoundAxisType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RoundTickAxisType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RoundTickAxisType.html" title="enum in org.xclcharts.renderer">XEnum.RoundTickAxisType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.SliceLabelPosition.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.SliceLabelPosition.html" title="enum in org.xclcharts.renderer">XEnum.SliceLabelPosition</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.TickType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.TickType.html" title="enum in org.xclcharts.renderer">XEnum.TickType</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.TriangleDirection.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.TriangleDirection.html" title="enum in org.xclcharts.renderer">XEnum.TriangleDirection</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.TriangleStyle.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.TriangleStyle.html" title="enum in org.xclcharts.renderer">XEnum.TriangleStyle</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.VerticalAlign.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.VerticalAlign.html" title="enum in org.xclcharts.renderer">XEnum.VerticalAlign</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.BarStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.BarStyle.html" title="enum in org.xclcharts.renderer">XEnum.BarStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.ChartTitleAlign.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.ChartTitleAlign.html" title="enum in org.xclcharts.renderer">XEnum.ChartTitleAlign</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.CircleType.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.CircleType.html" title="enum in org.xclcharts.renderer">XEnum.CircleType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.CrurveLineStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.CrurveLineStyle.html" title="enum in org.xclcharts.renderer">XEnum.CrurveLineStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.Direction.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.Direction.html" title="enum in org.xclcharts.renderer">XEnum.Direction</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.DotStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.DotStyle.html" title="enum in org.xclcharts.renderer">XEnum.DotStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LabelAlign.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LabelAlign.html" title="enum in org.xclcharts.renderer">XEnum.LabelAlign</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LegendPostion.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LegendPostion.html" title="enum in org.xclcharts.renderer">XEnum.LegendPostion</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LineDataAxisLocation.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LineDataAxisLocation.html" title="enum in org.xclcharts.renderer">XEnum.LineDataAxisLocation</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.LineStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.LineStyle.html" title="enum in org.xclcharts.renderer">XEnum.LineStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.Location.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.Location.html" title="enum in org.xclcharts.renderer">XEnum.Location</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.PointerStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.PointerStyle.html" title="enum in org.xclcharts.renderer">XEnum.PointerStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RadarChartType.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RadarChartType.html" title="enum in org.xclcharts.renderer">XEnum.RadarChartType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RadarDataAreaStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RadarDataAreaStyle.html" title="enum in org.xclcharts.renderer">XEnum.RadarDataAreaStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RectType.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RectType.html" title="enum in org.xclcharts.renderer">XEnum.RectType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RoundAxisType.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RoundAxisType.html" title="enum in org.xclcharts.renderer">XEnum.RoundAxisType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.RoundTickAxisType.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.RoundTickAxisType.html" title="enum in org.xclcharts.renderer">XEnum.RoundTickAxisType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.SliceLabelPosition.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.SliceLabelPosition.html" title="enum in org.xclcharts.renderer">XEnum.SliceLabelPosition</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.TickType.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.TickType.html" title="enum in org.xclcharts.renderer">XEnum.TickType</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.TriangleDirection.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.TriangleDirection.html" title="enum in org.xclcharts.renderer">XEnum.TriangleDirection</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.TriangleStyle.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.TriangleStyle.html" title="enum in org.xclcharts.renderer">XEnum.TriangleStyle</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><span class="strong"><a href="../org/xclcharts/renderer/XEnum.VerticalAlign.html#values()">values()</a></span> - Static method in enum org.xclcharts.renderer.<a href="../org/xclcharts/renderer/XEnum.VerticalAlign.html" title="enum in org.xclcharts.renderer">XEnum.VerticalAlign</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">P</a>&nbsp;<a href="index-14.html">R</a>&nbsp;<a href="index-15.html">S</a>&nbsp;<a href="index-16.html">T</a>&nbsp;<a href="index-17.html">V</a>&nbsp;<a href="index-18.html">X</a>&nbsp;<a href="index-19.html">Z</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">Prev Letter</a></li> <li><a href="index-18.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-17.html" target="_top">Frames</a></li> <li><a href="index-17.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>
tangjilv/news-project
doc/index-files/index-17.html
HTML
apache-2.0
23,140
<option>{{value}}</option>
hawtio/hawtio-integration
plugins/components/forms2/html/optionArray.html
HTML
apache-2.0
27
<!-- Copyright 2019 Applied Research Center for Computer Networks --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> RUNOS 2.0 | Monitor </title> <link rel="shortcut icon" href="images/favicon.ico"/> <link rel="stylesheet" type="text/css" href="arcui.css"> <link rel="stylesheet" type="text/css" href="info.css"> </head> <body class="info"> <nav class="side--nav"> <a class="logo" href="#"><img class="ctrl-status ctrl-status_down" src="images/logo_eng.png"></a> <br><button type="button" class="menu-nav-topology" onclick="javascript: location.href='/topology.html'">Topology</button> <hr><button type="button" class="menu-nav-logout" onclick="javascript: location.href='/logout'">Logout</button> </nav> <main> <h1> RUNOS MONITOR </h1> <div id='ctrl_info' class='ctrl_info_container'></div> <table align="left"> <tr height="400"> <td> <div id='rx_chart' class='rx_chart'></div> </td> </tr> <tr height="20"> <td> </td> </tr> <tr height="400"> <td> <div id='tx_chart' class='tx_chart'></div> </td> </tr> <tr height="20"> <td> </td> </tr> <!-- Control Traffic of Switches --> <tr height="20"> <td> <h1> Control Traffic Monitor for Switches </h1> </td> </tr> <tr> <td align="left"> <div id='switches_info' class='switches_info_container'> </div> </td> </tr> </table> </main> <script src="arcui.js"></script> </body> </html>
ARCCN/runos
web/html/info.html
HTML
apache-2.0
2,074
<html> <head> <link rel="stylesheet" href="maven-theme.css"> <title>AppSecInc. MSI Extensions</title> </head> <body> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespace_app_sec_inc.html">AppSecInc</a></li><li class="navelem"><a class="el" href="namespace_app_sec_inc_1_1_databases.html">Databases</a></li><li class="navelem"><a class="el" href="namespace_app_sec_inc_1_1_databases_1_1_m_s_s_q_l.html">MSSQL</a></li><li class="navelem"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">MSSQLConnectionInfo</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a0ad15ef7468797d6978c4ccae668b6ee">_appname</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a09ba559606299f02c12669e09cd2e4fb">_database</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#aa3262c1a93db9bf0f0d50daef9ce210d">_instancename</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a6fc29c1d72f6e80617ff1c2fc5fbf46b">_ipaddress</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#aac715d197e75df7ed05222466d6aab4d">_namedpipe</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a731b9ddd32d51091d307f36854b1748a">_password</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a1d76674df80df5aa2adec8420bbd23be">_port</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a2ec7ad132d751f46d0344b6e90b9c5d8">_protocol</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#ac612b480f5e63e4d71377dda1a2f5589">_trusted_auth</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a68186436cdddd2dbd32a64744a1d73a5">_username</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a269efda69bf1d2b257da7ee392b30168">DEFAULT_IPADDRESS</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a0834ba2d2eb53c5e837014ed87758146">DEFAULT_PORT</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#aaeba7bbc8c2097e77caccc3132d44abe">DefaultInstanceName</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a1f65408ee2c27e7f370f31c98c4e623b">GetAppName</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a25d1e2d33c009a919750f1da12f94595">GetConnectionString</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a8d095250f82746fa04d1dc1ef9dd9e1f">GetDatabase</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#aff69346bf7e419f1d7b5c4a5f46eaa5c">GetInstanceName</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#ac348701393144fb3e14293987b6366db">GetIPAddress</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#aa0ccb86cd0845a425b3958c75ffd81dd">GetNamedPipeValue</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a93858136a21e59dcf23b3857731405ed">GetPassword</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a9b10b2fd4d45e0ba954cd9c4660bd305">GetPort</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a871171cde19f2079098983dc5ce610f4">GetProtocol</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a997b53358b9de3d28c740b39749421d7">GetTrustedAuth</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a2e87fdc357ec4ce1272d7060e74f3dda">GetUsername</a>() const </td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a0da0db9b6fe1bfbdf863d0a6c135d622">INVALID_PORT</a></td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a3ce8dcb8a7e8ae63178fd578cf44ba86">MSSQLConnectionInfo</a>(const MSSQLConnectionInfo &amp;)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a6de326b2beec787e76c93125d3267d40">MSSQLConnectionInfo</a>(const std::wstring &amp;ipaddress=DEFAULT_IPADDRESS, int port=DEFAULT_PORT)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_o_d_b_c_1_1_o_d_b_c_connection_info.html#a094f6a2edb71fdd8569e9ebaa0fd8006">ODBCConnectionInfo</a>()</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_o_d_b_c_1_1_o_d_b_c_connection_info.html">AppSecInc::Databases::ODBC::ODBCConnectionInfo</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a579e872d8f1f8fa4b88e38faf89a6d7f">operator=</a>(const MSSQLConnectionInfo &amp;)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a1e22ef390157445d0fc1a2c57d9bb18e">SetAppName</a>(const std::wstring &amp;value)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a64d1eb7f3436d2665222edc2af93ccf9">SetDatabase</a>(const std::wstring &amp;database)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a2285c9eab23324f0662d632a71c3dfb8">SetInstanceName</a>(const std::wstring &amp;instancename)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a68911c4f43b3a324a7708419874f74d0">SetIPAddress</a>(const std::wstring &amp;ipaddress)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a8dbac53f45e575b072b07c402893d61c">SetNamedPipeValue</a>(const std::wstring &amp;namedpipe)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#af3342f69572d0f77573b34ea02dd3af4">SetPassword</a>(const std::wstring &amp;password)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#accc9fbd54467d839619813a9201ce52e">SetPort</a>(int port)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#ad091096b0bf88f734186ecac8c7cb65d">SetProtocol</a>(AppSecInc::Databases::ODBC::ODBCConnectionProtocol protocol)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#affbb912fafde6c94388914b9f85effab">SetTrustedAuth</a>(bool value)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a90fcd85bd0ec38f474759c9385451ac2">SetUsername</a>(const std::wstring &amp;username)</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html#a27fbca5bdbd4c0ec4ce334955d5f7f61">~MSSQLConnectionInfo</a>()</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info.html">AppSecInc::Databases::MSSQL::MSSQLConnectionInfo</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_o_d_b_c_1_1_o_d_b_c_connection_info.html#a36c2641fdf34053ca30b87400a61802c">~ODBCConnectionInfo</a>()</td><td class="entry"><a class="el" href="class_app_sec_inc_1_1_databases_1_1_o_d_b_c_1_1_o_d_b_c_connection_info.html">AppSecInc::Databases::ODBC::ODBCConnectionInfo</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <br><hr noshade> <table width="100%"> <tr> <td valign="top" align="left"> <font size="1">&copy; Application Security Inc. - All Rights Reserved</font> </td> <td valign="top" align="right"> <a href="http://msiext.codeplex.com" target="_blank">http://msiext.codeplex.com</a> </td> </tr> </table> </body> <head> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> </html>
developmentalmadness/HelloWiX
lib/msiext-1.4/Docs/class_app_sec_inc_1_1_databases_1_1_m_s_s_q_l_1_1_m_s_s_q_l_connection_info-members.html
HTML
apache-2.0
20,294
<!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 play.mvc.CookieDataCodec (Play! 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 play.mvc.CookieDataCodec (Play! 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="../../../play/mvc/CookieDataCodec.html" title="class in play.mvc">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?play/mvc/class-use/CookieDataCodec.html" target="_top">Frames</a></li> <li><a href="CookieDataCodec.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 play.mvc.CookieDataCodec" class="title">Uses of Class<br>play.mvc.CookieDataCodec</h2> </div> <div class="classUseContainer">No usage of play.mvc.CookieDataCodec</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="../../../play/mvc/CookieDataCodec.html" title="class in play.mvc">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?play/mvc/class-use/CookieDataCodec.html" target="_top">Frames</a></li> <li><a href="CookieDataCodec.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><a href="http://guillaume.bort.fr">Guillaume Bort</a> &amp; <a href="http://www.zenexity.fr">zenexity</a> - Distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 licence</a>, without any warrantly</small></p> </body> </html>
play1-maven-plugin/play1-maven-plugin.github.io
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.5.0/play/mvc/class-use/CookieDataCodec.html
HTML
apache-2.0
4,405
<!-- Copyright 2020 IBM Corp. 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. --> <script type="text/x-red" data-template-name="visual-recognition-util-v4"> <div class="form-row"> <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> <input type="text" id="node-input-name" placeholder="Name"> </div> <div id="credentials-check" class="form-row"> <div class="form-tips"> <i class="fa fa-question-circle"></i><b> Please wait: </b> Checking for bound service credentials... </div> </div> <div class="form-row credentials" style="display: none;"> <label for="node-input-apikey"><i class="fa fa-key"></i> API Key</label> <input type="password" id="node-input-apikey" placeholder="API Key"> </div> <div class="form-row credentials"> <label for="node-input-vr-service-endpoint"><i class="fa fa-tag"></i> Service Endpoint</label> <input type="text" id="node-input-vr-service-endpoint" placeholder="https://gateway.watsonplatform.net/visual-recognition/api"> </div> <div class="form-row"> <label for="node-input-image-feature"><i class="fa fa-book"></i> Mode: </label> <select type="text" id="node-input-image-feature" style="display: inline-block; width: 70%;"> <option value="analyze">Analyze Images</option> <option disabled>______________</option> <option value="createCollection">Create a collection</option> <option value="listCollections">List collections</option> <option value="getCollection">Get collection details</option> <option value="updateCollection">Update name or description of a collection</option> <option value="deleteCollection">Delete a collection</option> <option value="deleteAllCollections">Delete all collections</option> <option disabled>______________</option> <option value="addImages">Add image to collection</option> <option value="listImages">List images in a collection</option> <option value="getImageDetails">Get details of image in collection</option> <option value="deleteImage">Delete image from collection</option> <option value="getJpegImage">Get JPEG image from collection</option> <option disabled>______________</option> <option value="train">Train a collection</option> <option value="addImageTrainingData">Add training data to image</option> <option value="getTrainingUsage">Get training usage</option> </select> </div> </script> <script type="text/javascript"> // Need to simulate a namespace, as some of the variables had started to leak across nodes function VISUALRECOGNITIONV4 () { } // This is the namespace for VISUALRECOGNITIONV4. Currently only contains models, but more vars and functions may need to be // moved in if there is a clash with other nodes. var visualrecognitionv4 = new VISUALRECOGNITIONV4(); visualrecognitionv4.language_selected = ''; // Save the values in the dynamic lists to the hidden fields. function oneditsave(){ visualrecognitionv4.language_selected = $('#node-input-lang').val(); } (function() { RED.nodes.registerType('visual-recognition-util-v4', { category: 'IBM Watson', defaults: { name: {value: ""}, 'vr-service-endpoint' :{value: ""}, "image-feature": {value: ""} }, credentials: { apikey: {type:"password"} }, color: 'rgb(228, 189, 200)', inputs: 1, outputs: 1, icon: "VR-v3-pink.png", paletteLabel: "visual recognition V4 collection utilities", label: function() { return this.name || "visual recognition V4 collection utilities"; }, labelStyle: function() { return this.name ? "node_label_italic" : ""; }, oneditprepare: function() { $.getJSON('watson-visual-recognition-v4/vcap/') .done(function (service) { $('.credentials').toggle(!service); }) .fail(function () { $('.credentials').show(); }) .always(function () { $('#credentials-check').hide(); }) } }); })(); </script> <script type="text/x-red" data-help-name="visual-recognition-util-v4"> <p> This node enables you to use the training features of the Watson Visual Recognition service V4 that aims to identify scenes and objects in images you upload to the service. Using this node you can create and train a custom classifier to identify subjects that suit your needs.</p> <p>The following features are available :</p> <ul> <li>Analysis <ul> <li><b>Analyze Images</b></li> </ul> </li> <li>Collections <ul> <li><b>Create a collection</b></li> <li><b>List collections</b></li> <li><b>Get collection details</b></li> <li><b>Update collection</b></li> <li><b>Delete collection</b></li> <li><b>Delete all collections</b></li> </ul> </li> <li>Images <ul> <li><b>Add images to collection</b></li> <li><b>List images in collection</b></li> <li><b>Get details of image in collection</b></li> <li><b>Delete image from collection</b></li> <li><b>Get JPEG image from collection</b></li> </ul> </li> <li>Training <ul> <li><b>Train a collection</b></li> <li><b>Add training data to an image</b></li> <li><b>Get training usage</b></li> </ul> </li> </ul> <p>All Results will made available at <code>msg.payload</code></p> <p><b>Analyze Images</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.payload</code> : Either a zip of image files or an array of URLs of image files (Required)</li> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["threshold"]</code> : Minimum score for matches (Optional)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#add-images"> API documentation</a>.</p> <p><b>Create a collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["name"]</code> : The name of the collection (Required)</li> <li><code>msg.params["description"]</code> : The description of the collection (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#create-a-collection"> API documentation</a>.</p> <p><b>List collections</b></p> <p>No input parameters are required : </p> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#list-collections"> API documentation</a>.</p> <p><b>Get collection details</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#get-collection-details"> API documentation</a>.</p> <p><b>Update collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["name"]</code> : The name of the collection (Optional)</li> <li><code>msg.params["description"]</code> : The description of the collection (Optional)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#get-collection-details"> API documentation</a>.</p> <p><b>Delete collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#update-a-collection"> API documentation</a>.</p> <p><b>Delete all collections</b></p> <p>No input parameters are required : </p> <p><b>Add images to collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.payload</code> : Either a zip of image files or an array of URLs of image files (Required)</li> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["trainingData"]</code> : Training data if a single image is provided locating objects in image as a JSON object (Optional)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#add-images"> API documentation</a>.</p> <p><b>List images in collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#list-images"> API documentation</a>.</p> <p><b>Get details of image in collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["imageId"]</code> : The identifier of the image (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#get-image-details"> API documentation</a>.</p> <p><b>Delete image from collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["imageId"]</code> : The identifier of the image (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#delete-an-image"> API documentation</a>.</p> <p><b>Get JPEG image from collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["imageId"]</code> : The identifier of the image (Required)</li> <li><code>msg.params["size"]</code> : Set to either 'full' or 'thumbnail' (Optional)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#get-a-jpeg-file-of-an-image"> API documentation</a>.</p> <p><b>Train a collection</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#train-a-collection"> API documentation</a>.</p> <p><b>Add training data to an image</b></p> <p>this feature should be provided in input : </p> <ul> <li><code>msg.params["collectionId"]</code> : The identifier of the collection (Required)</li> <li><code>msg.params["imageId"]</code> : The identifier of the image (Required)</li> <li><code>msg.params["objects"]</code> : An array of training data (Required)</li> </ul> <p>More information on this <a href="https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v4?code=node#add-training-data-to-an-image"> API documentation</a>.</p> <p><b>Get training usage</b></p> <p>No input parameters are required : </p> </script>
chughts/node-red-node-watson
services/visual_recognition/v4-collection-utils.html
HTML
apache-2.0
13,154
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js" ></script> <title>222</title> <script> function haha(){ // alert('haahha'); // document.getElementById("rose").load("http://bbdoo.github.io/some/rose.html"); $("#rose").load("../some/rose.html"); } window.onload=haha; </script> </head> <body> <script> haha(); </script> <div id="rose"> </div> </body> </html>
bbdoo/bbdoo.github.io
test/fl.html
HTML
apache-2.0
523
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>sce-deck 0.1-SNAPSHOT Reference Package com.ibm.bpm.sce.imagebuilder</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> <h3> <a href="package-summary.html" target="classFrame">com.ibm.bpm.sce.imagebuilder</a> </h3> <h3>Classes</h3> <ul> <li> <a href="BPMImageHandlerTest.html" target="classFrame">BPMImageHandlerTest</a> </li> <li> <a href="DevWindowsImageBuilderTest.html" target="classFrame">DevWindowsImageBuilderTest</a> </li> <li> <a href="ExistingInstance2Bpmv85ImageBuilderTest.html" target="classFrame">ExistingInstance2Bpmv85ImageBuilderTest</a> </li> <li> <a href="StandardWindowsImageBuilderTest.html" target="classFrame">StandardWindowsImageBuilderTest</a> </li> </ul> </body> </html>
Samurais/sce_deck
docs/xref-test/com/ibm/bpm/sce/imagebuilder/package-frame.html
HTML
apache-2.0
1,216
<!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>Polyhedron &mdash; SymPy 0.7.4.1 documentation</title> <link rel="stylesheet" href="../../_static/pythonista.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../', VERSION: '0.7.4.1', 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="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"></script> <link rel="shortcut icon" href="../../_static/SymPy-Favicon.ico"/> <link rel="top" title="SymPy 0.7.4.1 documentation" href="../../index.html" /> <link rel="up" title="Combinatorics Module" href="index.html" /> <link rel="next" title="Prufer Sequences" href="prufer.html" /> <link rel="prev" title="Permutation Groups" href="perm_groups.html" /> </head> <body ontouchstart=""> <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="../../np-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="prufer.html" title="Prufer Sequences" accesskey="N">next</a> |</li> <li class="right" > <a href="perm_groups.html" title="Permutation Groups" accesskey="P">previous</a> |</li> <li><a href="../../index.html">SymPy 0.7.4.1 documentation</a> &raquo;</li> <li><a href="../index.html" >SymPy Modules Reference</a> &raquo;</li> <li><a href="index.html" accesskey="U">Combinatorics Module</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="body"> <div class="section" id="module-sympy.combinatorics.polyhedron"> <span id="polyhedron"></span><span id="combinatorics-polyhedron"></span><h1>Polyhedron<a class="headerlink" href="#module-sympy.combinatorics.polyhedron" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="sympy.combinatorics.polyhedron.Polyhedron"> <em class="property">class </em><tt class="descclassname">sympy.combinatorics.polyhedron.</tt><tt class="descname">Polyhedron</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron" title="Permalink to this definition">¶</a></dt> <dd><p>Represents the polyhedral symmetry group (PSG).</p> <p>The PSG is one of the symmetry groups of the Platonic solids. There are three polyhedral groups: the tetrahedral group of order 12, the octahedral group of order 24, and the icosahedral group of order 60.</p> <p>All doctests have been given in the docstring of the constructor of the object.</p> <p class="rubric">References</p> <p><a class="reference external" href="http://mathworld.wolfram.com/PolyhedralGroup.html">http://mathworld.wolfram.com/PolyhedralGroup.html</a></p> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.array_form"> <tt class="descname">array_form</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.array_form" title="Permalink to this definition">¶</a></dt> <dd><p>Return the indices of the corners.</p> <p>The indices are given relative to the original position of corners.</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.corners" title="sympy.combinatorics.polyhedron.Polyhedron.corners"><tt class="xref py py-obj docutils literal"><span class="pre">corners</span></tt></a>, <a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.cyclic_form" title="sympy.combinatorics.polyhedron.Polyhedron.cyclic_form"><tt class="xref py py-obj docutils literal"><span class="pre">cyclic_form</span></tt></a></p> </div> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics</span> <span class="kn">import</span> <span class="n">Permutation</span><span class="p">,</span> <span class="n">Cycle</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics.polyhedron</span> <span class="kn">import</span> <span class="n">tetrahedron</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">tetrahedron</span><span class="o">.</span><span class="n">array_form</span> <span class="go">[0, 1, 2, 3]</span> </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">tetrahedron</span><span class="o">.</span><span class="n">rotate</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">tetrahedron</span><span class="o">.</span><span class="n">array_form</span> <span class="go">[0, 2, 3, 1]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">tetrahedron</span><span class="o">.</span><span class="n">pgroup</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">array_form</span> <span class="go">[0, 2, 3, 1]</span> </pre></div> </div> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.corners"> <tt class="descname">corners</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.corners" title="Permalink to this definition">¶</a></dt> <dd><p>Get the corners of the Polyhedron.</p> <p>The method <tt class="docutils literal"><span class="pre">vertices</span></tt> is an alias for <tt class="docutils literal"><span class="pre">corners</span></tt>.</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.array_form" title="sympy.combinatorics.polyhedron.Polyhedron.array_form"><tt class="xref py py-obj docutils literal"><span class="pre">array_form</span></tt></a>, <a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.cyclic_form" title="sympy.combinatorics.polyhedron.Polyhedron.cyclic_form"><tt class="xref py py-obj docutils literal"><span class="pre">cyclic_form</span></tt></a></p> </div> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics</span> <span class="kn">import</span> <span class="n">Polyhedron</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.abc</span> <span class="kn">import</span> <span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">,</span> <span class="n">d</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">p</span> <span class="o">=</span> <span class="n">Polyhedron</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="s">&#39;abcd&#39;</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">p</span><span class="o">.</span><span class="n">corners</span> <span class="o">==</span> <span class="n">p</span><span class="o">.</span><span class="n">vertices</span> <span class="o">==</span> <span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">,</span> <span class="n">d</span><span class="p">)</span> <span class="go">True</span> </pre></div> </div> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.cyclic_form"> <tt class="descname">cyclic_form</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.cyclic_form" title="Permalink to this definition">¶</a></dt> <dd><p>Return the indices of the corners in cyclic notation.</p> <p>The indices are given relative to the original position of corners.</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.corners" title="sympy.combinatorics.polyhedron.Polyhedron.corners"><tt class="xref py py-obj docutils literal"><span class="pre">corners</span></tt></a>, <a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.array_form" title="sympy.combinatorics.polyhedron.Polyhedron.array_form"><tt class="xref py py-obj docutils literal"><span class="pre">array_form</span></tt></a></p> </div> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.edges"> <tt class="descname">edges</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.edges" title="Permalink to this definition">¶</a></dt> <dd><p>Given the faces of the polyhedra we can get the edges.</p> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics</span> <span class="kn">import</span> <span class="n">Polyhedron</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.abc</span> <span class="kn">import</span> <span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">corners</span> <span class="o">=</span> <span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">faces</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="mi">2</span><span class="p">)]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">Polyhedron</span><span class="p">(</span><span class="n">corners</span><span class="p">,</span> <span class="n">faces</span><span class="p">)</span><span class="o">.</span><span class="n">edges</span> <span class="go">{(0, 1), (0, 2), (1, 2)}</span> </pre></div> </div> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.faces"> <tt class="descname">faces</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.faces" title="Permalink to this definition">¶</a></dt> <dd><p>Get the faces of the Polyhedron.</p> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.pgroup"> <tt class="descname">pgroup</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.pgroup" title="Permalink to this definition">¶</a></dt> <dd><p>Get the permutations of the Polyhedron.</p> </dd></dl> <dl class="method"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.reset"> <tt class="descname">reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.reset" title="Permalink to this definition">¶</a></dt> <dd><p>Return corners to their original positions.</p> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics.polyhedron</span> <span class="kn">import</span> <span class="n">tetrahedron</span> <span class="k">as</span> <span class="n">T</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">T</span><span class="o">.</span><span class="n">corners</span> <span class="go">(0, 1, 2, 3)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">T</span><span class="o">.</span><span class="n">rotate</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">T</span><span class="o">.</span><span class="n">corners</span> <span class="go">(0, 2, 3, 1)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">T</span><span class="o">.</span><span class="n">reset</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">T</span><span class="o">.</span><span class="n">corners</span> <span class="go">(0, 1, 2, 3)</span> </pre></div> </div> </dd></dl> <dl class="method"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.rotate"> <tt class="descname">rotate</tt><big>(</big><em>perm</em><big>)</big><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.rotate" title="Permalink to this definition">¶</a></dt> <dd><p>Apply a permutation to the polyhedron <em>in place</em>. The permutation may be given as a Permutation instance or an integer indicating which permutation from pgroup of the Polyhedron should be applied.</p> <p>This is an operation that is analogous to rotation about an axis by a fixed increment.</p> <p class="rubric">Notes</p> <p>When a Permutation is applied, no check is done to see if that is a valid permutation for the Polyhedron. For example, a cube could be given a permutation which effectively swaps only 2 vertices. A valid permutation (that rotates the object in a physical way) will be obtained if one only uses permutations from the <tt class="docutils literal"><span class="pre">pgroup</span></tt> of the Polyhedron. On the other hand, allowing arbitrary rotations (applications of permutations) gives a way to follow named elements rather than indices since Polyhedron allows vertices to be named while Permutation works only with indices.</p> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics</span> <span class="kn">import</span> <span class="n">Polyhedron</span><span class="p">,</span> <span class="n">Permutation</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics.polyhedron</span> <span class="kn">import</span> <span class="n">cube</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cube</span><span class="o">.</span><span class="n">corners</span> <span class="go">(0, 1, 2, 3, 4, 5, 6, 7)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cube</span><span class="o">.</span><span class="n">rotate</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cube</span><span class="o">.</span><span class="n">corners</span> <span class="go">(1, 2, 3, 0, 5, 6, 7, 4)</span> </pre></div> </div> <p>A non-physical &#8220;rotation&#8221; that is not prohibited by this method:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">cube</span><span class="o">.</span><span class="n">reset</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cube</span><span class="o">.</span><span class="n">rotate</span><span class="p">(</span><span class="n">Permutation</span><span class="p">([[</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">]],</span> <span class="n">size</span><span class="o">=</span><span class="mi">8</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cube</span><span class="o">.</span><span class="n">corners</span> <span class="go">(0, 2, 1, 3, 4, 5, 6, 7)</span> </pre></div> </div> <p>Polyhedron can be used to follow elements of set that are identified by letters instead of integers:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">shadow</span> <span class="o">=</span> <span class="n">h5</span> <span class="o">=</span> <span class="n">Polyhedron</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="s">&#39;abcde&#39;</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">p</span> <span class="o">=</span> <span class="n">Permutation</span><span class="p">([</span><span class="mi">3</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="mi">2</span><span class="p">,</span> <span class="mi">4</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">h5</span><span class="o">.</span><span class="n">rotate</span><span class="p">(</span><span class="n">p</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">h5</span><span class="o">.</span><span class="n">corners</span> <span class="go">(d, a, b, c, e)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">_</span> <span class="o">==</span> <span class="n">shadow</span><span class="o">.</span><span class="n">corners</span> <span class="go">True</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">copy</span> <span class="o">=</span> <span class="n">h5</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">h5</span><span class="o">.</span><span class="n">rotate</span><span class="p">(</span><span class="n">p</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">h5</span><span class="o">.</span><span class="n">corners</span> <span class="o">==</span> <span class="n">copy</span><span class="o">.</span><span class="n">corners</span> <span class="go">False</span> </pre></div> </div> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.size"> <tt class="descname">size</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.size" title="Permalink to this definition">¶</a></dt> <dd><p>Get the number of corners of the Polyhedron.</p> </dd></dl> <dl class="attribute"> <dt id="sympy.combinatorics.polyhedron.Polyhedron.vertices"> <tt class="descname">vertices</tt><a class="headerlink" href="#sympy.combinatorics.polyhedron.Polyhedron.vertices" title="Permalink to this definition">¶</a></dt> <dd><p>Get the corners of the Polyhedron.</p> <p>The method <tt class="docutils literal"><span class="pre">vertices</span></tt> is an alias for <tt class="docutils literal"><span class="pre">corners</span></tt>.</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.array_form" title="sympy.combinatorics.polyhedron.Polyhedron.array_form"><tt class="xref py py-obj docutils literal"><span class="pre">array_form</span></tt></a>, <a class="reference internal" href="#sympy.combinatorics.polyhedron.Polyhedron.cyclic_form" title="sympy.combinatorics.polyhedron.Polyhedron.cyclic_form"><tt class="xref py py-obj docutils literal"><span class="pre">cyclic_form</span></tt></a></p> </div> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.combinatorics</span> <span class="kn">import</span> <span class="n">Polyhedron</span> <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy.abc</span> <span class="kn">import</span> <span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">,</span> <span class="n">d</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">p</span> <span class="o">=</span> <span class="n">Polyhedron</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="s">&#39;abcd&#39;</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">p</span><span class="o">.</span><span class="n">corners</span> <span class="o">==</span> <span class="n">p</span><span class="o">.</span><span class="n">vertices</span> <span class="o">==</span> <span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">,</span> <span class="n">c</span><span class="p">,</span> <span class="n">d</span><span class="p">)</span> <span class="go">True</span> </pre></div> </div> </dd></dl> </dd></dl> </div> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy; Copyright 2013 SymPy Development Team. Last updated on May 03, 2016. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1. </div> </body> </html>
leesavide/pythonista-docs
Documentation/sympy/modules/combinatorics/polyhedron.html
HTML
apache-2.0
21,601
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Thu Apr 06 08:02:46 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.wildfly.swarm.topology (Public javadocs 2017.4.0 API)</title> <meta name="date" content="2017-04-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="Uses of Package org.wildfly.swarm.topology (Public javadocs 2017.4.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>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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.4.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/topology/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 org.wildfly.swarm.topology" class="title">Uses of Package<br>org.wildfly.swarm.topology</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="../../../../org/wildfly/swarm/topology/package-summary.html">org.wildfly.swarm.topology</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.netflix.ribbon">org.wildfly.swarm.netflix.ribbon</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.topology">org.wildfly.swarm.topology</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.netflix.ribbon"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../org/wildfly/swarm/topology/package-summary.html">org.wildfly.swarm.topology</a> used by <a href="../../../../org/wildfly/swarm/netflix/ribbon/package-summary.html">org.wildfly.swarm.netflix.ribbon</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="../../../../org/wildfly/swarm/topology/class-use/TopologyArchive.html#org.wildfly.swarm.netflix.ribbon">TopologyArchive</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.topology"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../org/wildfly/swarm/topology/package-summary.html">org.wildfly.swarm.topology</a> used by <a href="../../../../org/wildfly/swarm/topology/package-summary.html">org.wildfly.swarm.topology</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="../../../../org/wildfly/swarm/topology/class-use/AdvertisementHandle.html#org.wildfly.swarm.topology">AdvertisementHandle</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../org/wildfly/swarm/topology/class-use/Topology.html#org.wildfly.swarm.topology">Topology</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../org/wildfly/swarm/topology/class-use/Topology.Entry.html#org.wildfly.swarm.topology">Topology.Entry</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../org/wildfly/swarm/topology/class-use/TopologyArchive.html#org.wildfly.swarm.topology">TopologyArchive</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../org/wildfly/swarm/topology/class-use/TopologyListener.html#org.wildfly.swarm.topology">TopologyListener</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../org/wildfly/swarm/topology/class-use/TopologyMessages.html#org.wildfly.swarm.topology">TopologyMessages</a>&nbsp;</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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.4.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/topology/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 ======= --> <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>
wildfly-swarm/wildfly-swarm-javadocs
2017.4.0/apidocs/org/wildfly/swarm/topology/package-use.html
HTML
apache-2.0
7,691
<!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>Generate Text &mdash; Editorial Documentation</title> <link rel="stylesheet" href="../../_static/pythonista.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../', VERSION: '2.7.4', 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> <link rel="search" type="application/opensearchdescription+xml" title="Search within Editorial 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="Editorial Documentation" href="../../index.html" /> <link rel="shortcut icon" type="image/png" href="../../_static/py.png" /> <meta name = "viewport" content = "width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0"> <script type="text/javascript"> var getTextForSample = function(i) { codeBlock = document.getElementsByClassName('highlight-python')[i]; return codeBlock.innerText; } var copySample = function (i) { window.location.href = '/__pythonista_copy__/' + encodeURI(getTextForSample(i)); } var openSample = function (i) { window.location.href = '/__pythonista_open__/' + encodeURI(getTextForSample(i)); } //Source: http://ejohn.org/blog/partial-functions-in-javascript/ Function.prototype.partial = function() { var fn = this, args = Array.prototype.slice.call(arguments); return function() { var arg = 0; for (var i = 0; i < args.length && arg < arguments.length; i++) if (args[i] === undefined) args[i] = arguments[arg++]; return fn.apply(this, args); }; }; window.onload=function() { //Add "Copy" and "Open in Editor" buttons for code samples: var inApp = navigator.userAgent.match(/AppleWebKit/i) != null && navigator.userAgent.match(/Safari/i) == null; if (inApp) { codeBlocks = document.getElementsByClassName('highlight-python'); for (var i = 0; i < codeBlocks.length; i++) { codeBlock = codeBlocks[i]; if (codeBlock.innerText.indexOf('>>>') == 0) { //Don't add header for interactive sessions continue; } var codeHeader = document.createElement('div'); codeHeader.className = 'pythonista-code-header'; var copyButton = document.createElement('button'); copyButton.className = 'pythonista-button'; copyButton.innerText = 'Copy'; copyButton.addEventListener('click', copySample.partial(i)); codeHeader.appendChild(copyButton); codeBlock.parentElement.insertBefore(codeHeader, codeBlock); } } } </script> </head> <body ontouchstart=""> <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><a href="http://omz-software.com/editorial"><img src="../../_static/py.png" alt="" style="vertical-align: middle; margin-top: -4px; margin-right: 4px;"/></a></li> <li><a href="../../index.html">Editorial Documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="body"> <div class="section" id="generate-text"> <span id="workflow-action-format-text"></span><h1>Generate Text<a class="headerlink" href="#generate-text" title="Permalink to this headline">¶</a></h1> <p><em>Passes the given text (with variables filled in) as input to the next action</em></p> <p>This can be useful for producing input for &#8220;filter&#8221; actions and for combining multiple variables into a single piece of text.</p> <ul class="simple"> <li><strong>Input:</strong> Can be used in the <cite>Text</cite> parameter</li> <li><strong>Output:</strong> The text with any variables and placeholders filled in</li> </ul> <div class="section" id="parameters"> <h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><strong>Text:</strong> The output text &#8211; can contain variable placeholders</li> </ul> </div> <div class="section" id="see-also"> <h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><a class="reference internal" href="action-set-variable.html#workflow-action-set-variable"><em>Set Variable</em></a></li> </ul> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="footer"> &copy; <a href="../../copyright.html">Copyright</a> 1990-2017, 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 Jan 16, 2017. <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>
leesavide/editorial-docs
Documentation/ios_workflows/special/action-generate-text.html
HTML
apache-2.0
6,332
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>SplineKnot (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SplineKnot (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SplineKnot.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/poi/xdgf/usermodel/section/geometry/RelQuadBezTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html" target="_top">FRAMES</a></li> <li><a href="SplineKnot.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <p class="subTitle">org.apache.poi.xdgf.usermodel.section.geometry</p> <h2 title="Class SplineKnot" class="title">Class SplineKnot</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.poi.xdgf.usermodel.section.geometry.SplineKnot</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a></dd> </dl> <hr> <br> <pre>public class <strong>SplineKnot</strong> extends java.lang.Object implements <a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a></pre> <div class="block">Contains x- and y-coordinates for a spline's control point and a spline's knot.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#SplineKnot(com.microsoft.schemas.office.visio.x2012.main.RowType)">SplineKnot</a></strong>(com.microsoft.schemas.office.visio.x2012.main.RowType&nbsp;row)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#addToPath(java.awt.geom.Path2D.Double, org.apache.poi.xdgf.usermodel.XDGFShape)">addToPath</a></strong>(java.awt.geom.Path2D.Double&nbsp;path, <a href="../../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;parent)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Double</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#getA()">getA</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#getDel()">getDel</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Double</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#getX()">getX</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Double</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#getY()">getY</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#setupMaster(org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow)">setupMaster</a></strong>(<a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>&nbsp;row)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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="SplineKnot(com.microsoft.schemas.office.visio.x2012.main.RowType)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SplineKnot</h4> <pre>public&nbsp;SplineKnot(com.microsoft.schemas.office.visio.x2012.main.RowType&nbsp;row)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getDel()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDel</h4> <pre>public&nbsp;boolean&nbsp;getDel()</pre> </li> </ul> <a name="getX()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getX</h4> <pre>public&nbsp;java.lang.Double&nbsp;getX()</pre> </li> </ul> <a name="getY()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getY</h4> <pre>public&nbsp;java.lang.Double&nbsp;getY()</pre> </li> </ul> <a name="getA()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getA</h4> <pre>public&nbsp;java.lang.Double&nbsp;getA()</pre> </li> </ul> <a name="setupMaster(org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setupMaster</h4> <pre>public&nbsp;void&nbsp;setupMaster(<a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a>&nbsp;row)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html#setupMaster(org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow)">setupMaster</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a></code></dd> </dl> </li> </ul> <a name="addToPath(java.awt.geom.Path2D.Double, org.apache.poi.xdgf.usermodel.XDGFShape)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addToPath</h4> <pre>public&nbsp;void&nbsp;addToPath(java.awt.geom.Path2D.Double&nbsp;path, <a href="../../../../../../../org/apache/poi/xdgf/usermodel/XDGFShape.html" title="class in org.apache.poi.xdgf.usermodel">XDGFShape</a>&nbsp;parent)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html#addToPath(java.awt.geom.Path2D.Double, org.apache.poi.xdgf.usermodel.XDGFShape)">addToPath</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/GeometryRow.html" title="interface in org.apache.poi.xdgf.usermodel.section.geometry">GeometryRow</a></code></dd> </dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/SplineKnot.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/poi/xdgf/usermodel/section/geometry/RelQuadBezTo.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../../../org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.html" title="class in org.apache.poi.xdgf.usermodel.section.geometry"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html" target="_top">FRAMES</a></li> <li><a href="SplineKnot.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
Aarhus-BSS/Aarhus-Research-Rebuilt
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/xdgf/usermodel/section/geometry/SplineKnot.html
HTML
apache-2.0
14,083
<!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"/> <!-- version /docs/1.0.0-beta.12 should not be indexed --> <meta name="robots" content="noindex"> <title>$ionicModal - Service 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>$ionicModal</h3> <h4>Service 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/service/$ionicModal/" > nightly </option> <option value="/docs/api/service/$ionicModal/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/service/$ionicModal/" > 1.0.1 </option> <option value="/docs/1.0.0/api/service/$ionicModal/" > 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/service/$ionicModal/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/service/$ionicModal/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/service/$ionicModal/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/service/$ionicModal/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/service/$ionicModal/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/service/$ionicModal/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/service/$ionicModal/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/service/$ionicModal/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/service/$ionicModal/" selected> 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/service/$ionicModal/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/service/$ionicModal/" > 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/1.0.0-beta.12/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Events --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/onHold/" class="api-section"> Events </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicGesture/" class="api-section"> Gesture </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/1.0.0-beta.12/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/navClear/"> nav-clear </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/1.0.0-beta.12/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/1.0.0-beta.12/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/1.0.0-beta.12/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/1.0.0-beta.12/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/service/modal.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/service/modal.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> $ionicModal </h1> <p>Related: <a href="/docs/api/controller/ionicModal/">ionicModal controller</a>.</p> <p>The Modal is a content pane that can go over the user&#39;s main view temporarily. Usually used for making a choice or editing an item.</p> <p>Put the content of the modal inside of an <code>&lt;ion-modal-view&gt;</code> element.</p> <p>Note: a modal will broadcast &#39;modal.shown&#39;, &#39;modal.hidden&#39;, and &#39;modal.removed&#39; events from its originating scope, passing in itself as an event argument. Both the modal.removed and modal.hidden events are called when the modal is removed.</p> <h2>Usage</h2> <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;my-modal.html&quot;</span> <span class="na">type=</span><span class="s">&quot;text/ng-template&quot;</span><span class="nt">&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">modal</span><span class="o">-</span><span class="nx">view</span><span class="o">&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">header</span><span class="o">-</span><span class="nx">bar</span><span class="o">&gt;</span> <span class="o">&lt;</span><span class="nx">h1</span> <span class="kr">class</span><span class="o">=</span><span class="s2">&quot;title&quot;</span><span class="o">&gt;</span><span class="nx">My</span> <span class="nx">Modal</span> <span class="nx">title</span><span class="o">&lt;</span><span class="err">/h1&gt;</span> <span class="o">&lt;</span><span class="err">/ion-header-bar&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">content</span><span class="o">&gt;</span> <span class="nx">Hello</span><span class="o">!</span> <span class="o">&lt;</span><span class="err">/ion-content&gt;</span> <span class="o">&lt;</span><span class="err">/ion-modal-view&gt;</span> <span class="nt">&lt;/script&gt;</span> </code></pre></div><div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">angular</span><span class="p">.</span><span class="nx">module</span><span class="p">(</span><span class="s1">&#39;testApp&#39;</span><span class="p">,</span> <span class="p">[</span><span class="s1">&#39;ionic&#39;</span><span class="p">])</span> <span class="p">.</span><span class="nx">controller</span><span class="p">(</span><span class="s1">&#39;MyController&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">(</span><span class="nx">$scope</span><span class="p">,</span> <span class="nx">$ionicModal</span><span class="p">)</span> <span class="p">{</span> <span class="nx">$ionicModal</span><span class="p">.</span><span class="nx">fromTemplateUrl</span><span class="p">(</span><span class="s1">&#39;my-modal.html&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">scope</span><span class="o">:</span> <span class="nx">$scope</span><span class="p">,</span> <span class="nx">animation</span><span class="o">:</span> <span class="s1">&#39;slide-in-up&#39;</span> <span class="p">}).</span><span class="nx">then</span><span class="p">(</span><span class="kd">function</span><span class="p">(</span><span class="nx">modal</span><span class="p">)</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span> <span class="o">=</span> <span class="nx">modal</span><span class="p">;</span> <span class="p">});</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">openModal</span> <span class="o">=</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span><span class="p">.</span><span class="nx">show</span><span class="p">();</span> <span class="p">};</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">closeModal</span> <span class="o">=</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span><span class="p">.</span><span class="nx">hide</span><span class="p">();</span> <span class="p">};</span> <span class="c1">//Cleanup the modal when we&#39;re done with it!</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">$on</span><span class="p">(</span><span class="s1">&#39;$destroy&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span><span class="p">.</span><span class="nx">remove</span><span class="p">();</span> <span class="p">});</span> <span class="c1">// Execute action on hide modal</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">$on</span><span class="p">(</span><span class="s1">&#39;modal.hidden&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="c1">// Execute action</span> <span class="p">});</span> <span class="c1">// Execute action on remove modal</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">$on</span><span class="p">(</span><span class="s1">&#39;modal.removed&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="c1">// Execute action</span> <span class="p">});</span> <span class="p">});</span> </code></pre></div> <h2>Methods</h2> <div id="fromTemplate"></div> <h2> <code>fromTemplate(templateString, options)</code> </h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> templateString </td> <td> <code>string</code> </td> <td> <p>The template string to use as the modal&#39;s content.</p> </td> </tr> <tr> <td> options </td> <td> <code>object</code> </td> <td> <p>Options to be passed <a href="/docs/api/controller/ionicModal/#initialize">ionicModal#initialize</a> method.</p> </td> </tr> </tbody> </table> <ul> <li>Returns: <code>object</code> An instance of an <a href="/docs/api/controller/ionicModal/"><code>ionicModal</code></a> controller.</li> </ul> <div id="fromTemplateUrl"></div> <h2> <code>fromTemplateUrl(templateUrl, options)</code> </h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> templateUrl </td> <td> <code>string</code> </td> <td> <p>The url to load the template from.</p> </td> </tr> <tr> <td> options </td> <td> <code>object</code> </td> <td> <p>Options to be passed <a href="/docs/api/controller/ionicModal/#initialize">ionicModal#initialize</a> method. options object.</p> </td> </tr> </tbody> </table> <ul> <li>Returns: <code>promise</code> A promise that will be resolved with an instance of an <a href="/docs/api/controller/ionicModal/"><code>ionicModal</code></a> controller.</li> </ul> </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>
saimandeper/ionic-site
_site/docs/1.0.0-beta.12/api/service/$ionicModal/index.html
HTML
apache-2.0
36,447
<!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_35) on Sat Jun 29 01:13:35 PDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.quartz.impl.triggers.CronTriggerImpl (Quartz Enterprise Job Scheduler 2.2.0 API) </TITLE> <META NAME="date" CONTENT="2013-06-29"> <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.quartz.impl.triggers.CronTriggerImpl (Quartz Enterprise Job Scheduler 2.2.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/quartz/impl/triggers/CronTriggerImpl.html" title="class in org.quartz.impl.triggers"><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/quartz/impl/triggers//class-useCronTriggerImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CronTriggerImpl.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.quartz.impl.triggers.CronTriggerImpl</B></H2> </CENTER> No usage of org.quartz.impl.triggers.CronTriggerImpl <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/quartz/impl/triggers/CronTriggerImpl.html" title="class in org.quartz.impl.triggers"><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/quartz/impl/triggers//class-useCronTriggerImpl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CronTriggerImpl.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 2001-2013, Terracotta, Inc. </BODY> </HTML>
suthat/signal
vendor/quartz-2.2.0/javadoc/org/quartz/impl/triggers/class-use/CronTriggerImpl.html
HTML
apache-2.0
6,117
<!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:25 IST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.solr.handler.dataimport.config.EntityField.Builder (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.handler.dataimport.config.EntityField.Builder (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/handler/dataimport/config/EntityField.Builder.html" title="class in org.apache.solr.handler.dataimport.config">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/handler/dataimport/config/class-use/EntityField.Builder.html" target="_top">Frames</a></li> <li><a href="EntityField.Builder.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.handler.dataimport.config.EntityField.Builder" class="title">Uses of Class<br>org.apache.solr.handler.dataimport.config.EntityField.Builder</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/solr/handler/dataimport/config/EntityField.Builder.html" title="class in org.apache.solr.handler.dataimport.config">EntityField.Builder</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.handler.dataimport.config">org.apache.solr.handler.dataimport.config</a></td> <td class="colLast"> <div class="block">Utility classes for parsing &amp; modeling DIH configuration.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.handler.dataimport.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/apache/solr/handler/dataimport/config/EntityField.Builder.html" title="class in org.apache.solr.handler.dataimport.config">EntityField.Builder</a> in <a href="../../../../../../../org/apache/solr/handler/dataimport/config/package-summary.html">org.apache.solr.handler.dataimport.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../org/apache/solr/handler/dataimport/config/package-summary.html">org.apache.solr.handler.dataimport.config</a> with parameters of type <a href="../../../../../../../org/apache/solr/handler/dataimport/config/EntityField.Builder.html" title="class in org.apache.solr.handler.dataimport.config">EntityField.Builder</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><span class="memberNameLink"><a href="../../../../../../../org/apache/solr/handler/dataimport/config/EntityField.html#EntityField-org.apache.solr.handler.dataimport.config.EntityField.Builder-">EntityField</a></span>(<a href="../../../../../../../org/apache/solr/handler/dataimport/config/EntityField.Builder.html" title="class in org.apache.solr.handler.dataimport.config">EntityField.Builder</a>&nbsp;b)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="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/handler/dataimport/config/EntityField.Builder.html" title="class in org.apache.solr.handler.dataimport.config">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/handler/dataimport/config/class-use/EntityField.Builder.html" target="_top">Frames</a></li> <li><a href="EntityField.Builder.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>
johannesbraun/clm_autocomplete
docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/config/class-use/EntityField.Builder.html
HTML
apache-2.0
7,759
<!DOCTYPE html> <html> <head> <title>WhoPaysWhat</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/index.css"> </head> <body> <div class="container" id="noSession"> <h1 id="title">WhoPaysWhat</h1> <h4 id="welcome">Welcome to WhoPaysWhat! With this app you will be able to keep track of what everyone should pay at a bar with friends!</h4> <button class="btn btn-primary" id="start">Start!</button> </div> <div class="container" id="yesSession" style="display: none"> <h1 id="title">WhoPaysWhat</h1> <h4 id="welcome">There's already a WhoPaysWhat session started. How do you want to proceed?</h4> <button class="btn btn-primary" id="startOver">Start Over!</button> <button class="btn btn-primary" id="session">Use Session!</button> </div> </body> <script src="js/jquery-2.0.3.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/index.js"></script> </html>
juangesino/WhoPaysWhat
index.html
HTML
apache-2.0
993
<!-- HTML header for doxygen 1.8.18--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.2"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>OR-Tools: Class Members - Enumerator</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">OR-Tools &#160;<span id="projectnumber">9.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.9.2 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */ var searchBox = new SearchBox("searchBox", "search",'Search','.html'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */ </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */ $(document).ready(function(){initNavTree('functions_eval_e.html',''); initResizable(); }); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a id="index_e" name="index_e"></a>- e -</h3><ul> <li>EARLY_TARDY&#160;:&#160;<a class="el" href="classoperations__research_1_1scheduling_1_1jssp_1_1_jssp_parser.html#a4c669cb1cb4d98dfea944e9ceec7d33eaedf6bd011814bb5d9f5127b5b6e02cde">JsspParser</a></li> <li>ENDS_AFTER&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a46ad005bf538f19f4f1a45b357561be9a72251c14868838649397bde6418180b1">Solver</a></li> <li>ENDS_AFTER_END&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a6f66063ebaf61025e27e96719affa3eea29cfeeb371c7d823879651fcc292b506">Solver</a></li> <li>ENDS_AFTER_START&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a6f66063ebaf61025e27e96719affa3eea2cd72254b0dd1dda48ed752e83ee9134">Solver</a></li> <li>ENDS_AT&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a46ad005bf538f19f4f1a45b357561be9a98ab67334c0eb09294e4b45c0b9bf0e6">Solver</a></li> <li>ENDS_AT_END&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a6f66063ebaf61025e27e96719affa3eea61a202b9f100a27fb46a01bb6df0d204">Solver</a></li> <li>ENDS_AT_START&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a6f66063ebaf61025e27e96719affa3eea88697fd0942f9936f586e4b207b79c43">Solver</a></li> <li>ENDS_BEFORE&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a46ad005bf538f19f4f1a45b357561be9a308666e688531b5c046acba00818b430">Solver</a></li> <li>EQ&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#afd2d924f019d44bc99930a1e931a735fa9efdc855f3c1477957fb50affec07f8f">Solver</a></li> <li>ERROR_BOUND&#160;:&#160;<a class="el" href="classoperations__research_1_1glop_1_1_status.html#a59e56af19e754a6aa26a612ebf91d05fac6a90d8a1d99fabc7b9223c5319313f8">Status</a></li> <li>ERROR_INVALID_PROBLEM&#160;:&#160;<a class="el" href="classoperations__research_1_1glop_1_1_status.html#a59e56af19e754a6aa26a612ebf91d05fa79a0e04dceac3db90cc878d11c6cfa55">Status</a></li> <li>ERROR_LU&#160;:&#160;<a class="el" href="classoperations__research_1_1glop_1_1_status.html#a59e56af19e754a6aa26a612ebf91d05fafa2ff9c081445bfbfbda10bc41b76a87">Status</a></li> <li>ERROR_NULL&#160;:&#160;<a class="el" href="classoperations__research_1_1glop_1_1_status.html#a59e56af19e754a6aa26a612ebf91d05fad1dad808eef93fe211f2f63327e805b2">Status</a></li> <li>EXCHANGE&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a6fc60ae040ae35c83f09736d2e682a18a1c5d6c437384057c9b472a5081800462">Solver</a></li> <li>EXPR_ABS&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a19776f5960140d46380ae9837cf9e6dca938ad10f0b6ca42fa856e245042ac6df">ModelCache</a></li> <li>EXPR_CONSTANT_DIFFERENCE&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082caedb98a92897e798947ee87fd50b1d471">ModelCache</a></li> <li>EXPR_CONSTANT_DIVIDE&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082cae140fdbd76e5afbe2595bd13678ba960">ModelCache</a></li> <li>EXPR_CONSTANT_EXPRESSION_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca2f62b258d5a827bd63f993103ec0bef2">ModelCache</a></li> <li>EXPR_CONSTANT_IS_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca32fea4f03bc3f8c30beed8277ad16a5a">ModelCache</a></li> <li>EXPR_CONSTANT_IS_GREATER_OR_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca4c21878ef6b2e734c684a61d084b0d9e">ModelCache</a></li> <li>EXPR_CONSTANT_IS_LESS_OR_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca67ead3f8c6b5a40d1a2c3ef5fb63b906">ModelCache</a></li> <li>EXPR_CONSTANT_IS_NOT_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca584d2f751a1fdf032c86f07bcf4e24fe">ModelCache</a></li> <li>EXPR_CONSTANT_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca50c27197e27e7022f450aada9888a9d1">ModelCache</a></li> <li>EXPR_CONSTANT_MIN&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca7e3958cb3825bdf7a05631d79debb738">ModelCache</a></li> <li>EXPR_CONSTANT_PROD&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082ca2624a11505d47fde01544da38ecbefce">ModelCache</a></li> <li>EXPR_CONSTANT_SUM&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a1fad820e7860f0b9f121927d4075082caa6a4fb0890d2f491ba7fa43bc1c9688b">ModelCache</a></li> <li>EXPR_EXPR_CONSTANT_CONDITIONAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#ab10f10ec98142e6fa7b0da4046473e44add01dc8099cbbb28d9aeb816d3345cdf">ModelCache</a></li> <li>EXPR_EXPR_CONSTANT_EXPRESSION_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#ab10f10ec98142e6fa7b0da4046473e44aa77defdbb56236e669f88a18c563aede">ModelCache</a></li> <li>EXPR_EXPR_CONSTRAINT_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba8af11a728083c50e0be546619201563b">ModelCache</a></li> <li>EXPR_EXPR_DIFFERENCE&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afeaf4e4e8ba0108a0e9abc4fd2732a38a3b">ModelCache</a></li> <li>EXPR_EXPR_DIV&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea7cdf2f8fb26d167603e160773a680805">ModelCache</a></li> <li>EXPR_EXPR_EQUALITY&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbbab20099e9309c2b6619ef6c8ec664181a">ModelCache</a></li> <li>EXPR_EXPR_EXPRESSION_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea4e88d525cd2a35b11b8a16175f6197ab">ModelCache</a></li> <li>EXPR_EXPR_GREATER&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba00529f006ffc58e55baff50d140fe076">ModelCache</a></li> <li>EXPR_EXPR_GREATER_OR_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba7719059f68742eeec43445553767ad62">ModelCache</a></li> <li>EXPR_EXPR_IS_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea03e855b4a1f2095482a88ac03388d5c3">ModelCache</a></li> <li>EXPR_EXPR_IS_LESS&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea73e135b9ac9d3286a0656ef84aa77ca6">ModelCache</a></li> <li>EXPR_EXPR_IS_LESS_OR_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea822c97af1334ca445a0fd46dfd16c40b">ModelCache</a></li> <li>EXPR_EXPR_IS_NOT_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afeaa2b501c71087e59e0dea1906ffaabe63">ModelCache</a></li> <li>EXPR_EXPR_LESS&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba11b9278b1a71f063cc20e8bb79846b68">ModelCache</a></li> <li>EXPR_EXPR_LESS_OR_EQUAL&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbbaa7718fa06e32e05554d8e0a760e9172b">ModelCache</a></li> <li>EXPR_EXPR_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea373e953d3799bdcdc112f9b0887ac0df">ModelCache</a></li> <li>EXPR_EXPR_MIN&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afeac6a4d05776624b8784e951aa964d00c5">ModelCache</a></li> <li>EXPR_EXPR_NON_EQUALITY&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a89d5f8fc282ff8c48a02102a8a5e4bbba73108bc15aaa22c430bba712b73ce920">ModelCache</a></li> <li>EXPR_EXPR_PROD&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea3784ad09f2939fec4b5125c3e3a7ee0a">ModelCache</a></li> <li>EXPR_EXPR_SUM&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a822c2c0e59065b2fe0968370c8e26afea2a6687577892c792edccf2585adfaa3a">ModelCache</a></li> <li>EXPR_EXPRESSION_MAX&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a19776f5960140d46380ae9837cf9e6dca37081d4ec3d290e733b8346bed09bd2f">ModelCache</a></li> <li>EXPR_OPPOSITE&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a19776f5960140d46380ae9837cf9e6dca0f422d5294a543e5a1405e563c1f66f2">ModelCache</a></li> <li>EXPR_SQUARE&#160;:&#160;<a class="el" href="classoperations__research_1_1_model_cache.html#a19776f5960140d46380ae9837cf9e6dcaf0a641235b7399f2cda0137af80db8e0">ModelCache</a></li> <li>EXTENDEDSWAPACTIVE&#160;:&#160;<a class="el" href="classoperations__research_1_1_solver.html#a6fc60ae040ae35c83f09736d2e682a18a952b4c317733a065c74841dc00fe8bd9">Solver</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.18--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.2 </li> </ul> </div> </body> </html>
google/or-tools
docs/cpp/functions_eval_e.html
HTML
apache-2.0
13,315
<!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 Sat Feb 02 18:57:43 CET 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.communote.server.core.security.SecurityHelper (Communote 3.5 API)</title> <meta name="date" content="2019-02-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 com.communote.server.core.security.SecurityHelper (Communote 3.5 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="../../../../../../com/communote/server/core/security/SecurityHelper.html" title="class in com.communote.server.core.security">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/communote/server/core/security/class-use/SecurityHelper.html" target="_top">Frames</a></li> <li><a href="SecurityHelper.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.communote.server.core.security.SecurityHelper" class="title">Uses of Class<br>com.communote.server.core.security.SecurityHelper</h2> </div> <div class="classUseContainer">No usage of com.communote.server.core.security.SecurityHelper</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="../../../../../../com/communote/server/core/security/SecurityHelper.html" title="class in com.communote.server.core.security">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/communote/server/core/security/class-use/SecurityHelper.html" target="_top">Frames</a></li> <li><a href="SecurityHelper.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="https://communote.github.io/">Communote team</a>. All rights reserved.</small></p> </body> </html>
Communote/communote.github.io
generated/javadoc/com/communote/server/core/security/class-use/SecurityHelper.html
HTML
apache-2.0
4,798
{{define "head"}}<!-- nix -->{{end}} {{define "content"}} <div class="container-fluid"> <h2 id="runtime">Runtime Information</h2> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Uptime</th> <td>{{.Birth}}</td> </tr> <tr> <th>Working Directory</th> <td>{{.CWD}}</td> </tr> <tr{{if not .ReloadConfigSuccess}} class="danger"{{end}}> <th>Configuration reload</th> <td>{{if .ReloadConfigSuccess}}Successful{{else}}Failed{{end}}</td> </tr> <tr> <th>Last successful configuration reload</th> <td>{{.LastConfigTime}}</td> </tr> <tr> <th>WAL corruptions</th> <td>{{.CorruptionCount}}</td> </tr> <tr> <th>Goroutines</th> <td>{{.GoroutineCount}}</td> </tr> <tr> <th>GOMAXPROCS</th> <td>{{.GOMAXPROCS}}</td> </tr> <tr> <th>GOGC</th> <td>{{.GOGC}}</td> </tr> <tr> <th>GODEBUG</th> <td>{{.GODEBUG}}</td> </tr> <tr> <th>Storage Retention</th> <td>{{.StorageRetention}}</td> </tr> </tbody> </table> <h2 id="buildinformation">Build Information</h2> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th scope="row">Version</th> <td>{{.Version.Version}}</td> </tr> <tr> <th scope="row">Revision</th> <td>{{.Version.Revision}}</td> </tr> <tr> <th scope="row">Branch</th> <td>{{.Version.Branch}}</td> </tr> <tr> <th scope="row">BuildUser</th> <td>{{.Version.BuildUser}}</td> </tr> <tr> <th scope="row">BuildDate</th> <td>{{.Version.BuildDate}}</td> </tr> <tr> <th scope="row">GoVersion</th> <td>{{.Version.GoVersion}}</td> </tr> </tbody> </table> <h2 id="alertmanagers">Alertmanagers</h2> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Endpoint</th> </tr> {{range .Alertmanagers}} <tr> {{/* Alertmanager URLs always have Scheme, Host and Path set */}} <td>{{.Scheme}}://<a href="{{.Scheme}}://{{.Host}}">{{.Host}}</a>{{.Path}}</td> </tr> {{end}} </tbody> </table> <h2 id="headstatus">Head Stats</h2> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Number Of Series </th> <th>Number of Chunks</th> <th>Current Max Time</th> <th>Current Min Time</th> </tr> <tr> <td scope="row">{{ .NumSeries}}</td> <td>{{.ChunkCount}}</td> <td>{{ .MaxTime}}</td> <td>{{ .MinTime}}</td> </tr> </tbody> </table> <div>Total Query Time: {{ .Duration }} Seconds</div> <h3 id="headstatus">Highest Cardinality Labels </h3> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Name</th> <th>Count</th> </tr> {{ range .Stats.CardinalityLabelStats }} <tr> <td scope="row">{{.Name}}</td> <td>{{.Count}}</td> </tr> {{end}} </tbody> </table> <h3 id="headstatus">Highest Cardinality Metric Names</h3> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Name</th> <th>Count</th> </tr> {{ range .Stats.CardinalityMetricsStats }} <tr> <td scope="row">{{.Name}}</td> <td>{{.Count}}</td> </tr> {{end}} </tbody> </table> <h3 id="headstatus">Label Names With Highest Cumulative Label Value Length</h3> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Name</th> <th>Length</th> </tr> {{ range .Stats.LabelValueStats }} <tr> <td scope="row">{{.Name}}</td> <td>{{.Count}}</td> </tr> {{end}} </tbody> </table> <h3 id="headstatus">Most Common Label Pairs</h3> <table class="table table-sm table-bordered table-striped table-hover"> <tbody> <tr> <th>Name</th> <th>Count</th> </tr> {{ range .Stats.LabelValuePairsStats }} <tr> <td scope="row">{{.Name}}</td> <td>{{.Count}}</td> </tr> {{end}} </tbody> </table> </div> {{end}}
Gouthamve/prometheus
web/ui/templates/status.html
HTML
apache-2.0
5,051
<!DOCTYPE html> <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" /> <title>Chef - 404 Not Found</title> <link media="all" rel="stylesheet" type="text/css" href="/css/all.css" /> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="/css/lt7.css" /><![endif]--> </head> <body> <div class="header-block"> <div id="header"> <strong class="logo"><a href="https://www.chef.io">Chef</a></strong> </div> </div> <div id="wrapper"> <div id="main"> <div class="mybox"> <div id="content"> <h1>404 - Not Found</h1> <p>Sorry, I can't find what you are looking for.</p> </div> </div> </div> </div> <div class="footer-block"> <div id="footer"> <div class="mybox"> </div> <div class="footer-bottom"> <span>&copy; 2010&thinsp;&ndash;&thinsp;2021 Chef Software, Inc. All Rights Reserved</span> </div> </div> </div> </body> </html>
chef/chef-server
omnibus/files/server-ctl-cookbooks/infra-server/files/default/html/404.html
HTML
apache-2.0
1,084
<html> <head> <title>Class Hierarchy</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css"> </head> <body bgcolor="#FFFFFF"> <div id="header"> <hr class="first"> <img alt="" src="images/PhysXlogo.png" align="middle"> <br> <center> <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center> <hr class="second"> </div> <!-- Generated by Doxygen 1.8.3.1 --> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Class Hierarchy</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"> <p><a href="hierarchy.html">Go to the textual class hierarchy</a></p> </div><table border="0" cellspacing="10" cellpadding="0"> <tr><td><img src="inherit_graph_0.png" border="0" alt="" usemap="#Px1DConstraint"/> <map name="Px1DConstraint" id="Px1DConstraint"> </map> </td></tr> <tr><td><img src="inherit_graph_1.png" border="0" alt="" usemap="#Px1DConstraintFlag"/> <map name="Px1DConstraintFlag" id="Px1DConstraintFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_2.png" border="0" alt="" usemap="#PxActiveTransform"/> <map name="PxActiveTransform" id="PxActiveTransform"> </map> </td></tr> <tr><td><img src="inherit_graph_3.png" border="0" alt="" usemap="#PxActorClientBehaviorFlag"/> <map name="PxActorClientBehaviorFlag" id="PxActorClientBehaviorFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_4.png" border="0" alt="" usemap="#PxActorFlag"/> <map name="PxActorFlag" id="PxActorFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_5.png" border="0" alt="" usemap="#PxActorShape"/> <map name="PxActorShape" id="PxActorShape"> </map> </td></tr> <tr><td><img src="inherit_graph_6.png" border="0" alt="" usemap="#PxActorType"/> <map name="PxActorType" id="PxActorType"> </map> </td></tr> <tr><td><img src="inherit_graph_7.png" border="0" alt="" usemap="#PxActorTypeFlag"/> <map name="PxActorTypeFlag" id="PxActorTypeFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_8.png" border="0" alt="" usemap="#PxAllocationListener"/> <map name="PxAllocationListener" id="PxAllocationListener"> </map> </td></tr> <tr><td><img src="inherit_graph_9.png" border="0" alt="" usemap="#PxAllocatorCallback"/> <map name="PxAllocatorCallback" id="PxAllocatorCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_10.png" border="0" alt="" usemap="#PxAllocId"/> <map name="PxAllocId" id="PxAllocId"> </map> </td></tr> <tr><td><img src="inherit_graph_11.png" border="0" alt="" usemap="#PxAllocIdStats"/> <map name="PxAllocIdStats" id="PxAllocIdStats"> </map> </td></tr> <tr><td><img src="inherit_graph_12.png" border="0" alt="" usemap="#PxAllocInfo"/> <map name="PxAllocInfo" id="PxAllocInfo"> </map> </td></tr> <tr><td><img src="inherit_graph_13.png" border="0" alt="" usemap="#PxArticulationDriveCache"/> <map name="PxArticulationDriveCache" id="PxArticulationDriveCache"> </map> </td></tr> <tr><td><img src="inherit_graph_14.png" border="0" alt="" usemap="#PxArticulationJointDriveType"/> <map name="PxArticulationJointDriveType" id="PxArticulationJointDriveType"> </map> </td></tr> <tr><td><img src="inherit_graph_15.png" border="0" alt="" usemap="#PxAssertHandler"/> <map name="PxAssertHandler" id="PxAssertHandler"> </map> </td></tr> <tr><td><img src="inherit_graph_16.png" border="0" alt="" usemap="#PxBase"/> <map name="PxBase" id="PxBase"> </map> </td></tr> <tr><td><img src="inherit_graph_17.png" border="0" alt="" usemap="#PxBaseFlag"/> <map name="PxBaseFlag" id="PxBaseFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_18.png" border="0" alt="" usemap="#PxBaseTask"/> <map name="PxBaseTask" id="PxBaseTask"> </map> </td></tr> <tr><td><img src="inherit_graph_19.png" border="0" alt="" usemap="#PxBatchQuery"/> <map name="PxBatchQuery" id="PxBatchQuery"> </map> </td></tr> <tr><td><img src="inherit_graph_20.png" border="0" alt="" usemap="#PxBatchQueryDesc"/> <map name="PxBatchQueryDesc" id="PxBatchQueryDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_21.png" border="0" alt="" usemap="#PxBatchQueryMemory"/> <map name="PxBatchQueryMemory" id="PxBatchQueryMemory"> </map> </td></tr> <tr><td><img src="inherit_graph_22.png" border="0" alt="" usemap="#PxBatchQueryResult_3_01HitType_01_4"/> <map name="PxBatchQueryResult_3_01HitType_01_4" id="PxBatchQueryResult_3_01HitType_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_23.png" border="0" alt="" usemap="#PxBatchQueryStatus"/> <map name="PxBatchQueryStatus" id="PxBatchQueryStatus"> </map> </td></tr> <tr><td><img src="inherit_graph_24.png" border="0" alt="" usemap="#PxBinaryConverter"/> <map name="PxBinaryConverter" id="PxBinaryConverter"> </map> </td></tr> <tr><td><img src="inherit_graph_25.png" border="0" alt="" usemap="#PxBitAndDataT_3_01storageType_00_01bitMask_01_4"/> <map name="PxBitAndDataT_3_01storageType_00_01bitMask_01_4" id="PxBitAndDataT_3_01storageType_00_01bitMask_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_26.png" border="0" alt="" usemap="#PxBitAndDataT_3_01unsigned_01char_00_010x80_01_4"/> <map name="PxBitAndDataT_3_01unsigned_01char_00_010x80_01_4" id="PxBitAndDataT_3_01unsigned_01char_00_010x80_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_27.png" border="0" alt="" usemap="#PxBounds3"/> <map name="PxBounds3" id="PxBounds3"> </map> </td></tr> <tr><td><img src="inherit_graph_28.png" border="0" alt="" usemap="#PxBroadPhaseCallback"/> <map name="PxBroadPhaseCallback" id="PxBroadPhaseCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_29.png" border="0" alt="" usemap="#PxBroadPhaseCaps"/> <map name="PxBroadPhaseCaps" id="PxBroadPhaseCaps"> </map> </td></tr> <tr><td><img src="inherit_graph_30.png" border="0" alt="" usemap="#PxBroadPhaseExt"/> <map name="PxBroadPhaseExt" id="PxBroadPhaseExt"> </map> </td></tr> <tr><td><img src="inherit_graph_31.png" border="0" alt="" usemap="#PxBroadPhaseRegion"/> <map name="PxBroadPhaseRegion" id="PxBroadPhaseRegion"> </map> </td></tr> <tr><td><img src="inherit_graph_32.png" border="0" alt="" usemap="#PxBroadPhaseRegionInfo"/> <map name="PxBroadPhaseRegionInfo" id="PxBroadPhaseRegionInfo"> </map> </td></tr> <tr><td><img src="inherit_graph_33.png" border="0" alt="" usemap="#PxBroadPhaseType"/> <map name="PxBroadPhaseType" id="PxBroadPhaseType"> </map> </td></tr> <tr><td><img src="inherit_graph_34.png" border="0" alt="" usemap="#PxBufferedProfilerCallback"/> <map name="PxBufferedProfilerCallback" id="PxBufferedProfilerCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_35.png" border="0" alt="" usemap="#PxBufferedProfilerEvent"/> <map name="PxBufferedProfilerEvent" id="PxBufferedProfilerEvent"> </map> </td></tr> <tr><td><img src="inherit_graph_36.png" border="0" alt="" usemap="#PxCapsuleClimbingMode"/> <map name="PxCapsuleClimbingMode" id="PxCapsuleClimbingMode"> </map> </td></tr> <tr><td><img src="inherit_graph_37.png" border="0" alt="" usemap="#PxCCDContactModifyCallback"/> <map name="PxCCDContactModifyCallback" id="PxCCDContactModifyCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_38.png" border="0" alt="" usemap="#PxClientBehaviorFlag"/> <map name="PxClientBehaviorFlag" id="PxClientBehaviorFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_39.png" border="0" alt="" usemap="#PxClothCollisionPlane"/> <map name="PxClothCollisionPlane" id="PxClothCollisionPlane"> </map> </td></tr> <tr><td><img src="inherit_graph_40.png" border="0" alt="" usemap="#PxClothCollisionSphere"/> <map name="PxClothCollisionSphere" id="PxClothCollisionSphere"> </map> </td></tr> <tr><td><img src="inherit_graph_41.png" border="0" alt="" usemap="#PxClothCollisionTriangle"/> <map name="PxClothCollisionTriangle" id="PxClothCollisionTriangle"> </map> </td></tr> <tr><td><img src="inherit_graph_42.png" border="0" alt="" usemap="#PxClothFabricCooker"/> <map name="PxClothFabricCooker" id="PxClothFabricCooker"> </map> </td></tr> <tr><td><img src="inherit_graph_43.png" border="0" alt="" usemap="#PxClothFabricDesc"/> <map name="PxClothFabricDesc" id="PxClothFabricDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_44.png" border="0" alt="" usemap="#PxClothFabricPhase"/> <map name="PxClothFabricPhase" id="PxClothFabricPhase"> </map> </td></tr> <tr><td><img src="inherit_graph_45.png" border="0" alt="" usemap="#PxClothFabricPhaseType"/> <map name="PxClothFabricPhaseType" id="PxClothFabricPhaseType"> </map> </td></tr> <tr><td><img src="inherit_graph_46.png" border="0" alt="" usemap="#PxClothFlag"/> <map name="PxClothFlag" id="PxClothFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_47.png" border="0" alt="" usemap="#PxClothGeodesicTetherCooker"/> <map name="PxClothGeodesicTetherCooker" id="PxClothGeodesicTetherCooker"> </map> </td></tr> <tr><td><img src="inherit_graph_48.png" border="0" alt="" usemap="#PxClothMeshDesc"/> <map name="PxClothMeshDesc" id="PxClothMeshDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_49.png" border="0" alt="" usemap="#PxClothMeshQuadifier"/> <map name="PxClothMeshQuadifier" id="PxClothMeshQuadifier"> </map> </td></tr> <tr><td><img src="inherit_graph_50.png" border="0" alt="" usemap="#PxClothMotionConstraintConfig"/> <map name="PxClothMotionConstraintConfig" id="PxClothMotionConstraintConfig"> </map> </td></tr> <tr><td><img src="inherit_graph_51.png" border="0" alt="" usemap="#PxClothParticle"/> <map name="PxClothParticle" id="PxClothParticle"> </map> </td></tr> <tr><td><img src="inherit_graph_52.png" border="0" alt="" usemap="#PxClothParticleMotionConstraint"/> <map name="PxClothParticleMotionConstraint" id="PxClothParticleMotionConstraint"> </map> </td></tr> <tr><td><img src="inherit_graph_53.png" border="0" alt="" usemap="#PxClothParticleSeparationConstraint"/> <map name="PxClothParticleSeparationConstraint" id="PxClothParticleSeparationConstraint"> </map> </td></tr> <tr><td><img src="inherit_graph_54.png" border="0" alt="" usemap="#PxClothSimpleTetherCooker"/> <map name="PxClothSimpleTetherCooker" id="PxClothSimpleTetherCooker"> </map> </td></tr> <tr><td><img src="inherit_graph_55.png" border="0" alt="" usemap="#PxClothStretchConfig"/> <map name="PxClothStretchConfig" id="PxClothStretchConfig"> </map> </td></tr> <tr><td><img src="inherit_graph_56.png" border="0" alt="" usemap="#PxClothTetherConfig"/> <map name="PxClothTetherConfig" id="PxClothTetherConfig"> </map> </td></tr> <tr><td><img src="inherit_graph_57.png" border="0" alt="" usemap="#PxCollection"/> <map name="PxCollection" id="PxCollection"> </map> </td></tr> <tr><td><img src="inherit_graph_58.png" border="0" alt="" usemap="#PxCollectionExt"/> <map name="PxCollectionExt" id="PxCollectionExt"> </map> </td></tr> <tr><td><img src="inherit_graph_59.png" border="0" alt="" usemap="#PxCombineMode"/> <map name="PxCombineMode" id="PxCombineMode"> </map> </td></tr> <tr><td><img src="inherit_graph_60.png" border="0" alt="" usemap="#PxConcreteType"/> <map name="PxConcreteType" id="PxConcreteType"> </map> </td></tr> <tr><td><img src="inherit_graph_61.png" border="0" alt="" usemap="#PxConstraintConnector"/> <map name="PxConstraintConnector" id="PxConstraintConnector"> </map> </td></tr> <tr><td><img src="inherit_graph_62.png" border="0" alt="" usemap="#PxConstraintExtIDs"/> <map name="PxConstraintExtIDs" id="PxConstraintExtIDs"> </map> </td></tr> <tr><td><img src="inherit_graph_63.png" border="0" alt="" usemap="#PxConstraintFlag"/> <map name="PxConstraintFlag" id="PxConstraintFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_64.png" border="0" alt="" usemap="#PxConstraintInfo"/> <map name="PxConstraintInfo" id="PxConstraintInfo"> </map> </td></tr> <tr><td><img src="inherit_graph_65.png" border="0" alt="" usemap="#PxConstraintInvMassScale"/> <map name="PxConstraintInvMassScale" id="PxConstraintInvMassScale"> </map> </td></tr> <tr><td><img src="inherit_graph_66.png" border="0" alt="" usemap="#PxConstraintShaderTable"/> <map name="PxConstraintShaderTable" id="PxConstraintShaderTable"> </map> </td></tr> <tr><td><img src="inherit_graph_67.png" border="0" alt="" usemap="#PxConstraintSolveHint"/> <map name="PxConstraintSolveHint" id="PxConstraintSolveHint"> </map> </td></tr> <tr><td><img src="inherit_graph_68.png" border="0" alt="" usemap="#PxConstraintVisualizationFlag"/> <map name="PxConstraintVisualizationFlag" id="PxConstraintVisualizationFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_69.png" border="0" alt="" usemap="#PxConstraintVisualizer"/> <map name="PxConstraintVisualizer" id="PxConstraintVisualizer"> </map> </td></tr> <tr><td><img src="inherit_graph_70.png" border="0" alt="" usemap="#PxContactHeader"/> <map name="PxContactHeader" id="PxContactHeader"> </map> </td></tr> <tr><td><img src="inherit_graph_71.png" border="0" alt="" usemap="#PxContactModifyCallback"/> <map name="PxContactModifyCallback" id="PxContactModifyCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_72.png" border="0" alt="" usemap="#PxContactModifyPair"/> <map name="PxContactModifyPair" id="PxContactModifyPair"> </map> </td></tr> <tr><td><img src="inherit_graph_73.png" border="0" alt="" usemap="#PxContactPair"/> <map name="PxContactPair" id="PxContactPair"> </map> </td></tr> <tr><td><img src="inherit_graph_74.png" border="0" alt="" usemap="#PxContactPairExtraDataItem"/> <map name="PxContactPairExtraDataItem" id="PxContactPairExtraDataItem"> </map> </td></tr> <tr><td><img src="inherit_graph_75.png" border="0" alt="" usemap="#PxContactPairExtraDataIterator"/> <map name="PxContactPairExtraDataIterator" id="PxContactPairExtraDataIterator"> </map> </td></tr> <tr><td><img src="inherit_graph_76.png" border="0" alt="" usemap="#PxContactPairExtraDataType"/> <map name="PxContactPairExtraDataType" id="PxContactPairExtraDataType"> </map> </td></tr> <tr><td><img src="inherit_graph_77.png" border="0" alt="" usemap="#PxContactPairFlag"/> <map name="PxContactPairFlag" id="PxContactPairFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_78.png" border="0" alt="" usemap="#PxContactPairHeader"/> <map name="PxContactPairHeader" id="PxContactPairHeader"> </map> </td></tr> <tr><td><img src="inherit_graph_79.png" border="0" alt="" usemap="#PxContactPairHeaderFlag"/> <map name="PxContactPairHeaderFlag" id="PxContactPairHeaderFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_80.png" border="0" alt="" usemap="#PxContactPairPoint"/> <map name="PxContactPairPoint" id="PxContactPairPoint"> </map> </td></tr> <tr><td><img src="inherit_graph_81.png" border="0" alt="" usemap="#PxContactPatchBase"/> <map name="PxContactPatchBase" id="PxContactPatchBase"> </map> </td></tr> <tr><td><img src="inherit_graph_82.png" border="0" alt="" usemap="#PxContactSet"/> <map name="PxContactSet" id="PxContactSet"> </map> </td></tr> <tr><td><img src="inherit_graph_83.png" border="0" alt="" usemap="#PxContactStreamIterator"/> <map name="PxContactStreamIterator" id="PxContactStreamIterator"> </map> </td></tr> <tr><td><img src="inherit_graph_84.png" border="0" alt="" usemap="#PxController"/> <map name="PxController" id="PxController"> </map> </td></tr> <tr><td><img src="inherit_graph_85.png" border="0" alt="" usemap="#PxControllerBehaviorCallback"/> <map name="PxControllerBehaviorCallback" id="PxControllerBehaviorCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_86.png" border="0" alt="" usemap="#PxControllerBehaviorFlag"/> <map name="PxControllerBehaviorFlag" id="PxControllerBehaviorFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_87.png" border="0" alt="" usemap="#PxControllerCollisionFlag"/> <map name="PxControllerCollisionFlag" id="PxControllerCollisionFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_88.png" border="0" alt="" usemap="#PxControllerDebugRenderFlag"/> <map name="PxControllerDebugRenderFlag" id="PxControllerDebugRenderFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_89.png" border="0" alt="" usemap="#PxControllerDesc"/> <map name="PxControllerDesc" id="PxControllerDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_90.png" border="0" alt="" usemap="#PxControllerFilterCallback"/> <map name="PxControllerFilterCallback" id="PxControllerFilterCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_91.png" border="0" alt="" usemap="#PxControllerFilters"/> <map name="PxControllerFilters" id="PxControllerFilters"> </map> </td></tr> <tr><td><img src="inherit_graph_92.png" border="0" alt="" usemap="#PxControllerHit"/> <map name="PxControllerHit" id="PxControllerHit"> </map> </td></tr> <tr><td><img src="inherit_graph_93.png" border="0" alt="" usemap="#PxControllerManager"/> <map name="PxControllerManager" id="PxControllerManager"> </map> </td></tr> <tr><td><img src="inherit_graph_94.png" border="0" alt="" usemap="#PxControllerNonWalkableMode"/> <map name="PxControllerNonWalkableMode" id="PxControllerNonWalkableMode"> </map> </td></tr> <tr><td><img src="inherit_graph_95.png" border="0" alt="" usemap="#PxControllerShapeType"/> <map name="PxControllerShapeType" id="PxControllerShapeType"> </map> </td></tr> <tr><td><img src="inherit_graph_96.png" border="0" alt="" usemap="#PxControllerState"/> <map name="PxControllerState" id="PxControllerState"> </map> </td></tr> <tr><td><img src="inherit_graph_97.png" border="0" alt="" usemap="#PxControllerStats"/> <map name="PxControllerStats" id="PxControllerStats"> </map> </td></tr> <tr><td><img src="inherit_graph_98.png" border="0" alt="" usemap="#PxConverterReportMode"/> <map name="PxConverterReportMode" id="PxConverterReportMode"> </map> </td></tr> <tr><td><img src="inherit_graph_99.png" border="0" alt="" usemap="#PxConvexFlag"/> <map name="PxConvexFlag" id="PxConvexFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_100.png" border="0" alt="" usemap="#PxConvexMeshCookingResult"/> <map name="PxConvexMeshCookingResult" id="PxConvexMeshCookingResult"> </map> </td></tr> <tr><td><img src="inherit_graph_101.png" border="0" alt="" usemap="#PxConvexMeshDesc"/> <map name="PxConvexMeshDesc" id="PxConvexMeshDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_102.png" border="0" alt="" usemap="#PxCooking"/> <map name="PxCooking" id="PxCooking"> </map> </td></tr> <tr><td><img src="inherit_graph_103.png" border="0" alt="" usemap="#PxCookingParams"/> <map name="PxCookingParams" id="PxCookingParams"> </map> </td></tr> <tr><td><img src="inherit_graph_104.png" border="0" alt="" usemap="#PxCookingValue"/> <map name="PxCookingValue" id="PxCookingValue"> </map> </td></tr> <tr><td><img src="inherit_graph_105.png" border="0" alt="" usemap="#PxCpuDispatcher"/> <map name="PxCpuDispatcher" id="PxCpuDispatcher"> </map> </td></tr> <tr><td><img src="inherit_graph_106.png" border="0" alt="" usemap="#PxCudaBuffer"/> <map name="PxCudaBuffer" id="PxCudaBuffer"> </map> </td></tr> <tr><td><img src="inherit_graph_107.png" border="0" alt="" usemap="#PxCudaBufferFlags"/> <map name="PxCudaBufferFlags" id="PxCudaBufferFlags"> </map> </td></tr> <tr><td><img src="inherit_graph_108.png" border="0" alt="" usemap="#PxCudaBufferMemorySpace"/> <map name="PxCudaBufferMemorySpace" id="PxCudaBufferMemorySpace"> </map> </td></tr> <tr><td><img src="inherit_graph_109.png" border="0" alt="" usemap="#PxCudaBufferType"/> <map name="PxCudaBufferType" id="PxCudaBufferType"> </map> </td></tr> <tr><td><img src="inherit_graph_110.png" border="0" alt="" usemap="#PxCudaContextManager"/> <map name="PxCudaContextManager" id="PxCudaContextManager"> </map> </td></tr> <tr><td><img src="inherit_graph_111.png" border="0" alt="" usemap="#PxCudaContextManagerDesc"/> <map name="PxCudaContextManagerDesc" id="PxCudaContextManagerDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_112.png" border="0" alt="" usemap="#PxCudaInteropMode"/> <map name="PxCudaInteropMode" id="PxCudaInteropMode"> </map> </td></tr> <tr><td><img src="inherit_graph_113.png" border="0" alt="" usemap="#PxCudaMemoryManager"/> <map name="PxCudaMemoryManager" id="PxCudaMemoryManager"> </map> </td></tr> <tr><td><img src="inherit_graph_114.png" border="0" alt="" usemap="#PxCudaMemoryManagerStats"/> <map name="PxCudaMemoryManagerStats" id="PxCudaMemoryManagerStats"> </map> </td></tr> <tr><td><img src="inherit_graph_115.png" border="0" alt="" usemap="#PxD6Axis"/> <map name="PxD6Axis" id="PxD6Axis"> </map> </td></tr> <tr><td><img src="inherit_graph_116.png" border="0" alt="" usemap="#PxD6Drive"/> <map name="PxD6Drive" id="PxD6Drive"> </map> </td></tr> <tr><td><img src="inherit_graph_117.png" border="0" alt="" usemap="#PxD6JointDriveFlag"/> <map name="PxD6JointDriveFlag" id="PxD6JointDriveFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_118.png" border="0" alt="" usemap="#PxD6Motion"/> <map name="PxD6Motion" id="PxD6Motion"> </map> </td></tr> <tr><td><img src="inherit_graph_119.png" border="0" alt="" usemap="#PxDataAccessFlag"/> <map name="PxDataAccessFlag" id="PxDataAccessFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_120.png" border="0" alt="" usemap="#PxDebugColor"/> <map name="PxDebugColor" id="PxDebugColor"> </map> </td></tr> <tr><td><img src="inherit_graph_121.png" border="0" alt="" usemap="#PxDebugLine"/> <map name="PxDebugLine" id="PxDebugLine"> </map> </td></tr> <tr><td><img src="inherit_graph_122.png" border="0" alt="" usemap="#PxDebugPoint"/> <map name="PxDebugPoint" id="PxDebugPoint"> </map> </td></tr> <tr><td><img src="inherit_graph_123.png" border="0" alt="" usemap="#PxDebugText"/> <map name="PxDebugText" id="PxDebugText"> </map> </td></tr> <tr><td><img src="inherit_graph_124.png" border="0" alt="" usemap="#PxDebugTriangle"/> <map name="PxDebugTriangle" id="PxDebugTriangle"> </map> </td></tr> <tr><td><img src="inherit_graph_125.png" border="0" alt="" usemap="#PxDefaultBufferedProfiler"/> <map name="PxDefaultBufferedProfiler" id="PxDefaultBufferedProfiler"> </map> </td></tr> <tr><td><img src="inherit_graph_126.png" border="0" alt="" usemap="#PxDefaultCpuDispatcher"/> <map name="PxDefaultCpuDispatcher" id="PxDefaultCpuDispatcher"> </map> </td></tr> <tr><td><img src="inherit_graph_127.png" border="0" alt="" usemap="#PxDeletionEventFlag"/> <map name="PxDeletionEventFlag" id="PxDeletionEventFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_128.png" border="0" alt="" usemap="#PxDeletionListener"/> <map name="PxDeletionListener" id="PxDeletionListener"> </map> </td></tr> <tr><td><img src="inherit_graph_129.png" border="0" alt="" usemap="#PxDeserializationContext"/> <map name="PxDeserializationContext" id="PxDeserializationContext"> </map> </td></tr> <tr><td><img src="inherit_graph_130.png" border="0" alt="" usemap="#PxDistanceJointFlag"/> <map name="PxDistanceJointFlag" id="PxDistanceJointFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_131.png" border="0" alt="" usemap="#PxDominanceGroupPair"/> <map name="PxDominanceGroupPair" id="PxDominanceGroupPair"> </map> </td></tr> <tr><td><img src="inherit_graph_132.png" border="0" alt="" usemap="#PxErrorCallback"/> <map name="PxErrorCallback" id="PxErrorCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_133.png" border="0" alt="" usemap="#PxErrorCode"/> <map name="PxErrorCode" id="PxErrorCode"> </map> </td></tr> <tr><td><img src="inherit_graph_134.png" border="0" alt="" usemap="#PxExtendedVec3"/> <map name="PxExtendedVec3" id="PxExtendedVec3"> </map> </td></tr> <tr><td><img src="inherit_graph_135.png" border="0" alt="" usemap="#PxFilterData"/> <map name="PxFilterData" id="PxFilterData"> </map> </td></tr> <tr><td><img src="inherit_graph_136.png" border="0" alt="" usemap="#PxFilterFlag"/> <map name="PxFilterFlag" id="PxFilterFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_137.png" border="0" alt="" usemap="#PxFilterObjectFlag"/> <map name="PxFilterObjectFlag" id="PxFilterObjectFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_138.png" border="0" alt="" usemap="#PxFilterObjectType"/> <map name="PxFilterObjectType" id="PxFilterObjectType"> </map> </td></tr> <tr><td><img src="inherit_graph_139.png" border="0" alt="" usemap="#PxFilterOp"/> <map name="PxFilterOp" id="PxFilterOp"> </map> </td></tr> <tr><td><img src="inherit_graph_140.png" border="0" alt="" usemap="#PxFixedSizeLookupTable_3_01eMAX__NB__ENGINE__TORQUE__CURVE__ENTRIES_01_4"/> <map name="PxFixedSizeLookupTable_3_01eMAX__NB__ENGINE__TORQUE__CURVE__ENTRIES_01_4" id="PxFixedSizeLookupTable_3_01eMAX__NB__ENGINE__TORQUE__CURVE__ENTRIES_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_141.png" border="0" alt="" usemap="#PxFixedSizeLookupTable_3_01NB__ELEMENTS_01_4"/> <map name="PxFixedSizeLookupTable_3_01NB__ELEMENTS_01_4" id="PxFixedSizeLookupTable_3_01NB__ELEMENTS_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_142.png" border="0" alt="" usemap="#PxFlags_3_01enumtype_00_01storagetype_01_4"/> <map name="PxFlags_3_01enumtype_00_01storagetype_01_4" id="PxFlags_3_01enumtype_00_01storagetype_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_143.png" border="0" alt="" usemap="#PxFlags_3_01PxBaseFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxBaseFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxBaseFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_144.png" border="0" alt="" usemap="#PxFlags_3_01PxContactPairFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxContactPairFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxContactPairFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_145.png" border="0" alt="" usemap="#PxFlags_3_01PxContactPairHeaderFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxContactPairHeaderFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxContactPairHeaderFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_146.png" border="0" alt="" usemap="#PxFlags_3_01PxConvexFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxConvexFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxConvexFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_147.png" border="0" alt="" usemap="#PxFlags_3_01PxD6JointDriveFlag_1_1Enum_00_01PxU32_01_4"/> <map name="PxFlags_3_01PxD6JointDriveFlag_1_1Enum_00_01PxU32_01_4" id="PxFlags_3_01PxD6JointDriveFlag_1_1Enum_00_01PxU32_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_148.png" border="0" alt="" usemap="#PxFlags_3_01PxHeightFieldFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxHeightFieldFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxHeightFieldFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_149.png" border="0" alt="" usemap="#PxFlags_3_01PxMeshFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxMeshFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxMeshFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_150.png" border="0" alt="" usemap="#PxFlags_3_01PxMeshGeometryFlag_1_1Enum_00_01PxU8_01_4"/> <map name="PxFlags_3_01PxMeshGeometryFlag_1_1Enum_00_01PxU8_01_4" id="PxFlags_3_01PxMeshGeometryFlag_1_1Enum_00_01PxU8_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_151.png" border="0" alt="" usemap="#PxFlags_3_01PxMeshPreprocessingFlag_1_1Enum_00_01PxU32_01_4"/> <map name="PxFlags_3_01PxMeshPreprocessingFlag_1_1Enum_00_01PxU32_01_4" id="PxFlags_3_01PxMeshPreprocessingFlag_1_1Enum_00_01PxU32_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_152.png" border="0" alt="" usemap="#PxFlags_3_01PxPairFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxPairFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxPairFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_153.png" border="0" alt="" usemap="#PxFlags_3_01PxQueryFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxQueryFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxQueryFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_154.png" border="0" alt="" usemap="#PxFlags_3_01PxSceneFlag_1_1Enum_00_01PxU16_01_4"/> <map name="PxFlags_3_01PxSceneFlag_1_1Enum_00_01PxU16_01_4" id="PxFlags_3_01PxSceneFlag_1_1Enum_00_01PxU16_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_155.png" border="0" alt="" usemap="#PxFlags_3_01PxTriggerPairFlag_1_1Enum_00_01PxU8_01_4"/> <map name="PxFlags_3_01PxTriggerPairFlag_1_1Enum_00_01PxU8_01_4" id="PxFlags_3_01PxTriggerPairFlag_1_1Enum_00_01PxU8_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_156.png" border="0" alt="" usemap="#PxForceMode"/> <map name="PxForceMode" id="PxForceMode"> </map> </td></tr> <tr><td><img src="inherit_graph_157.png" border="0" alt="" usemap="#PxFoundation"/> <map name="PxFoundation" id="PxFoundation"> </map> </td></tr> <tr><td><img src="inherit_graph_158.png" border="0" alt="" usemap="#PxFrictionType"/> <map name="PxFrictionType" id="PxFrictionType"> </map> </td></tr> <tr><td><img src="inherit_graph_159.png" border="0" alt="" usemap="#PxGeometry"/> <map name="PxGeometry" id="PxGeometry"> </map> </td></tr> <tr><td><img src="inherit_graph_160.png" border="0" alt="" usemap="#PxGeometryHolder"/> <map name="PxGeometryHolder" id="PxGeometryHolder"> </map> </td></tr> <tr><td><img src="inherit_graph_161.png" border="0" alt="" usemap="#PxGeometryQuery"/> <map name="PxGeometryQuery" id="PxGeometryQuery"> </map> </td></tr> <tr><td><img src="inherit_graph_162.png" border="0" alt="" usemap="#PxGeometryType"/> <map name="PxGeometryType" id="PxGeometryType"> </map> </td></tr> <tr><td><img src="inherit_graph_163.png" border="0" alt="" usemap="#PxGpuCopyDesc"/> <map name="PxGpuCopyDesc" id="PxGpuCopyDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_164.png" border="0" alt="" usemap="#PxGpuCopyDescQueue"/> <map name="PxGpuCopyDescQueue" id="PxGpuCopyDescQueue"> </map> </td></tr> <tr><td><img src="inherit_graph_165.png" border="0" alt="" usemap="#PxGpuDispatcher"/> <map name="PxGpuDispatcher" id="PxGpuDispatcher"> </map> </td></tr> <tr><td><img src="inherit_graph_166.png" border="0" alt="" usemap="#PxGpuTaskHint"/> <map name="PxGpuTaskHint" id="PxGpuTaskHint"> </map> </td></tr> <tr><td><img src="inherit_graph_167.png" border="0" alt="" usemap="#PxGroupsMask"/> <map name="PxGroupsMask" id="PxGroupsMask"> </map> </td></tr> <tr><td><img src="inherit_graph_168.png" border="0" alt="" usemap="#PxHeightFieldDesc"/> <map name="PxHeightFieldDesc" id="PxHeightFieldDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_169.png" border="0" alt="" usemap="#PxHeightFieldFlag"/> <map name="PxHeightFieldFlag" id="PxHeightFieldFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_170.png" border="0" alt="" usemap="#PxHeightFieldFormat"/> <map name="PxHeightFieldFormat" id="PxHeightFieldFormat"> </map> </td></tr> <tr><td><img src="inherit_graph_171.png" border="0" alt="" usemap="#PxHeightFieldMaterial"/> <map name="PxHeightFieldMaterial" id="PxHeightFieldMaterial"> </map> </td></tr> <tr><td><img src="inherit_graph_172.png" border="0" alt="" usemap="#PxHeightFieldSample"/> <map name="PxHeightFieldSample" id="PxHeightFieldSample"> </map> </td></tr> <tr><td><img src="inherit_graph_173.png" border="0" alt="" usemap="#PxHeightFieldTessFlag"/> <map name="PxHeightFieldTessFlag" id="PxHeightFieldTessFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_174.png" border="0" alt="" usemap="#PxHitCallback_3_01HitType_01_4"/> <map name="PxHitCallback_3_01HitType_01_4" id="PxHitCallback_3_01HitType_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_175.png" border="0" alt="" usemap="#PxHitCallback_3_01PxOverlapHit_01_4"/> <map name="PxHitCallback_3_01PxOverlapHit_01_4" id="PxHitCallback_3_01PxOverlapHit_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_176.png" border="0" alt="" usemap="#PxHitCallback_3_01PxRaycastHit_01_4"/> <map name="PxHitCallback_3_01PxRaycastHit_01_4" id="PxHitCallback_3_01PxRaycastHit_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_177.png" border="0" alt="" usemap="#PxHitCallback_3_01PxSweepHit_01_4"/> <map name="PxHitCallback_3_01PxSweepHit_01_4" id="PxHitCallback_3_01PxSweepHit_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_178.png" border="0" alt="" usemap="#PxHitFlag"/> <map name="PxHitFlag" id="PxHitFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_179.png" border="0" alt="" usemap="#PxHullPolygon"/> <map name="PxHullPolygon" id="PxHullPolygon"> </map> </td></tr> <tr><td><img src="inherit_graph_180.png" border="0" alt="" usemap="#PxInputStream"/> <map name="PxInputStream" id="PxInputStream"> </map> </td></tr> <tr><td><img src="inherit_graph_181.png" border="0" alt="" usemap="#PxJointActorIndex"/> <map name="PxJointActorIndex" id="PxJointActorIndex"> </map> </td></tr> <tr><td><img src="inherit_graph_182.png" border="0" alt="" usemap="#PxJointConcreteType"/> <map name="PxJointConcreteType" id="PxJointConcreteType"> </map> </td></tr> <tr><td><img src="inherit_graph_183.png" border="0" alt="" usemap="#PxJointLimitParameters"/> <map name="PxJointLimitParameters" id="PxJointLimitParameters"> </map> </td></tr> <tr><td><img src="inherit_graph_184.png" border="0" alt="" usemap="#PxLockedData"/> <map name="PxLockedData" id="PxLockedData"> </map> </td></tr> <tr><td><img src="inherit_graph_185.png" border="0" alt="" usemap="#PxMat33"/> <map name="PxMat33" id="PxMat33"> </map> </td></tr> <tr><td><img src="inherit_graph_186.png" border="0" alt="" usemap="#PxMat44"/> <map name="PxMat44" id="PxMat44"> </map> </td></tr> <tr><td><img src="inherit_graph_187.png" border="0" alt="" usemap="#PxMaterialFlag"/> <map name="PxMaterialFlag" id="PxMaterialFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_188.png" border="0" alt="" usemap="#PxMeshCookingHint"/> <map name="PxMeshCookingHint" id="PxMeshCookingHint"> </map> </td></tr> <tr><td><img src="inherit_graph_189.png" border="0" alt="" usemap="#PxMeshFlag"/> <map name="PxMeshFlag" id="PxMeshFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_190.png" border="0" alt="" usemap="#PxMeshGeometryFlag"/> <map name="PxMeshGeometryFlag" id="PxMeshGeometryFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_191.png" border="0" alt="" usemap="#PxMeshOverlapUtil"/> <map name="PxMeshOverlapUtil" id="PxMeshOverlapUtil"> </map> </td></tr> <tr><td><img src="inherit_graph_192.png" border="0" alt="" usemap="#PxMeshPreprocessingFlag"/> <map name="PxMeshPreprocessingFlag" id="PxMeshPreprocessingFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_193.png" border="0" alt="" usemap="#PxMeshQuery"/> <map name="PxMeshQuery" id="PxMeshQuery"> </map> </td></tr> <tr><td><img src="inherit_graph_194.png" border="0" alt="" usemap="#PxMeshScale"/> <map name="PxMeshScale" id="PxMeshScale"> </map> </td></tr> <tr><td><img src="inherit_graph_195.png" border="0" alt="" usemap="#PxMetaDataEntry"/> <map name="PxMetaDataEntry" id="PxMetaDataEntry"> </map> </td></tr> <tr><td><img src="inherit_graph_196.png" border="0" alt="" usemap="#PxMetaDataFlag"/> <map name="PxMetaDataFlag" id="PxMetaDataFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_197.png" border="0" alt="" usemap="#PxObstacle"/> <map name="PxObstacle" id="PxObstacle"> </map> </td></tr> <tr><td><img src="inherit_graph_198.png" border="0" alt="" usemap="#PxObstacleContext"/> <map name="PxObstacleContext" id="PxObstacleContext"> </map> </td></tr> <tr><td><img src="inherit_graph_199.png" border="0" alt="" usemap="#PxOutputStream"/> <map name="PxOutputStream" id="PxOutputStream"> </map> </td></tr> <tr><td><img src="inherit_graph_200.png" border="0" alt="" usemap="#PxPackValidation"/> <map name="PxPackValidation" id="PxPackValidation"> </map> </td></tr> <tr><td><img src="inherit_graph_201.png" border="0" alt="" usemap="#PxPadding_3_013_01_4"/> <map name="PxPadding_3_013_01_4" id="PxPadding_3_013_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_202.png" border="0" alt="" usemap="#PxPadding_3_01TNumBytes_01_4"/> <map name="PxPadding_3_01TNumBytes_01_4" id="PxPadding_3_01TNumBytes_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_203.png" border="0" alt="" usemap="#PxPairFlag"/> <map name="PxPairFlag" id="PxPairFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_204.png" border="0" alt="" usemap="#PxParticleBaseFlag"/> <map name="PxParticleBaseFlag" id="PxParticleBaseFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_205.png" border="0" alt="" usemap="#PxParticleCreationData"/> <map name="PxParticleCreationData" id="PxParticleCreationData"> </map> </td></tr> <tr><td><img src="inherit_graph_206.png" border="0" alt="" usemap="#PxParticleExt"/> <map name="PxParticleExt" id="PxParticleExt"> </map> </td></tr> <tr><td><img src="inherit_graph_207.png" border="0" alt="" usemap="#PxParticleExt_1_1IndexPool"/> <map name="PxParticleExt_1_1IndexPool" id="PxParticleExt_1_1IndexPool"> </map> </td></tr> <tr><td><img src="inherit_graph_208.png" border="0" alt="" usemap="#PxParticleExt_1_1ParticleBounds"/> <map name="PxParticleExt_1_1ParticleBounds" id="PxParticleExt_1_1ParticleBounds"> </map> </td></tr> <tr><td><img src="inherit_graph_209.png" border="0" alt="" usemap="#PxParticleFlag"/> <map name="PxParticleFlag" id="PxParticleFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_210.png" border="0" alt="" usemap="#PxParticleReadDataFlag"/> <map name="PxParticleReadDataFlag" id="PxParticleReadDataFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_211.png" border="0" alt="" usemap="#PxPhysics"/> <map name="PxPhysics" id="PxPhysics"> </map> </td></tr> <tr><td><img src="inherit_graph_212.png" border="0" alt="" usemap="#PxPhysicsInsertionCallback"/> <map name="PxPhysicsInsertionCallback" id="PxPhysicsInsertionCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_213.png" border="0" alt="" usemap="#PxPlane"/> <map name="PxPlane" id="PxPlane"> </map> </td></tr> <tr><td><img src="inherit_graph_214.png" border="0" alt="" usemap="#PxPlatform"/> <map name="PxPlatform" id="PxPlatform"> </map> </td></tr> <tr><td><img src="inherit_graph_215.png" border="0" alt="" usemap="#PxPrismaticJointFlag"/> <map name="PxPrismaticJointFlag" id="PxPrismaticJointFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_216.png" border="0" alt="" usemap="#PxProcessPxBaseCallback"/> <map name="PxProcessPxBaseCallback" id="PxProcessPxBaseCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_217.png" border="0" alt="" usemap="#PxPruningStructure"/> <map name="PxPruningStructure" id="PxPruningStructure"> </map> </td></tr> <tr><td><img src="inherit_graph_218.png" border="0" alt="" usemap="#PxPS3Config"/> <map name="PxPS3Config" id="PxPS3Config"> </map> </td></tr> <tr><td><img src="inherit_graph_219.png" border="0" alt="" usemap="#PxPS3ConfigParam"/> <map name="PxPS3ConfigParam" id="PxPS3ConfigParam"> </map> </td></tr> <tr><td><img src="inherit_graph_220.png" border="0" alt="" usemap="#PxPvdUpdateType"/> <map name="PxPvdUpdateType" id="PxPvdUpdateType"> </map> </td></tr> <tr><td><img src="inherit_graph_221.png" border="0" alt="" usemap="#PxQuat"/> <map name="PxQuat" id="PxQuat"> </map> </td></tr> <tr><td><img src="inherit_graph_222.png" border="0" alt="" usemap="#PxQueryCache"/> <map name="PxQueryCache" id="PxQueryCache"> </map> </td></tr> <tr><td><img src="inherit_graph_223.png" border="0" alt="" usemap="#PxQueryFilterCallback"/> <map name="PxQueryFilterCallback" id="PxQueryFilterCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_224.png" border="0" alt="" usemap="#PxQueryFilterData"/> <map name="PxQueryFilterData" id="PxQueryFilterData"> </map> </td></tr> <tr><td><img src="inherit_graph_225.png" border="0" alt="" usemap="#PxQueryFlag"/> <map name="PxQueryFlag" id="PxQueryFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_226.png" border="0" alt="" usemap="#PxQueryHitType"/> <map name="PxQueryHitType" id="PxQueryHitType"> </map> </td></tr> <tr><td><img src="inherit_graph_227.png" border="0" alt="" usemap="#PxRenderBuffer"/> <map name="PxRenderBuffer" id="PxRenderBuffer"> </map> </td></tr> <tr><td><img src="inherit_graph_228.png" border="0" alt="" usemap="#PxRepXInstantiationArgs"/> <map name="PxRepXInstantiationArgs" id="PxRepXInstantiationArgs"> </map> </td></tr> <tr><td><img src="inherit_graph_229.png" border="0" alt="" usemap="#PxRepXObject"/> <map name="PxRepXObject" id="PxRepXObject"> </map> </td></tr> <tr><td><img src="inherit_graph_230.png" border="0" alt="" usemap="#PxRepXSerializer"/> <map name="PxRepXSerializer" id="PxRepXSerializer"> </map> </td></tr> <tr><td><img src="inherit_graph_231.png" border="0" alt="" usemap="#PxRevoluteJointFlag"/> <map name="PxRevoluteJointFlag" id="PxRevoluteJointFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_232.png" border="0" alt="" usemap="#PxRigidBodyExt"/> <map name="PxRigidBodyExt" id="PxRigidBodyExt"> </map> </td></tr> <tr><td><img src="inherit_graph_233.png" border="0" alt="" usemap="#PxRigidBodyFlag"/> <map name="PxRigidBodyFlag" id="PxRigidBodyFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_234.png" border="0" alt="" usemap="#PxScene"/> <map name="PxScene" id="PxScene"> </map> </td></tr> <tr><td><img src="inherit_graph_235.png" border="0" alt="" usemap="#PxSceneDesc"/> <map name="PxSceneDesc" id="PxSceneDesc"> </map> </td></tr> <tr><td><img src="inherit_graph_236.png" border="0" alt="" usemap="#PxSceneFlag"/> <map name="PxSceneFlag" id="PxSceneFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_237.png" border="0" alt="" usemap="#PxSceneLimits"/> <map name="PxSceneLimits" id="PxSceneLimits"> </map> </td></tr> <tr><td><img src="inherit_graph_238.png" border="0" alt="" usemap="#PxSceneReadLock"/> <map name="PxSceneReadLock" id="PxSceneReadLock"> </map> </td></tr> <tr><td><img src="inherit_graph_239.png" border="0" alt="" usemap="#PxSceneWriteLock"/> <map name="PxSceneWriteLock" id="PxSceneWriteLock"> </map> </td></tr> <tr><td><img src="inherit_graph_240.png" border="0" alt="" usemap="#PxScopedCudaLock"/> <map name="PxScopedCudaLock" id="PxScopedCudaLock"> </map> </td></tr> <tr><td><img src="inherit_graph_241.png" border="0" alt="" usemap="#PxSerialization"/> <map name="PxSerialization" id="PxSerialization"> </map> </td></tr> <tr><td><img src="inherit_graph_242.png" border="0" alt="" usemap="#PxSerialization_1_1PxXmlMiscParameter"/> <map name="PxSerialization_1_1PxXmlMiscParameter" id="PxSerialization_1_1PxXmlMiscParameter"> </map> </td></tr> <tr><td><img src="inherit_graph_243.png" border="0" alt="" usemap="#PxSerializationContext"/> <map name="PxSerializationContext" id="PxSerializationContext"> </map> </td></tr> <tr><td><img src="inherit_graph_244.png" border="0" alt="" usemap="#PxSerializationRegistry"/> <map name="PxSerializationRegistry" id="PxSerializationRegistry"> </map> </td></tr> <tr><td><img src="inherit_graph_245.png" border="0" alt="" usemap="#PxSerializer"/> <map name="PxSerializer" id="PxSerializer"> </map> </td></tr> <tr><td><img src="inherit_graph_246.png" border="0" alt="" usemap="#PxShapeExt"/> <map name="PxShapeExt" id="PxShapeExt"> </map> </td></tr> <tr><td><img src="inherit_graph_247.png" border="0" alt="" usemap="#PxShapeFlag"/> <map name="PxShapeFlag" id="PxShapeFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_248.png" border="0" alt="" usemap="#PxSimpleContact"/> <map name="PxSimpleContact" id="PxSimpleContact"> </map> </td></tr> <tr><td><img src="inherit_graph_249.png" border="0" alt="" usemap="#PxSimpleTriangleMesh"/> <map name="PxSimpleTriangleMesh" id="PxSimpleTriangleMesh"> </map> </td></tr> <tr><td><img src="inherit_graph_250.png" border="0" alt="" usemap="#PxSimulationEventCallback"/> <map name="PxSimulationEventCallback" id="PxSimulationEventCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_251.png" border="0" alt="" usemap="#PxSimulationFilterCallback"/> <map name="PxSimulationFilterCallback" id="PxSimulationFilterCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_252.png" border="0" alt="" usemap="#PxSimulationOrder"/> <map name="PxSimulationOrder" id="PxSimulationOrder"> </map> </td></tr> <tr><td><img src="inherit_graph_253.png" border="0" alt="" usemap="#PxSimulationStatistics"/> <map name="PxSimulationStatistics" id="PxSimulationStatistics"> </map> </td></tr> <tr><td><img src="inherit_graph_254.png" border="0" alt="" usemap="#PxSpatialIndex"/> <map name="PxSpatialIndex" id="PxSpatialIndex"> </map> </td></tr> <tr><td><img src="inherit_graph_255.png" border="0" alt="" usemap="#PxSpatialIndexItem"/> <map name="PxSpatialIndexItem" id="PxSpatialIndexItem"> </map> </td></tr> <tr><td><img src="inherit_graph_256.png" border="0" alt="" usemap="#PxSpatialLocationCallback"/> <map name="PxSpatialLocationCallback" id="PxSpatialLocationCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_257.png" border="0" alt="" usemap="#PxSpatialOverlapCallback"/> <map name="PxSpatialOverlapCallback" id="PxSpatialOverlapCallback"> </map> </td></tr> <tr><td><img src="inherit_graph_258.png" border="0" alt="" usemap="#PxSphericalJointFlag"/> <map name="PxSphericalJointFlag" id="PxSphericalJointFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_259.png" border="0" alt="" usemap="#PxSpring"/> <map name="PxSpring" id="PxSpring"> </map> </td></tr> <tr><td><img src="inherit_graph_260.png" border="0" alt="" usemap="#PxSpuDispatcher"/> <map name="PxSpuDispatcher" id="PxSpuDispatcher"> </map> </td></tr> <tr><td><img src="inherit_graph_261.png" border="0" alt="" usemap="#PxStridedData"/> <map name="PxStridedData" id="PxStridedData"> </map> </td></tr> <tr><td><img src="inherit_graph_262.png" border="0" alt="" usemap="#PxStrideIterator_3_01const_01PxF32_01_4"/> <map name="PxStrideIterator_3_01const_01PxF32_01_4" id="PxStrideIterator_3_01const_01PxF32_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_263.png" border="0" alt="" usemap="#PxStrideIterator_3_01const_01PxFlags_01_4"/> <map name="PxStrideIterator_3_01const_01PxFlags_01_4" id="PxStrideIterator_3_01const_01PxFlags_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_264.png" border="0" alt="" usemap="#PxStrideIterator_3_01const_01PxU32_01_4"/> <map name="PxStrideIterator_3_01const_01PxU32_01_4" id="PxStrideIterator_3_01const_01PxU32_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_265.png" border="0" alt="" usemap="#PxStrideIterator_3_01const_01PxVec3_01_4"/> <map name="PxStrideIterator_3_01const_01PxVec3_01_4" id="PxStrideIterator_3_01const_01PxVec3_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_266.png" border="0" alt="" usemap="#PxStrideIterator_3_01T_01_4"/> <map name="PxStrideIterator_3_01T_01_4" id="PxStrideIterator_3_01T_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_267.png" border="0" alt="" usemap="#PxStringTable"/> <map name="PxStringTable" id="PxStringTable"> </map> </td></tr> <tr><td><img src="inherit_graph_268.png" border="0" alt="" usemap="#PxStringTableExt"/> <map name="PxStringTableExt" id="PxStringTableExt"> </map> </td></tr> <tr><td><img src="inherit_graph_269.png" border="0" alt="" usemap="#PxTaskManager"/> <map name="PxTaskManager" id="PxTaskManager"> </map> </td></tr> <tr><td><img src="inherit_graph_270.png" border="0" alt="" usemap="#PxTaskType"/> <map name="PxTaskType" id="PxTaskType"> </map> </td></tr> <tr><td><img src="inherit_graph_271.png" border="0" alt="" usemap="#PxTolerancesScale"/> <map name="PxTolerancesScale" id="PxTolerancesScale"> </map> </td></tr> <tr><td><img src="inherit_graph_272.png" border="0" alt="" usemap="#PxTransform"/> <map name="PxTransform" id="PxTransform"> </map> </td></tr> <tr><td><img src="inherit_graph_273.png" border="0" alt="" usemap="#PxTriangle"/> <map name="PxTriangle" id="PxTriangle"> </map> </td></tr> <tr><td><img src="inherit_graph_274.png" border="0" alt="" usemap="#PxTriangleMeshFlag"/> <map name="PxTriangleMeshFlag" id="PxTriangleMeshFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_275.png" border="0" alt="" usemap="#PxTriggerPair"/> <map name="PxTriggerPair" id="PxTriggerPair"> </map> </td></tr> <tr><td><img src="inherit_graph_276.png" border="0" alt="" usemap="#PxTriggerPairFlag"/> <map name="PxTriggerPairFlag" id="PxTriggerPairFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_277.png" border="0" alt="" usemap="#PxTypedStridedData_3_01PxMaterialTableIndex_01_4"/> <map name="PxTypedStridedData_3_01PxMaterialTableIndex_01_4" id="PxTypedStridedData_3_01PxMaterialTableIndex_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_278.png" border="0" alt="" usemap="#PxTypedStridedData_3_01TDataType_01_4"/> <map name="PxTypedStridedData_3_01TDataType_01_4" id="PxTypedStridedData_3_01TDataType_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_279.png" border="0" alt="" usemap="#PxTypeInfo_3_01T_01_4"/> <map name="PxTypeInfo_3_01T_01_4" id="PxTypeInfo_3_01T_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_280.png" border="0" alt="" usemap="#PxUserControllerHitReport"/> <map name="PxUserControllerHitReport" id="PxUserControllerHitReport"> </map> </td></tr> <tr><td><img src="inherit_graph_281.png" border="0" alt="" usemap="#PxVec2"/> <map name="PxVec2" id="PxVec2"> </map> </td></tr> <tr><td><img src="inherit_graph_282.png" border="0" alt="" usemap="#PxVec3"/> <map name="PxVec3" id="PxVec3"> </map> </td></tr> <tr><td><img src="inherit_graph_283.png" border="0" alt="" usemap="#PxVec4"/> <map name="PxVec4" id="PxVec4"> </map> </td></tr> <tr><td><img src="inherit_graph_284.png" border="0" alt="" usemap="#PxVehicleAckermannGeometryData"/> <map name="PxVehicleAckermannGeometryData" id="PxVehicleAckermannGeometryData"> </map> </td></tr> <tr><td><img src="inherit_graph_285.png" border="0" alt="" usemap="#PxVehicleAutoBoxData"/> <map name="PxVehicleAutoBoxData" id="PxVehicleAutoBoxData"> </map> </td></tr> <tr><td><img src="inherit_graph_286.png" border="0" alt="" usemap="#PxVehicleChassisData"/> <map name="PxVehicleChassisData" id="PxVehicleChassisData"> </map> </td></tr> <tr><td><img src="inherit_graph_287.png" border="0" alt="" usemap="#PxVehicleClutchAccuracyMode"/> <map name="PxVehicleClutchAccuracyMode" id="PxVehicleClutchAccuracyMode"> </map> </td></tr> <tr><td><img src="inherit_graph_288.png" border="0" alt="" usemap="#PxVehicleClutchData"/> <map name="PxVehicleClutchData" id="PxVehicleClutchData"> </map> </td></tr> <tr><td><img src="inherit_graph_289.png" border="0" alt="" usemap="#PxVehicleConcreteType"/> <map name="PxVehicleConcreteType" id="PxVehicleConcreteType"> </map> </td></tr> <tr><td><img src="inherit_graph_290.png" border="0" alt="" usemap="#PxVehicleConcurrentUpdateData"/> <map name="PxVehicleConcurrentUpdateData" id="PxVehicleConcurrentUpdateData"> </map> </td></tr> <tr><td><img src="inherit_graph_291.png" border="0" alt="" usemap="#PxVehicleCopyDynamicsMap"/> <map name="PxVehicleCopyDynamicsMap" id="PxVehicleCopyDynamicsMap"> </map> </td></tr> <tr><td><img src="inherit_graph_292.png" border="0" alt="" usemap="#PxVehicleDifferential4WData"/> <map name="PxVehicleDifferential4WData" id="PxVehicleDifferential4WData"> </map> </td></tr> <tr><td><img src="inherit_graph_293.png" border="0" alt="" usemap="#PxVehicleDifferentialNWData"/> <map name="PxVehicleDifferentialNWData" id="PxVehicleDifferentialNWData"> </map> </td></tr> <tr><td><img src="inherit_graph_294.png" border="0" alt="" usemap="#PxVehicleDrivableSurfaceToTireFrictionPairs"/> <map name="PxVehicleDrivableSurfaceToTireFrictionPairs" id="PxVehicleDrivableSurfaceToTireFrictionPairs"> </map> </td></tr> <tr><td><img src="inherit_graph_295.png" border="0" alt="" usemap="#PxVehicleDrivableSurfaceType"/> <map name="PxVehicleDrivableSurfaceType" id="PxVehicleDrivableSurfaceType"> </map> </td></tr> <tr><td><img src="inherit_graph_296.png" border="0" alt="" usemap="#PxVehicleDrive4WControl"/> <map name="PxVehicleDrive4WControl" id="PxVehicleDrive4WControl"> </map> </td></tr> <tr><td><img src="inherit_graph_297.png" border="0" alt="" usemap="#PxVehicleDrive4WRawInputData"/> <map name="PxVehicleDrive4WRawInputData" id="PxVehicleDrive4WRawInputData"> </map> </td></tr> <tr><td><img src="inherit_graph_298.png" border="0" alt="" usemap="#PxVehicleDrive4WWheelOrder"/> <map name="PxVehicleDrive4WWheelOrder" id="PxVehicleDrive4WWheelOrder"> </map> </td></tr> <tr><td><img src="inherit_graph_299.png" border="0" alt="" usemap="#PxVehicleDriveDynData"/> <map name="PxVehicleDriveDynData" id="PxVehicleDriveDynData"> </map> </td></tr> <tr><td><img src="inherit_graph_300.png" border="0" alt="" usemap="#PxVehicleDriveNWControl"/> <map name="PxVehicleDriveNWControl" id="PxVehicleDriveNWControl"> </map> </td></tr> <tr><td><img src="inherit_graph_301.png" border="0" alt="" usemap="#PxVehicleDriveSimData"/> <map name="PxVehicleDriveSimData" id="PxVehicleDriveSimData"> </map> </td></tr> <tr><td><img src="inherit_graph_302.png" border="0" alt="" usemap="#PxVehicleDriveTankControl"/> <map name="PxVehicleDriveTankControl" id="PxVehicleDriveTankControl"> </map> </td></tr> <tr><td><img src="inherit_graph_303.png" border="0" alt="" usemap="#PxVehicleDriveTankControlModel"/> <map name="PxVehicleDriveTankControlModel" id="PxVehicleDriveTankControlModel"> </map> </td></tr> <tr><td><img src="inherit_graph_304.png" border="0" alt="" usemap="#PxVehicleDriveTankRawInputData"/> <map name="PxVehicleDriveTankRawInputData" id="PxVehicleDriveTankRawInputData"> </map> </td></tr> <tr><td><img src="inherit_graph_305.png" border="0" alt="" usemap="#PxVehicleDriveTankWheelOrder"/> <map name="PxVehicleDriveTankWheelOrder" id="PxVehicleDriveTankWheelOrder"> </map> </td></tr> <tr><td><img src="inherit_graph_306.png" border="0" alt="" usemap="#PxVehicleEngineData"/> <map name="PxVehicleEngineData" id="PxVehicleEngineData"> </map> </td></tr> <tr><td><img src="inherit_graph_307.png" border="0" alt="" usemap="#PxVehicleGearsData"/> <map name="PxVehicleGearsData" id="PxVehicleGearsData"> </map> </td></tr> <tr><td><img src="inherit_graph_308.png" border="0" alt="" usemap="#PxVehicleKeySmoothingData"/> <map name="PxVehicleKeySmoothingData" id="PxVehicleKeySmoothingData"> </map> </td></tr> <tr><td><img src="inherit_graph_309.png" border="0" alt="" usemap="#PxVehiclePadSmoothingData"/> <map name="PxVehiclePadSmoothingData" id="PxVehiclePadSmoothingData"> </map> </td></tr> <tr><td><img src="inherit_graph_310.png" border="0" alt="" usemap="#PxVehicleSuspensionData"/> <map name="PxVehicleSuspensionData" id="PxVehicleSuspensionData"> </map> </td></tr> <tr><td><img src="inherit_graph_311.png" border="0" alt="" usemap="#PxVehicleTireData"/> <map name="PxVehicleTireData" id="PxVehicleTireData"> </map> </td></tr> <tr><td><img src="inherit_graph_312.png" border="0" alt="" usemap="#PxVehicleTireLoadFilterData"/> <map name="PxVehicleTireLoadFilterData" id="PxVehicleTireLoadFilterData"> </map> </td></tr> <tr><td><img src="inherit_graph_313.png" border="0" alt="" usemap="#PxVehicleTypes"/> <map name="PxVehicleTypes" id="PxVehicleTypes"> </map> </td></tr> <tr><td><img src="inherit_graph_314.png" border="0" alt="" usemap="#PxVehicleUpdateMode"/> <map name="PxVehicleUpdateMode" id="PxVehicleUpdateMode"> </map> </td></tr> <tr><td><img src="inherit_graph_315.png" border="0" alt="" usemap="#PxVehicleWheelConcurrentUpdateData"/> <map name="PxVehicleWheelConcurrentUpdateData" id="PxVehicleWheelConcurrentUpdateData"> </map> </td></tr> <tr><td><img src="inherit_graph_316.png" border="0" alt="" usemap="#PxVehicleWheelData"/> <map name="PxVehicleWheelData" id="PxVehicleWheelData"> </map> </td></tr> <tr><td><img src="inherit_graph_317.png" border="0" alt="" usemap="#PxVehicleWheelQueryResult"/> <map name="PxVehicleWheelQueryResult" id="PxVehicleWheelQueryResult"> </map> </td></tr> <tr><td><img src="inherit_graph_318.png" border="0" alt="" usemap="#PxVehicleWheelsDynData"/> <map name="PxVehicleWheelsDynData" id="PxVehicleWheelsDynData"> </map> </td></tr> <tr><td><img src="inherit_graph_319.png" border="0" alt="" usemap="#PxVehicleWheelsSimData"/> <map name="PxVehicleWheelsSimData" id="PxVehicleWheelsSimData"> </map> </td></tr> <tr><td><img src="inherit_graph_320.png" border="0" alt="" usemap="#PxVisualDebugger"/> <map name="PxVisualDebugger" id="PxVisualDebugger"> </map> </td></tr> <tr><td><img src="inherit_graph_321.png" border="0" alt="" usemap="#PxVisualDebuggerConnectionFlag"/> <map name="PxVisualDebuggerConnectionFlag" id="PxVisualDebuggerConnectionFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_322.png" border="0" alt="" usemap="#PxVisualDebuggerExt"/> <map name="PxVisualDebuggerExt" id="PxVisualDebuggerExt"> </map> </td></tr> <tr><td><img src="inherit_graph_323.png" border="0" alt="" usemap="#PxVisualDebuggerFlag"/> <map name="PxVisualDebuggerFlag" id="PxVisualDebuggerFlag"> </map> </td></tr> <tr><td><img src="inherit_graph_324.png" border="0" alt="" usemap="#PxVisualizationParameter"/> <map name="PxVisualizationParameter" id="PxVisualizationParameter"> </map> </td></tr> <tr><td><img src="inherit_graph_325.png" border="0" alt="" usemap="#PxVolumeCache"/> <map name="PxVolumeCache" id="PxVolumeCache"> </map> </td></tr> <tr><td><img src="inherit_graph_326.png" border="0" alt="" usemap="#PxVolumeCache_1_1Iterator"/> <map name="PxVolumeCache_1_1Iterator" id="PxVolumeCache_1_1Iterator"> </map> </td></tr> <tr><td><img src="inherit_graph_327.png" border="0" alt="" usemap="#PxWheelQueryResult"/> <map name="PxWheelQueryResult" id="PxWheelQueryResult"> </map> </td></tr> <tr><td><img src="inherit_graph_328.png" border="0" alt="" usemap="#RepXSerializerImpl_3_01TJointType_01_4"/> <map name="RepXSerializerImpl_3_01TJointType_01_4" id="RepXSerializerImpl_3_01TJointType_01_4"> </map> </td></tr> <tr><td><img src="inherit_graph_329.png" border="0" alt="" usemap="#RepXSerializerImpl_3_01TLiveType_01_4"/> <map name="RepXSerializerImpl_3_01TLiveType_01_4" id="RepXSerializerImpl_3_01TLiveType_01_4"> </map> </td></tr> </table> </div><!-- contents --> <hr style="width: 100%; height: 2px;"><br> Copyright &copy; 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a> </body> </html>
LiangYue1981816/CrossEngine
PhysX-3.3/PhysXSDK/Documentation/PhysXAPI/files/inherits.html
HTML
apache-2.0
57,869
<!-- ================ The Grid ================ --> <section id="grid" class="patterns-grid"> <h2>Grid</h2> <div class="row"> <div class="full-width"> .full-width </div> </div> <div class="row"> <div class="half-width"> .half-width </div> <div class="half-width"> .half-width </div> </div> <div class="row"> <div class="one-third-width"> .one-third-width </div> <div class="two-thirds-width"> .two-thirds-width </div> </div> <div class="row"> <div class="two-thirds-width"> .two-thirds-width </div> <div class="one-third-width"> .one-third-width </div> </div> <div class="row"> <div class="one-third-width"> .one-third-width </div> <div class="one-third-width"> .one-third-width </div> <div class="one-third-width"> .one-third-width </div> </div> <div class="row"> <div class="a-quarter-width"> .a-quarter-width </div> <div class="a-quarter-width"> .a-quarter-width </div> <div class="a-quarter-width"> .a-quarter-width </div> <div class="a-quarter-width"> .a-quarter-width </div> </div> </section>
chalatz/yellowblue-docs
_includes/patterns/layout/grid.html
HTML
apache-2.0
1,116
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (1.8.0_92) on Sat Sep 08 22:42:59 BRT 2018 --> <title>org.epctagcoder.option.GDTI</title> <meta name="date" content="2018-09-08"> <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="org.epctagcoder.option.GDTI"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-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/epctagcoder/option/CPI/partitionTable/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/epctagcoder/option/GDTI/partitionTable/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/epctagcoder/option/GDTI/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.epctagcoder.option.GDTI</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" 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/epctagcoder/option/GDTI/GDTIFilterValue.html" title="enum in org.epctagcoder.option.GDTI">GDTIFilterValue</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/epctagcoder/option/GDTI/GDTIHeader.html" title="enum in org.epctagcoder.option.GDTI">GDTIHeader</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/epctagcoder/option/GDTI/GDTITagSize.html" title="enum in org.epctagcoder.option.GDTI">GDTITagSize</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-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/epctagcoder/option/CPI/partitionTable/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../org/epctagcoder/option/GDTI/partitionTable/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/epctagcoder/option/GDTI/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
jlcout/epctagcoder
epctagcoder/doc/org/epctagcoder/option/GDTI/package-summary.html
HTML
apache-2.0
5,546
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>Connector - apollo-broker 1.7 API - org.apache.activemq.apollo.broker.Connector</title> <meta name="description" content="Connector - apollo - broker 1.7 API - org.apache.activemq.apollo.broker.Connector" /> <meta name="keywords" content="Connector apollo broker 1.7 API org.apache.activemq.apollo.broker.Connector" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../../../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../../../../lib/template.js"></script> <script type="text/javascript" src="../../../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../../../../index.html'; var hash = 'org.apache.activemq.apollo.broker.Connector$'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="value"> <div id="definition"> <a href="Connector.html" title="Go to companion"><img src="../../../../../lib/object_to_trait_big.png" /></a> <p id="owner"><a href="../../../../package.html" class="extype" name="org">org</a>.<a href="../../../package.html" class="extype" name="org.apache">apache</a>.<a href="../../package.html" class="extype" name="org.apache.activemq">activemq</a>.<a href="../package.html" class="extype" name="org.apache.activemq.apollo">apollo</a>.<a href="package.html" class="extype" name="org.apache.activemq.apollo.broker">broker</a></p> <h1><a href="Connector.html" title="Go to companion">Connector</a></h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <span class="name">Connector</span><span class="result"> extends <span class="extype" name="org.apache.activemq.apollo.util.Log">Log</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"></div><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="org.apache.activemq.apollo.util.Log">Log</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.apache.activemq.apollo.broker.Connector"><span>Connector</span></li><li class="in" name="org.apache.activemq.apollo.util.Log"><span>Log</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:AnyRef):Boolean"></a> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:AnyRef):Boolean"></a> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">java.lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#debug" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="debug(e:Throwable):Unit"></a> <a id="debug(Throwable):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">debug</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#debug" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="debug(e:Throwable,m:=&gt;String,args:Any*):Unit"></a> <a id="debug(Throwable,⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">debug</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>, <span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#debug" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="debug(m:=&gt;String,args:Any*):Unit"></a> <a id="debug(⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">debug</span><span class="params">(<span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#error" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="error(e:Throwable):Unit"></a> <a id="error(Throwable):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">error</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#error" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="error(e:Throwable,m:=&gt;String,args:Any*):Unit"></a> <a id="error(Throwable,⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">error</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>, <span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#error" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="error(m:=&gt;String,args:Any*):Unit"></a> <a id="error(⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">error</span><span class="params">(<span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">java.lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#info" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="info(e:Throwable):Unit"></a> <a id="info(Throwable):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">info</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#info" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="info(e:Throwable,m:=&gt;String,args:Any*):Unit"></a> <a id="info(Throwable,⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">info</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>, <span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#info" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="info(m:=&gt;String,args:Any*):Unit"></a> <a id="info(⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">info</span><span class="params">(<span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#log" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="log:org.slf4j.Logger"></a> <a id="log:Logger"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">log</span><span class="result">: <span class="extype" name="org.slf4j.Logger">Logger</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#trace" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="trace(e:Throwable):Unit"></a> <a id="trace(Throwable):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">trace</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#trace" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="trace(e:Throwable,m:=&gt;String,args:Any*):Unit"></a> <a id="trace(Throwable,⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">trace</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>, <span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#trace" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="trace(m:=&gt;String,args:Any*):Unit"></a> <a id="trace(⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">trace</span><span class="params">(<span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#warn" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="warn(e:Throwable):Unit"></a> <a id="warn(Throwable):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">warn</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#warn" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="warn(e:Throwable,m:=&gt;String,args:Any*):Unit"></a> <a id="warn(Throwable,⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">warn</span><span class="params">(<span name="e">e: <span class="extype" name="java.lang.Throwable">Throwable</span></span>, <span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li><li name="org.apache.activemq.apollo.util.Log#warn" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="warn(m:=&gt;String,args:Any*):Unit"></a> <a id="warn(⇒String,Any*):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">warn</span><span class="params">(<span name="m">m: ⇒ <span class="extype" name="java.lang.String">String</span></span>, <span name="args">args: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Log</dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="org.apache.activemq.apollo.util.Log"> <h3>Inherited from <span class="extype" name="org.apache.activemq.apollo.util.Log">Log</span></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
DanaEarl/apollo
docs/site/documentation/api/apollo-broker/org/apache/activemq/apollo/broker/Connector$.html
HTML
apache-2.0
35,641
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/iron-icons/iron-icons.html"> <link rel="import" href="../../bower_components/iron-flex-layout/iron-flex-layout.html"> <dom-module id="score-board"> <style> </style> <template> <div class="score-box"> <div id="score-sign" class="horizontal layout center"><iron-icon id="star-points" icon="stars" class="tinavg-med-icon"></iron-icon>&nbsp;<span id="score-box-score">{{score}}</span></div> </div> </template> </dom-module> <script> (function() { Polymer({ is: "score-board", properties: { score: { type: Number, value: 0 }, streak: { type: Number, value: 0 }, lastBucket: { type: String, notify: true }, player: { type: Number, value: 1 }, correctPts: { type: Number, value: 100 }, audioPts: { type: Number, value: 5 }, incorrectPts: { type: Number, value: 30 }, selfRecMult: { type: Number, value: 2.5 }, learnmodus: { type: Boolean, value: false }, recordmodus: { type: Boolean, value: false } }, listeners: { 'last-bucket-changed': 'updateScoreBoard' }, created: function() { }, init: function() { this.starIcon = Polymer.dom(this.root).querySelector("iron-icon"); this.clueShow = document.getElementById('clueshow'); this.wordBoardBox = document.querySelector('word-board'); }, updateStreak: function(correct) { if(correct) { if(this.streak >= 0) { this.streak++; } else { this.streak = 1; } } else { if(this.streak <= 0) { this.streak--; } else { this.streak = -1; } } if(this.streak <= -3) this.helpPlayer(); }, updateScoreBoard: function() { if(!this.wordBoardBox) this.init(); if((this.lastBucket || this.wordBoardBox.getCheckWord()) === undefined) { console.log("lastBucket: " + this.lastBucket); console.log("getCheckWord: " + this.wordBoardBox.getCheckWord()); } else if(["","_____"].indexOf(this.lastBucket) === -1) { console.log("Does " + this.lastBucket.toLowerCase() + " = " + this.wordBoardBox.getCheckWord().toLowerCase()); if(this.learnmodus && this.lastBucket === "(^_^)") { if(this.recordmodus) this.givePts(); this.resetStar(); this.wordBoardBox.wordFilter(); if(document.getElementById('clueshow').classList.contains("glow-yellow")) document.getElementById('clueshow').classList.remove("glow-yellow"); } else { if(this.lastBucket.toLowerCase() === this.wordBoardBox.getCheckWord().toLowerCase()) { this.givePts(); this.updateStreak(true); this.resetStar(); this.wordBoardBox.wordFilter(); if(document.getElementById('clueshow').classList.contains("glow-yellow")) document.getElementById('clueshow').classList.remove("glow-yellow"); } else { this.updateStreak(false); if(!this.learnmodus) this.score -= this.incorrectPts; } } } }, givePts: function() { if(this.starIcon.style.color === "green") { this.score += this.correctPts * this.selfRecMult; } else { this.score += this.correctPts; } }, resetStar: function() { if(this.starIcon.style.color !== "white") { this.starIcon.style.color = "white"; } }, helpPlayer: function() { this.clueShow.classList.add("glow-yellow"); }, audioPlayPts: function() { this.score = this.score + this.audioPts; } }); })(); </script>
dhpollack/polymer-arabic-game
app/elements/score-board.html
HTML
apache-2.0
3,919
<!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_80) on Thu Dec 31 11:31:00 CET 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.maven.surefire.report Class Hierarchy (SureFire API 2.19.1 API)</title> <meta name="date" content="2015-12-31"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.maven.surefire.report Class Hierarchy (SureFire API 2.19.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>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/maven/surefire/providerapi/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/maven/surefire/suite/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/maven/surefire/report/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.apache.maven.surefire.report</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ConsoleOutputCapture.html" title="class in org.apache.maven.surefire.report"><span class="strong">ConsoleOutputCapture</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ConsoleOutputReceiverForCurrentThread.html" title="class in org.apache.maven.surefire.report"><span class="strong">ConsoleOutputReceiverForCurrentThread</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/DefaultConsoleReporter.html" title="class in org.apache.maven.surefire.report"><span class="strong">DefaultConsoleReporter</span></a> (implements org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ConsoleLogger.html" title="interface in org.apache.maven.surefire.report">ConsoleLogger</a>)</li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/DefaultDirectConsoleReporter.html" title="class in org.apache.maven.surefire.report"><span class="strong">DefaultDirectConsoleReporter</span></a> (implements org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ConsoleLogger.html" title="interface in org.apache.maven.surefire.report">ConsoleLogger</a>)</li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/LegacyPojoStackTraceWriter.html" title="class in org.apache.maven.surefire.report"><span class="strong">LegacyPojoStackTraceWriter</span></a> (implements org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/StackTraceWriter.html" title="interface in org.apache.maven.surefire.report">StackTraceWriter</a>)</li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ReporterConfiguration.html" title="class in org.apache.maven.surefire.report"><span class="strong">ReporterConfiguration</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/SafeThrowable.html" title="class in org.apache.maven.surefire.report"><span class="strong">SafeThrowable</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/SimpleReportEntry.html" title="class in org.apache.maven.surefire.report"><span class="strong">SimpleReportEntry</span></a> (implements org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ReportEntry.html" title="interface in org.apache.maven.surefire.report">ReportEntry</a>) <ul> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/CategorizedReportEntry.html" title="class in org.apache.maven.surefire.report"><span class="strong">CategorizedReportEntry</span></a> (implements org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ReportEntry.html" title="interface in org.apache.maven.surefire.report">ReportEntry</a>)</li> </ul> </li> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="strong">RuntimeException</span></a> <ul> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ReporterException.html" title="class in org.apache.maven.surefire.report"><span class="strong">ReporterException</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ConsoleLogger.html" title="interface in org.apache.maven.surefire.report"><span class="strong">ConsoleLogger</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ConsoleOutputReceiver.html" title="interface in org.apache.maven.surefire.report"><span class="strong">ConsoleOutputReceiver</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ReportEntry.html" title="interface in org.apache.maven.surefire.report"><span class="strong">ReportEntry</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/ReporterFactory.html" title="interface in org.apache.maven.surefire.report"><span class="strong">ReporterFactory</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/RunListener.html" title="interface in org.apache.maven.surefire.report"><span class="strong">RunListener</span></a></li> <li type="circle">org.apache.maven.surefire.report.<a href="../../../../../org/apache/maven/surefire/report/StackTraceWriter.html" title="interface in org.apache.maven.surefire.report"><span class="strong">StackTraceWriter</span></a></li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/maven/surefire/providerapi/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/maven/surefire/suite/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/maven/surefire/report/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
play1-maven-plugin/play1-maven-plugin.github.io
external-apidocs/org/apache/maven/surefire/surefire-api/2.19.1/org/apache/maven/surefire/report/package-tree.html
HTML
apache-2.0
10,553
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `B75` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, B75"> <title>libc::B75 - Rust</title> <link rel="stylesheet" type="text/css" href="../normalize.css"> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc constant"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'B75', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"> <h1 class='fqn'><span class='in-band'>Constant <a href='index.html'>libc</a>::<wbr><a class="constant" href=''>B75</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../src/libc/unix/notbsd/linux/other/b64/x86_64.rs.html#449' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const B75: <a class="type" href="../libc/type.speed_t.html" title="type libc::speed_t">speed_t</a><code> = </code><code>2</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
nitro-devs/nitro-game-engine
docs/libc/constant.B75.html
HTML
apache-2.0
4,290
<!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:54 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.handler.clustering.carrot2 (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> <h1 class="bar"><a href="../../../../../../org/apache/solr/handler/clustering/carrot2/package-summary.html" target="classFrame">org.apache.solr.handler.clustering.carrot2</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="CarrotClusteringEngine.html" title="class in org.apache.solr.handler.clustering.carrot2" target="classFrame">CarrotClusteringEngine</a></li> <li><a href="CarrotParams.html" title="class in org.apache.solr.handler.clustering.carrot2" target="classFrame">CarrotParams</a></li> <li><a href="LuceneCarrot2StemmerFactory.html" title="class in org.apache.solr.handler.clustering.carrot2" target="classFrame">LuceneCarrot2StemmerFactory</a></li> <li><a href="LuceneCarrot2TokenizerFactory.html" title="class in org.apache.solr.handler.clustering.carrot2" target="classFrame">LuceneCarrot2TokenizerFactory</a></li> <li><a href="SolrStopwordsCarrot2LexicalDataFactory.html" title="class in org.apache.solr.handler.clustering.carrot2" target="classFrame">SolrStopwordsCarrot2LexicalDataFactory</a></li> </ul> </div> </body> </html>
freakimkaefig/melodicsimilarity-solr
docs/solr-clustering/org/apache/solr/handler/clustering/carrot2/package-frame.html
HTML
apache-2.0
1,616
<lift:surround with="client" at="content"> <div class="usersPage thin-page"> <span class="lift:usersSnippet.actions"></span> <div class="users"> <form method="post" class="lift:usersSnippet.listUsers"> <h1><lift:loc>page.users</lift:loc></h1> <table class="userTable table table-striped"> <thead> <tr> <td></td> <td>enabled</td> <td class="header">Role name here</td> </tr> </thead> <tbody> <tr class="user-row"> <td> <a class="userName"></a> </td> <td class="validated"> <input type="checkbox"></input> </td> <td class="userRole"> <input type="checkbox"></input> </td> </tr> </tbody> </table> <div class="button-row"> <input type="submit" value="button.save" class="btn btn-primary lift:L10n.value" /> </div> </form> </div> </div> </lift:surround>
dodie/time-admin
src/main/webapp/admin/users.html
HTML
apache-2.0
919
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Basic Form</title> <link href="#springUrl('/static/css/bootstrap.min.css')" rel="stylesheet"> <link href="#springUrl('/static/css/style.css')" rel="stylesheet"> <link href="#springUrl('/static/css/bootstrap-treeview.min.css')" rel="stylesheet"> <script src="#springUrl('/static/js/jquery-2.1.1.js')"></script> <script src="#springUrl('/static/js/bootstrap.min.js')"></script> </head> <body class="white-bg"> <div class="ibox-content" style="width: 430px;"> <form class="form-horizontal" id="myForm" enctype ="multipart/form-data"> <input type="hidden" class="form-control" name="projectID" value="$!{projectID}"> <input type="hidden" class="form-control" name="projectPriority" value="$!{projectPriority}"> <div class="form-group"><label class="col-sm-2 control-label" style="padding-top:8px">去重项目Id(以英文逗号隔开)</label> <div class="col-sm-10 pull-right"> <input type="text" id="dropProjectId" class="form-control" name="dropProjectId" value=""> </div> </div> <div class="form-group"><label class="col-sm-2 control-label" style="padding-top:8px">数据对象</label> <div class="col-sm-10 pull-right"> <select class="form-control" name="dataObj" style="width:196px"> <option>Product</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> </div> <div class="form-group"> <label class="col-sm-2 control-label" style="padding-top:8px">请选择文件</label> <div class="col-sm-10 pull-right"> <input type="file" name="file" data-rule="选择文件:required"> </div> </div> <div id="progressTest" class="progress"> <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 100%"> 请稍等,正在加载中......... </div> </div> <div class="form-group"> <div class="text-center"> <button class="btn btn-primary" type="submit">#if($!{taskDO})修 改#else提 交#end</button> </div> </div> </form> </div> <script src="#springUrl('/static/js/jquery-2.1.1.js')"></script> <script src="#springUrl('/static/plugins/nice-validator-0.8.1/jquery.validator.js?local=zh-CN')"></script> <script src="#springUrl('/static/js/bootstrap-treeview.min.js')"></script> <script src="#springUrl('/static/plugins/layer-v2.2/layer/layer.js')"></script> <script src="#springUrl('/static/js/base_list.js')"></script> <script src="#springUrl('/static/js/common.js')"></script> <script type="text/javascript"> $("#progressTest").hide(); $("#myForm").validator({ valid: function(form){ var me = this; var data = new FormData(document.getElementById("myForm")); // 提交表单之前,hold住表单,防止重复提交 me.holdSubmit(); $("#progressTest").show(); $.ajax({ url: "#springUrl('/projectTask/addProjectsTask.html')", data: data, type: "POST", processData:false, contentType:false, success: function(data){ var d = JSON.parse(data); if(d.success && d.data){ $("#progressTest").hide(); window.parent.location.reload(); //当你在iframe页面关闭自身时 //var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引 //parent.layer.close(index); //再执行关闭 } else { //失败,提交表单成功后,释放hold,如果不释放hold,就变成了只能提交一次的表单 me.holdSubmit(false); } } }); } }); </script> </body> </html>
xiongyou/ebmis
ebmis-web/src/main/webapp/WEB-INF/views/projectTask/edits.html
HTML
apache-2.0
4,107
<!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) on Tue Sep 01 11:22:25 MDT 2015 --> <title>JsonPatchOp (orchestrate-java-client 0.11.1 API)</title> <meta name="date" content="2015-09-01"> <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="JsonPatchOp (orchestrate-java-client 0.11.1 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="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/orchestrate/client/jsonpatch/JsonPatch.Builder.html" title="class in io.orchestrate.client.jsonpatch"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../io/orchestrate/client/jsonpatch/TestOp.html" title="class in io.orchestrate.client.jsonpatch"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/orchestrate/client/jsonpatch/JsonPatchOp.html" target="_top">Frames</a></li> <li><a href="JsonPatchOp.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">io.orchestrate.client.jsonpatch</div> <h2 title="Class JsonPatchOp" class="title">Class JsonPatchOp</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.orchestrate.client.jsonpatch.JsonPatchOp</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../io/orchestrate/client/jsonpatch/InnerPatchPatchOp.html" title="class in io.orchestrate.client.jsonpatch">InnerPatchPatchOp</a>, <a href="../../../../io/orchestrate/client/jsonpatch/TestOp.html" title="class in io.orchestrate.client.jsonpatch">TestOp</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">JsonPatchOp</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="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="../../../../io/orchestrate/client/jsonpatch/JsonPatchOp.html#JsonPatchOp-java.lang.String-java.lang.String-java.lang.Object-">JsonPatchOp</a></span>(java.lang.String&nbsp;op, java.lang.String&nbsp;path, java.lang.Object&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../io/orchestrate/client/jsonpatch/JsonPatchOp.html#JsonPatchOp-java.lang.String-java.lang.String-java.lang.Object-java.lang.String-">JsonPatchOp</a></span>(java.lang.String&nbsp;op, java.lang.String&nbsp;path, java.lang.Object&nbsp;value, java.lang.String&nbsp;from)</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>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../io/orchestrate/client/jsonpatch/JsonPatchOp.html#getFrom--">getFrom</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../io/orchestrate/client/jsonpatch/JsonPatchOp.html#getOp--">getOp</a></span>()</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="../../../../io/orchestrate/client/jsonpatch/JsonPatchOp.html#getPath--">getPath</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../io/orchestrate/client/jsonpatch/JsonPatchOp.html#getValue--">getValue</a></span>()</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="JsonPatchOp-java.lang.String-java.lang.String-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>JsonPatchOp</h4> <pre>public&nbsp;JsonPatchOp(java.lang.String&nbsp;op, java.lang.String&nbsp;path, java.lang.Object&nbsp;value)</pre> </li> </ul> <a name="JsonPatchOp-java.lang.String-java.lang.String-java.lang.Object-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JsonPatchOp</h4> <pre>public&nbsp;JsonPatchOp(java.lang.String&nbsp;op, java.lang.String&nbsp;path, java.lang.Object&nbsp;value, java.lang.String&nbsp;from)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getOp--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getOp</h4> <pre>public&nbsp;java.lang.String&nbsp;getOp()</pre> </li> </ul> <a name="getPath--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPath</h4> <pre>public&nbsp;java.lang.String&nbsp;getPath()</pre> </li> </ul> <a name="getValue--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getValue</h4> <pre>public&nbsp;java.lang.Object&nbsp;getValue()</pre> </li> </ul> <a name="getFrom--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getFrom</h4> <pre>public&nbsp;java.lang.String&nbsp;getFrom()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/orchestrate/client/jsonpatch/JsonPatch.Builder.html" title="class in io.orchestrate.client.jsonpatch"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../io/orchestrate/client/jsonpatch/TestOp.html" title="class in io.orchestrate.client.jsonpatch"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/orchestrate/client/jsonpatch/JsonPatchOp.html" target="_top">Frames</a></li> <li><a href="JsonPatchOp.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>
dsebban/orchestrate-java-client
www/source/javadoc/0.11.1/io/orchestrate/client/jsonpatch/JsonPatchOp.html
HTML
apache-2.0
11,928