text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <title>Page Not Found</title> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" /> <meta content="" name="description" /> <meta content="" name="author" /> <!-- ================== BEGIN BASE CSS STYLE ================== --> <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> <link href="/assets/admin/plugins/jquery-ui/themes/base/minified/jquery-ui.min.css" rel="stylesheet" /> <link href="/assets/admin/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <link href="/assets/admin/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" /> <link href="/assets/admin/css/animate.min.css" rel="stylesheet" /> <link href="/assets/admin/css/style.min.css" rel="stylesheet" /> <link href="/assets/admin/css/style-responsive.min.css" rel="stylesheet" /> <link href="/assets/admin/css/theme/default.css" rel="stylesheet" id="theme" /> <!-- ================== END BASE CSS STYLE ================== --> <!-- ================== BEGIN BASE JS ================== --> <script src="/assets/admin/plugins/pace/pace.min.js"></script> <!-- ================== END BASE JS ================== --> </head> <body class="pace-top"> <!-- begin #page-loader --> <div id="page-loader" class="fade in"><span class="spinner"></span></div> <!-- end #page-loader --> <!-- begin #page-container --> <div id="page-container" class="fade"> <!-- begin error --> <div class="error"> <div class="error-code m-b-10">404 <i class="fa fa-warning"></i></div> <div class="error-content"> <div class="error-message">We couldn't find it...</div> <div class="error-desc m-b-20"> The page you're looking for doesn't exist. <br /> Perhaps, other pages will help find what you're looking for. </div> <div>IIS</div> <div> <a href="/" class="btn btn-success">Go Back to Home Page</a> </div> </div> </div> <!-- end error --> <!-- begin theme-panel --> <div class="theme-panel"> <a href="javascript:;" data-click="theme-panel-expand" class="theme-collapse-btn"><i class="fa fa-cog"></i></a> <div class="theme-panel-content"> <h5 class="m-t-0">Color Theme</h5> <ul class="theme-list clearfix"> <li class="active"><a href="javascript:;" class="bg-green" data-theme="default" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Default">&nbsp;</a></li> <li><a href="javascript:;" class="bg-red" data-theme="red" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Red">&nbsp;</a></li> <li><a href="javascript:;" class="bg-blue" data-theme="blue" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Blue">&nbsp;</a></li> <li><a href="javascript:;" class="bg-purple" data-theme="purple" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Purple">&nbsp;</a></li> <li><a href="javascript:;" class="bg-orange" data-theme="orange" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Orange">&nbsp;</a></li> <li><a href="javascript:;" class="bg-black" data-theme="black" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Black">&nbsp;</a></li> </ul> <div class="divider"></div> <div class="row m-t-10"> <div class="col-md-5 control-label double-line">Header Styling</div> <div class="col-md-7"> <select name="header-styling" class="form-control input-sm"> <option value="1">default</option> <option value="2">inverse</option> </select> </div> </div> <div class="row m-t-10"> <div class="col-md-5 control-label">Header</div> <div class="col-md-7"> <select name="header-fixed" class="form-control input-sm"> <option value="1">fixed</option> <option value="2">default</option> </select> </div> </div> <div class="row m-t-10"> <div class="col-md-5 control-label double-line">Sidebar Styling</div> <div class="col-md-7"> <select name="sidebar-styling" class="form-control input-sm"> <option value="1">default</option> <option value="2">grid</option> </select> </div> </div> <div class="row m-t-10"> <div class="col-md-5 control-label">Sidebar</div> <div class="col-md-7"> <select name="sidebar-fixed" class="form-control input-sm"> <option value="1">fixed</option> <option value="2">default</option> </select> </div> </div> <div class="row m-t-10"> <div class="col-md-5 control-label double-line">Sidebar Gradient</div> <div class="col-md-7"> <select name="content-gradient" class="form-control input-sm"> <option value="1">disabled</option> <option value="2">enabled</option> </select> </div> </div> <div class="row m-t-10"> <div class="col-md-5 control-label double-line">Content Styling</div> <div class="col-md-7"> <select name="content-styling" class="form-control input-sm"> <option value="1">default</option> <option value="2">black</option> </select> </div> </div> <div class="row m-t-10"> <div class="col-md-12"> <a href="#" class="btn btn-inverse btn-block btn-sm" data-click="reset-local-storage"><i class="fa fa-refresh m-r-3"></i> Reset Local Storage</a> </div> </div> </div> </div> <!-- end theme-panel --> <!-- begin scroll to top btn --> <a href="javascript:;" class="btn btn-icon btn-circle btn-success btn-scroll-to-top fade" data-click="scroll-top"><i class="fa fa-angle-up"></i></a> <!-- end scroll to top btn --> </div> <!-- end page container --> <!-- ================== BEGIN BASE JS ================== --> <script src="/assets/admin/plugins/jquery/jquery-1.9.1.min.js"></script> <script src="/assets/admin/plugins/jquery/jquery-migrate-1.1.0.min.js"></script> <script src="/assets/admin/plugins/jquery-ui/ui/minified/jquery-ui.min.js"></script> <script src="/assets/admin/plugins/bootstrap/js/bootstrap.min.js"></script> <!--[if lt IE 9]> <script src="assets/crossbrowserjs/html5shiv.js"></script> <script src="assets/crossbrowserjs/respond.min.js"></script> <script src="assets/crossbrowserjs/excanvas.min.js"></script> <![endif]--> <script src="/assets/admin/plugins/slimscroll/jquery.slimscroll.min.js"></script> <script src="/assets/admin/plugins/jquery-cookie/jquery.cookie.js"></script> <!-- ================== END BASE JS ================== --> <!-- ================== BEGIN PAGE LEVEL JS ================== --> <script src="/assets/admin/js/apps.min.js"></script> <!-- ================== END PAGE LEVEL JS ================== --> <script> $(document).ready(function() { App.init(); }); </script> </body> </html>
entrotech/deployapp
Sabio.Web/404.html
HTML
mit
8,641
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.4"/> <title>Modules</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="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <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 class="current"><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Modules</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all modules:</div><div class="directory"> <table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="a00257.html" target="_self">Algorithms</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="a00258.html" target="_self">Containers</a></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="a00259.html" target="_self">Memory Allocation</a></td><td class="desc"></td></tr> <tr id="row_3_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="a00260.html" target="_self">Synchronization</a></td><td class="desc"></td></tr> <tr id="row_4_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a class="el" href="a00261.html" target="_self">Timing</a></td><td class="desc"></td></tr> <tr id="row_5_"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a class="el" href="a00262.html" target="_self">Task Scheduling</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> <hr> <p></p> Copyright &copy; 2005-2017 Intel Corporation. All Rights Reserved. <p></p> Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries. <p></p> * Other names and brands may be claimed as the property of others.
bachelorwhc/Valkyrie
third_party/tbb/doc/html/modules.html
HTML
mit
3,079
<html> <body> <table> <tr> <th> Customer </th> <th> Order Price </th> </tr> &lt;&lt;foreach [in customers]&gt;&gt; <tr> <!-- Repeated master row. --> <td> <b>&lt;&lt;[CustomerName]&gt;&gt;</b> </td> <td> &lt;&lt;[Order.Sum(c =&gt; c.Price)]&gt;&gt; </td> </tr> &lt;&lt;foreach [in Order]&gt;&gt; <tr> <!-- Repeated detail row. --> <td> <i>&nbsp;&nbsp;&lt;&lt;[Product.ProductName]&gt;&gt;</i> </td> <td> &lt;&lt;[Price]&gt;&gt; </td> </tr> &lt;&lt;/foreach&gt;&gt; &lt;&lt;/foreach&gt;&gt; <tr> <!-- Footer row. --> <td> <b>Total:</b> </td> <td> &lt;&lt;[Sum( m =&gt; m.Order.Sum( c =&gt; c.Price))]&gt;&gt; </td> </tr> </table> </body> </html>
groupdocs-assembly/GroupDocs.Assembly-for-.NET
Examples/Data/Templates/In-table master detail.html
HTML
mit
650
<!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>doc3 &mdash; Open Data Manual 0.0.0 documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="author" title="About these documents" href="about.html"/> <link rel="top" title="Open Data Manual 0.0.0 documentation" href="index.html"/> <link rel="prev" title="doc2" href="doc2.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"> Open Data Manual </a> <div class="version"> 0.0.0 </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 class="current"> <li class="toctree-l1"><a class="reference internal" href="doc1.html">doc1</a></li> <li class="toctree-l1"><a class="reference internal" href="doc2.html">doc2</a></li> <li class="toctree-l1 current"><a class="current reference internal" href="#">doc3</a><ul> <li class="toctree-l2"><a class="reference internal" href="#this-is-doc3">this is doc3</a></li> </ul> </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">Open Data Manual</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>doc3</li> <li class="wy-breadcrumbs-aside"> <a href="_sources/doc3.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="doc3"> <h1>doc3<a class="headerlink" href="#doc3" title="Permalink to this headline">¶</a></h1> <div class="section" id="this-is-doc3"> <h2>this is doc3<a class="headerlink" href="#this-is-doc3" title="Permalink to this headline">¶</a></h2> <p>yo</p> </div> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="doc2.html" class="btn btn-neutral" title="doc2" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2016, City of Austin. </p> </div> </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'0.0.0', 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>
cityofaustin/open-data-docs
docs/_build/html/doc3.html
HTML
mit
4,610
<!-- INCLUDE forums/overall_header.html --> <form name="post" action="{S_ACTION}" method="post" {I18N}> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td align="left" valign="bottom"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a>{NAV_CAT_DESC}</span></td> <td align="right" valign="bottom"> <span class="gen">{S_LIST_FORUMS}&nbsp;<input type="submit" name="go" value="{L_GO}" class="liteoption" /><br /></span> <span class="nav">{PAGINATION}</span> </td> </tr> </table> {MERGE_BOX}{S_HIDDEN_FIELDS}</form> <!-- INCLUDE forums/overall_footer.html -->
sselvaggi/facturacion
Dragonfly9.4.0.0/public_html/themes/dragonfly/template/forums/merge_select_body.html
HTML
mit
619
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: public/bootstrap/js/bootstrap.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Source: public/bootstrap/js/bootstrap.js</h1> <section> <article> <pre class="prettyprint source linenums"><code>/** * bootstrap.js v3.0.0 by @fat and @mdo * Copyright 2013 Twitter Inc. * http://www.apache.org/licenses/LICENSE-2.0 */ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } /* ======================================================================== * Bootstrap: transition.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#transitions * ======================================================================== * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) // ============================================================ function transitionEnd() { var el = document.createElement('bootstrap') var transEndEventNames = { 'WebkitTransition' : 'webkitTransitionEnd' , 'MozTransition' : 'transitionend' , 'OTransition' : 'oTransitionEnd otransitionend' , 'transition' : 'transitionend' } for (var name in transEndEventNames) { if (el.style[name] !== undefined) { return { end: transEndEventNames[name] } } } } // http://blog.alexmaccaw.com/css-transitions $.fn.emulateTransitionEnd = function (duration) { var called = false, $el = this $(this).one($.support.transition.end, function () { called = true }) var callback = function () { if (!called) $($el).trigger($.support.transition.end) } setTimeout(callback, duration) return this } $(function () { $.support.transition = transitionEnd() }) }(window.jQuery); /* ======================================================================== * Bootstrap: alert.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#alerts * ======================================================================== * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // ALERT CLASS DEFINITION // ====================== var dismiss = '[data-dismiss="alert"]' var Alert = function (el) { $(el).on('click', dismiss, this.close) } Alert.prototype.close = function (e) { var $this = $(this) var selector = $this.attr('data-target') if (!selector) { selector = $this.attr('href') selector = selector &amp;&amp; selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 } var $parent = $(selector) if (e) e.preventDefault() if (!$parent.length) { $parent = $this.hasClass('alert') ? $this : $this.parent() } $parent.trigger(e = $.Event('close.bs.alert')) if (e.isDefaultPrevented()) return $parent.removeClass('in') function removeElement() { $parent.trigger('closed.bs.alert').remove() } $.support.transition &amp;&amp; $parent.hasClass('fade') ? $parent .one($.support.transition.end, removeElement) .emulateTransitionEnd(150) : removeElement() } // ALERT PLUGIN DEFINITION // ======================= var old = $.fn.alert $.fn.alert = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.alert') if (!data) $this.data('bs.alert', (data = new Alert(this))) if (typeof option == 'string') data[option].call($this) }) } $.fn.alert.Constructor = Alert // ALERT NO CONFLICT // ================= $.fn.alert.noConflict = function () { $.fn.alert = old return this } // ALERT DATA-API // ============== $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) }(window.jQuery); /* ======================================================================== * Bootstrap: button.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#buttons * ======================================================================== * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // BUTTON PUBLIC CLASS DEFINITION // ============================== var Button = function (element, options) { this.$element = $(element) this.options = $.extend({}, Button.DEFAULTS, options) } Button.DEFAULTS = { loadingText: 'loading...' } Button.prototype.setState = function (state) { var d = 'disabled' var $el = this.$element var val = $el.is('input') ? 'val' : 'html' var data = $el.data() state = state + 'Text' if (!data.resetText) $el.data('resetText', $el[val]()) $el[val](data[state] || this.options[state]) // push to event loop to allow forms to submit setTimeout(function () { state == 'loadingText' ? $el.addClass(d).attr(d, d) : $el.removeClass(d).removeAttr(d); }, 0) } Button.prototype.toggle = function () { var $parent = this.$element.closest('[data-toggle="buttons"]') if ($parent.length) { var $input = this.$element.find('input') .prop('checked', !this.$element.hasClass('active')) .trigger('change') if ($input.prop('type') === 'radio') $parent.find('.active').removeClass('active') } this.$element.toggleClass('active') } // BUTTON PLUGIN DEFINITION // ======================== var old = $.fn.button $.fn.button = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.button') var options = typeof option == 'object' &amp;&amp; option if (!data) $this.data('bs.button', (data = new Button(this, options))) if (option == 'toggle') data.toggle() else if (option) data.setState(option) }) } $.fn.button.Constructor = Button // BUTTON NO CONFLICT // ================== $.fn.button.noConflict = function () { $.fn.button = old return this } // BUTTON DATA-API // =============== $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) { var $btn = $(e.target) if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') $btn.button('toggle') e.preventDefault() }) }(window.jQuery); /* ======================================================================== * Bootstrap: carousel.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#carousel * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // CAROUSEL CLASS DEFINITION // ========================= var Carousel = function (element, options) { this.$element = $(element) this.$indicators = this.$element.find('.carousel-indicators') this.options = options this.paused = this.sliding = this.interval = this.$active = this.$items = null this.options.pause == 'hover' &amp;&amp; this.$element .on('mouseenter', $.proxy(this.pause, this)) .on('mouseleave', $.proxy(this.cycle, this)) } Carousel.DEFAULTS = { interval: 5000 , pause: 'hover' , wrap: true } Carousel.prototype.cycle = function (e) { e || (this.paused = false) this.interval &amp;&amp; clearInterval(this.interval) this.options.interval &amp;&amp; !this.paused &amp;&amp; (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) return this } Carousel.prototype.getActiveIndex = function () { this.$active = this.$element.find('.item.active') this.$items = this.$active.parent().children() return this.$items.index(this.$active) } Carousel.prototype.to = function (pos) { var that = this var activeIndex = this.getActiveIndex() if (pos > (this.$items.length - 1) || pos &lt; 0) return if (this.sliding) return this.$element.one('slid', function () { that.to(pos) }) if (activeIndex == pos) return this.pause().cycle() return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) } Carousel.prototype.pause = function (e) { e || (this.paused = true) if (this.$element.find('.next, .prev').length &amp;&amp; $.support.transition.end) { this.$element.trigger($.support.transition.end) this.cycle(true) } this.interval = clearInterval(this.interval) return this } Carousel.prototype.next = function () { if (this.sliding) return return this.slide('next') } Carousel.prototype.prev = function () { if (this.sliding) return return this.slide('prev') } Carousel.prototype.slide = function (type, next) { var $active = this.$element.find('.item.active') var $next = next || $active[type]() var isCycling = this.interval var direction = type == 'next' ? 'left' : 'right' var fallback = type == 'next' ? 'first' : 'last' var that = this if (!$next.length) { if (!this.options.wrap) return $next = this.$element.find('.item')[fallback]() } this.sliding = true isCycling &amp;&amp; this.pause() var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction }) if ($next.hasClass('active')) return if (this.$indicators.length) { this.$indicators.find('.active').removeClass('active') this.$element.one('slid', function () { var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()]) $nextIndicator &amp;&amp; $nextIndicator.addClass('active') }) } if ($.support.transition &amp;&amp; this.$element.hasClass('slide')) { this.$element.trigger(e) if (e.isDefaultPrevented()) return $next.addClass(type) $next[0].offsetWidth // force reflow $active.addClass(direction) $next.addClass(direction) $active .one($.support.transition.end, function () { $next.removeClass([type, direction].join(' ')).addClass('active') $active.removeClass(['active', direction].join(' ')) that.sliding = false setTimeout(function () { that.$element.trigger('slid') }, 0) }) .emulateTransitionEnd(600) } else { this.$element.trigger(e) if (e.isDefaultPrevented()) return $active.removeClass('active') $next.addClass('active') this.sliding = false this.$element.trigger('slid') } isCycling &amp;&amp; this.cycle() return this } // CAROUSEL PLUGIN DEFINITION // ========================== var old = $.fn.carousel $.fn.carousel = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.carousel') var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' &amp;&amp; option) var action = typeof option == 'string' ? option : options.slide if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) if (typeof option == 'number') data.to(option) else if (action) data[action]() else if (options.interval) data.pause().cycle() }) } $.fn.carousel.Constructor = Carousel // CAROUSEL NO CONFLICT // ==================== $.fn.carousel.noConflict = function () { $.fn.carousel = old return this } // CAROUSEL DATA-API // ================= $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { var $this = $(this), href var $target = $($this.attr('data-target') || (href = $this.attr('href')) &amp;&amp; href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 var options = $.extend({}, $target.data(), $this.data()) var slideIndex = $this.attr('data-slide-to') if (slideIndex) options.interval = false $target.carousel(options) if (slideIndex = $this.attr('data-slide-to')) { $target.data('bs.carousel').to(slideIndex) } e.preventDefault() }) $(window).on('load', function () { $('[data-ride="carousel"]').each(function () { var $carousel = $(this) $carousel.carousel($carousel.data()) }) }) }(window.jQuery); /* ======================================================================== * Bootstrap: collapse.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#collapse * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // COLLAPSE PUBLIC CLASS DEFINITION // ================================ var Collapse = function (element, options) { this.$element = $(element) this.options = $.extend({}, Collapse.DEFAULTS, options) this.transitioning = null if (this.options.parent) this.$parent = $(this.options.parent) if (this.options.toggle) this.toggle() } Collapse.DEFAULTS = { toggle: true } Collapse.prototype.dimension = function () { var hasWidth = this.$element.hasClass('width') return hasWidth ? 'width' : 'height' } Collapse.prototype.show = function () { if (this.transitioning || this.$element.hasClass('in')) return var startEvent = $.Event('show.bs.collapse') this.$element.trigger(startEvent) if (startEvent.isDefaultPrevented()) return var actives = this.$parent &amp;&amp; this.$parent.find('> .panel > .in') if (actives &amp;&amp; actives.length) { var hasData = actives.data('bs.collapse') if (hasData &amp;&amp; hasData.transitioning) return actives.collapse('hide') hasData || actives.data('bs.collapse', null) } var dimension = this.dimension() this.$element .removeClass('collapse') .addClass('collapsing') [dimension](0) this.transitioning = 1 var complete = function () { this.$element .removeClass('collapsing') .addClass('in') [dimension]('auto') this.transitioning = 0 this.$element.trigger('shown.bs.collapse') } if (!$.support.transition) return complete.call(this) var scrollSize = $.camelCase(['scroll', dimension].join('-')) this.$element .one($.support.transition.end, $.proxy(complete, this)) .emulateTransitionEnd(350) [dimension](this.$element[0][scrollSize]) } Collapse.prototype.hide = function () { if (this.transitioning || !this.$element.hasClass('in')) return var startEvent = $.Event('hide.bs.collapse') this.$element.trigger(startEvent) if (startEvent.isDefaultPrevented()) return var dimension = this.dimension() this.$element [dimension](this.$element[dimension]()) [0].offsetHeight this.$element .addClass('collapsing') .removeClass('collapse') .removeClass('in') this.transitioning = 1 var complete = function () { this.transitioning = 0 this.$element .trigger('hidden.bs.collapse') .removeClass('collapsing') .addClass('collapse') } if (!$.support.transition) return complete.call(this) this.$element [dimension](0) .one($.support.transition.end, $.proxy(complete, this)) .emulateTransitionEnd(350) } Collapse.prototype.toggle = function () { this[this.$element.hasClass('in') ? 'hide' : 'show']() } // COLLAPSE PLUGIN DEFINITION // ========================== var old = $.fn.collapse $.fn.collapse = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.collapse') var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' &amp;&amp; option) if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) if (typeof option == 'string') data[option]() }) } $.fn.collapse.Constructor = Collapse // COLLAPSE NO CONFLICT // ==================== $.fn.collapse.noConflict = function () { $.fn.collapse = old return this } // COLLAPSE DATA-API // ================= $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) { var $this = $(this), href var target = $this.attr('data-target') || e.preventDefault() || (href = $this.attr('href')) &amp;&amp; href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 var $target = $(target) var data = $target.data('bs.collapse') var option = data ? 'toggle' : $this.data() var parent = $this.attr('data-parent') var $parent = parent &amp;&amp; $(parent) if (!data || !data.transitioning) { if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed') $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') } $target.collapse(option) }) }(window.jQuery); /* ======================================================================== * Bootstrap: dropdown.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#dropdowns * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // DROPDOWN CLASS DEFINITION // ========================= var backdrop = '.dropdown-backdrop' var toggle = '[data-toggle=dropdown]' var Dropdown = function (element) { var $el = $(element).on('click.bs.dropdown', this.toggle) } Dropdown.prototype.toggle = function (e) { var $this = $(this) if ($this.is('.disabled, :disabled')) return var $parent = getParent($this) var isActive = $parent.hasClass('open') clearMenus() if (!isActive) { if ('ontouchstart' in document.documentElement &amp;&amp; !$parent.closest('.navbar-nav').length) { // if mobile we we use a backdrop because click events don't delegate $('&lt;div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus) } $parent.trigger(e = $.Event('show.bs.dropdown')) if (e.isDefaultPrevented()) return $parent .toggleClass('open') .trigger('shown.bs.dropdown') $this.focus() } return false } Dropdown.prototype.keydown = function (e) { if (!/(38|40|27)/.test(e.keyCode)) return var $this = $(this) e.preventDefault() e.stopPropagation() if ($this.is('.disabled, :disabled')) return var $parent = getParent($this) var isActive = $parent.hasClass('open') if (!isActive || (isActive &amp;&amp; e.keyCode == 27)) { if (e.which == 27) $parent.find(toggle).focus() return $this.click() } var $items = $('[role=menu] li:not(.divider):visible a', $parent) if (!$items.length) return var index = $items.index($items.filter(':focus')) if (e.keyCode == 38 &amp;&amp; index > 0) index-- // up if (e.keyCode == 40 &amp;&amp; index &lt; $items.length - 1) index++ // down if (!~index) index=0 $items.eq(index).focus() } function clearMenus() { $(backdrop).remove() $(toggle).each(function (e) { var $parent = getParent($(this)) if (!$parent.hasClass('open')) return $parent.trigger(e = $.Event('hide.bs.dropdown')) if (e.isDefaultPrevented()) return $parent.removeClass('open').trigger('hidden.bs.dropdown') }) } function getParent($this) { var selector = $this.attr('data-target') if (!selector) { selector = $this.attr('href') selector = selector &amp;&amp; /#/.test(selector) &amp;&amp; selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 } var $parent = selector &amp;&amp; $(selector) return $parent &amp;&amp; $parent.length ? $parent : $this.parent() } // DROPDOWN PLUGIN DEFINITION // ========================== var old = $.fn.dropdown $.fn.dropdown = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('dropdown') if (!data) $this.data('dropdown', (data = new Dropdown(this))) if (typeof option == 'string') data[option].call($this) }) } $.fn.dropdown.Constructor = Dropdown // DROPDOWN NO CONFLICT // ==================== $.fn.dropdown.noConflict = function () { $.fn.dropdown = old return this } // APPLY TO STANDARD DROPDOWN ELEMENTS // =================================== $(document) .on('click.bs.dropdown.data-api', clearMenus) .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle) .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown) }(window.jQuery); /* ======================================================================== * Bootstrap: modal.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#modals * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // MODAL CLASS DEFINITION // ====================== var Modal = function (element, options) { this.options = options this.$element = $(element) this.$backdrop = this.isShown = null if (this.options.remote) this.$element.load(this.options.remote) } Modal.DEFAULTS = { backdrop: true , keyboard: true , show: true } Modal.prototype.toggle = function (_relatedTarget) { return this[!this.isShown ? 'show' : 'hide'](_relatedTarget) } Modal.prototype.show = function (_relatedTarget) { var that = this var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) this.$element.trigger(e) if (this.isShown || e.isDefaultPrevented()) return this.isShown = true this.escape() this.$element.on('click.dismiss.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) this.backdrop(function () { var transition = $.support.transition &amp;&amp; that.$element.hasClass('fade') if (!that.$element.parent().length) { that.$element.appendTo(document.body) // don't move modals dom position } that.$element.show() if (transition) { that.$element[0].offsetWidth // force reflow } that.$element .addClass('in') .attr('aria-hidden', false) that.enforceFocus() var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget }) transition ? that.$element.find('.modal-dialog') // wait for modal to slide in .one($.support.transition.end, function () { that.$element.focus().trigger(e) }) .emulateTransitionEnd(300) : that.$element.focus().trigger(e) }) } Modal.prototype.hide = function (e) { if (e) e.preventDefault() e = $.Event('hide.bs.modal') this.$element.trigger(e) if (!this.isShown || e.isDefaultPrevented()) return this.isShown = false this.escape() $(document).off('focusin.bs.modal') this.$element .removeClass('in') .attr('aria-hidden', true) .off('click.dismiss.modal') $.support.transition &amp;&amp; this.$element.hasClass('fade') ? this.$element .one($.support.transition.end, $.proxy(this.hideModal, this)) .emulateTransitionEnd(300) : this.hideModal() } Modal.prototype.enforceFocus = function () { $(document) .off('focusin.bs.modal') // guard against infinite focus loop .on('focusin.bs.modal', $.proxy(function (e) { if (this.$element[0] !== e.target &amp;&amp; !this.$element.has(e.target).length) { this.$element.focus() } }, this)) } Modal.prototype.escape = function () { if (this.isShown &amp;&amp; this.options.keyboard) { this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) { e.which == 27 &amp;&amp; this.hide() }, this)) } else if (!this.isShown) { this.$element.off('keyup.dismiss.bs.modal') } } Modal.prototype.hideModal = function () { var that = this this.$element.hide() this.backdrop(function () { that.removeBackdrop() that.$element.trigger('hidden.bs.modal') }) } Modal.prototype.removeBackdrop = function () { this.$backdrop &amp;&amp; this.$backdrop.remove() this.$backdrop = null } Modal.prototype.backdrop = function (callback) { var that = this var animate = this.$element.hasClass('fade') ? 'fade' : '' if (this.isShown &amp;&amp; this.options.backdrop) { var doAnimate = $.support.transition &amp;&amp; animate this.$backdrop = $('&lt;div class="modal-backdrop ' + animate + '" />') .appendTo(document.body) this.$element.on('click.dismiss.modal', $.proxy(function (e) { if (e.target !== e.currentTarget) return this.options.backdrop == 'static' ? this.$element[0].focus.call(this.$element[0]) : this.hide.call(this) }, this)) if (doAnimate) this.$backdrop[0].offsetWidth // force reflow this.$backdrop.addClass('in') if (!callback) return doAnimate ? this.$backdrop .one($.support.transition.end, callback) .emulateTransitionEnd(150) : callback() } else if (!this.isShown &amp;&amp; this.$backdrop) { this.$backdrop.removeClass('in') $.support.transition &amp;&amp; this.$element.hasClass('fade')? this.$backdrop .one($.support.transition.end, callback) .emulateTransitionEnd(150) : callback() } else if (callback) { callback() } } // MODAL PLUGIN DEFINITION // ======================= var old = $.fn.modal $.fn.modal = function (option, _relatedTarget) { return this.each(function () { var $this = $(this) var data = $this.data('bs.modal') var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' &amp;&amp; option) if (!data) $this.data('bs.modal', (data = new Modal(this, options))) if (typeof option == 'string') data[option](_relatedTarget) else if (options.show) data.show(_relatedTarget) }) } $.fn.modal.Constructor = Modal // MODAL NO CONFLICT // ================= $.fn.modal.noConflict = function () { $.fn.modal = old return this } // MODAL DATA-API // ============== $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { var $this = $(this) var href = $this.attr('href') var $target = $($this.attr('data-target') || (href &amp;&amp; href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7 var option = $target.data('modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) &amp;&amp; href }, $target.data(), $this.data()) e.preventDefault() $target .modal(option, this) .one('hide', function () { $this.is(':visible') &amp;&amp; $this.focus() }) }) $(document) .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') }) .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') }) }(window.jQuery); /* ======================================================================== * Bootstrap: tooltip.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // TOOLTIP PUBLIC CLASS DEFINITION // =============================== var Tooltip = function (element, options) { this.type = this.options = this.enabled = this.timeout = this.hoverState = this.$element = null this.init('tooltip', element, options) } Tooltip.DEFAULTS = { animation: true , placement: 'top' , selector: false , template: '&lt;div class="tooltip">&lt;div class="tooltip-arrow">&lt;/div>&lt;div class="tooltip-inner">&lt;/div>&lt;/div>' , trigger: 'hover focus' , title: '' , delay: 0 , html: false , container: false } Tooltip.prototype.init = function (type, element, options) { this.enabled = true this.type = type this.$element = $(element) this.options = this.getOptions(options) var triggers = this.options.trigger.split(' ') for (var i = triggers.length; i--;) { var trigger = triggers[i] if (trigger == 'click') { this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) } else if (trigger != 'manual') { var eventIn = trigger == 'hover' ? 'mouseenter' : 'focus' var eventOut = trigger == 'hover' ? 'mouseleave' : 'blur' this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) } } this.options.selector ? (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : this.fixTitle() } Tooltip.prototype.getDefaults = function () { return Tooltip.DEFAULTS } Tooltip.prototype.getOptions = function (options) { options = $.extend({}, this.getDefaults(), this.$element.data(), options) if (options.delay &amp;&amp; typeof options.delay == 'number') { options.delay = { show: options.delay , hide: options.delay } } return options } Tooltip.prototype.getDelegateOptions = function () { var options = {} var defaults = this.getDefaults() this._options &amp;&amp; $.each(this._options, function (key, value) { if (defaults[key] != value) options[key] = value }) return options } Tooltip.prototype.enter = function (obj) { var self = obj instanceof this.constructor ? obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) clearTimeout(self.timeout) self.hoverState = 'in' if (!self.options.delay || !self.options.delay.show) return self.show() self.timeout = setTimeout(function () { if (self.hoverState == 'in') self.show() }, self.options.delay.show) } Tooltip.prototype.leave = function (obj) { var self = obj instanceof this.constructor ? obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) clearTimeout(self.timeout) self.hoverState = 'out' if (!self.options.delay || !self.options.delay.hide) return self.hide() self.timeout = setTimeout(function () { if (self.hoverState == 'out') self.hide() }, self.options.delay.hide) } Tooltip.prototype.show = function () { var e = $.Event('show.bs.'+ this.type) if (this.hasContent() &amp;&amp; this.enabled) { this.$element.trigger(e) if (e.isDefaultPrevented()) return var $tip = this.tip() this.setContent() if (this.options.animation) $tip.addClass('fade') var placement = typeof this.options.placement == 'function' ? this.options.placement.call(this, $tip[0], this.$element[0]) : this.options.placement var autoToken = /\s?auto?\s?/i var autoPlace = autoToken.test(placement) if (autoPlace) placement = placement.replace(autoToken, '') || 'top' $tip .detach() .css({ top: 0, left: 0, display: 'block' }) .addClass(placement) this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) var pos = this.getPosition() var actualWidth = $tip[0].offsetWidth var actualHeight = $tip[0].offsetHeight if (autoPlace) { var $parent = this.$element.parent() var orgPlacement = placement var docScroll = document.documentElement.scrollTop || document.body.scrollTop var parentWidth = this.options.container == 'body' ? window.innerWidth : $parent.outerWidth() var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight() var parentLeft = this.options.container == 'body' ? 0 : $parent.offset().left placement = placement == 'bottom' &amp;&amp; pos.top + pos.height + actualHeight - docScroll > parentHeight ? 'top' : placement == 'top' &amp;&amp; pos.top - docScroll - actualHeight &lt; 0 ? 'bottom' : placement == 'right' &amp;&amp; pos.right + actualWidth > parentWidth ? 'left' : placement == 'left' &amp;&amp; pos.left - actualWidth &lt; parentLeft ? 'right' : placement $tip .removeClass(orgPlacement) .addClass(placement) } var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) this.applyPlacement(calculatedOffset, placement) this.$element.trigger('shown.bs.' + this.type) } } Tooltip.prototype.applyPlacement = function(offset, placement) { var replace var $tip = this.tip() var width = $tip[0].offsetWidth var height = $tip[0].offsetHeight // manually read margins because getBoundingClientRect includes difference var marginTop = parseInt($tip.css('margin-top'), 10) var marginLeft = parseInt($tip.css('margin-left'), 10) // we must check for NaN for ie 8/9 if (isNaN(marginTop)) marginTop = 0 if (isNaN(marginLeft)) marginLeft = 0 offset.top = offset.top + marginTop offset.left = offset.left + marginLeft $tip .offset(offset) .addClass('in') // check to see if placing tip in new offset caused the tip to resize itself var actualWidth = $tip[0].offsetWidth var actualHeight = $tip[0].offsetHeight if (placement == 'top' &amp;&amp; actualHeight != height) { replace = true offset.top = offset.top + height - actualHeight } if (/bottom|top/.test(placement)) { var delta = 0 if (offset.left &lt; 0) { delta = offset.left * -2 offset.left = 0 $tip.offset(offset) actualWidth = $tip[0].offsetWidth actualHeight = $tip[0].offsetHeight } this.replaceArrow(delta - width + actualWidth, actualWidth, 'left') } else { this.replaceArrow(actualHeight - height, actualHeight, 'top') } if (replace) $tip.offset(offset) } Tooltip.prototype.replaceArrow = function(delta, dimension, position) { this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + "%") : '') } Tooltip.prototype.setContent = function () { var $tip = this.tip() var title = this.getTitle() $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title) $tip.removeClass('fade in top bottom left right') } Tooltip.prototype.hide = function () { var that = this var $tip = this.tip() var e = $.Event('hide.bs.' + this.type) function complete() { if (that.hoverState != 'in') $tip.detach() } this.$element.trigger(e) if (e.isDefaultPrevented()) return $tip.removeClass('in') $.support.transition &amp;&amp; this.$tip.hasClass('fade') ? $tip .one($.support.transition.end, complete) .emulateTransitionEnd(150) : complete() this.$element.trigger('hidden.bs.' + this.type) return this } Tooltip.prototype.fixTitle = function () { var $e = this.$element if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') { $e.attr('data-original-title', $e.attr('title') || '').attr('title', '') } } Tooltip.prototype.hasContent = function () { return this.getTitle() } Tooltip.prototype.getPosition = function () { var el = this.$element[0] return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : { width: el.offsetWidth , height: el.offsetHeight }, this.$element.offset()) } Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } : placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } : placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } : /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width } } Tooltip.prototype.getTitle = function () { var title var $e = this.$element var o = this.options title = $e.attr('data-original-title') || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title) return title } Tooltip.prototype.tip = function () { return this.$tip = this.$tip || $(this.options.template) } Tooltip.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow') } Tooltip.prototype.validate = function () { if (!this.$element[0].parentNode) { this.hide() this.$element = null this.options = null } } Tooltip.prototype.enable = function () { this.enabled = true } Tooltip.prototype.disable = function () { this.enabled = false } Tooltip.prototype.toggleEnabled = function () { this.enabled = !this.enabled } Tooltip.prototype.toggle = function (e) { var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this self.tip().hasClass('in') ? self.leave(self) : self.enter(self) } Tooltip.prototype.destroy = function () { this.hide().$element.off('.' + this.type).removeData('bs.' + this.type) } // TOOLTIP PLUGIN DEFINITION // ========================= var old = $.fn.tooltip $.fn.tooltip = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.tooltip') var options = typeof option == 'object' &amp;&amp; option if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options))) if (typeof option == 'string') data[option]() }) } $.fn.tooltip.Constructor = Tooltip // TOOLTIP NO CONFLICT // =================== $.fn.tooltip.noConflict = function () { $.fn.tooltip = old return this } }(window.jQuery); /* ======================================================================== * Bootstrap: popover.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#popovers * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // POPOVER PUBLIC CLASS DEFINITION // =============================== var Popover = function (element, options) { this.init('popover', element, options) } if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') Popover.DEFAULTS = $.extend({} , $.fn.tooltip.Constructor.DEFAULTS, { placement: 'right' , trigger: 'click' , content: '' , template: '&lt;div class="popover">&lt;div class="arrow">&lt;/div>&lt;h3 class="popover-title">&lt;/h3>&lt;div class="popover-content">&lt;/div>&lt;/div>' }) // NOTE: POPOVER EXTENDS tooltip.js // ================================ Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype) Popover.prototype.constructor = Popover Popover.prototype.getDefaults = function () { return Popover.DEFAULTS } Popover.prototype.setContent = function () { var $tip = this.tip() var title = this.getTitle() var content = this.getContent() $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content) $tip.removeClass('fade top bottom left right in') // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do // this manually by checking the contents. if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide() } Popover.prototype.hasContent = function () { return this.getTitle() || this.getContent() } Popover.prototype.getContent = function () { var $e = this.$element var o = this.options return $e.attr('data-content') || (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) } Popover.prototype.arrow = function () { return this.$arrow = this.$arrow || this.tip().find('.arrow') } Popover.prototype.tip = function () { if (!this.$tip) this.$tip = $(this.options.template) return this.$tip } // POPOVER PLUGIN DEFINITION // ========================= var old = $.fn.popover $.fn.popover = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.popover') var options = typeof option == 'object' &amp;&amp; option if (!data) $this.data('bs.popover', (data = new Popover(this, options))) if (typeof option == 'string') data[option]() }) } $.fn.popover.Constructor = Popover // POPOVER NO CONFLICT // =================== $.fn.popover.noConflict = function () { $.fn.popover = old return this } }(window.jQuery); /* ======================================================================== * Bootstrap: scrollspy.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#scrollspy * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // SCROLLSPY CLASS DEFINITION // ========================== function ScrollSpy(element, options) { var href var process = $.proxy(this.process, this) this.$element = $(element).is('body') ? $(window) : $(element) this.$body = $('body') this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process) this.options = $.extend({}, ScrollSpy.DEFAULTS, options) this.selector = (this.options.target || ((href = $(element).attr('href')) &amp;&amp; href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 || '') + ' .nav li > a' this.offsets = $([]) this.targets = $([]) this.activeTarget = null this.refresh() this.process() } ScrollSpy.DEFAULTS = { offset: 10 } ScrollSpy.prototype.refresh = function () { var offsetMethod = this.$element[0] == window ? 'offset' : 'position' this.offsets = $([]) this.targets = $([]) var self = this var $targets = this.$body .find(this.selector) .map(function () { var $el = $(this) var href = $el.data('target') || $el.attr('href') var $href = /^#\w/.test(href) &amp;&amp; $(href) return ($href &amp;&amp; $href.length &amp;&amp; [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) &amp;&amp; self.$scrollElement.scrollTop()), href ]]) || null }) .sort(function (a, b) { return a[0] - b[0] }) .each(function () { self.offsets.push(this[0]) self.targets.push(this[1]) }) } ScrollSpy.prototype.process = function () { var scrollTop = this.$scrollElement.scrollTop() + this.options.offset var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight var maxScroll = scrollHeight - this.$scrollElement.height() var offsets = this.offsets var targets = this.targets var activeTarget = this.activeTarget var i if (scrollTop >= maxScroll) { return activeTarget != (i = targets.last()[0]) &amp;&amp; this.activate(i) } for (i = offsets.length; i--;) { activeTarget != targets[i] &amp;&amp; scrollTop >= offsets[i] &amp;&amp; (!offsets[i + 1] || scrollTop &lt;= offsets[i + 1]) &amp;&amp; this.activate( targets[i] ) } } ScrollSpy.prototype.activate = function (target) { this.activeTarget = target $(this.selector) .parents('.active') .removeClass('active') var selector = this.selector + '[data-target="' + target + '"],' + this.selector + '[href="' + target + '"]' var active = $(selector) .parents('li') .addClass('active') if (active.parent('.dropdown-menu').length) { active = active .closest('li.dropdown') .addClass('active') } active.trigger('activate') } // SCROLLSPY PLUGIN DEFINITION // =========================== var old = $.fn.scrollspy $.fn.scrollspy = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.scrollspy') var options = typeof option == 'object' &amp;&amp; option if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options))) if (typeof option == 'string') data[option]() }) } $.fn.scrollspy.Constructor = ScrollSpy // SCROLLSPY NO CONFLICT // ===================== $.fn.scrollspy.noConflict = function () { $.fn.scrollspy = old return this } // SCROLLSPY DATA-API // ================== $(window).on('load', function () { $('[data-spy="scroll"]').each(function () { var $spy = $(this) $spy.scrollspy($spy.data()) }) }) }(window.jQuery); /* ======================================================================== * Bootstrap: tab.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#tabs * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // TAB CLASS DEFINITION // ==================== var Tab = function (element) { this.element = $(element) } Tab.prototype.show = function () { var $this = this.element var $ul = $this.closest('ul:not(.dropdown-menu)') var selector = $this.attr('data-target') if (!selector) { selector = $this.attr('href') selector = selector &amp;&amp; selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 } if ($this.parent('li').hasClass('active')) return var previous = $ul.find('.active:last a')[0] var e = $.Event('show.bs.tab', { relatedTarget: previous }) $this.trigger(e) if (e.isDefaultPrevented()) return var $target = $(selector) this.activate($this.parent('li'), $ul) this.activate($target, $target.parent(), function () { $this.trigger({ type: 'shown.bs.tab' , relatedTarget: previous }) }) } Tab.prototype.activate = function (element, container, callback) { var $active = container.find('> .active') var transition = callback &amp;&amp; $.support.transition &amp;&amp; $active.hasClass('fade') function next() { $active .removeClass('active') .find('> .dropdown-menu > .active') .removeClass('active') element.addClass('active') if (transition) { element[0].offsetWidth // reflow for transition element.addClass('in') } else { element.removeClass('fade') } if (element.parent('.dropdown-menu')) { element.closest('li.dropdown').addClass('active') } callback &amp;&amp; callback() } transition ? $active .one($.support.transition.end, next) .emulateTransitionEnd(150) : next() $active.removeClass('in') } // TAB PLUGIN DEFINITION // ===================== var old = $.fn.tab $.fn.tab = function ( option ) { return this.each(function () { var $this = $(this) var data = $this.data('bs.tab') if (!data) $this.data('bs.tab', (data = new Tab(this))) if (typeof option == 'string') data[option]() }) } $.fn.tab.Constructor = Tab // TAB NO CONFLICT // =============== $.fn.tab.noConflict = function () { $.fn.tab = old return this } // TAB DATA-API // ============ $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) { e.preventDefault() $(this).tab('show') }) }(window.jQuery); /* ======================================================================== * Bootstrap: affix.js v3.0.0 * http://twbs.github.com/bootstrap/javascript.html#affix * ======================================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ======================================================================== */ +function ($) { "use strict"; // AFFIX CLASS DEFINITION // ====================== var Affix = function (element, options) { this.options = $.extend({}, Affix.DEFAULTS, options) this.$window = $(window) .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this)) .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) this.$element = $(element) this.affixed = this.unpin = null this.checkPosition() } Affix.RESET = 'affix affix-top affix-bottom' Affix.DEFAULTS = { offset: 0 } Affix.prototype.checkPositionWithEventLoop = function () { setTimeout($.proxy(this.checkPosition, this), 1) } Affix.prototype.checkPosition = function () { if (!this.$element.is(':visible')) return var scrollHeight = $(document).height() var scrollTop = this.$window.scrollTop() var position = this.$element.offset() var offset = this.options.offset var offsetTop = offset.top var offsetBottom = offset.bottom if (typeof offset != 'object') offsetBottom = offsetTop = offset if (typeof offsetTop == 'function') offsetTop = offset.top() if (typeof offsetBottom == 'function') offsetBottom = offset.bottom() var affix = this.unpin != null &amp;&amp; (scrollTop + this.unpin &lt;= position.top) ? false : offsetBottom != null &amp;&amp; (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' : offsetTop != null &amp;&amp; (scrollTop &lt;= offsetTop) ? 'top' : false if (this.affixed === affix) return if (this.unpin) this.$element.css('top', '') this.affixed = affix this.unpin = affix == 'bottom' ? position.top - scrollTop : null this.$element.removeClass(Affix.RESET).addClass('affix' + (affix ? '-' + affix : '')) if (affix == 'bottom') { this.$element.offset({ top: document.body.offsetHeight - offsetBottom - this.$element.height() }) } } // AFFIX PLUGIN DEFINITION // ======================= var old = $.fn.affix $.fn.affix = function (option) { return this.each(function () { var $this = $(this) var data = $this.data('bs.affix') var options = typeof option == 'object' &amp;&amp; option if (!data) $this.data('bs.affix', (data = new Affix(this, options))) if (typeof option == 'string') data[option]() }) } $.fn.affix.Constructor = Affix // AFFIX NO CONFLICT // ================= $.fn.affix.noConflict = function () { $.fn.affix = old return this } // AFFIX DATA-API // ============== $(window).on('load', function () { $('[data-spy="affix"]').each(function () { var $spy = $(this) var data = $spy.data() data.offset = data.offset || {} if (data.offsetBottom) data.offset.bottom = data.offsetBottom if (data.offsetTop) data.offset.top = data.offsetTop $spy.affix(data) }) }) }(window.jQuery); </code></pre> </article> </section> </div> <nav> <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="Token.html">Token</a></li><li><a href="User.html">User</a></li></ul> </nav> <br clear="both"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha4</a> on Mon Mar 03 2014 16:47:56 GMT-0800 (PST) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
orthlieb/passboot
docs/bootstrap.js.html
HTML
mit
60,337
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <title>CURLOPT_FTP_FILEMETHOD man page</title> <meta name="generator" content="roffit"> <STYLE type="text/css"> pre { overflow: auto; margin: 0; } P.level0, pre.level0 { padding-left: 2em; } P.level1, pre.level1 { padding-left: 4em; } P.level2, pre.level2 { padding-left: 6em; } span.emphasis { font-style: italic; } span.bold { font-weight: bold; } span.manpage { font-weight: bold; } h2.nroffsh { background-color: #e0e0e0; } span.nroffip { font-weight: bold; font-size: 120%; font-family: monospace; } p.roffit { text-align: center; font-size: 80%; } </STYLE> </head><body> <p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2> <p class="level0">CURLOPT_FTP_FILEMETHOD - select directory traversing method for FTP <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2> <p class="level0"><pre class="level0"> &#35;include &lt;curl/curl.h&gt; &nbsp; CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_FILEMETHOD, &nbsp; long method); </pre> <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2> <p class="level0">Pass a long telling libcurl which <span Class="emphasis">method</span> to use to reach a file on a FTP(S) server. <p class="level0">This option exists because some server implementations aren't compliant to what the standards say should work. <p class="level0">The argument should be one of the following alternatives: <p class="level0"><a name="CURLFTPMETHODMULTICWD"></a><span class="nroffip">CURLFTPMETHOD_MULTICWD</span> <p class="level1">libcurl does a single CWD operation for each path part in the given URL. For deep hierarchies this means many commands. This is how <a href="http://www.ietf.org/rfc/rfc1738.txt">RFC 1738</a> says it should be done. This is the default but the slowest behavior. <p class="level0"><a name="CURLFTPMETHODNOCWD"></a><span class="nroffip">CURLFTPMETHOD_NOCWD</span> <p class="level1">libcurl does no CWD at all. libcurl will do SIZE, RETR, STOR etc and give a full path to the server for all these commands. This is the fastest behavior. <p class="level0"><a name="CURLFTPMETHODSINGLECWD"></a><span class="nroffip">CURLFTPMETHOD_SINGLECWD</span> <p class="level1">libcurl does one CWD with the full target directory and then operates on the file "normally" (like in the multicwd case). This is somewhat more standards compliant than 'nocwd' but without the full penalty of 'multicwd'. <a name="DEFAULT"></a><h2 class="nroffsh">DEFAULT</h2> <p class="level0">CURLFTPMETHOD_MULTICWD <a name="PROTOCOLS"></a><h2 class="nroffsh">PROTOCOLS</h2> <p class="level0">FTP <a name="EXAMPLE"></a><h2 class="nroffsh">EXAMPLE</h2> <p class="level0">TODO <a name="AVAILABILITY"></a><h2 class="nroffsh">AVAILABILITY</h2> <p class="level0">Added in 7.15.1 <a name="RETURN"></a><h2 class="nroffsh">RETURN VALUE</h2> <p class="level0">Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. <a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2> <p class="level0"><a Class="manpage" href="./CURLOPT_DIRLISTONLY.html">CURLOPT_DIRLISTONLY</a>, <a Class="manpage" href="./CURLOPT_FTP_SKIP_PASV_IP.html">CURLOPT_FTP_SKIP_PASV_IP</a><p class="roffit"> This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>. </body></html>
jeniferlopez/Projecte_final
js/curl-7.48.0/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.html
HTML
mit
3,405
<article class="card"> <!-- card info --> <div class="row"> <div class="col-xs-12 col-sm-8 col-lg-6"> <div class="owl-carousel carousel-card"> <div class="item"><img src="../../../../img/images/clothes/w15/07-006/07-006-bl.jpg" alt=""></div> <div class="item"><img src="../../../../img/images/clothes/w15/07-006/07-006-dbl.jpg" alt=""></div> <div class="item"><img src="../../../../img/images/clothes/w15/07-006/07-006-dbl2.jpg" alt=""></div> </div> </div><!-- col --> <div class="col-xs-12 col-sm-4 col-lg-6"> <div class="card__item__content"> <h1 class="card__item__content__title">Платье</h1> <span class="card__item__content__articulus">Артикул: 07.006</span> <span class="card__item__content__text">Материалы: 50% вискоза / 50% полиэстер</span> <span class="card__item__content__text">Размер: XS-XL</span> <ul class="card__item__content__consist"> <li><i class="materials materials--07006-bl"></i></li> <li><i class="materials materials--07006-dbl"></i></li> </ul> <a href="../../shops.html">Где купить <i class="arrow"> &rarr;</i></a><br> <a href="../../wholesale.html">Получить каталог коллекции <i class="arrow"> &rarr;</i></a> </div> </div><!-- col --> </div> <!-- row --> </article> <!-- promo -->
paperdavid/vita
src/html/pages/cat/w15/main--card-07-006.html
HTML
mit
1,409
<!doctype html> <html lang="pt" class="no-js"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="description" content="Uma introdução ao método dos elementos finitos"> <meta name="author" content="Marco André Argenta"> <link rel="shortcut icon" href="../../../imagens/mef.ico"> <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-5.5.0"> <title>Contraventamentos - Elementos Finitos Aplicados</title> <link rel="stylesheet" href="../../../assets/stylesheets/main.b5d04df8.min.css"> <link rel="stylesheet" href="../../../assets/stylesheets/palette.9ab2c1f8.min.css"> <meta name="theme-color" content="#03a9f4"> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Serif:300,400,400i,700%7CSource+Code+Pro&display=fallback"> <style>body,input{font-family:"Serif",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Source Code Pro",SFMono-Regular,Consolas,Menlo,monospace}</style> <link rel="stylesheet" href="../../../css/estilos.css"> </head> <body dir="ltr" data-md-color-scheme="" data-md-color-primary="light-blue" data-md-color-accent="blue"> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off"> <label class="md-overlay" for="__drawer"></label> <div data-md-component="skip"> <a href="#estudo-de-diversos-tipos-de-contraventamento-em-trelicas" class="md-skip"> Ir para o conteúdo </a> </div> <div data-md-component="announce"> </div> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid" aria-label="Header"> <a href="../../.." title="Elementos Finitos Aplicados" class="md-header-nav__button md-logo" aria-label="Elementos Finitos Aplicados"> <img src="../../../imagens/mef.svg" alt="logo"> </a> <label class="md-header-nav__button md-icon" for="__drawer"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg> </label> <div class="md-header-nav__title" data-md-component="header-title"> <div class="md-header-nav__ellipsis"> <span class="md-header-nav__topic md-ellipsis"> Elementos Finitos Aplicados </span> <span class="md-header-nav__topic md-ellipsis"> Contraventamentos </span> </div> </div> <label class="md-header-nav__button md-icon" for="__search"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> </label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" name="search"> <input type="text" class="md-search__input" name="query" aria-label="Buscar" placeholder="Buscar" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active"> <label class="md-search__icon md-icon" for="__search"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </label> <button type="reset" class="md-search__icon md-icon" aria-label="Clear" data-md-component="search-reset" tabindex="-1"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg> </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="search-result"> <div class="md-search-result__meta"> Initializing search </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </nav> </header> <div class="md-container" data-md-component="container"> <main class="md-main" data-md-component="main"> <div class="md-main__inner md-grid"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0"> <label class="md-nav__title" for="__drawer"> <a href="../../.." title="Elementos Finitos Aplicados" class="md-nav__button md-logo" aria-label="Elementos Finitos Aplicados"> <img src="../../../imagens/mef.svg" alt="logo"> </a> Elementos Finitos Aplicados </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../.." title="Início" class="md-nav__link"> Início </a> </li> <li class="md-nav__item md-nav__item--active md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-2" type="checkbox" id="nav-2" checked> <label class="md-nav__link" for="nav-2"> Treliça Plana <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Treliça Plana" data-md-level="1"> <label class="md-nav__title" for="nav-2"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Treliça Plana </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../introducao_tp/" title="Introdução" class="md-nav__link"> Introdução </a> </li> <li class="md-nav__item"> <a href="../../teoria_tp/" title="Teoria" class="md-nav__link"> Teoria </a> </li> <li class="md-nav__item"> <a href="../../aplicacao_tp/" title="Aplicação" class="md-nav__link"> Aplicação </a> </li> <li class="md-nav__item md-nav__item--active md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-2-4" type="checkbox" id="nav-2-4" checked> <label class="md-nav__link" for="nav-2-4"> Utilizações <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Utilizações" data-md-level="2"> <label class="md-nav__title" for="nav-2-4"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Utilizações </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../trelica3barras/" title="Treliça com 3 barras" class="md-nav__link"> Treliça com 3 barras </a> </li> <li class="md-nav__item"> <a href="../trelica11barras/" title="Treliça com 11 barras" class="md-nav__link"> Treliça com 11 barras </a> </li> <li class="md-nav__item md-nav__item--active"> <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc"> <label class="md-nav__link md-nav__link--active" for="__toc"> Contraventamentos <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9h14V7H3v2m0 4h14v-2H3v2m0 4h14v-2H3v2m16 0h2v-2h-2v2m0-10v2h2V7h-2m0 6h2v-2h-2v2z"/></svg> </span> </label> <a href="./" title="Contraventamentos" class="md-nav__link md-nav__link--active"> Contraventamentos </a> <nav class="md-nav md-nav--secondary" aria-label="Índice"> <label class="md-nav__title" for="__toc"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Índice </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="#objetivo" class="md-nav__link"> Objetivo </a> </li> <li class="md-nav__item"> <a href="#resolucao-utilizando-o-abaqus-612-student-edition" class="md-nav__link"> Resolução utilizando o abaqus 6.12 student edition </a> <nav class="md-nav" aria-label="Resolução utilizando o abaqus 6.12 student edition"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#1-pre-processamento" class="md-nav__link"> 1. Pré-processamento </a> <nav class="md-nav" aria-label="1. Pré-processamento"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#11-inicio-da-analise" class="md-nav__link"> 1.1. Início da análise </a> </li> <li class="md-nav__item"> <a href="#12-criacao-da-geometria-base-e-definicao-do-tipo-de-elemento" class="md-nav__link"> 1.2. Criação da geometria base e definição do tipo de elemento </a> </li> <li class="md-nav__item"> <a href="#13-atribuicao-das-propriedades-dos-materiais" class="md-nav__link"> 1.3. Atribuição das propriedades dos materiais </a> </li> <li class="md-nav__item"> <a href="#14-atribuicao-das-propriedades-das-secoes-das-barras" class="md-nav__link"> 1.4. Atribuição das propriedades das seções das barras </a> </li> <li class="md-nav__item"> <a href="#15-associacao-das-secoes" class="md-nav__link"> 1.5. Associação das seções </a> </li> <li class="md-nav__item"> <a href="#16-aplicacao-das-condicoes-de-contorno" class="md-nav__link"> 1.6. Aplicação das condições de contorno </a> <nav class="md-nav" aria-label="1.6. Aplicação das condições de contorno"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#161-cargas" class="md-nav__link"> 1.6.1 Cargas </a> </li> <li class="md-nav__item"> <a href="#162-apoios" class="md-nav__link"> 1.6.2 Apoios </a> </li> </ul> </nav> </li> <li class="md-nav__item"> <a href="#17-criacao-da-malha" class="md-nav__link"> 1.7. Criação da malha </a> </li> </ul> </nav> </li> <li class="md-nav__item"> <a href="#2-processamento" class="md-nav__link"> 2. Processamento </a> </li> <li class="md-nav__item"> <a href="#3-pos-processamento" class="md-nav__link"> 3. Pós-processamento </a> <nav class="md-nav" aria-label="3. Pós-processamento"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#31-analise-grafica" class="md-nav__link"> 3.1. Análise gráfica </a> </li> <li class="md-nav__item"> <a href="#32-variaveis-de-saida" class="md-nav__link"> 3.2. Variáveis de saída </a> </li> </ul> </nav> </li> </ul> </nav> </li> </ul> </nav> </li> <li class="md-nav__item"> <a href="../analisemodal/" title="Análise Modal" class="md-nav__link"> Análise Modal </a> </li> <li class="md-nav__item"> <a href="../elastoplastica/" title="Barra elasto-plástica" class="md-nav__link"> Barra elasto-plástica </a> </li> </ul> </nav> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-3" type="checkbox" id="nav-3"> <label class="md-nav__link" for="nav-3"> Treliça Espacial <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Treliça Espacial" data-md-level="1"> <label class="md-nav__title" for="nav-3"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Treliça Espacial </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../trelica_espacial/introducao_te/" title="Introdução" class="md-nav__link"> Introdução </a> </li> <li class="md-nav__item"> <a href="../../../trelica_espacial/teoria_te/" title="Teoria" class="md-nav__link"> Teoria </a> </li> <li class="md-nav__item"> <a href="../../../trelica_espacial/aplicacao_te/" title="Aplicação" class="md-nav__link"> Aplicação </a> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-3-4" type="checkbox" id="nav-3-4"> <label class="md-nav__link" for="nav-3-4"> Utilizações <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Utilizações" data-md-level="2"> <label class="md-nav__title" for="nav-3-4"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Utilizações </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../trelica_espacial/aplicacoes/modulotorre/" title="Módulo de uma torre" class="md-nav__link"> Módulo de uma torre </a> </li> <li class="md-nav__item"> <a href="../../../trelica_espacial/aplicacoes/ponterolante/" title="Ponte rolante" class="md-nav__link"> Ponte rolante </a> </li> <li class="md-nav__item"> <a href="../../../trelica_espacial/aplicacoes/coberturatrelicada/" title="Cobertura treliçada" class="md-nav__link"> Cobertura treliçada </a> </li> </ul> </nav> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-4" type="checkbox" id="nav-4"> <label class="md-nav__link" for="nav-4"> Vigas <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Vigas" data-md-level="1"> <label class="md-nav__title" for="nav-4"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Vigas </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../vigas/introducao_v/" title="Introdução" class="md-nav__link"> Introdução </a> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-4-2" type="checkbox" id="nav-4-2"> <label class="md-nav__link" for="nav-4-2"> Teoria <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Teoria" data-md-level="2"> <label class="md-nav__title" for="nav-4-2"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Teoria </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../vigas/teoria_v/" title="Teoria básica" class="md-nav__link"> Teoria básica </a> </li> <li class="md-nav__item"> <a href="../../../vigas/teoria_2EB/" title="Euler-Bernoulli" class="md-nav__link"> Euler-Bernoulli </a> </li> </ul> </nav> </li> <li class="md-nav__item"> <a href="../../../vigas/aplicacao_v/" title="Aplicação" class="md-nav__link"> Aplicação </a> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-4-4" type="checkbox" id="nav-4-4"> <label class="md-nav__link" for="nav-4-4"> Utilizações <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Utilizações" data-md-level="2"> <label class="md-nav__title" for="nav-4-4"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Utilizações </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../vigas/aplicacoes/viga_hiperestatica/" title="Viga Hiperestática" class="md-nav__link"> Viga Hiperestática </a> </li> <li class="md-nav__item"> <a href="../../../vigas/aplicacoes/viga_bimetalica/" title="Viga bimetálica" class="md-nav__link"> Viga bimetálica </a> </li> <li class="md-nav__item"> <a href="../../../vigas/aplicacoes/viga_plastica/" title="Análise Elasto-plástica Vigas" class="md-nav__link"> Análise Elasto-plástica Vigas </a> </li> <li class="md-nav__item"> <a href="../../../vigas/aplicacoes/viga_modal/" title="Análise Modal Vigas" class="md-nav__link"> Análise Modal Vigas </a> </li> </ul> </nav> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-5" type="checkbox" id="nav-5"> <label class="md-nav__link" for="nav-5"> Pórticos <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Pórticos" data-md-level="1"> <label class="md-nav__title" for="nav-5"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Pórticos </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../porticos/introducao_p/" title="Introdução" class="md-nav__link"> Introdução </a> </li> <li class="md-nav__item"> <a href="../../../porticos/teoria_p/" title="Teoria" class="md-nav__link"> Teoria </a> </li> <li class="md-nav__item"> <a href="../../../porticos/aplicacao_p/" title="Aplicação" class="md-nav__link"> Aplicação </a> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-5-4" type="checkbox" id="nav-5-4"> <label class="md-nav__link" for="nav-5-4"> Utilizações <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Utilizações" data-md-level="2"> <label class="md-nav__title" for="nav-5-4"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Utilizações </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../porticos/aplicacoes/portico_simples/" title="Pórtico Simples" class="md-nav__link"> Pórtico Simples </a> </li> <li class="md-nav__item"> <a href="../../../porticos/aplicacoes/vinculacoes_vigapilar/" title="Vinculações Viga-Pilar" class="md-nav__link"> Vinculações Viga-Pilar </a> </li> <li class="md-nav__item"> <a href="../../../porticos/aplicacoes/flambagem_pilar/" title="Flambagem de Pilares" class="md-nav__link"> Flambagem de Pilares </a> </li> <li class="md-nav__item"> <a href="../../../porticos/aplicacoes/edificios/" title="Edifícios" class="md-nav__link"> Edifícios </a> </li> </ul> </nav> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-6" type="checkbox" id="nav-6"> <label class="md-nav__link" for="nav-6"> Estado plano <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Estado plano" data-md-level="1"> <label class="md-nav__title" for="nav-6"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Estado plano </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../estado_plano/introducao_ep/" title="Introdução" class="md-nav__link"> Introdução </a> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-6-2" type="checkbox" id="nav-6-2"> <label class="md-nav__link" for="nav-6-2"> Teoria <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Teoria" data-md-level="2"> <label class="md-nav__title" for="nav-6-2"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Teoria </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../estado_plano/teoria_ep/" title="Fundamentação" class="md-nav__link"> Fundamentação </a> </li> <li class="md-nav__item"> <a href="../../../estado_plano/teoria_ep_quad/" title="Elemento quadrilateral" class="md-nav__link"> Elemento quadrilateral </a> </li> <li class="md-nav__item"> <a href="../../../estado_plano/teoria_ep_tri/" title="Elemento triangular" class="md-nav__link"> Elemento triangular </a> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-nav__toggle md-toggle" data-md-toggle="nav-6-3" type="checkbox" id="nav-6-3"> <label class="md-nav__link" for="nav-6-3"> Aplicação <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z"/></svg> </span> </label> <nav class="md-nav" aria-label="Aplicação" data-md-level="2"> <label class="md-nav__title" for="nav-6-3"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Aplicação </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../../../estado_plano/aplicacao_ep_quad/" title="Parede içada" class="md-nav__link"> Parede içada </a> </li> <li class="md-nav__item"> <a href="../../../estado_plano/aplicacao_ep_tri/" title="Barragem" class="md-nav__link"> Barragem </a> </li> </ul> </nav> </li> </ul> </nav> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary" aria-label="Índice"> <label class="md-nav__title" for="__toc"> <span class="md-nav__icon md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </span> Índice </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="#objetivo" class="md-nav__link"> Objetivo </a> </li> <li class="md-nav__item"> <a href="#resolucao-utilizando-o-abaqus-612-student-edition" class="md-nav__link"> Resolução utilizando o abaqus 6.12 student edition </a> <nav class="md-nav" aria-label="Resolução utilizando o abaqus 6.12 student edition"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#1-pre-processamento" class="md-nav__link"> 1. Pré-processamento </a> <nav class="md-nav" aria-label="1. Pré-processamento"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#11-inicio-da-analise" class="md-nav__link"> 1.1. Início da análise </a> </li> <li class="md-nav__item"> <a href="#12-criacao-da-geometria-base-e-definicao-do-tipo-de-elemento" class="md-nav__link"> 1.2. Criação da geometria base e definição do tipo de elemento </a> </li> <li class="md-nav__item"> <a href="#13-atribuicao-das-propriedades-dos-materiais" class="md-nav__link"> 1.3. Atribuição das propriedades dos materiais </a> </li> <li class="md-nav__item"> <a href="#14-atribuicao-das-propriedades-das-secoes-das-barras" class="md-nav__link"> 1.4. Atribuição das propriedades das seções das barras </a> </li> <li class="md-nav__item"> <a href="#15-associacao-das-secoes" class="md-nav__link"> 1.5. Associação das seções </a> </li> <li class="md-nav__item"> <a href="#16-aplicacao-das-condicoes-de-contorno" class="md-nav__link"> 1.6. Aplicação das condições de contorno </a> <nav class="md-nav" aria-label="1.6. Aplicação das condições de contorno"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#161-cargas" class="md-nav__link"> 1.6.1 Cargas </a> </li> <li class="md-nav__item"> <a href="#162-apoios" class="md-nav__link"> 1.6.2 Apoios </a> </li> </ul> </nav> </li> <li class="md-nav__item"> <a href="#17-criacao-da-malha" class="md-nav__link"> 1.7. Criação da malha </a> </li> </ul> </nav> </li> <li class="md-nav__item"> <a href="#2-processamento" class="md-nav__link"> 2. Processamento </a> </li> <li class="md-nav__item"> <a href="#3-pos-processamento" class="md-nav__link"> 3. Pós-processamento </a> <nav class="md-nav" aria-label="3. Pós-processamento"> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="#31-analise-grafica" class="md-nav__link"> 3.1. Análise gráfica </a> </li> <li class="md-nav__item"> <a href="#32-variaveis-de-saida" class="md-nav__link"> 3.2. Variáveis de saída </a> </li> </ul> </nav> </li> </ul> </nav> </li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset"> <h1 id="estudo-de-diversos-tipos-de-contraventamento-em-trelicas">Estudo de diversos tipos de contraventamento em treliças</h1> <h2 id="objetivo">Objetivo</h2> <p>Avaliar as tensões das barras em função do tipo de contraventamento utilizado.</p> <p><a href="../imagens_cont/imagem_01.png" title="Clique para ampliar"><img alt="Figura 1." src="../imagens_cont/imagem_01.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <table> <thead> <tr> <th align="center">Propriedades das barras</th> <th align="center">Montantes</th> <th align="center">Diagonais</th> </tr> </thead> <tbody> <tr> <td align="center">Módulo de Elasticidade (kN/cm²)</td> <td align="center">20500</td> <td align="center">20500</td> </tr> <tr> <td align="center">Área da seção transversal (cm²)</td> <td align="center">9.27</td> <td align="center">7.66</td> </tr> </tbody> </table> <h2 id="resolucao-utilizando-o-abaqus-612-student-edition">Resolução utilizando o abaqus 6.12 student edition</h2> <p>O procedimento usual de resolução é demonstrado no seguinte fluxograma, cuja ordem pode eventualmente ser alterada por conveniência:</p> <p><a href="../imagens_cont/imagem_02.png" title="Clique para ampliar"><img alt="Figura 2." src="../imagens_cont/imagem_02.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h3 id="1-pre-processamento">1. Pré-processamento</h3> <p>Será apenas realizado a análise da estrutura que possui contraventamento do <strong>Tipo K</strong>, cabendo <strong>ao aluno</strong> a modelagem dos contraventamentos em <strong>Diamante</strong> e em <strong>X</strong>.</p> <h4 id="11-inicio-da-analise">1.1. Início da análise</h4> <ul> <li>Na caixa <strong>Start Session</strong>, selecione <strong>With Standard/Explicit Model</strong>.</li> <li>No <strong>Menu Model</strong>, clique com o botão direito em <strong>Model-1</strong> e selecione <strong>Rename</strong>.</li> <li>Digite <strong>EstruturadeTreliças</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_03.png" title="Clique para ampliar"><img alt="Figura 3." src="../imagens_cont/imagem_03.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="12-criacao-da-geometria-base-e-definicao-do-tipo-de-elemento">1.2. Criação da geometria base e definição do tipo de elemento</h4> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Parts</strong>.</li> <li>No campo <strong>Name</strong> digite <strong>Tipo K</strong>.</li> <li>Em <strong>Modeling Space</strong> selecione <strong>2D planar</strong>.</li> <li>Em <strong>Base Feature</strong> selecione <strong>Wire</strong>.</li> <li>Em <strong>Approximante Size</strong> digite <strong>20</strong> e clique em <strong>Continue...</strong></li> </ul> <p><a href="../imagens_cont/imagem_04.png" title="Clique para ampliar"><img alt="Figura 4." src="../imagens_cont/imagem_04.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Na <strong>Caixa de Ferramentas</strong>, selecione <strong>Create Lines: Connected</strong>.</li> <li><strong>Digite em ordem</strong> as seguintes <strong>coordenadas</strong>, teclando <strong>Enter</strong> entre uma e outra: <strong>0,0</strong> - <strong>0,1.5</strong> - <strong>0,3</strong> - <strong>0,4.5</strong> - <strong>0,6</strong> - <strong>1,6</strong> - <strong>2,6</strong> - <strong>2,4.5</strong> - <strong>2,3</strong> - <strong>2,1.5</strong> - <strong>2,0</strong> - <strong>1,1.5</strong> - <strong>2,1.5</strong> - <strong>1,3</strong> - <strong>2,3</strong> - <strong>1,4.5</strong> - <strong>2,4.5</strong> - <strong>1,6</strong> - <strong>0,4.5</strong> - <strong>1,4.5</strong> - <strong>0,3</strong> - <strong>1,3</strong> - <strong>0,1.5</strong> - <strong>1,1.5</strong> - <strong>0,0</strong>.</li> <li><strong>Desative</strong> a função <strong>Create Lines: Connected</strong> apertando a tecla <strong>Esc</strong> do teclado e clique em <strong>Done</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_05.png" title="Clique para ampliar"><img alt="Figura 5." src="../imagens_cont/imagem_05.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="13-atribuicao-das-propriedades-dos-materiais">1.3. Atribuição das propriedades dos materiais</h4> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Materials</strong>.</li> <li>Na caixa <strong>Edit Material</strong>, digite <strong>Aço estrutural</strong> no campo <strong>Name</strong>.</li> <li>Clique em <strong>Mechanical</strong>, selecione <strong>Elasticity</strong> e clique em <strong>Elastic</strong>.</li> <li>Em <strong>Young’s Modulus</strong> digite <strong>205E9</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_06.png" title="Clique para ampliar"><img alt="Figura 6." src="../imagens_cont/imagem_06.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="14-atribuicao-das-propriedades-das-secoes-das-barras">1.4. Atribuição das propriedades das seções das barras</h4> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Sections</strong>.</li> <li>No campo <strong>Name</strong> digite <strong>Montantes</strong>.</li> <li>Em <strong>Category</strong> selecione <strong>Beam</strong>.</li> <li>Em <strong>Type</strong> selecione <strong>Truss</strong> e clique em <strong>Continue...</strong></li> </ul> <p><a href="../imagens_cont/imagem_07.png" title="Clique para ampliar"><img alt="Figura 7." src="../imagens_cont/imagem_07.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Em <strong>Cross-sectional area</strong> digite <strong>9.27E-4</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_08.png" title="Clique para ampliar"><img alt="Figura 8." src="../imagens_cont/imagem_08.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li><strong>Repita</strong> o procedimento para criar a seção <strong>Diagonal</strong>, alterando o valor de <strong>Cross-sectional area</strong> para <strong>7.66E-4</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_09.png" title="Clique para ampliar"><img alt="Figura 9." src="../imagens_cont/imagem_09.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="15-associacao-das-secoes">1.5. Associação das seções</h4> <ul> <li>No <strong>Menu Model</strong>, abra <strong>Parts (1)</strong> e em seguida <strong>Tipo K</strong>.</li> <li>Clique duas vezes em <strong>Section Assigments</strong>.</li> <li><strong>Pressione Shift</strong> e selecione as barras de <strong>montante</strong> e clique em <strong>Done</strong>.</li> <li>Selecione <strong>Montantes</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_10.png" title="Clique para ampliar"><img alt="Figura 10." src="../imagens_cont/imagem_10.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li><strong>Repita</strong> este procedimento para as barras do <strong>interior da treliça</strong> associando à seção <strong>Diagonal</strong> e ao final clique em <strong>Done</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_11.png" title="Clique para ampliar"><img alt="Figura 11." src="../imagens_cont/imagem_11.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>No <strong>Menu Model</strong>, abra <strong>Assembly</strong> e dê duplo clique em <strong>Instances</strong>.</li> <li>Certifique-se que está selecionado <strong>Dependent (mesh on part)</strong> em <strong>Instance Type</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_12.png" title="Clique para ampliar"><img alt="Figura 12." src="../imagens_cont/imagem_12.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="16-aplicacao-das-condicoes-de-contorno">1.6. Aplicação das condições de contorno</h4> <h5 id="161-cargas">1.6.1 Cargas</h5> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Steps (1)</strong>.</li> <li>Renomeie para <strong>Carregamento</strong>.</li> <li>Em <strong>Procedure type</strong> selecione <strong>Linear perturbation</strong>, selecione <strong>Static, Linear perturbation</strong> e clique em <strong>Continue...</strong></li> <li>Em <strong>Edit Step</strong> clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_13.png" title="Clique para ampliar"><img alt="Figura 13." src="../imagens_cont/imagem_13.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Loads</strong>.</li> <li>Na janela <strong>Create Load</strong>, no campo <strong>Name</strong> digite <strong>Cargas Horizontais</strong> e clique em <strong>Continue...</strong></li> </ul> <p><a href="../imagens_cont/imagem_14.png" title="Clique para ampliar"><img alt="Figura 14." src="../imagens_cont/imagem_14.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Selecione os <strong>quatro nós acima do apoio esquerdo</strong>, e clique em <strong>Done</strong>.</li> <li>Em <strong>Edit Load</strong>, digite <strong>10000</strong> no campo <strong>CF1</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_15.png" title="Clique para ampliar"><img alt="Figura 15." src="../imagens_cont/imagem_15.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li><strong>Repita</strong> o procedimento para criar as <strong>Cargas Verticais</strong>, aplicada nos pontos da <strong>extremidade superior da estrutura</strong> e digite <strong>-20000</strong> em <strong>CF2</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_16.png" title="Clique para ampliar"><img alt="Figura 16." src="../imagens_cont/imagem_16.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h5 id="162-apoios">1.6.2 Apoios</h5> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>BCs</strong>.</li> <li>No campo <strong>Name</strong> digite <strong>Apoio Fixo</strong>.</li> <li>Em <strong>Step</strong> selecione <strong>Initial</strong>.</li> <li>Em <strong>Types for Selected Step</strong> selecione <strong>Displacement/Rotation</strong> e clique em <strong>Continue...</strong></li> </ul> <p><a href="../imagens_cont/imagem_17.png" title="Clique para ampliar"><img alt="Figura 17." src="../imagens_cont/imagem_17.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Selecione os <strong>pontos inferiores da estrutura</strong> e clique em <strong>Done</strong>.</li> <li>Na janela <strong>Edit Boundary Condition</strong> selecione as opções <strong>U1</strong> e <strong>U2</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_18.png" title="Clique para ampliar"><img alt="Figura 18." src="../imagens_cont/imagem_18.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="17-criacao-da-malha">1.7. Criação da malha</h4> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Mesh (Empty)</strong>.</li> <li>Na <strong>Barra de Contexto</strong>, em <strong>Object</strong>, selecione <strong>Part</strong>.</li> <li>No <strong>Menu Principal</strong> clique em <strong>Mesh</strong> e posteriormente em <strong>Element Type</strong>.</li> <li>Selecione com o mouse <strong>toda a treliça</strong> e clique em <strong>Done</strong>.</li> <li>Na janela <strong>Element Type</strong> selecione <strong>Truss</strong> em <strong>Family</strong>.</li> <li>Clique em <strong>OK</strong> e após a janela <strong>Element Type</strong> fechar clique em <strong>Done</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_19.png" title="Clique para ampliar"><img alt="Figura 19." src="../imagens_cont/imagem_19.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>No <strong>Menu Principal</strong>, clique em <strong>Seed</strong> e posteriormente em <strong>Edges</strong>.</li> <li><strong>Selecione a treliça</strong> e clique em <strong>Done</strong>.</li> <li>Na janela <strong>Local Seeds</strong>, altere <strong>Method</strong> para <strong>By number</strong>.</li> <li>Altere <strong>Number of elements</strong> para <strong>1</strong>.</li> <li>Clique em <strong>OK</strong> e após a janela <strong>Local Seeds</strong> fechar clique em <strong>Done</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_20.png" title="Clique para ampliar"><img alt="Figura 20." src="../imagens_cont/imagem_20.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>No <strong>Menu Principal</strong>, clique em <strong>Mesh</strong> e posteriormente em <strong>Part</strong>.</li> <li>Aparecerá a pergunta "<strong>OK to mesh the part?</strong>", clique <strong>Yes</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_21.png" title="Clique para ampliar"><img alt="Figura 21." src="../imagens_cont/imagem_21.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h3 id="2-processamento">2. Processamento</h3> <ul> <li>No <strong>Menu Model</strong>, dê um duplo clique em <strong>Jobs</strong>.</li> <li>Na janela <strong>Create Job</strong> clique em <strong>Continue...</strong></li> <li>Na janela <strong>Edit Job</strong> clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_22.png" title="Clique para ampliar"><img alt="Figura 22." src="../imagens_cont/imagem_22.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Abra <strong>Jobs (1)</strong> e clique com o botão direito em <strong>Job-1</strong>.</li> <li>Clique em <strong>Submit</strong>.</li> <li>Se aparecer uma janela dizendo “<strong>Job files already exist for Job-1. OK to overwrite?</strong>”, clique em <strong>OK</strong>.</li> <li>Aguarde o processamento dos dados, que estará concluído quando aparecer <strong>(Completed)</strong> ao lado de <strong>Job-1</strong> no <strong>Menu Model</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_23.png" title="Clique para ampliar"><img alt="Figura 23." src="../imagens_cont/imagem_23.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h3 id="3-pos-processamento">3. Pós-processamento</h3> <h4 id="31-analise-grafica">3.1. Análise gráfica</h4> <ul> <li>No <strong>Menu Model</strong>, clique com o botão direito em <strong>Job-1(Completed)</strong> e clique em <strong>Results</strong>.</li> <li>A tela de análise de dados se abrirá.</li> <li>Na caixa de ferramentas clique em <strong>Plot Contours on Deformed Shape</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_24.png" title="Clique para ampliar"><img alt="Figura 24." src="../imagens_cont/imagem_24.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Na <strong>Área de Ferramentas</strong>, selecione <strong>S11</strong> onde, por padrão, deve estar selecionado <strong>Mises</strong>.</li> <li>Na <strong>Caixa de ferramentas</strong>, clique em <strong>Common Options</strong>.</li> <li>Na janela <strong>Common Plot Options</strong> selecione a aba <strong>Labels</strong> e marque <strong>Show element labels</strong> e <strong>Show node labels</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_25.png" title="Clique para ampliar"><img alt="Figura 25." src="../imagens_cont/imagem_25.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>No <strong>Menu Principal</strong>, clique em <strong>Viewport</strong> e em seguida em <strong>Viewport Annotation Options...</strong></li> <li>Na janela aberta selecione a aba <strong>Legend</strong>.</li> <li>Clique em <strong>Set Font</strong>.</li> <li>Na nova janela, altere <strong>Size</strong> para <strong>14</strong>.</li> <li>Clique <strong>OK</strong> nas duas janelas abertas.</li> </ul> <p><a href="../imagens_cont/imagem_26.png" title="Clique para ampliar"><img alt="Figura 26." src="../imagens_cont/imagem_26.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>As <strong>tensões</strong> nas barras já estão exibidos em <strong>escala de cores</strong>, mas é possível ainda salvar os valores das tensões em um <strong>documento de texto</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_27.png" title="Clique para ampliar"><img alt="Figura 27." src="../imagens_cont/imagem_27.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <h4 id="32-variaveis-de-saida">3.2. Variáveis de saída</h4> <ul> <li>No <strong>Menu Principal</strong>, clique em <strong>Report</strong> e em seguida em <strong>Field Output...</strong></li> <li>Na janela <strong>Report Field Output</strong>, abra <strong>S: Stress components</strong>, marque <strong>S11</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_28.png" title="Clique para ampliar"><img alt="Figura 28." src="../imagens_cont/imagem_28.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>A mensagem aparecerá: <strong>"The field output report was appended to file “abaqus.rpt"</strong>. O arquivo <strong>abaqus.rpt</strong> pode ser encontrado em <strong>C:\Users\”Nome do Usuário”\abaqus.rpt</strong>.</li> <li>O arquivo listará os <strong>tensões</strong> das barras.</li> </ul> <p><a href="../imagens_cont/imagem_29.png" title="Clique para ampliar"><img alt="Figura 29." src="../imagens_cont/imagem_29.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>Clique em <strong>Report</strong> e em seguida em <strong>Field Output...</strong></li> <li>Na janela <strong>Report Field Output</strong>, desmarque <strong>S: Stress components</strong> e no campo <strong>Position</strong> selecione <strong>Unique Nodal</strong>.</li> <li>Marque <strong>U: Spatial displacement</strong> e clique em <strong>OK</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_30.png" title="Clique para ampliar"><img alt="Figura 30." src="../imagens_cont/imagem_30.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>O arquivo listará os <strong>deslocamentos</strong> dos <strong>Nós</strong>.</li> </ul> <p><a href="../imagens_cont/imagem_31.png" title="Clique para ampliar"><img alt="Figura 31." src="../imagens_cont/imagem_31.png" title="Clique para ampliar" /></a></p> <p><sup></sup></p> <ul> <li>No <strong>Menu Principal</strong>, clique em <strong>File</strong> e em seguida em <strong>Save As...</strong></li> <li>Dê um nome ao arquivo e clique em <strong>OK</strong>.</li> </ul> </article> </div> </div> </main> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid" aria-label="Footer"> <a href="../trelica11barras/" title="Treliça com 11 barras" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-footer-nav__button md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg> </div> <div class="md-footer-nav__title"> <div class="md-ellipsis"> <span class="md-footer-nav__direction"> Anterior </span> Treliça com 11 barras </div> </div> </a> <a href="../analisemodal/" title="Análise Modal" class="md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-footer-nav__title"> <div class="md-ellipsis"> <span class="md-footer-nav__direction"> Próximo </span> Análise Modal </div> </div> <div class="md-footer-nav__button md-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> Copyright &copy; 2011 Marco André Argenta </div> Made with <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> Material for MkDocs </a> </div> </div> </div> </footer> </div> <script src="../../../assets/javascripts/vendor.92ffa368.min.js"></script> <script src="../../../assets/javascripts/bundle.5123e3d4.min.js"></script><script id="__lang" type="application/json">{"clipboard.copy": "Copiar para \u00e1rea de transfer\u00eancia", "clipboard.copied": "Copiado para \u00e1rea de transfer\u00eancia", "search.config.lang": "pt", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.result.placeholder": "Digite para iniciar a busca", "search.result.none": "Nenhum resultado encontrado", "search.result.one": "1 resultado encontrado", "search.result.other": "# resultados encontrados"}</script> <script> app = initialize({ base: "../../..", features: [], search: Object.assign({ worker: "../../../assets/javascripts/worker/search.a68abb33.min.js" }, typeof search !== "undefined" && search) }) </script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script> <script src="../../../js/mathjaxhelper.js"></script> <script src="../../../js/adicionais.js"></script> </body> </html>
argenta-web/argenta-web.github.io
MEFaplicado-html/trelica_plana/aplicacoes/contraventamentos/index.html
HTML
mit
54,793
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation for Fresco." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title> MonotonicNanoClock - Fresco API | Fresco </title> <link href="../../../../../assets/doclava-developer-docs.css" rel="stylesheet" type="text/css" /> <link href="../../../../../assets/customizations.css" rel="stylesheet" type="text/css" /> <script src="../../../../../assets/search_autocomplete.js" type="text/javascript"></script> <script src="../../../../../assets/jquery-resizable.min.js" type="text/javascript"></script> <script src="../../../../../assets/doclava-developer-docs.js" type="text/javascript"></script> <script src="../../../../../assets/prettify.js" type="text/javascript"></script> <script type="text/javascript"> setToRoot("../../../../", "../../../../../assets/"); </script> <script src="../../../../../assets/doclava-developer-reference.js" type="text/javascript"></script> <script src="../../../../../assets/navtree_data.js" type="text/javascript"></script> <script src="../../../../../assets/customizations.js" type="text/javascript"></script> <noscript> <style type="text/css"> html,body{overflow:auto;} #body-content{position:relative; top:0;} #doc-content{overflow:visible;border-left:3px solid #666;} #side-nav{padding:0;} #side-nav .toggle-list ul {display:block;} #resize-packages-nav{border-bottom:3px solid #666;} </style> </noscript> </head> <body class=""> <div id="header"> <div id="headerLeft"> <span id="masthead-title"><a href="../../../../packages.html">Fresco</a></span> </div> <div id="headerRight"> <div id="search" > <div id="searchForm"> <form accept-charset="utf-8" class="gsc-search-box" onsubmit="return submit_search()"> <table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody> <tr> <td class="gsc-input"> <input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off" title="search developer docs" name="q" value="search developer docs" onFocus="search_focus_changed(this, true)" onBlur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../')" onkeyup="return search_changed(event, false, '../../../../')" /> <div id="search_filtered_div" class="no-display"> <table id="search_filtered" cellspacing=0> </table> </div> </td> <!-- <td class="gsc-search-button"> <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" /> </td> <td class="gsc-clear-button"> <div title="clear results" class="gsc-clear-button">&nbsp;</div> </td> --> </tr></tbody> </table> </form> </div><!-- searchForm --> </div><!-- search --> </div> </div><!-- header --> <div class="g-section g-tpl-240" id="body-content"> <div class="g-unit g-first side-nav-resizable" id="side-nav"> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav"> <div id="index-links"> <a href="../../../../packages.html" >Packages</a> | <a href="../../../../classes.html" >Classes</a> </div> <ul> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/gif/package-summary.html">com.facebook.animated.gif</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/giflite/package-summary.html">com.facebook.animated.giflite</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/giflite/decoder/package-summary.html">com.facebook.animated.giflite.decoder</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/giflite/draw/package-summary.html">com.facebook.animated.giflite.draw</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/giflite/drawable/package-summary.html">com.facebook.animated.giflite.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/webp/package-summary.html">com.facebook.animated.webp</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/animated/webpdrawable/package-summary.html">com.facebook.animated.webpdrawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/binaryresource/package-summary.html">com.facebook.binaryresource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/cache/common/package-summary.html">com.facebook.cache.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/cache/disk/package-summary.html">com.facebook.cache.disk</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/callercontext/package-summary.html">com.facebook.callercontext</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/activitylistener/package-summary.html">com.facebook.common.activitylistener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/disk/package-summary.html">com.facebook.common.disk</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/executors/package-summary.html">com.facebook.common.executors</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/file/package-summary.html">com.facebook.common.file</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/internal/package-summary.html">com.facebook.common.internal</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/lifecycle/package-summary.html">com.facebook.common.lifecycle</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/logging/package-summary.html">com.facebook.common.logging</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/media/package-summary.html">com.facebook.common.media</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/memory/package-summary.html">com.facebook.common.memory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/references/package-summary.html">com.facebook.common.references</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/statfs/package-summary.html">com.facebook.common.statfs</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/streams/package-summary.html">com.facebook.common.streams</a></li> <li class="selected api apilevel-"> <a href="../../../../com/facebook/common/time/package-summary.html">com.facebook.common.time</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/util/package-summary.html">com.facebook.common.util</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/common/webp/package-summary.html">com.facebook.common.webp</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/datasource/package-summary.html">com.facebook.datasource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawable/base/package-summary.html">com.facebook.drawable.base</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/package-summary.html">com.facebook.drawee.backends.pipeline</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/debug/package-summary.html">com.facebook.drawee.backends.pipeline.debug</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/info/package-summary.html">com.facebook.drawee.backends.pipeline.info</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/backends/pipeline/info/internal/package-summary.html">com.facebook.drawee.backends.pipeline.info.internal</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/components/package-summary.html">com.facebook.drawee.components</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/controller/package-summary.html">com.facebook.drawee.controller</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/debug/package-summary.html">com.facebook.drawee.debug</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/debug/listener/package-summary.html">com.facebook.drawee.debug.listener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/drawable/package-summary.html">com.facebook.drawee.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/generic/package-summary.html">com.facebook.drawee.generic</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/gestures/package-summary.html">com.facebook.drawee.gestures</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/interfaces/package-summary.html">com.facebook.drawee.interfaces</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/span/package-summary.html">com.facebook.drawee.span</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/drawee/view/package-summary.html">com.facebook.drawee.view</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/backend/package-summary.html">com.facebook.fresco.animation.backend</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/package-summary.html">com.facebook.fresco.animation.bitmap</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/cache/package-summary.html">com.facebook.fresco.animation.bitmap.cache</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/preparation/package-summary.html">com.facebook.fresco.animation.bitmap.preparation</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/bitmap/wrapper/package-summary.html">com.facebook.fresco.animation.bitmap.wrapper</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/drawable/package-summary.html">com.facebook.fresco.animation.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/drawable/animator/package-summary.html">com.facebook.fresco.animation.drawable.animator</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/factory/package-summary.html">com.facebook.fresco.animation.factory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/animation/frame/package-summary.html">com.facebook.fresco.animation.frame</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/middleware/package-summary.html">com.facebook.fresco.middleware</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/fresco/ui/common/package-summary.html">com.facebook.fresco.ui.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imageformat/package-summary.html">com.facebook.imageformat</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/base/package-summary.html">com.facebook.imagepipeline.animated.base</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/factory/package-summary.html">com.facebook.imagepipeline.animated.factory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/impl/package-summary.html">com.facebook.imagepipeline.animated.impl</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/animated/util/package-summary.html">com.facebook.imagepipeline.animated.util</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/backends/okhttp3/package-summary.html">com.facebook.imagepipeline.backends.okhttp3</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/backends/volley/package-summary.html">com.facebook.imagepipeline.backends.volley</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/bitmaps/package-summary.html">com.facebook.imagepipeline.bitmaps</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/cache/package-summary.html">com.facebook.imagepipeline.cache</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/common/package-summary.html">com.facebook.imagepipeline.common</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/core/package-summary.html">com.facebook.imagepipeline.core</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/datasource/package-summary.html">com.facebook.imagepipeline.datasource</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/debug/package-summary.html">com.facebook.imagepipeline.debug</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/decoder/package-summary.html">com.facebook.imagepipeline.decoder</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/drawable/package-summary.html">com.facebook.imagepipeline.drawable</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/filter/package-summary.html">com.facebook.imagepipeline.filter</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/image/package-summary.html">com.facebook.imagepipeline.image</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/instrumentation/package-summary.html">com.facebook.imagepipeline.instrumentation</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/listener/package-summary.html">com.facebook.imagepipeline.listener</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/memory/package-summary.html">com.facebook.imagepipeline.memory</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/multiuri/package-summary.html">com.facebook.imagepipeline.multiuri</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/nativecode/package-summary.html">com.facebook.imagepipeline.nativecode</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/platform/package-summary.html">com.facebook.imagepipeline.platform</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/postprocessors/package-summary.html">com.facebook.imagepipeline.postprocessors</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/producers/package-summary.html">com.facebook.imagepipeline.producers</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/request/package-summary.html">com.facebook.imagepipeline.request</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/systrace/package-summary.html">com.facebook.imagepipeline.systrace</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/transcoder/package-summary.html">com.facebook.imagepipeline.transcoder</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imagepipeline/transformation/package-summary.html">com.facebook.imagepipeline.transformation</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/imageutils/package-summary.html">com.facebook.imageutils</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/webpsupport/package-summary.html">com.facebook.webpsupport</a></li> <li class="api apilevel-"> <a href="../../../../com/facebook/widget/text/span/package-summary.html">com.facebook.widget.text.span</a></li> </ul><br/> </div> <!-- end packages --> </div> <!-- end resize-packages --> <div id="classes-nav"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/common/time/Clock.html">Clock</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/time/MonotonicClock.html">MonotonicClock</a></li> <li class="selected api apilevel-"><a href="../../../../com/facebook/common/time/MonotonicNanoClock.html">MonotonicNanoClock</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../com/facebook/common/time/AwakeTimeSinceBootClock.html">AwakeTimeSinceBootClock</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/time/CurrentThreadTimeClock.html">CurrentThreadTimeClock</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/time/RealtimeSinceBootClock.html">RealtimeSinceBootClock</a></li> <li class="api apilevel-"><a href="../../../../com/facebook/common/time/SystemClock.html">SystemClock</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none"> <div id="index-links"> <a href="../../../../packages.html" >Packages</a> | <a href="../../../../classes.html" >Classes</a> </div> </div><!-- end nav-tree --> </div><!-- end swapper --> </div> <!-- end side-nav --> <script> if (!isMobile) { //$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav"); chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../"); } else { addLoadEvent(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); } //$("#swapper").css({borderBottom:"2px solid #aaa"}); } else { swapNav(); // tree view should be used on mobile } </script> <div class="g-unit" id="doc-content"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#pubmethods">Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public interface <h1>MonotonicNanoClock</h1> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <table class="jd-inheritance-table"> <tr> <td colspan="1" class="jd-inheritance-class-cell">com.facebook.common.time.MonotonicNanoClock</td> </tr> </table> <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> <a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed" ><img id="subclasses-indirect-trigger" src="../../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a>Known Indirect Subclasses <div id="subclasses-indirect"> <div id="subclasses-indirect-list" class="jd-inheritedlinks" > <a href="../../../../com/facebook/common/time/AwakeTimeSinceBootClock.html">AwakeTimeSinceBootClock</a> </div> <div id="subclasses-indirect-summary" style="display: none;" > <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-linkcol"><a href="../../../../com/facebook/common/time/AwakeTimeSinceBootClock.html">AwakeTimeSinceBootClock</a></td> <td class="jd-descrcol" width="100%">A clock that returns number of milliseconds since boot.&nbsp;</td> </tr> </table> </div> </div> </td></tr></table> <div class="jd-descr"> <h2>Class Overview</h2> <p>A clock that is guaranteed not to go backward. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"> abstract long </td> <td class="jd-linkcol" width="100%"> <span class="sympad"><a href="../../../../com/facebook/common/time/MonotonicNanoClock.html#nowNanos()">nowNanos</a></span>() <div class="jd-descrdiv">Produce a timestamp.</div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <a id="nowNanos()"></a> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public abstract long </span> <span class="sympad">nowNanos</span> <span class="normal">()</span> </h4> <div class="api-level"> <div> </div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Produce a timestamp. Values returned from this method may only be compared to other values returned from this clock in this process. They have no meaning outside of this process and should not be written to disk. <p>The difference between two timestamps is an interval, in nanoseconds.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Returns</h5> <ul class="nolist"><li>A timestamp for the current time, in nanoseconds. </li></ul> </div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <a id="navbar_top"></a> <div id="footer"> +Generated by <a href="http://code.google.com/p/doclava/">Doclava</a>. +</div> <!-- end footer - @generated --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> <script type="text/javascript"> init(); /* initialize doclava-developer-docs.js */ </script> </body> </html>
facebook/fresco
docs/javadoc/reference/com/facebook/common/time/MonotonicNanoClock.html
HTML
mit
24,013
<!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 Sun Feb 20 23:15:41 EST 2005 --> <TITLE> ModelViewer (sdljava api) </TITLE> <META NAME="keywords" CONTENT="org.gljava.opengl.model.ModelViewer class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ModelViewer (sdljava 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModelViewer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/gljava/opengl/model/Mesh.html" title="class in org.gljava.opengl.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/gljava/opengl/model/Vector.html" title="class in org.gljava.opengl.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/gljava/opengl/model/ModelViewer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ModelViewer.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.gljava.opengl.model</FONT> <BR> Class ModelViewer</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.gljava.opengl.model.ModelViewer</B> </PRE> <HR> <DL> <DT><PRE>public class <B>ModelViewer</B><DT>extends java.lang.Object</DL> </PRE> <P> ModelViewer program to facilitate viewing models stored in gljava (.xml) format. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Id: ModelViewer.java,v 1.1 2005/02/10 04:18:42 ivan_ganza Exp $</DD> <DT><B>Author:</B></DT> <DD>Ivan Z. Ganza</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) static&nbsp;<A HREF="../../../../sdljava/video/SDLSurface.html" title="class in sdljava.video">SDLSurface</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#framebuffer">framebuffer</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) static&nbsp;<A HREF="../../../../org/gljava/opengl/GL.html" title="interface in org.gljava.opengl">GL</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#gl">gl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) static&nbsp;<A HREF="../../../../org/gljava/opengl/model/Mesh.html" title="class in org.gljava.opengl.model">Mesh</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#mesh">mesh</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>(package private) static&nbsp;float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#zoom">zoom</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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/gljava/opengl/model/ModelViewer.html#ModelViewer()">ModelViewer</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/gljava/opengl/model/ModelViewer.html#destroy()">destroy</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#init()">init</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#loadAndShowModel(java.lang.String)">loadAndShowModel</A></B>(java.lang.String&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/gljava/opengl/model/ModelViewer.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="framebuffer"><!-- --></A><H3> framebuffer</H3> <PRE> static <A HREF="../../../../sdljava/video/SDLSurface.html" title="class in sdljava.video">SDLSurface</A> <B>framebuffer</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="gl"><!-- --></A><H3> gl</H3> <PRE> static <A HREF="../../../../org/gljava/opengl/GL.html" title="interface in org.gljava.opengl">GL</A> <B>gl</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="mesh"><!-- --></A><H3> mesh</H3> <PRE> static <A HREF="../../../../org/gljava/opengl/model/Mesh.html" title="class in org.gljava.opengl.model">Mesh</A> <B>mesh</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="zoom"><!-- --></A><H3> zoom</H3> <PRE> static float <B>zoom</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ModelViewer()"><!-- --></A><H3> ModelViewer</H3> <PRE> public <B>ModelViewer</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="init()"><!-- --></A><H3> init</H3> <PRE> public void <B>init</B>() throws <A HREF="../../../../sdljava/SDLException.html" title="class in sdljava">SDLException</A></PRE> <DL> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../sdljava/SDLException.html" title="class in sdljava">SDLException</A></CODE></DL> </DD> </DL> <HR> <A NAME="destroy()"><!-- --></A><H3> destroy</H3> <PRE> public void <B>destroy</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="loadAndShowModel(java.lang.String)"><!-- --></A><H3> loadAndShowModel</H3> <PRE> public void <B>loadAndShowModel</B>(java.lang.String&nbsp;path) throws java.io.IOException, java.io.FileNotFoundException, JDOMException</PRE> <DL> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> <DD><CODE>java.io.FileNotFoundException</CODE> <DD><CODE>JDOMException</CODE></DL> </DD> </DL> <HR> <A NAME="main(java.lang.String[])"><!-- --></A><H3> main</H3> <PRE> public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ModelViewer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/gljava/opengl/model/Mesh.html" title="class in org.gljava.opengl.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/gljava/opengl/model/Vector.html" title="class in org.gljava.opengl.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/gljava/opengl/model/ModelViewer.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ModelViewer.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
a7xr/dvl_java
java_eclipse/jar_extension/sdljava-0.9.1/docs/api/org/gljava/opengl/model/ModelViewer.html
HTML
mit
15,133
--- title: Discover permalink: "/discover/" layout: default --- <div class="content"> <div class="container"> <h2>Discover the Paytokens Protocol</h2> <hr> <ul id="tabs" data-tabs="tabs" class="nav nav-tabs nav-tabs-google"> <li class="active"> <a href="#basics" data-toggle="tab">Basics</a> </li> <li> <a href="#concepts" data-toggle="tab">Concepts</a> </li> </ul> <div id="czarcraft-tab-content" class="tab-content"> <div id="basics" class="tab-pane active"> <div align="center"> <h3>An introduction to Paytokens</h3> </div> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">What is Paytokens?</h3> </div> <div class="panel-body"> <p>Paytokens is open source peer to peer cryptographic currency utilizing a distributed consensus ledger that is publicly available. It enables everyone with the simplest and most cost effective way to exchange money instantly anywhere in the world.</p> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">How Paytokens Works</h3> </div> <div class="panel-body"> <p>Paytokens is open source peer to peer cryptographic currency utilizing a distributed consensus ledger that is publicly available. It enables everyone with the simplest and most cost effective way to exchange money instantly anywhere in the world.</p> </div> </div> </div> <div id="concepts" class="tab-pane"> <div align="center"> <h3>Get Started with Paytokens Trade Principles</h3> </div> <div class="row"> <div class="col-sm-4"> <ul class="list-group"> <li class="list-group-item"> <a href="#">Decentralization</a> </li> </ul> </div> <div class="col-sm-8"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">What is decentralization?</h3> </div> <div class="panel-body"> <p>Decentralization is the process of redistributing or dispersing functions, powers, people or things away from a central location or authority.</p> </div> </div> </div> </div> </div> </div> </div> </div>
Payshares/payshares.github.io
discover/index.html
HTML
mit
1,997
<div class="blog-cel" cel-animate ng-repeat="list in blogList | blogListType: blogtype "> <h2><a ng-href="#/blog/post/{{list.url}}">{{list.title}}</a></h2> <div class="shortcut"></div> <p class="intro">{{list.disc}}</p> <div class="time"> <div class="day">{{list.date.day}}</div> <div class="month">{{list.date.month}}</div> </div> <div class="btn-ct"> <div class="type-label"><a ng-href="#/blog/{{list.type}}">{{list.type}}</a></div> <a ng-href="#/blog/post/{{list.url}}"> <button class="btn btn-sm btn-primary"> 阅读全文 </button> </a> </div> </div>
JailBreakC/TopBlog3.0
template/page-blog-list.html
HTML
mit
663
<!doctype html> <html style="width:100%;height:100%"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Gauge Test</title> <script src="../gauge.min.js"></script> <style>body{padding:0;margin:0;background:#222}</style> </head> <body style="width:100%;height:100%"> <canvas id="gauge1"></canvas> <canvas id="gauge2"></canvas> <div id="console"></div> <script> new RadialGauge({ renderTo: 'gauge1', width: 400, height: 400, units: 'Km/h', title: false, value: 0, minValue: 0, maxValue: 220, majorTicks: [ '0','20','40','60','80','100','120','140','160','180','200','220' ], minorTicks: 2, strokeTicks: false, highlights: [ { from: 0, to: 50, color: 'rgba(0,255,0,.15)' }, { from: 50, to: 100, color: 'rgba(255,255,0,.15)' }, { from: 100, to: 150, color: 'rgba(255,30,0,.25)' }, { from: 150, to: 200, color: 'rgba(255,0,225,.25)' }, { from: 200, to: 220, color: 'rgba(0,0,255,.25)' } ], colorPlate: '#222', colorMajorTicks: '#f5f5f5', colorMinorTicks: '#ddd', colorTitle: '#fff', colorUnits: '#ccc', colorNumbers: '#eee', colorNeedle: 'rgba(240, 128, 128, 1)', colorNeedleEnd: 'rgba(255, 160, 122, .9)', valueBox: true, animationRule: 'bounce', animationDuration: 500 }).draw(); new RadialGauge({ renderTo: 'gauge2' }).draw(); if (!window.addEventListener) { window.addEventListener = function(evt, listener) { window.attachEvent('on' + evt, listener); }; } if (!Array.prototype.forEach) { Array.prototype.forEach = function(cb) { var i = 0, s = this.length; for (; i < s; i++) { cb && cb(this[i], i, this); } } } // animage all gauges on a page window.addEventListener('load', function() { document.gauges.forEach(function(gauge) { setInterval(function() { gauge.value = Math.random() * (gauge.options.maxValue - gauge.options.minValue) + gauge.options.minValue; }, gauge.animation.duration + 500); }); }); </script> </body> </html>
akramawardhana/libs
examples/scripted.html
HTML
mit
2,157
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <!-- Generated by DocFlex/XML 1.9.5 on Tue Nov 18 22:22:37 EST 2014 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>element &lt;StopPlaceComponentRef&gt; (local) | XML Schema Documentation</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript"> window.onload = function() { parent.document.title="element <StopPlaceComponentRef> (local) | XML Schema Documentation"; } </script> </head> <body> <div class="a1A"><span class="a2">element &lt;StopPlaceComponentRef&gt; (local)</span></div> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"><div class="a1F"><span class="a20">Namespace:</span></div></td> <td><div class="a21"><span class="a12"><a href="../../../namespaces/http_www_siri_org_uk_siri/namespace-overview.html">http://www.siri.org.uk/siri</a></span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Type:</span></div></td> <td><div class="a21"><span class="a12"><a href="../../ifopt_stop-v0_3_xsd/complexTypes/StopPlaceSpaceRefStructure.html" title="complexType">ifopt:StopPlaceSpaceRefStructure</a></span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Content:</span></div></td> <td><div class="a21"><span class="a22">simple</span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Defined:</span></div></td> <td><div class="a21"><span class="a22"><a href="../groups/SituationStopPlaceFilterGroup.html#a4">locally</a> within </span><span class="a12"><a href="../groups/SituationStopPlaceFilterGroup.html" title="group">SituationStopPlaceFilterGroup</a></span><span class="a22"> group in <a href="../schema-overview.html" title="XML Schema “siri_situationExchange_service.xsd”">siri_situationExchange_service.xsd</a>; see <a href="#xml_source">XML source</a></span></div></td> </tr> </table> <div class="a1B"></div> <a name="xml_rep_summary"></a> <table width="100%" cellspacing="0" cellpadding="0" border="0" class="a2D"> <tr> <td colspan="4" class="a3E"><div class="a3F"><span class="a40">XML Representation Summary</span></div></td> </tr> <tr> <td colspan="4" class="a3E"><div><span class="a41">&lt;</span><span class="a42">StopPlaceComponentRef</span><span class="a41">&gt;</span></div></td> </tr> <tr> <td width="1%" class="a43"><div><span class="a44">&nbsp;&nbsp;&nbsp;</span></div></td> <td colspan="3" width="99%" class="a45"> <table cellspacing="0" cellpadding="0" border="0"> <tr valign="top"> <td class="a46"><div class="aF"><span class="a47">Content:</span><span class="a48">&nbsp;</span></div></td> <td><div><span class="a48">{ </span><span class="a53">xsd:NMTOKEN</span><span class="a48"> }</span></div></td> </tr> </table> </td> </tr> <tr> <td colspan="4" class="a49"><div><span class="a41">&lt;/</span><span class="a42">StopPlaceComponentRef</span><span class="a41">&gt;</span></div></td> </tr> </table> <div class="a1B"></div> <div class="a4A"><span class="a2B">Included in content model of elements (1):</span></div> <dl class="aD"><dd> <div><a href="SituationExchangeRequest.html" title="global element">SituationExchangeRequest</a></div> </dd></dl> <div class="a2A"><span class="a2B">Annotation</span></div> Reference to part of a STOP PLACE. (+SIRI 2.0) <div class="a2C"><a name="xml_source"></a><span class="a6">XML Source</span><span class="a1C"> </span><span class="a1D">(<a href="../schema-overview.html#a80">see</a> within schema source)</span></div> <table width="100%" cellspacing="0" cellpadding="5" border="0" class="a2D"> <tr> <td> <div><span class="a2E">&lt;</span><span class="a2F">xsd:element minOccurs</span><span class="a2E">=&quot;</span><span class="a30">0</span><span class="a2E">&quot; </span><span class="a2F">name</span><span class="a2E">=&quot;</span><a href="../groups/SituationStopPlaceFilterGroup.html#a4" class="a31">StopPlaceComponentRef</a><span class="a2E">&quot; </span><span class="a2F">type</span><span class="a2E">=&quot;</span><a href="../../ifopt_stop-v0_3_xsd/complexTypes/StopPlaceSpaceRefStructure.html" class="a31">ifopt:StopPlaceSpaceRefStructure</a><span class="a2E">&quot;&gt;</span></div> <div class="a34"> <span class="a2E">&lt;</span><span class="a2F">xsd:annotation</span><span class="a2E">&gt;</span> <div class="a34"> <span class="a2E">&lt;</span><span class="a2F">xsd:documentation</span><span class="a2E">&gt;</span><span class="a35">Reference to part of a STOP PLACE. (+SIRI 2.0)</span><span class="a2E">&lt;/</span><span class="a2F">xsd:documentation</span><span class="a2E">&gt;</span> </div> <span class="a2E">&lt;/</span><span class="a2F">xsd:annotation</span><span class="a2E">&gt;</span> </div> <div><span class="a2E">&lt;/</span><span class="a2F">xsd:element</span><span class="a2E">&gt;</span></div> </td> </tr> </table> <div class="a13"><hr class="a14"></div> <table width="100%" cellspacing="0" cellpadding="4" border="0" class="a15"> <tr> <td> <div class="a16"><span class="a17">This XML schema documentation has been generated with <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> 1.9.5 using <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> 2.8.1 template set.</span></div> <div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.</span></div> <div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> is a commercial template application of <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).</span></div> <div class="a16"><span class="a17">A commercial license for &quot;<a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a>&quot; will allow you:</span></div> <ul class="a18"> <li> <div class="a0"> <div><span class="a17">To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support &gt; 400 template parameters, which work the same as &quot;options&quot; of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To use certain features disabled in the free mode (such as the full documenting of substitution groups).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To include only XML schema components specified by name.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To document local element components both globally and locally (similar to attributes).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To allow/suppress unification of local elements by type.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To enable/disable reproducing of namespace prefixes.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To use <a href="http://www.filigris.com/docflex-xml/xsddoc/#PlainDoc.tpl" target="_blank">PlainDoc.tpl</a> main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To insert images in your annotations using XHTML &lt;img&gt; tags (supported both in HTML and RTF output).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a19">To remove this very advertisement text!</span></div> </div> </li> </ul> <div class="a11"><span class="a17">Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with <a href="http://www.filigris.com/docflex-xml/#full_edition" target="_blank">DocFlex/XML (Full Edition)</a> and with <a href="http://www.filigris.com/docflex-xml/#docflex-xml-re" target="_blank">DocFlex/XML RE</a>, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!</span></div> <div class="a11"><span class="a17">But this is not all. In addition to it, a commercial license for &quot;<a href="http://www.filigris.com/docflex-xml/#docflex-xml-sdk" target="_blank">DocFlex/XML SDK</a>&quot; will allow you to modify the <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">XSDDoc</a> templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!</span></div> <div class="a11"><span class="a19">Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!</span></div> <div class="a11"><span class="a17">To purchase a license, please follow this link: <a href="http://www.filigris.com/shop/" target="_blank">http://www.filigris.com/shop/</a></span></div> </td> </tr> </table> </body> </html>
laidig/siri-20-java
doc/schemas/siri_situationExchange_service_xsd/elements/StopPlaceComponentRef.html
HTML
mit
10,429
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Method UserInterface.shutdownAwesomium</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class=" tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../components/animation.html" class=" module">animation</a> </li> <li> <a href="../../components/assets.html" class=" module">assets</a> </li> <li> <a href="../../components/behavior.html" class=" module">behavior</a> </li> <li> <a href="../../components/camera.html" class=" module">camera</a> </li> <li> <a href="../../components/icomponent.html" class=" module">icomponent</a> </li> <li> <a href="../../components/lights.html" class=" module">lights</a> </li> <li> <a href="../../components/material.html" class=" module">material</a> </li> <li> <a href="../../components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../components/userinterface.html" class="selected module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../core/properties.html" class=" module">properties</a> </li> <li> <a href="../../core/reflection.html" class=" module">reflection</a> </li> <li> <a href="../../core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../graphics/adapters/mac.html" class=" module">mac</a> </li> <li> <a href="../../graphics/adapters/win32.html" class=" module">win32</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a> </li> <li> <a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../utility/array.html" class=" module">array</a> </li> <li> <a href="../../utility/awesomium.html" class=" module">awesomium</a> </li> <li> <a href="../../utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../utility/config.html" class=" module">config</a> </li> <li> <a href="../../utility/filepath.html" class=" module">filepath</a> </li> <li> <a href="../../utility/input.html" class=" module">input</a> </li> <li> <a href="../../utility/output.html" class=" module">output</a> </li> <li> <a href="../../utility/string.html" class=" module">string</a> </li> <li> <a href="../../utility/tasks.html" class=" module">tasks</a> </li> <li> <a href="../../utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../components.html" class=" module">components</a> </li> <li> <a href="../../core.html" class=" module">core</a> </li> <li> <a href="../../graphics.html" class=" module">graphics</a> </li> <li> <a href="../../utility.html" class=" module">utility</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show(); //]]> </script> </div> </nav> <div id="main-contents"> <h1>Method UserInterface.shutdownAwesomium</h1><!-- using block body in layout.dt--><!-- Default block ddox.description in ddox.layout.dt--><!-- Default block ddox.sections in ddox.layout.dt--><!-- using block ddox.members in ddox.layout.dt--> <p> Shutdowns Awesomium singleton </p> <section> </section> <section> <h2>Prototype</h2> <pre class="code prettyprint lang-d prototype"> void shutdownAwesomium() static;</pre> </section> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
Circular-Studios/Dash-Docs
api/v0.7.1/components/userinterface/UserInterface.shutdownAwesomium.html
HTML
mit
7,761
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <title>Sublime Text | HaxeFlixel 2D Game Framework</title> <meta name="description" content="HaxeFlixel is a 2D Game framework that lets you create cross-platform games easier with free, open source technology!"/> <meta name="keywords" content="gamedev, game development, cross-platform, haxe, flixel"/> <meta name="author" content=""/> <meta name="viewport" content="width=device-width"/> <link rel="shortcut icon" href="/images/favicon.ico"> <!--[if lt IE 9]> <script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" href="/styles/style.css" /> </head> <body> <header> <nav> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/" class="navbar-brand"><img src="/images/haxeflixel-header.png" alt="HaxeFlixel" /></a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li > <a href="/demos">Demos</a> </li> <li class="dropdown" > <a href="/showcase" class="dropdown-toggle" data-toggle="dropdown">Showcase <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> <a href="/showcase/games">Games</a> </li> <li> <a href="/showcase/jams">Jams</a> </li> </ul> </li> <li > <a href="/blog">Blog</a> </li> <li class='active'> <a href="/documentation">Docs</a> </li> <li> <a href="http://api.haxeflixel.com">API</a> </li> <li > <a href="/forum">Forum</a> </li> </ul> <form class="navbar-form search-form" role="search" action="http://google.com/search" method="get"> <div class="form-group"> <input type="search" name="q" class="form-control" placeholder="Search"> <input type="hidden" name="q" value="site:http://haxeflixel.com"> </div> </form> </div> </div> </div> </nav> </header> <div class="container container-main"> <div class="row"> <div class="col-md-3"> <div class="doc-nav affix"> <ul class="nav"> <li> <h4><a href="/documentation/getting-started">Getting Started</a><h4> </li> <li class= about="/documentation/getting-started"> <a href="/documentation/getting-started"> Getting Started </a> </li> <li class= about="/documentation/install-haxeflixel"> <a href="/documentation/install-haxeflixel"> Install HaxeFlixel </a> </li> <li class= about="/documentation/hello-world-command-line"> <a href="/documentation/hello-world-command-line"> Hello World Command Line </a> </li> <li class= about="/documentation/FlashDevelop"> <a href="/documentation/FlashDevelop"> FlashDevelop </a> </li> <li class=active about="/documentation/sublime-text"> <a href="/documentation/sublime-text"> Sublime Text </a> </li> <li class= about="/documentation/where-to-now"> <a href="/documentation/where-to-now"> Where to now? </a> </li> <li> <h4><a href="/documentation/community">Community</a><h4> </li> <li> <h4><a href="/documentation/haxeflixel-handbook">HaxeFlixel Handbook</a><h4> </li> <li> <h4><a href="/documentation/resources">Resources</a><h4> </li> <li> <h4><a href="/documentation/tutorials">Tutorials</a><h4> </li> </ul> </div> </div> <div class="col-md-9 doc-content" role="main"> <h1 class="title">Sublime Text</h1> <a href="https://github.com/HaxeFlixel/flixel-docs/blob/master/documentation/00_getting_started/04-sublime-text.html.md" class="btn btn-sm btn-edit" target="_blank"><span class="glyphicon glyphicon-pencil"></span> Edit </a> <p><a href="http://www.sublimetext.com/">Sublime Text</a> is a very popular, cross-platform editor that has significant Haxe and OpenFL support provided through an open-source plugin. If you are a Mac, Linux or Windows user, it is one of the most popular choices for Haxe development.</p> <p>The plugin is located on <a href="https://github.com/clemos/haxe-sublime-bundle">GitHub</a>.</p> <p>To install the Sublime Text plugin, follow the <a href="https://github.com/clemos/haxe-sublime-bundle/blob/master/README.markdown">official instructions</a>. Alternatively, you might find <a href="http://www.youtube.com/watch?v=ePO1Rjv7HNs">this unofficial video guide</a> useful.</p> <br> <hr> <ul class="pager"> <li class="previous"> <a href="/documentation/FlashDevelop">< FlashDevelop</a> </li> <li class="next"> <a href="/documentation/where-to-now">Where to now? ></a> </li> </ul> </div> </div> </div> <footer> <div class="footer-main"> <div class=" container"> <div class="footer-social"> <iframe width="120px" scrolling="0" height="20px" frameborder="0" allowtransparency="true" src="http://ghbtns.com/github-btn.html?user=HaxeFlixel&amp;repo=flixel&amp;type=watch&amp;count=true&amp;size=small"></iframe> <a href="https://twitter.com/haxeflixel" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="small">Follow @haxeflixel</a> <script>!function (d, s, id) { var js, fjs = d.getElementsByTagName (s)[0]; if (!d.getElementById (id)) { js = d.createElement (s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore (js, fjs); } } (document, "script", "twitter-wjs");</script> </div> <div class="footer-powered-by"> <p>HaxeFlixel is powered by</p> <a href="http://haxe.org"><img src="/images/haxe.svg" alt="Haxe" title="Haxe"></a> + <a href="http://openfl.org"><img class="openfl-footer-logo" src="/images/openfl.svg" alt="OpenFL" title="OpenFL"></a> + <a href="http://flixel.org"><img class="flixel-footer-logo" src="/images/flixel.svg" alt="Flixel" title="Flixel"></a> </div> </div> </div> </footer> <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-35511281-1'); ga('send', 'pageview');</script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/dropdown.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/transition.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/collapse.js"></script> </body> </html>
whilesoftware/haxeflixel.com
out/documentation/sublime-text/index.html
HTML
mit
7,559
<span ng-if="!!model.value" ng-class="model.css"> {{model.value}} </span> <span ng-if="!model.value" ng-class="model.css"> <br/> </span>
himangshuj/atelier
src/app/record/text.fragment.tpl.html
HTML
mit
161
<fieldset class="scheduler-border"> <legend class="scheduler-border">应还信息</legend> <div class="row m-t-md"> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">应还本金:</label> <div class="col-sm-8"> <p class="form-control-static">{{applyOfferVo.feeItem.repayCapital}}</p> </div> </div> </div> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">应还利息:</label> <div class="col-sm-8"> <p class="form-control-static">{{applyOfferVo.feeItem.repayInterest}}</p> </div> </div> </div> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">应还罚息:</label> <div class="col-sm-8"> <p class="form-control-static">{{applyOfferVo.feeItem.repayOverdueAmount}}</p> </div> </div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">其他费用:</label> <div class="col-sm-8"> <p class="form-control-static">{{applyOfferVo.feeItem.otherAmount}}</p> </div> </div> </div> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">其他费用罚息:</label> <div class="col-sm-8"> <p class="form-control-static">{{applyOfferVo.feeItem.otherOverdueAmount}}</p> </div> </div> </div> </div> </fieldset> <fieldset class="scheduler-border"> <legend class="scheduler-border">人手报盘申请信息</legend> <div class="row m-t-md"> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">应还总额:</label> <div class="col-sm-8"> <p class="form-control-static">{{applyOfferVo.totalRepayAmount }}</p> </div> </div> </div> <div class="col-md-4"> <div class="form-group form-group-sm"> <label class="col-sm-4 control-label">报盘金额:</label> <div class="col-sm-8"> <input type="number" class="form-control" step="0.01" ng-model="applyOfferVo.chargeAmount" required placeholder="报盘金额"> </div> </div> </div> </div> <div class="row"> <div class="col-md-8"> <div class="form-group form-group-sm"> <label class="col-sm-2 control-label">申请备注:</label> <div class="col-sm-10"> <textarea type="text" class="form-control" id="comment" ng-model="applyOfferVo.applyComment" placeholder="申请备注" ></textarea> </div> </div> </div> </div> </fieldset>
dedp1984/gps_client
app/module_offer/tpl/form-offer-apply.tpl.html
HTML
mit
3,324
<html> <head> <title>Ogre::PanelOverlayElement::CmdTiling Class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.6.1 --> <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="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</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="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.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="namespaceOgre.html">Ogre</a> </li> <li class="navelem"><a class="el" href="classOgre_1_1PanelOverlayElement.html">PanelOverlayElement</a> </li> <li class="navelem"><a class="el" href="classOgre_1_1PanelOverlayElement_1_1CmdTiling.html">CmdTiling</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">Ogre::PanelOverlayElement::CmdTiling Class Reference</div> </div> </div><!--header--> <div class="contents"> <!-- doxytag: class="Ogre::PanelOverlayElement::CmdTiling" --><!-- doxytag: inherits="Ogre::ParamCommand" --> <p>Command object for specifying tiling (see <a class="el" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters.">ParamCommand</a>). <a href="classOgre_1_1PanelOverlayElement_1_1CmdTiling.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="OgrePanelOverlayElement_8h_source.html">OgrePanelOverlayElement.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for Ogre::PanelOverlayElement::CmdTiling:</div> <div class="dyncontent"> <div class="center"><img src="classOgre_1_1PanelOverlayElement_1_1CmdTiling__inherit__graph.gif" border="0" usemap="#Ogre_1_1PanelOverlayElement_1_1CmdTiling_inherit__map" alt="Inheritance graph"/></div> <map name="Ogre_1_1PanelOverlayElement_1_1CmdTiling_inherit__map" id="Ogre_1_1PanelOverlayElement_1_1CmdTiling_inherit__map"> <area shape="rect" id="node2" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters." alt="" coords="53,5,208,35"/></map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <p><a href="classOgre_1_1PanelOverlayElement_1_1CmdTiling-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PanelOverlayElement_1_1CmdTiling.html#a965f2e1e7403766fc8abfb56ada0cc71">doGet</a> (const void *target) const </td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PanelOverlayElement_1_1CmdTiling.html#a835640494d5658bf307d4445dc2200fb">doSet</a> (void *target, const <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> &amp;val)</td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>Command object for specifying tiling (see <a class="el" href="classOgre_1_1ParamCommand.html" title="Abstract class which is command object which gets/sets parameters.">ParamCommand</a>). </p> <p>Definition at line <a class="el" href="OgrePanelOverlayElement_8h_source.html#l00108">108</a> of file <a class="el" href="OgrePanelOverlayElement_8h_source.html">OgrePanelOverlayElement.h</a>.</p> </div><hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a965f2e1e7403766fc8abfb56ada0cc71"></a><!-- doxytag: member="Ogre::PanelOverlayElement::CmdTiling::doGet" ref="a965f2e1e7403766fc8abfb56ada0cc71" args="(const void *target) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="el" href="classOgre_1_1PanelOverlayElement_1_1CmdTiling.html#a965f2e1e7403766fc8abfb56ada0cc71">Ogre::PanelOverlayElement::CmdTiling::doGet</a> </td> <td>(</td> <td class="paramtype">const void *&#160;</td> <td class="paramname"><em>target</em></td><td>)</td> <td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Implements <a class="el" href="classOgre_1_1ParamCommand.html#ae47ea550693403baebbcde11c59e074f">Ogre::ParamCommand</a>.</p> </div> </div> <a class="anchor" id="a835640494d5658bf307d4445dc2200fb"></a><!-- doxytag: member="Ogre::PanelOverlayElement::CmdTiling::doSet" ref="a835640494d5658bf307d4445dc2200fb" args="(void *target, const String &amp;val)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="classOgre_1_1PanelOverlayElement_1_1CmdTiling.html#a835640494d5658bf307d4445dc2200fb">Ogre::PanelOverlayElement::CmdTiling::doSet</a> </td> <td>(</td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>target</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> &amp;&#160;</td> <td class="paramname"><em>val</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Implements <a class="el" href="classOgre_1_1ParamCommand.html#ad69d7e3ca3959f0ab2e84137f621ca6a">Ogre::ParamCommand</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="OgrePanelOverlayElement_8h_source.html">OgrePanelOverlayElement.h</a></li> </ul> </div><!-- contents --> <hr> <p> Copyright &copy; 2012 Torus Knot Software Ltd<br /> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/> <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> --> Last modified Sun Sep 2 2012 07:27:32 </p> </body> </html>
jjenki11/blaze-chem-rendering
ogre/ogre_src_v1-8-1/Docs/api/html/classOgre_1_1PanelOverlayElement_1_1CmdTiling.html
HTML
mit
8,399
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01192/0119292010300.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:09:26 GMT --> <head><title>ªk½s¸¹:01192 ª©¥»:092010300</title> <link rel="stylesheet" type="text/css" href="../../version.css" > </HEAD> <body><left> <table><tr><td><FONT COLOR=blue SIZE=5>«O¥þ·~ªk(01192)</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <tr><td align=left valign=top> <a href=0119280121200.html target=law01192><nobr><font size=2>¤¤µØ¥Á°ê 80 ¦~ 12 ¤ë 12 ¤é</font></nobr></a> </td> <td valign=top><font size=2>¨î©w23±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 80 ¦~ 12 ¤ë 30 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0119289062000.html target=law01192><nobr><font size=2>¤¤µØ¥Á°ê 89 ¦~ 6 ¤ë 20 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä2±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 89 ¦~ 7 ¤ë 5 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=0119292010300.html target=law01192><nobr><font size=2>¤¤µØ¥Á°ê 92 ¦~ 1 ¤ë 3 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä8, 14, 16, 17±ø<br> ¼W­q²Ä4¤§1, 4¤§2, 10¤§1, 10¤§2±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 92 ¦~ 1 ¤ë 22 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=01192100110800.html target=law01192><nobr><font size=2>¤¤µØ¥Á°ê 100 ¦~ 11 ¤ë 8 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä10¤§1, 13, 16±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 100 ¦~ 11 ¤ë 23 ¤é¤½¥¬</font></nobr></td> </table></table></table></table> <p><table><tr><td><font color=blue size=4>¥Á°ê92¦~1¤ë3¤é(«D²{¦æ±ø¤å)</font></td> <td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/0119292010300.htm target=reason><font size=2>¥ßªk²z¥Ñ</font></a></td> <td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0119292010300 target=proc><font size=2>¥ßªk¬ö¿ý</font></a></td> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¬°°·¥þ«O¥þ·~¤§µo®i¡A½T«O°ê¥Á¥Í©R¡B°]²£¤§¦w¥þ¡A¯S¨î©w¥»ªk¡F¥»ªk¥¼³W©wªÌ¡A¨Ì¨ä¥Lªk«ß¤§³W©w¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»ªk©ÒºÙ¥DºÞ¾÷Ãö¡G¦b¤¤¥¡¬°¤º¬F³¡¡F¦bª½ÁÒ¥«¬°ª½ÁÒ¥«¬F©²¡F¦b¿¤¡]¥«¡^¬°¿¤¡]¥«¡^¬F©²¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»ªk©ÒºÙ«O¥þ·~¡A«Y«ü¨Ì¥»ªk³\¥i¡A¨Ã¸g¨Ìªk³]¥ß¸gÀç«O¥þ·~°È¤§ªÑ¥÷¦³­­¤½¥q¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¥|±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~±o¸gÀ祪¦C·~°È¡G<br> ¡@¡@¤@¡BÃö©ó¿ì¤½³B©Ò¡BÀç·~³B©Ò¡B¼t³õ¡B­Ü®w¡BºtÃÀ³õ©Ò¡BÄvÁɳõ©Ò¡B¦í©~³B©Ò¡B®i¥Ü¤Î¾\Äý³õ©Ò¡B°±¨®³õµ¥¨¾µs¡B¨¾¤õ¡B¨¾¨a¤§¦w¥þ¨¾Å@¡C<br> ¡@¡@¤G¡BÃö©ó²{ª÷©Î¨ä¥L¶Q­«ª««~¹B°e¤§¦w¥þºûÅ@¡C<br> ¡@¡@¤T¡BÃö©ó¤H¨­¤§¦w¥þºûÅ@¡C<br> ¡@¡@¥|¡B¨ä¥L¸g¤¤¥¡¥DºÞ¾÷Ãö®Ö©w¤§«O¥þ·~°È¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¥|±ø¤§¤@</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~°õ¦æ·~°È®É¡Aµo²{±jµs¡BÅѵs¡B¤õ¨a©Î¨ä¥L»Pªv¦w¦³Ãö¤§¨Æ¬G¡AÀ³¥ß§Y³q³ø·í¦aĵ¹î¾÷Ãö³B²z¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¥|±ø¤§¤G</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~À³¦Û¶}·~¤§¤é°_¤C¤é¤º³ø½Ð·í¦a¥DºÞ¾÷Ãö³Æ¬d¡C<br> ¡@¡@«e¶µ¥DºÞ¾÷ÃöÀ³©ó¦¬¨ì³ø³Æ¤å«á¤Q¤é¤º¬£­ûÀˬd¨ä°õ¦æ·~°È±¡§Î¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤­±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¸gÀç«O¥þ·~°ÈªÌ¡AÀ³À˪þ¥Ó½Ð®Ñ¡BÀç·~­pµe®Ñ¡A¦V¤¤¥¡¥DºÞ¾÷Ãö¥Ó½Ð³\¥i¡A©ó¨ú±o³\¥iÃÒ«á¡A©l±o¥Ó½Ð¤½¥q³]¥ßµn°O¡F¨ä³]¥ß¤À¤½¥qªÌ¡A¥ç¦P¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤»±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~¸g¤¤¥¡¥DºÞ¾÷Ãö³\¥i¸gÀç«O¥þ·~°È¡A©ó³\¥i«á¹O¤»­Ó¤ë¥¼¿ì§´¤½¥q³]¥ßµn°OªÌ¡A¥Ñ¤¤¥¡¥DºÞ¾÷ÃöºM¾P¨ä³\¥i¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤C±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~À³¹ê¦¬¤§³Ì§C¸ê¥»ÃB¡A¥Ñ¤¤¥¡¥DºÞ¾÷Ãö©w¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤K±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¸gÀç«O¥þ·~À³¦³¥ª¦C³]³Æ¡G<br> ¡@¡@¤@¡B©T©w±M¥Î¤§Àç·~³B©Ò¡C<br> ¡@¡@¤G¡B¦Û°Ê³q³ø¬ö¿ý±¡ªpºÞ¨î¨t²Î³]³Æ¡C<br> ¡@¡@¤T¡B¨µ°jªA°È¨®¡C<br> ¡@¡@¥|¡B¹B¶r¨®¡G¸gÀç²Ä¥|±ø²Ä¤G´Ú¤§·~°ÈªÌ¡AÀ³¦³¯S®í¦w¥þ¸Ë¸m¹B¶r¨®¡C<br> ¡@¡@¤­¡B¨ä¥L¸g¤¤¥¡¥DºÞ¾÷Ãö¨Ì¸gÀç¶µ¥Ø®Ö©wÀ³¦³¤§³]³Æ¡C<br> ¡@¡@«e¶µ²Ä¤T´Ú¨µ°jªA°È¨®¤Î²Ä¥|´Ú¯S®í¦w¥þ¸Ë¸m¹B¶r¨®À³¦³¤§³]³Æ¡A¥Ñ¤¤¥¡¥DºÞ¾÷Ãö©w¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤E±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~¦]°õ¦æ«O¥þ·~°È¡AÀ³­t½ßÀv¤§³d¥ô¡AÀ³¦V°]¬F³¡®Ö­ã¤§«OÀI¤½¥q§ë«O³d¥ô«OÀI¡F¨ä§ë«Oª÷ÃB¡A¥Ñ¤¤¥¡¥DºÞ¾÷Ãö·|¦P°]¬F³¡©w¤§¡C<br> ¡@¡@«e¶µ³d¥ô«OÀI¡AÀ³©ó¶}·~«e¿ì²z§ë«O¡A¥¼¸g¤¤¥¡¥DºÞ¾÷Ãö¦P·N¡A¤£±o¤¤³~°h«O¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~À³¸m«O¥þ¤H­û¡A°õ¦æ«O¥þ·~°È¡A¨Ã©ó¹µ¥Î«eÀ˪þ¦W¥U¡A°e½Ð·í¦a¥DºÞ¾÷Ãö¼f¬d¦X®æ«á¹µ¥Î¤§¡C¥²­n®É¡A±o¥ý¦æ¹µ¥Î¤§¡F¦ýÀ³¥ß§Y³ø½Ð·í¦a¥DºÞ¾÷Ãö¬d®Ö¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q±ø¤§¤@</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¦³¥ª¦C±¡§Î¤§¤@ªÌ¡A¤£±o¾á¥ô«O¥þ¤H­û¡C¦ý©ó¥»ªk­×¥¿¬I¦æ«e¡A¤w¾á¥ô«O¥þ¤H­ûªÌ¡A¤£¦b¦¹­­¡G<br> ¡@¡@¤@¡B¥¼º¡¤G¤Q·³©Î¹O¤»¤Q¤­·³ªÌ¡C<br> ¡@¡@¤G¡B´¿¨ü¦³´Á®{¦D¥H¤W¦D¤§µô§P½T©w¡A©|¥¼°õ¦æ©Î°õ¦æ¥¼§¹²¦©Î°õ¦æ§¹²¦¥¼º¡¤Q¦~ªÌ¡C¦ý¦]¹L¥¢¥Ç¸oªÌ¡A¤£¦b¦¹­­¡C<br> ¡@¡@¤T¡B´¿¨ü«O¦w³B¤À¤§µô§P½T©w¡A©|¥¼°õ¦æ©Î°õ¦æ¥¼§¹²¦©Î°õ¦æ§¹²¦¥¼º¡¤Q¦~ªÌ¡C<br> ¡@¡@¥|¡B´¿¥Ç²Õ´¥Ç¸o¨¾¨î±ø¨Ò³W©w¤§¸o¡A¸g§P¨M¦³¸oªÌ¡C<br> ¡@¡@¤­¡B´¿¥ÇµÂ²M·Ï¬r±ø¨Ò¡B³Â¾KÃÄ«~ºÞ²z±ø¨Ò¡B¬r«~¦M®`¨¾¨î±ø¨Ò¡Bºj¯¥¼uÃĤM±ñºÞ¨î±ø¨Ò¡B³g¦Ãªv¸o±ø¨Ò©Î¬~¿ú¨¾¨îªk³W©w¤§¸o¡B§«®`©Ê¦Û¥D¸o¡B§«®`­·¤Æ¸o¡B±þ¤H¸o¡B­«¶Ë®`¸o¡B§«®`¦Û¥Ñ¸o¡BÅѵs¸o¡B·m¹Ü¸o¡B±jµs¸o¡BÅBª«¸o¡B¶B´Û¸o¡B«I¥e¸o¡B­I«H¸o¡B­«§Q¸o¡B®£À~¸o©Î¾Û¤H°ÇÅ«¸o¡A¸g§P¨M¦³¸oªÌ¡C<br> ¡@¡@¤»¡B¸g¨ÌÀ˵¬yª]±ø¨Ò»{©w¬°¬yª]©Îµô©w¥æ¥I·P°VªÌ¡C<br> ¡@¡@¦³«e¶µ²Ä¥|´Ú¦Ü²Ä¤»´Ú±¡§Î¸g§P¨MµL¸o½T©w¡BºM¾P¬yª]»{©w¡Bµô©w¤£¥I·P°V³B¤À½T©wªÌ¡A¤£¨ü¤£±o¾á¥ô¤§­­¨î¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q±ø¤§¤G</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~¹µ¥Î«O¥þ¤H­ûÀ³¬I¤©¤@¶g¥H¤W¤§Â¾«e±M·~°V½m¡F¹ï²{¾«O¥þ¤H­û¨C­Ó¤ëÀ³¬I¤©¥|¤p®É¥H¤W¤§¦b¾°V½m¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¦³¤½¥qªk²Ä¤T¤Q±ø²Ä¤G´Ú¦Ü²Ä¤»´Ú±¡¨Æ¤§¤@ªÌ¡A¤£±o¥R¥ô«O¥þ·~¤§¸³¨Æ¡BºÊ¹î¤H©Î¸g²z¤H¡F¤w¥R¥ôªÌ¡A¸Ñ¥ô¤§¡A¨Ã¥Ñ¥DºÞ¾÷Ãö³qª¾¸gÀÙ³¡ºM¾P¨ä¸³¨Æ¡BºÊ¹î¤H©Î¸g²z¤Hµn°O¡C<br> ¡@¡@«O¥þ·~À³±N¸³¨Æ¡BºÊ¹î¤H©Î¸g²z¤H¤§¦W¥U¡A¦Û¥ô¾¤§¤é°_¤C¤é¤º¡A³ø½Ð·í¦a¥DºÞ¾÷Ãö³Æ¬d¡F²§°Ê®É¡A¥ç¦P¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~¨ü¥ô¿ì²z«O¥þ·~°È¡AÀ³­q¥ß®Ñ­±«´¬ù¡C<br> ¡@¡@«e¶µ®Ñ­±«´¬ùÀ³°O¸ü¨Æ¶µ¡A¥Ñ¤¤¥¡¥DºÞ¾÷Ãö©w¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥DºÞ¾÷Ãö±oÀH®É¬£­ûÄâ±aÃÒ©ú¤å¥ó¡AÀˬd«O¥þ·~·~°È±¡§Î¡A¨Ã±o­n¨D¨ä´£¨Ñ¬ÛÃö¸ê®Æ¡C<br> ¡@¡@«O¥þ·~¤§¸³¨Æ¡BºÊ¹î¤H¡B¸g²z¤H©Î±q·~¤H­û¡A¹ï«e¶µ¤§Àˬd¤Î­n¨D¡A¤£±o©Úµ´¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¥|±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ¤H­û©ó°õ¦æ«O¥þ·~°È®É¡AÀ³¬ïµÛ©w¦¡ªA¸Ë¡AÁ×§K»P­xĵ¤H­û¤§ªA¸Ë¬Û¦P©ÎÃþ¦ü¡A¨ÃÀH¨­Äâ±a¨­¤ÀÃÒ©ú¤å¥ó¤Î³q°T¡B¦w¥þ¨¾Å@¸Ë³Æ¡C<br> ¡@¡@«e¶µªA¸Ë¤§¦¡¼Ë¡BÃC¦â¡B¼Ð»x¡AÀ³³ø½Ð¤¤¥¡¥DºÞ¾÷Ãö³Æ¬d¡F³q°T¡B¦w¥þ¸Ë³Æ¤§ºØÃþ¡B³W®æ¤Î¨Ï¥Î¡A¥Ñ¤¤¥¡¥DºÞ¾÷Ãö©w¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤­±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@«O¥þ·~À³­t³dºÊ·þ©Ò¹µ¥Î¤§«O¥þ¤H­û¡A¨Ã¨¾½d¨ä«I®`©e¥ô¤HÅv¯q¡C<br> ¡@¡@«O¥þ·~©ó¨ä«O¥þ¤H­û¦]°õ¦æÂ¾°È¤£ªk«I®`©e¥ô¤H¤§Åv¯q®É¡A»P¦æ¬°¤H­tµL¹L¥¢¤§³s±a·l®`½ßÀv³d¥ô¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤»±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¦³¥ª¦C±¡¨Æ¤§¤@ªÌ¡A¥DºÞ¾÷Ãö±o³B·s»O¹ô¤Q¸U¤¸¥H¤W¤­¤Q¸U¤¸¥H¤U»@Áì¡G<br> ¡@¡@¤@¡B¹H¤Ï²Ä¤K±ø³W©w¡A¥¼³ÆÀ³¦³¤§³]³ÆªÌ¡C<br> ¡@¡@¤G¡B¹H¤Ï²Ä¤E±ø³W©w¡A¤£¬°§ë«O³d¥ô«OÀI©Î¤¤³~°h«OªÌ¡C<br> ¡@¡@¤T¡B¹H¤Ï²Ä¤Q±ø³W©w¡A¹ï¹µ¥Î¤§«O¥þ¤H­û¤£°e¼f¬d¡B¸g¼f¬d¤£¦X®æ¦Ó¤´¹µ¥Î©Î¥¼°e¬d®ÖªÌ¡C<br> ¡@¡@¥|¡B¹H¤Ï²Ä¤Q±ø¤§¤G³W©w¡A¹ï¹µ¥Î¤§«O¥þ¤H­û¥¼¨Ì³W©w¬I¤©Â¾«e±M·~°V½m©Î¦b¾°V½mªÌ¡C<br> ¡@¡@¦³«e¶µ¦U´Ú±¡¨Æ¤§¤@¡A¸g­­´Á§ïµ½¡A¦Ó¹O´Á¤£§ïµ½©Î¦A¦¸¹H¤ÏªÌ¡A¥DºÞ¾÷Ãö±o³B°±¤îÀç·~¤@­Ó¤ë¥H¤W¤@¦~¥H¤U¡F¨ä±¡¸`­«¤jªÌ¡A¼o¤î¨ä³\¥i¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤C±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¦³¥ª¦C±¡¨Æ¤§¤@ªÌ¡A¥DºÞ¾÷Ãö±o³B·s»O¹ô¤»¸U¤¸¥H¤W¤T¤Q¸U¤¸¥H¤U»@Áì¡G<br> ¡@¡@¤@¡B¹H¤Ï²Ä¥|±ø¤§¤@³W©w¡A¥¼¨Ì³W©wµ{§Ç³q³ø¦³Ãö¾÷Ãö³B²zªÌ¡C<br> ¡@¡@¤G¡B¹H¤Ï²Ä¥|±ø¤§¤G³W©w¡A¥¼©ó¶}·~¤§¤é°_¤C¤é¤º³ø½Ð·í¦a¥DºÞ¾÷Ãö³Æ¬dªÌ¡C<br> ¡@¡@¤T¡B¹H¤Ï²Ä¤Q¤@±ø³W©w¡A¿ï¥Î¸³¨Æ¡BºÊ¹î¤H©Î¸g²z¤H¡A©Î¥¼±N¸³¨Æ¡BºÊ¹î¤H©Î¸g²z¤H¤§¦W¥U©ó­­´Á¤º³ø½Ð³Æ¬dªÌ¡C<br> ¡@¡@¦³¥ª¦C±¡¨Æ¤§¤@ªÌ¡A¥DºÞ¾÷Ãö±o³B·s»O¹ô¤G¤Q¸U¤¸¥H¤W¤@¦Ê¸U¤¸¥H¤U»@Áì¡G<br> ¡@¡@¤@¡B¹H¤Ï²Ä¤Q¤T±ø³W©w¡A©Úµ´±µ¨üÀˬd©Î¤£´£¨Ñ¸ê®ÆªÌ¡C<br> ¡@¡@¤G¡B¹H¤Ï²Ä¤Q¤­±ø³W©w¡Aµo¥Í«I®`©e¥ô¤HÅv¯q¤§±¡¨ÆªÌ¡C<br> ¡@¡@¦³«e¤G¶µ¦U´Ú±¡¨Æ¤§¤@¡A¸g­­´Á§ïµ½¡A¦Ó©¡´Á¤£§ïµ½©Î¦A¦¸¹H¤ÏªÌ¡A¥DºÞ¾÷Ãö±o³B°±¤îÀç·~¤@­Ó¤ë¥H¤W¤@¦~¥H¤U¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤K±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¦³¥ª¦C±¡¨Æ¤§¤@ªÌ¡A¥DºÞ¾÷Ãö±oµø±¡¸`¡A¹ï¸Ó«O¥þ·~¬°Äµ§i¤§³B¤À¡A©Î³B·s»O¹ô¤E¤d¤¸¥H¤W¤E¸U¤¸¥H¤U»@Áì¡A¨Ã­­´Á§ïµ½¡G<br> ¡@¡@¤@¡B¹H¤Ï²Ä¤Q¤G±ø²Ä¤@¶µ³W©wªÌ¡C<br> ¡@¡@¤G¡B¹H¤Ï²Ä¤Q¥|±ø²Ä¤@¶µ³W©wªÌ¡A¥¼µÛ©w¦¡ªA¸ËªÌ¡C<br> ¡@¡@«e¶µ¤§»@Áì³B¤À¡A±o³sÄò«ö¦¸¬°¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤Q¤E±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥¼¸g³\¥i©Î¤w¸gºM¾P³\¥i¦Ó¤´¸gÀç«O¥þ·~°ÈªÌ¡AÀ³°Ç¥O·²·~¡A¨Ã±o³B·s»O¹ô¤T¸U¤¸¥H¤W¤T¤Q¸U¤¸¥H¤U»@Áì¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»ªk¬I¦æ«e¤w¸gÀç«O¥þ·~ªÌ¡AÀ³©ó¥»ªk¬I¦æ«á¤@¦~¤º¡A¨Ì¥»ªk³W©w¡A¦V¤¤¥¡¥DºÞ¾÷Ãö¥Ó½Ð³\¥i¡F¹O´Á¥¼¿ì²zªÌ¡A¥Ñ¥DºÞ¾÷Ãö³qª¾¸gÀÙ³¡ºM¾P¨ä¤½¥qµn°O©Î³¡¤Àµn°O¨Æ¶µ¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¨Ì¥»ªk©Ò³B¤§»@Áì¡A¥Ñ·í¦a¥DºÞ¾÷Ãö¬°¤§¡C<br> ¡@¡@«e¶µ»@Áì¡A¸g³qª¾Ãº¯Ç¡A¹O´Á¤£Ãº¯ÇªÌ¡A²¾°eªk°|±j¨î°õ¦æ¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q¤G±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»ªk¬I¦æ²Ó«h¡A¥Ñ¤¤¥¡¥DºÞ¾÷Ãö©w¤§¡C<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤G¤Q¤T±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¥»ªk¦Û¤½¥¬¤é¬I¦æ¡C<br> </td> </table> </table> </table> </left> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01192/0119292010300.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:09:26 GMT --> </html>
g0v/laweasyread-data
rawdata/lawstat/version2/01192/0119292010300.html
HTML
mit
12,318
{% extends "customer/baseaccountpage.html" %} {% load i18n %} {% block tabcontent %} <div class="row"> <div class="col-md-4"> <ul> <li><img width="60" src="{{ user.customer_profile.get_avatar }}" alt="{{ user.customer_profile.get_avatar }}"></li> <li>Fullname: <b>{{ user.get_full_name|default:'-' }}</b></li> {% if user.customer_profile.is_mentor %} {# se hace pequenia codnicional para mostrar cierto boton #} <li><a href="{% url 'customeri:become-mentor-step1' %}" class="btn_full_outline">{% trans "Create a course" %}</a></li> {% else %} <li><a href="{% url 'become-mentor' %}" class="btn_full_outline">{% trans "Become a mentor" %}</a></li> {% endif %} </ul> </div> <div class="col-md-4"> <ul> <li>Tiene perfil completo?: <b>{{ user.customer_profile.is_profile_complete }}</b></li> <li>Es mentor activo?: <b>{{ user.customer_profile.is_active_mentor }}</b></li> <li>Estado del usuario?: <b>{{user.customer_profile.get_user_status }}</b></li> </ul> </div> <div class="col-md-4"> <li>Anio de nacimiento: <b>{{ user.customer_profile.birth_date }}</b></li> <li>Genero: <b>{{ user.customer_profile.gender }}</b></li> <li>Acerca de: <b>{{ user.customer_profile.about_me }}</b></li> <li>Pais: <b>{{ user.customer_profile.country_name }}</b></li> <li>Telefono: <b>{{ user.customer_profile.phone }}</b></li> </div> </div> <div class="row"> <div class="col-md-12"> {% include "customer/profile/profile_wishlists.html" %} </div> </div> {% endblock %}
dilosung/ad-manage
ad_manage/templates/customer/profile/profile.html
HTML
mit
1,616
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Global s2</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp" title="Header &lt;boost/xpressive/regex_primitives.hpp&gt;"> <link rel="prev" href="s1.html" title="Global s1"> <link rel="next" href="s3.html" title="Global s3"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="s1.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="s3.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.xpressive.s2"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Global s2</span></h2> <p>boost::xpressive::s2</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp" title="Header &lt;boost/xpressive/regex_primitives.hpp&gt;">boost/xpressive/regex_primitives.hpp</a>&gt; </span><a class="link" href="mark_tag.html" title="Struct mark_tag">mark_tag</a> <span class="keyword">const</span> s2<span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2007 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="s1.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="s3.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/boost/xpressive/s2.html
HTML
mit
3,644
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Variable logDebug</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../components/animation.html" class=" module">animation</a> </li> <li> <a href="../../components/assetanimation.html" class=" module">assetanimation</a> </li> <li> <a href="../../components/assets.html" class=" module">assets</a> </li> <li> <a href="../../components/camera.html" class=" module">camera</a> </li> <li> <a href="../../components/icomponent.html" class=" module">icomponent</a> </li> <li> <a href="../../components/lights.html" class=" module">lights</a> </li> <li> <a href="../../components/material.html" class=" module">material</a> </li> <li> <a href="../../components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../components/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../core/properties.html" class=" module">properties</a> </li> <li> <a href="../../core/reflection.html" class=" module">reflection</a> </li> <li> <a href="../../core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../graphics/adapters/mac.html" class=" module">mac</a> </li> <li> <a href="../../graphics/adapters/win32.html" class=" module">win32</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a> </li> <li> <a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class=" tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../utility/awesomium.html" class=" module">awesomium</a> </li> <li> <a href="../../utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../utility/config.html" class=" module">config</a> </li> <li> <a href="../../utility/filepath.html" class=" module">filepath</a> </li> <li> <a href="../../utility/input.html" class=" module">input</a> </li> <li> <a href="../../utility/output.html" class="selected module">output</a> </li> <li> <a href="../../utility/string.html" class=" module">string</a> </li> <li> <a href="../../utility/tasks.html" class=" module">tasks</a> </li> <li> <a href="../../utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../components.html" class=" module">components</a> </li> <li> <a href="../../core.html" class=" module">core</a> </li> <li> <a href="../../graphics.html" class=" module">graphics</a> </li> <li> <a href="../../utility.html" class=" module">utility</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show(); //]]> </script> </div> </nav> <div id="main-contents"> <h1>Variable logDebug</h1><!-- using block body in layout.dt--><!-- using block ddox.description in ddox.layout.dt--> <p></p> <section> <h2>Declaration</h2> <pre class="code prettyprint lang-d prototype"> module <a href="../../utility/output.html">utility.output</a>; // ... alias logDebug; // ...</pre> </section><!-- using block ddox.sections in ddox.layout.dt--> <!-- Default block ddox.members in ddox.layout.dt--> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
Circular-Studios/Dash-Docs
api/v0.6.4/utility/output/logDebug.html
HTML
mit
7,646
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <link href='../dist/fullcalendar.css' rel='stylesheet' /> <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' /> <script src='../lib/moment/moment.js'></script> <script src='../lib/jquery/dist/jquery.js'></script> <script src='../dist/fullcalendar.js'></script> <script> $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay' }, defaultDate: '2016-01-12', businessHours: true, // display business hours editable: true, events: [ { title: 'Business Lunch', start: '2016-01-03T13:00:00', constraint: 'businessHours' }, { title: 'Meeting', start: '2016-01-13T11:00:00', constraint: 'availableForMeeting', // defined below color: '#257e4a' }, { title: 'Conference', start: '2016-01-18', end: '2016-01-20' }, { title: 'Party', start: '2016-01-29T20:00:00' }, // areas where "Meeting" must be dropped { id: 'availableForMeeting', start: '2016-01-11T10:00:00', end: '2016-01-11T16:00:00', rendering: 'background' }, { id: 'availableForMeeting', start: '2016-01-13T10:00:00', end: '2016-01-13T16:00:00', rendering: 'background' }, // red areas where no events can be dropped { start: '2016-01-24', end: '2016-01-28', overlap: false, rendering: 'background', color: '#ff9f89' }, { start: '2016-01-06', end: '2016-01-08', overlap: false, rendering: 'background', color: '#ff9f89' } ] }); }); </script> <style> body { margin: 40px 10px; padding: 0; font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; font-size: 14px; } #calendar { max-width: 900px; margin: 0 auto; } </style> </head> <body> <div id='calendar'></div> </body> </html>
kireol/stashCalendar
thirdParty/fullcalendar/demos/background-events.html
HTML
mit
2,100
--- layout: default skip_links: | <li><a href="#filter">Skip to filter</a></li> <li><a href="#topics-list">Skip to topic list</a></li> --- {% include inside-nav.html %} {% include icons-topics.html %} <main class="relative" role="main"> <div class="header"> <div class="wrapper gutter-1-2 pad-b"> <h1 class="push-1-4 yotta" tabindex="0">Topics</h1> <p class="intro giga push-0">Learn to develop fantastic websites by following the program—split into sections for easier learning and understanding.</p> </div> </div> <div class="search no-print"> <form class="wrapper gutter-1-2 pad-t pad-b" method="get" action="/topics" id="filter" role="search" hidden> <label class="mega push-1-2 search-label" for="search">Filter subjects…</label> <input class="mega push-1-4 search-input" type="search" id="search"> </form> </div> <div id="topics-list"> {% include topic-section.html class="topic-section-1" id="the-open-web" title="The Web" number="infinite" data=page.toc.the-open-web show_border=true %} {% include topic-section.html class="topic-section-1" id="set-up" title="Set up" number="0" data=page.toc.setup %} {% include topic-section.html class="topic-section-2" id="content" title="Content" number="1" data=page.toc.content %} {% include topic-section.html class="topic-section-2" id="a11y" title="Access-ibility" number="2" data=page.toc.a11y %} {% include topic-section.html class="topic-section-3" id="typography" title="Type" number="3" data=page.toc.typography %} {% include topic-section.html class="topic-section-3" id="layout" title="Layout" number="4" data=page.toc.layout %} {% include topic-section.html class="topic-section-4" id="images" title="Images" number="5" data=page.toc.images %} {% include topic-section.html class="topic-section-5" id="many-screens" title="Many screens" number="6" data=page.toc.many-screens %} {% include topic-section.html class="topic-section-6" id="libraries" title="Libraries" number="7" data=page.toc.libraries %} {% include topic-section.html class="topic-section-6" id="design-systems" title="Design systems" number="8" data=page.toc.design-systems %} {% include topic-section.html class="topic-section-7" id="teams" title="Teams" number="9" data=page.toc.teams %} {% include topic-section.html class="topic-section-8" id="js" title="JS" number="infinite" curriculum_title="JavaScript" data=page.toc.javascript show_border=true %} {% include topic-section.html class="topic-section-8" id="whats-next" title="What’s next?" number="infinite" data=page.toc.whats-next %} </div> </main> {% include all-cheat-sheets-checklists.html %}
acgd-learn-the-web/acgd-learn-the-web.github.io
_layouts/topics.html
HTML
mit
2,700
<!DOCTYPE html> <title>tc-url-filter-syntax-013</title> <link rel="stylesheet" href="./oex/testharness.css" /> <script type="text/javascript" src="./operaextensions_background.js"></script> <script type="text/javascript" src="./oex/testharness.js"></script> <script type="text/javascript" src="./oex/testharnessreport.js"></script> <script type="text/javascript" src="./oex/lib.js"></script> <script type="text/javascript" src="./oex/test.js"></script> <div id="log"></div>
1974kpkpkp/operaextensions.js
tests/urlFilter/syntax/013/background.html
HTML
mit
483
<!DOCTYPE html> <html lang="en"> <head> </head> <body> <h3><a href="{{ url_for('mostrar_todo') }}">Comentarios - Ejemplo SQLAlchemy</a></h3> <hr/> {% for mensaje in get_flashed_messages() %} {{ mensaje }} {% endfor %} <h3>Estudiantes (<a href="{{ url_for('nuevo') }}">Agregar Estudiante</a>)</h3> <table> <thead> <tr> <th>Nombre</th> <th>Ciudad</th> <th>Direccion</th> <th>Pin</th> </tr> </thead> <tbody> {% for estudiante in estudiantes %} <tr> <td>{{ estudiante.nombre }}</td> <td>{{ estudiante.ciudad }}</td> <td>{{ estudiante.direccion }}</td> <td>{{ estudiante.pin }}</td> </tr> {% endfor %} </tbody> </table> </body> </html>
ampotty/uip-pc3
Ejemplos/ejemplo34/app/templates/mostrar_todo.html
HTML
mit
743
<h3>Do you want to learn about web frameworks, CSS or JavaScript next?</h3> <div class="row"> <div class="c4"> <div class="well select-next"> {% include "choices/buttons/web-frameworks.html" %} </div> </div> <div class="c4"> <div class="well select-next"> {% include "choices/buttons/cascading-style-sheets.html" %} </div> </div> <div class="c4"> <div class="well select-next"> {% include "choices/buttons/javascript.html" %} </div> </div> </div>
mattmakai/fullstackpython.com
theme/templates/choices/template-engines.html
HTML
mit
555
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </meta> <meta content="width=device-width, initial-scale=1" name="viewport"> </meta> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> </link> <link href="../../resources/stof-style.css" rel="stylesheet"> </link> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"> </script> <script src="../../resources/search.js"> </script> <script src="../../resources/analytics.js"> </script> </head> <body> <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse" type="button"> <span class="sr-only"> Toggle navigation </span> <span class="icon-bar"> </span> <span class="icon-bar"> </span> <span class="icon-bar"> </span> </button> <a class="navbar-brand" href="../../index.html"> Bob Dylan Lyrics </a> </div> <div aria-expanded="false" class="navbar-collapse collapse" id="bs-example-navbar-collapse-1" style="height: 1px"> <ul class="nav navbar-nav"> <li> <a href="../../full_lyrics_file_dumps/downloads.html"> Downloads </a> </li> <li> <a href="../../songs/song_index/song_index.html"> All Songs </a> </li> <li> <a href="../../albums/album_index/album_index.html"> All Albums </a> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1960s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/bob_dylan.html"> Bob Dylan (1962) </a> </li> <li> <a class="album" href="../../albums/the_freewheelin_bob_dylan.html"> The Freewheelin' Bob Dylan (1963) </a> </li> <li> <a class="album" href="../../albums/the_times_they_are_a-changin.html"> The Times They Are A-Changin' (1964) </a> </li> <li> <a class="album" href="../../albums/another_side_of_bob_dylan.html"> Another Side of Bob Dylan (1964) </a> </li> <li> <a class="album" href="../../albums/bringing_it_all_back_home.html"> Bringing It All Back Home (1965) </a> </li> <li> <a class="album" href="../../albums/highway_61_revisited.html"> Highway 61 Revisited (1965) </a> </li> <li> <a class="album" href="../../albums/blonde_on_blonde.html"> Blonde on Blonde (1966)) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits.html"> Bob Dylan's Greatest Hits (1967) </a> </li> <li> <a class="album" href="../../albums/john_wesley_harding.html"> John Wesley Harding (1967) </a> </li> <li> <a class="album" href="../../albums/nashville_skyline.html"> Nashville Skyline (1969) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1970s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/self_portrait.html"> Self Portrait (1970) </a> </li> <li> <a class="album" href="../../albums/new_morning.html"> New Morning (1970) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits_vol_ii.html"> Bob Dylan's Greatest Hits, Vol. II (1971) </a> </li> <li> <a class="album" href="../../albums/pat_garrett_and_billy_the_kid.html"> Pat Garrett &amp; Billy the Kid (1973) </a> </li> <li> <a class="album" href="../../albums/dylan.html"> Dylan (1973) </a> </li> <li> <a class="album" href="../../albums/planet_waves.html"> Planet Waves (1974) </a> </li> <li> <a class="album" href="../../albums/before_the_flood.html"> Before the Flood (1974) </a> </li> <li> <a class="album" href="../../albums/blood_on_the_tracks.html"> Blood on the Tracks (1975) </a> </li> <li> <a class="album" href="../../albums/the_basement_tapes.html"> The Basement Tapes (1975) </a> </li> <li> <a class="album" href="../../albums/desire.html"> Desire (1976) </a> </li> <li> <a class="album" href="../../albums/hard_rain.html"> Hard Rain (1976) </a> </li> <li> <a class="album" href="../../albums/street_legal.html"> Street-Legal (1978) </a> </li> <li> <a class="album" href="../../albums/bob_dylan_at_budokan.html"> Bob Dylan at Budokan (1979) </a> </li> <li> <a class="album" href="../../albums/slow_train_coming.html"> Slow Train Coming (1979) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1980s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/saved.html"> Saved (1980) </a> </li> <li> <a class="album" href="../../albums/shot_of_love.html"> Shot of Love (1981) </a> </li> <li> <a class="album" href="../../albums/infidels.html"> Infidels (1983) </a> </li> <li> <a class="album" href="../../albums/real_live_1.html"> Real Live (1984) </a> </li> <li> <a class="album" href="../../albums/empire_burlesque.html"> Empire Burlesque (1985) </a> </li> <li> <a class="album" href="../../albums/biograph.html"> Biograph (1985) </a> </li> <li> <a class="album" href="../../albums/knocked_out_loaded.html"> Knocked Out Loaded (1986) </a> </li> <li> <a class="album" href="../../albums/down_in_the_groove.html"> Down in the Groove (1988) </a> </li> <li> <a class="album" href="../../albums/dylan_and_the_dead.html"> Dylan &amp; the Dead (1989) </a> </li> <li> <a class="album" href="../../albums/oh_mercy.html"> Oh Mercy (1989) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 1990s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/under_the_red_sky.html"> Under the Red Sky (1990) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_volumes_1-3_rare_and_unreleased_1961-1991.html"> The Bootleg Series Volumes 1-3 (Rare &amp; Unreleased) 1961-1991 (1991) </a> </li> <li> <a class="album" href="../../albums/good_as_i_been_to_you.html"> Good As I Been to You (1992) </a> </li> <li> <a class="album" href="../../albums/world_gone_wrong.html"> World Gone Wrong (1993) </a> </li> <li> <a class="album" href="../../albums/bob_dylans_greatest_hits_volume_3.html"> Bob Dylan's Greatest Hits Volume 3 (1994) </a> </li> <li> <a class="album" href="../../albums/mtv_unplugged.html"> MTV Unplugged (1995) </a> </li> <li> <a class="album" href="../../albums/time_out_of_mind.html"> Time Out of Mind (1997) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_4_bob_dylan_live_1966.html"> The Bootleg Series Vol. 4: Bob Dylan Live 1966, The "Royal Albert Hall" Concert (1998) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 2000s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/the_essential_bob_dylan.html"> The Essential Bob Dylan (2000) </a> </li> <li> <a class="album" href="../../albums/love_and_theft.html"> Love and Theft (2001) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_5_bob_dylan_live_1975_the_rolling_thunder_revue.html"> The Bootleg Series Vol. 5: Bob Dylan Live 1975, The Rolling Thunder Revue (2002) </a> </li> <li> <a class="album" href="../../albums/the_bootleg_series_vol_6_bob_dylan_live_1964_concert_at_philharmonic_hall.html"> The Bootleg Series Vol. 6: Bob Dylan Live 1964, Concert at Philharmonic Hall (2004) </a> </li> <li> <a class="album" href="../../albums/the_best_of_bob_dylan.html"> The Best of Bob Dylan (2005) </a> </li> <li> <a class="album" href="../../albums/modern_times.html"> Modern Times (2006) </a> </li> <li> <a class="album" href="../../albums/together_through_life.html"> Together through Life (2009) </a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" aria-haspopup="true" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button"> 2010s <span class="caret"> </span> </a> <ul class="dropdown-menu"> <li> <a class="album" href="../../albums/tempest.html"> Tempest (2012) </a> </li> </ul> </li> </ul> <div class="col-md-3" style="border:0px solid;width:30%;height:auto;"> <gcse:search> <form class="navbar-form navbar-right" role="search"> </form> </gcse:search> </div> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-md-12"> <h1> Isis </h1> </div> </div> <div class="row"> <div class="col-md-12"> <p> <div> I married Isis on the fifth day of May, </div> <div> But I could not hold on to her very long, </div> <div> So I cut off a-my hair and I rode straight away </div> <div> For the wild, unknown country where I could not go wrong. </div> </p> <p> <div> I came to a high place of darkness and light, </div> <div> Dividing line ran through the center of town, </div> <div> I hitched up my pony to a post on the right, </div> <div> Went into the laundry to wash my clothes down. </div> </p> <p> <div> A man in the corner approached me for a match, </div> <div> I knew right away he was not ordinary, </div> <div> He said, "Are you looking for something easy to catch?" </div> <div> Said, "I got no money." He said, "That ain't necessary." </div> </p> <p> <div> We set out that night for the cold in the north, </div> <div> I gave him my blanket and he gave me his word, </div> <div> I said, "Where are we going?" He said we'd be back by the fourth. </div> <div> I said, "That's the best news that I've ever heard." </div> </p> <p> <div> I was thinking about turquoise, I was thinking about gold, </div> <div> I was thinking about diamonds and the world's biggest necklace, </div> <div> As we rode through the canyons, through the devilish cold, </div> <div> I was thinking about Isis, how she thought I was so reckless, </div> </p> <p> <div> How she told me that one day we would meet up again </div> <div> And things would be different the next time we wed </div> <div> If I only could a-hang on and just be her friend – </div> <div> I still can't remember all the best things she said. </div> </p> <p> <div> We came to the pyramids all embedded in ice, </div> <div> He said, "There's a body I'm trying to find. </div> <div> If I carry it out, it'll bring a good price." </div> <div> 'Twas a-then that I knew what he had on his mind. </div> </p> <p> <div> The wind, it was howling and the snow was outrageous, </div> <div> We chopped through the night and we chopped through the dawn. </div> <div> When he died, I was hoping that it wasn't contagious, </div> <div> But I made up my mind that I had to go on. </div> </p> <p> <div> I broke into the tomb, but the casket was empty. </div> <div> There was no jewels, no nothing! I felt I've been had </div> <div> When I saw that my partner was just being friendly, </div> <div> When I took up his offer, I must've been mad. </div> </p> <p> <div> I picked up his body and I dragged him inside, </div> <div> Threw him down in the hole and I put back the cover. </div> <div> I said a quick prayer and I felt satisfied, </div> <div> Then I rode back to find Isis just to tell her I love her. </div> </p> <p> <div> She was there in the meadow where the creek used to rise, </div> <div> Blinded by sleep and in need of a bed. </div> <div> I came in from the east with the sun in my eyes, </div> <div> I cursed her one time, then I rode on ahead. </div> </p> <p> <div> She said, "Where you been?" I said, "No place special." </div> <div> She said, "You look a-different." I said, "Well, I guess." </div> <div> She said, "You been gone." I said, "That's only natural." </div> <div> She said, "You gonna stay?" I said, "If you want me to, yes!" </div> </p> <p> <div> Isis, oh, Isis, you're a mystical child, </div> <div> What drives a-me to you is what drives me insane, </div> <div> I still can remember the way that you smiled </div> <div> On the fifth day of May in the drizzling a-rain. </div> </p> </div> </div> </div> </body> </html>
mulhod/bob_dylan_lyrics
songs/html/isis_3.html
HTML
mit
13,872
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>CalendarContract.CalendarCacheColumns - Android SDK | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../assets/css/default.css" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../"; var devsite = false; </script> <script src="../../../assets/js/docs.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5831155-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="gc-documentation develop" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="14" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- Header --> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../index.html"> <img src="../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <!-- New Search --> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div> <div class="bottom"></div> </div> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../')" onkeyup="return search_changed(event, false, '../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div> </div> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div> <!-- /New Search> <!-- Expanded quicknav --> <div id="quicknav" class="col-9"> <ul> <li class="design"> <ul> <li><a href="../../../design/index.html">Get Started</a></li> <li><a href="../../../design/style/index.html">Style</a></li> <li><a href="../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../guide/components/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> <ul><li><a href="../../../sdk/index.html">Get the SDK</a></li></ul> </li> <li><a href="../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../distribute/index.html">Google Play</a></li> <li><a href="../../../distribute/googleplay/publish/index.html">Publishing</a></li> <li><a href="../../../distribute/googleplay/promote/index.html">Promoting</a></li> <li><a href="../../../distribute/googleplay/quality/index.html">App Quality</a></li> <li><a href="../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li> <li><a href="../../../distribute/open.html">Open Distribution</a></li> </ul> </li> </ul> </div> <!-- /Expanded quicknav --> </div> </div> <!-- /Header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../guide/components/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav --> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <a class="totop" href="#top" data-g-event="left-nav-top">to top</a> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19' ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-1"> <a href="../../../reference/android/package-summary.html">android</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/accessibilityservice/package-summary.html">android.accessibilityservice</a></li> <li class="api apilevel-5"> <a href="../../../reference/android/accounts/package-summary.html">android.accounts</a></li> <li class="api apilevel-11"> <a href="../../../reference/android/animation/package-summary.html">android.animation</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/app/package-summary.html">android.app</a></li> <li class="api apilevel-8"> <a href="../../../reference/android/app/admin/package-summary.html">android.app.admin</a></li> <li class="api apilevel-8"> <a href="../../../reference/android/app/backup/package-summary.html">android.app.backup</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/appwidget/package-summary.html">android.appwidget</a></li> <li class="api apilevel-5"> <a href="../../../reference/android/bluetooth/package-summary.html">android.bluetooth</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/content/package-summary.html">android.content</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/content/pm/package-summary.html">android.content.pm</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/content/res/package-summary.html">android.content.res</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/database/package-summary.html">android.database</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/database/sqlite/package-summary.html">android.database.sqlite</a></li> <li class="api apilevel-11"> <a href="../../../reference/android/drm/package-summary.html">android.drm</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/gesture/package-summary.html">android.gesture</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/graphics/package-summary.html">android.graphics</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/graphics/drawable/package-summary.html">android.graphics.drawable</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/graphics/drawable/shapes/package-summary.html">android.graphics.drawable.shapes</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/graphics/pdf/package-summary.html">android.graphics.pdf</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/hardware/package-summary.html">android.hardware</a></li> <li class="api apilevel-17"> <a href="../../../reference/android/hardware/display/package-summary.html">android.hardware.display</a></li> <li class="api apilevel-16"> <a href="../../../reference/android/hardware/input/package-summary.html">android.hardware.input</a></li> <li class="api apilevel-18"> <a href="../../../reference/android/hardware/location/package-summary.html">android.hardware.location</a></li> <li class="api apilevel-12"> <a href="../../../reference/android/hardware/usb/package-summary.html">android.hardware.usb</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/inputmethodservice/package-summary.html">android.inputmethodservice</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/location/package-summary.html">android.location</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/media/package-summary.html">android.media</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/media/audiofx/package-summary.html">android.media.audiofx</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/media/effect/package-summary.html">android.media.effect</a></li> <li class="api apilevel-12"> <a href="../../../reference/android/mtp/package-summary.html">android.mtp</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/net/package-summary.html">android.net</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/net/http/package-summary.html">android.net.http</a></li> <li class="api apilevel-16"> <a href="../../../reference/android/net/nsd/package-summary.html">android.net.nsd</a></li> <li class="api apilevel-12"> <a href="../../../reference/android/net/rtp/package-summary.html">android.net.rtp</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/net/sip/package-summary.html">android.net.sip</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/net/wifi/package-summary.html">android.net.wifi</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/net/wifi/p2p/package-summary.html">android.net.wifi.p2p</a></li> <li class="api apilevel-16"> <a href="../../../reference/android/net/wifi/p2p/nsd/package-summary.html">android.net.wifi.p2p.nsd</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/nfc/package-summary.html">android.nfc</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/nfc/cardemulation/package-summary.html">android.nfc.cardemulation</a></li> <li class="api apilevel-10"> <a href="../../../reference/android/nfc/tech/package-summary.html">android.nfc.tech</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/opengl/package-summary.html">android.opengl</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/os/package-summary.html">android.os</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/os/storage/package-summary.html">android.os.storage</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/preference/package-summary.html">android.preference</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/print/package-summary.html">android.print</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/print/pdf/package-summary.html">android.print.pdf</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/printservice/package-summary.html">android.printservice</a></li> <li class="selected api apilevel-1"> <a href="../../../reference/android/provider/package-summary.html">android.provider</a></li> <li class="api apilevel-11"> <a href="../../../reference/android/renderscript/package-summary.html">android.renderscript</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/sax/package-summary.html">android.sax</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/security/package-summary.html">android.security</a></li> <li class="api apilevel-17"> <a href="../../../reference/android/service/dreams/package-summary.html">android.service.dreams</a></li> <li class="api apilevel-18"> <a href="../../../reference/android/service/notification/package-summary.html">android.service.notification</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/service/textservice/package-summary.html">android.service.textservice</a></li> <li class="api apilevel-7"> <a href="../../../reference/android/service/wallpaper/package-summary.html">android.service.wallpaper</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/speech/package-summary.html">android.speech</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/speech/tts/package-summary.html">android.speech.tts</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v13/app/package-summary.html">android.support.v13.app</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/accessibilityservice/package-summary.html">android.support.v4.accessibilityservice</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/app/package-summary.html">android.support.v4.app</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/content/package-summary.html">android.support.v4.content</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/content/pm/package-summary.html">android.support.v4.content.pm</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/database/package-summary.html">android.support.v4.database</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/graphics/drawable/package-summary.html">android.support.v4.graphics.drawable</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/hardware/display/package-summary.html">android.support.v4.hardware.display</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/media/package-summary.html">android.support.v4.media</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/net/package-summary.html">android.support.v4.net</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/os/package-summary.html">android.support.v4.os</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/print/package-summary.html">android.support.v4.print</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/text/package-summary.html">android.support.v4.text</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/util/package-summary.html">android.support.v4.util</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/view/package-summary.html">android.support.v4.view</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/view/accessibility/package-summary.html">android.support.v4.view.accessibility</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/widget/package-summary.html">android.support.v4.widget</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/app/package-summary.html">android.support.v7.app</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/appcompat/package-summary.html">android.support.v7.appcompat</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/gridlayout/package-summary.html">android.support.v7.gridlayout</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/media/package-summary.html">android.support.v7.media</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/mediarouter/package-summary.html">android.support.v7.mediarouter</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/view/package-summary.html">android.support.v7.view</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/widget/package-summary.html">android.support.v7.widget</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/telephony/package-summary.html">android.telephony</a></li> <li class="api apilevel-5"> <a href="../../../reference/android/telephony/cdma/package-summary.html">android.telephony.cdma</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/telephony/gsm/package-summary.html">android.telephony.gsm</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/test/package-summary.html">android.test</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/test/mock/package-summary.html">android.test.mock</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/test/suitebuilder/package-summary.html">android.test.suitebuilder</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/package-summary.html">android.text</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/text/format/package-summary.html">android.text.format</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/method/package-summary.html">android.text.method</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/style/package-summary.html">android.text.style</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/util/package-summary.html">android.text.util</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/transition/package-summary.html">android.transition</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/util/package-summary.html">android.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/view/package-summary.html">android.view</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/view/accessibility/package-summary.html">android.view.accessibility</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/view/animation/package-summary.html">android.view.animation</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/view/inputmethod/package-summary.html">android.view.inputmethod</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/view/textservice/package-summary.html">android.view.textservice</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/webkit/package-summary.html">android.webkit</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/widget/package-summary.html">android.widget</a></li> <li class="api apilevel-1"> <a href="../../../reference/dalvik/bytecode/package-summary.html">dalvik.bytecode</a></li> <li class="api apilevel-1"> <a href="../../../reference/dalvik/system/package-summary.html">dalvik.system</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/awt/font/package-summary.html">java.awt.font</a></li> <li class="api apilevel-3"> <a href="../../../reference/java/beans/package-summary.html">java.beans</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/io/package-summary.html">java.io</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/package-summary.html">java.lang</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/annotation/package-summary.html">java.lang.annotation</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/ref/package-summary.html">java.lang.ref</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/reflect/package-summary.html">java.lang.reflect</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/math/package-summary.html">java.math</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/net/package-summary.html">java.net</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/package-summary.html">java.nio</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/channels/package-summary.html">java.nio.channels</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/channels/spi/package-summary.html">java.nio.channels.spi</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/charset/package-summary.html">java.nio.charset</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/charset/spi/package-summary.html">java.nio.charset.spi</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/package-summary.html">java.security</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/acl/package-summary.html">java.security.acl</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/cert/package-summary.html">java.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/interfaces/package-summary.html">java.security.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/spec/package-summary.html">java.security.spec</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/sql/package-summary.html">java.sql</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/text/package-summary.html">java.text</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/package-summary.html">java.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/concurrent/package-summary.html">java.util.concurrent</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/concurrent/locks/package-summary.html">java.util.concurrent.locks</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/jar/package-summary.html">java.util.jar</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/logging/package-summary.html">java.util.logging</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/prefs/package-summary.html">java.util.prefs</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/regex/package-summary.html">java.util.regex</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/zip/package-summary.html">java.util.zip</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/crypto/package-summary.html">javax.crypto</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/crypto/interfaces/package-summary.html">javax.crypto.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/crypto/spec/package-summary.html">javax.crypto.spec</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/microedition/khronos/egl/package-summary.html">javax.microedition.khronos.egl</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/microedition/khronos/opengles/package-summary.html">javax.microedition.khronos.opengles</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/net/package-summary.html">javax.net</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/net/ssl/package-summary.html">javax.net.ssl</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/package-summary.html">javax.security.auth</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/callback/package-summary.html">javax.security.auth.callback</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/login/package-summary.html">javax.security.auth.login</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/x500/package-summary.html">javax.security.auth.x500</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/cert/package-summary.html">javax.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/sql/package-summary.html">javax.sql</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/xml/package-summary.html">javax.xml</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/datatype/package-summary.html">javax.xml.datatype</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/namespace/package-summary.html">javax.xml.namespace</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/xml/parsers/package-summary.html">javax.xml.parsers</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/package-summary.html">javax.xml.transform</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/dom/package-summary.html">javax.xml.transform.dom</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/stream/package-summary.html">javax.xml.transform.stream</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/validation/package-summary.html">javax.xml.validation</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/xpath/package-summary.html">javax.xml.xpath</a></li> <li class="api apilevel-1"> <a href="../../../reference/junit/framework/package-summary.html">junit.framework</a></li> <li class="api apilevel-1"> <a href="../../../reference/junit/runner/package-summary.html">junit.runner</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/package-summary.html">org.apache.http</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/auth/package-summary.html">org.apache.http.auth</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/auth/params/package-summary.html">org.apache.http.auth.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/package-summary.html">org.apache.http.client</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/entity/package-summary.html">org.apache.http.client.entity</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/methods/package-summary.html">org.apache.http.client.methods</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/params/package-summary.html">org.apache.http.client.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/protocol/package-summary.html">org.apache.http.client.protocol</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/utils/package-summary.html">org.apache.http.client.utils</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/package-summary.html">org.apache.http.conn</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/params/package-summary.html">org.apache.http.conn.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/routing/package-summary.html">org.apache.http.conn.routing</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/scheme/package-summary.html">org.apache.http.conn.scheme</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/ssl/package-summary.html">org.apache.http.conn.ssl</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/util/package-summary.html">org.apache.http.conn.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/cookie/package-summary.html">org.apache.http.cookie</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/cookie/params/package-summary.html">org.apache.http.cookie.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/entity/package-summary.html">org.apache.http.entity</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/package-summary.html">org.apache.http.impl</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/auth/package-summary.html">org.apache.http.impl.auth</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/client/package-summary.html">org.apache.http.impl.client</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/conn/package-summary.html">org.apache.http.impl.conn</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/conn/tsccm/package-summary.html">org.apache.http.impl.conn.tsccm</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/cookie/package-summary.html">org.apache.http.impl.cookie</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/entity/package-summary.html">org.apache.http.impl.entity</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/io/package-summary.html">org.apache.http.impl.io</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/io/package-summary.html">org.apache.http.io</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/message/package-summary.html">org.apache.http.message</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/params/package-summary.html">org.apache.http.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/protocol/package-summary.html">org.apache.http.protocol</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/util/package-summary.html">org.apache.http.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/json/package-summary.html">org.json</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/w3c/dom/package-summary.html">org.w3c.dom</a></li> <li class="api apilevel-8"> <a href="../../../reference/org/w3c/dom/ls/package-summary.html">org.w3c.dom.ls</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xml/sax/package-summary.html">org.xml.sax</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xml/sax/ext/package-summary.html">org.xml.sax.ext</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xmlpull/v1/package-summary.html">org.xmlpull.v1</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xmlpull/v1/sax2/package-summary.html">org.xmlpull.v1.sax2</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-1"><a href="../../../reference/android/provider/BaseColumns.html">BaseColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.AttendeesColumns.html">CalendarContract.AttendeesColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarAlertsColumns.html">CalendarContract.CalendarAlertsColumns</a></li> <li class="selected api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarCacheColumns.html">CalendarContract.CalendarCacheColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarColumns.html">CalendarContract.CalendarColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarSyncColumns.html">CalendarContract.CalendarSyncColumns</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/CalendarContract.ColorsColumns.html">CalendarContract.ColorsColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventDaysColumns.html">CalendarContract.EventDaysColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventsColumns.html">CalendarContract.EventsColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.ExtendedPropertiesColumns.html">CalendarContract.ExtendedPropertiesColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.RemindersColumns.html">CalendarContract.RemindersColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.SyncColumns.html">CalendarContract.SyncColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.ContactMethodsColumns.html">Contacts.ContactMethodsColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.ExtensionsColumns.html">Contacts.ExtensionsColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.GroupsColumns.html">Contacts.GroupsColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.OrganizationColumns.html">Contacts.OrganizationColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PeopleColumns.html">Contacts.PeopleColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PhonesColumns.html">Contacts.PhonesColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PhotosColumns.html">Contacts.PhotosColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.PresenceColumns.html">Contacts.PresenceColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.SettingsColumns.html">Contacts.SettingsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.BaseSyncColumns.html">ContactsContract.BaseSyncColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.BaseTypes.html">ContactsContract.CommonDataKinds.BaseTypes</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.CommonColumns.html">ContactsContract.CommonDataKinds.CommonColumns</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.ContactNameColumns.html">ContactsContract.ContactNameColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.ContactOptionsColumns.html">ContactsContract.ContactOptionsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.ContactsColumns.html">ContactsContract.ContactsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.ContactStatusColumns.html">ContactsContract.ContactStatusColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.DataColumns.html">ContactsContract.DataColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.DataColumnsWithJoins.html">ContactsContract.DataColumnsWithJoins</a></li> <li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.DataUsageStatColumns.html">ContactsContract.DataUsageStatColumns</a></li> <li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.DeletedContactsColumns.html">ContactsContract.DeletedContactsColumns</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.DisplayNameSources.html">ContactsContract.DisplayNameSources</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.FullNameStyle.html">ContactsContract.FullNameStyle</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.GroupsColumns.html">ContactsContract.GroupsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.PhoneLookupColumns.html">ContactsContract.PhoneLookupColumns</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.PhoneticNameStyle.html">ContactsContract.PhoneticNameStyle</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.PresenceColumns.html">ContactsContract.PresenceColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContactsColumns.html">ContactsContract.RawContactsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.SettingsColumns.html">ContactsContract.SettingsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.StatusColumns.html">ContactsContract.StatusColumns</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItemPhotosColumns.html">ContactsContract.StreamItemPhotosColumns</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItemsColumns.html">ContactsContract.StreamItemsColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.SyncColumns.html">ContactsContract.SyncColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.AlbumColumns.html">MediaStore.Audio.AlbumColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.ArtistColumns.html">MediaStore.Audio.ArtistColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.AudioColumns.html">MediaStore.Audio.AudioColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.GenresColumns.html">MediaStore.Audio.GenresColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.PlaylistsColumns.html">MediaStore.Audio.PlaylistsColumns</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/MediaStore.Files.FileColumns.html">MediaStore.Files.FileColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.ImageColumns.html">MediaStore.Images.ImageColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.MediaColumns.html">MediaStore.MediaColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Video.VideoColumns.html">MediaStore.Video.VideoColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/OpenableColumns.html">OpenableColumns</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.Columns.html">SyncStateContract.Columns</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.BaseMmsColumns.html">Telephony.BaseMmsColumns</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.CanonicalAddressesColumns.html">Telephony.CanonicalAddressesColumns</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.TextBasedSmsColumns.html">Telephony.TextBasedSmsColumns</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.ThreadsColumns.html">Telephony.ThreadsColumns</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-9"><a href="../../../reference/android/provider/AlarmClock.html">AlarmClock</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Browser.html">Browser</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Browser.BookmarkColumns.html">Browser.BookmarkColumns</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Browser.SearchColumns.html">Browser.SearchColumns</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.html">CalendarContract</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Attendees.html">CalendarContract.Attendees</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarAlerts.html">CalendarContract.CalendarAlerts</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarCache.html">CalendarContract.CalendarCache</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.CalendarEntity.html">CalendarContract.CalendarEntity</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Calendars.html">CalendarContract.Calendars</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/CalendarContract.Colors.html">CalendarContract.Colors</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventDays.html">CalendarContract.EventDays</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Events.html">CalendarContract.Events</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.EventsEntity.html">CalendarContract.EventsEntity</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.ExtendedProperties.html">CalendarContract.ExtendedProperties</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Instances.html">CalendarContract.Instances</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.Reminders.html">CalendarContract.Reminders</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/CalendarContract.SyncState.html">CalendarContract.SyncState</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/CallLog.html">CallLog</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/CallLog.Calls.html">CallLog.Calls</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.html">Contacts</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.ContactMethods.html">Contacts.ContactMethods</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Extensions.html">Contacts.Extensions</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.GroupMembership.html">Contacts.GroupMembership</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Groups.html">Contacts.Groups</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Intents.html">Contacts.Intents</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Intents.Insert.html">Contacts.Intents.Insert</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Intents.UI.html">Contacts.Intents.UI</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Organizations.html">Contacts.Organizations</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.html">Contacts.People</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.ContactMethods.html">Contacts.People.ContactMethods</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.Extensions.html">Contacts.People.Extensions</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.People.Phones.html">Contacts.People.Phones</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Phones.html">Contacts.Phones</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Photos.html">Contacts.Photos</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Contacts.Settings.html">Contacts.Settings</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.html">ContactsContract</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.AggregationExceptions.html">ContactsContract.AggregationExceptions</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.html">ContactsContract.CommonDataKinds</a></li> <li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Contactables.html">ContactsContract.CommonDataKinds.Contactables</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Email.html">ContactsContract.CommonDataKinds.Email</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Event.html">ContactsContract.CommonDataKinds.Event</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.GroupMembership.html">ContactsContract.CommonDataKinds.GroupMembership</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Identity.html">ContactsContract.CommonDataKinds.Identity</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Im.html">ContactsContract.CommonDataKinds.Im</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html">ContactsContract.CommonDataKinds.Nickname</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Note.html">ContactsContract.CommonDataKinds.Note</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Organization.html">ContactsContract.CommonDataKinds.Organization</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Phone.html">ContactsContract.CommonDataKinds.Phone</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Photo.html">ContactsContract.CommonDataKinds.Photo</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Relation.html">ContactsContract.CommonDataKinds.Relation</a></li> <li class="api apilevel-9"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.SipAddress.html">ContactsContract.CommonDataKinds.SipAddress</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.StructuredName.html">ContactsContract.CommonDataKinds.StructuredName</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.StructuredPostal.html">ContactsContract.CommonDataKinds.StructuredPostal</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.CommonDataKinds.Website.html">ContactsContract.CommonDataKinds.Website</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.html">ContactsContract.Contacts</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.AggregationSuggestions.html">ContactsContract.Contacts.AggregationSuggestions</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.Data.html">ContactsContract.Contacts.Data</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.Contacts.Entity.html">ContactsContract.Contacts.Entity</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Contacts.Photo.html">ContactsContract.Contacts.Photo</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.Contacts.StreamItems.html">ContactsContract.Contacts.StreamItems</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Data.html">ContactsContract.Data</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.DataUsageFeedback.html">ContactsContract.DataUsageFeedback</a></li> <li class="api apilevel-18"><a href="../../../reference/android/provider/ContactsContract.DeletedContacts.html">ContactsContract.DeletedContacts</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/ContactsContract.Directory.html">ContactsContract.Directory</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.DisplayPhoto.html">ContactsContract.DisplayPhoto</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Groups.html">ContactsContract.Groups</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Intents.html">ContactsContract.Intents</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Intents.Insert.html">ContactsContract.Intents.Insert</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.PhoneLookup.html">ContactsContract.PhoneLookup</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Presence.html">ContactsContract.Presence</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.Profile.html">ContactsContract.Profile</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.ProfileSyncState.html">ContactsContract.ProfileSyncState</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.QuickContact.html">ContactsContract.QuickContact</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContacts.html">ContactsContract.RawContacts</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContacts.Data.html">ContactsContract.RawContacts.Data</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/ContactsContract.RawContacts.DisplayPhoto.html">ContactsContract.RawContacts.DisplayPhoto</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContacts.Entity.html">ContactsContract.RawContacts.Entity</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.RawContacts.StreamItems.html">ContactsContract.RawContacts.StreamItems</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.RawContactsEntity.html">ContactsContract.RawContactsEntity</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.Settings.html">ContactsContract.Settings</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.StatusUpdates.html">ContactsContract.StatusUpdates</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItemPhotos.html">ContactsContract.StreamItemPhotos</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItems.html">ContactsContract.StreamItems</a></li> <li class="api apilevel-15"><a href="../../../reference/android/provider/ContactsContract.StreamItems.StreamItemPhotos.html">ContactsContract.StreamItems.StreamItemPhotos</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/ContactsContract.SyncState.html">ContactsContract.SyncState</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsContract.html">DocumentsContract</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsContract.Document.html">DocumentsContract.Document</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsContract.Root.html">DocumentsContract.Root</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/DocumentsProvider.html">DocumentsProvider</a></li> <li class="api apilevel-3"><a href="../../../reference/android/provider/LiveFolders.html">LiveFolders</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.html">MediaStore</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.html">MediaStore.Audio</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Albums.html">MediaStore.Audio.Albums</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Artists.html">MediaStore.Audio.Artists</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Artists.Albums.html">MediaStore.Audio.Artists.Albums</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Genres.html">MediaStore.Audio.Genres</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Genres.Members.html">MediaStore.Audio.Genres.Members</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Media.html">MediaStore.Audio.Media</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Playlists.html">MediaStore.Audio.Playlists</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Audio.Playlists.Members.html">MediaStore.Audio.Playlists.Members</a></li> <li class="api apilevel-11"><a href="../../../reference/android/provider/MediaStore.Files.html">MediaStore.Files</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.html">MediaStore.Images</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.Media.html">MediaStore.Images.Media</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Images.Thumbnails.html">MediaStore.Images.Thumbnails</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Video.html">MediaStore.Video</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/MediaStore.Video.Media.html">MediaStore.Video.Media</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/MediaStore.Video.Thumbnails.html">MediaStore.Video.Thumbnails</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/SearchRecentSuggestions.html">SearchRecentSuggestions</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.html">Settings</a></li> <li class="api apilevel-17"><a href="../../../reference/android/provider/Settings.Global.html">Settings.Global</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.NameValueTable.html">Settings.NameValueTable</a></li> <li class="api apilevel-3"><a href="../../../reference/android/provider/Settings.Secure.html">Settings.Secure</a></li> <li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.System.html">Settings.System</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.html">SyncStateContract</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.Constants.html">SyncStateContract.Constants</a></li> <li class="api apilevel-5"><a href="../../../reference/android/provider/SyncStateContract.Helpers.html">SyncStateContract.Helpers</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.html">Telephony</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Carriers.html">Telephony.Carriers</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.html">Telephony.Mms</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Addr.html">Telephony.Mms.Addr</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Draft.html">Telephony.Mms.Draft</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Inbox.html">Telephony.Mms.Inbox</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Intents.html">Telephony.Mms.Intents</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Outbox.html">Telephony.Mms.Outbox</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Part.html">Telephony.Mms.Part</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Rate.html">Telephony.Mms.Rate</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Mms.Sent.html">Telephony.Mms.Sent</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.MmsSms.html">Telephony.MmsSms</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.MmsSms.PendingMessages.html">Telephony.MmsSms.PendingMessages</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.html">Telephony.Sms</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Conversations.html">Telephony.Sms.Conversations</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Draft.html">Telephony.Sms.Draft</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Inbox.html">Telephony.Sms.Inbox</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Intents.html">Telephony.Sms.Intents</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Outbox.html">Telephony.Sms.Outbox</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Sms.Sent.html">Telephony.Sms.Sent</a></li> <li class="api apilevel-19"><a href="../../../reference/android/provider/Telephony.Threads.html">Telephony.Threads</a></li> <li class="api apilevel-3"><a href="../../../reference/android/provider/UserDictionary.html">UserDictionary</a></li> <li class="api apilevel-3"><a href="../../../reference/android/provider/UserDictionary.Words.html">UserDictionary.Words</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/VoicemailContract.html">VoicemailContract</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/VoicemailContract.Status.html">VoicemailContract.Status</a></li> <li class="api apilevel-14"><a href="../../../reference/android/provider/VoicemailContract.Voicemails.html">VoicemailContract.Voicemails</a></li> </ul> </li> <li><h2>Exceptions</h2> <ul> <li class="api apilevel-1"><a href="../../../reference/android/provider/Settings.SettingNotFoundException.html">Settings.SettingNotFoundException</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#constants">Constants</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> protected static interface <h1 itemprop="name">CalendarContract.CalendarCacheColumns</h1> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-14"> <table class="jd-inheritance-table"> <tr> <td colspan="1" class="jd-inheritance-class-cell">android.provider.CalendarContract.CalendarCacheColumns</td> </tr> </table> <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> <a href="#" onclick="return toggleInherited(this, null)" id="subclasses-indirect" class="jd-expando-trigger closed" ><img id="subclasses-indirect-trigger" src="../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a>Known Indirect Subclasses <div id="subclasses-indirect"> <div id="subclasses-indirect-list" class="jd-inheritedlinks" > <a href="../../../reference/android/provider/CalendarContract.CalendarCache.html">CalendarContract.CalendarCache</a> </div> <div id="subclasses-indirect-summary" style="display: none;" > <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-14" > <td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarCache.html">CalendarContract.CalendarCache</a></td> <td class="jd-descrcol" width="100%">CalendarCache stores some settings for calendar including the current time zone for the instances.&nbsp;</td> </tr> </table> </div> </div> </td></tr></table> <div class="jd-descr"> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr> <tr class="alt-color api apilevel-14" > <td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td> <td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarCacheColumns.html#KEY">KEY</a></td> <td class="jd-descrcol" width="100%">The key for the setting.</td> </tr> <tr class=" api apilevel-14" > <td class="jd-typecol"><a href="../../../reference/java/lang/String.html">String</a></td> <td class="jd-linkcol"><a href="../../../reference/android/provider/CalendarContract.CalendarCacheColumns.html#VALUE">VALUE</a></td> <td class="jd-descrcol" width="100%">The value of the given setting.</td> </tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- ========= ENUM CONSTANTS DETAIL ======== --> <h2>Constants</h2> <A NAME="KEY"></A> <div class="jd-details api apilevel-14"> <h4 class="jd-details-title"> <span class="normal"> public static final <a href="../../../reference/java/lang/String.html">String</a> </span> KEY </h4> <div class="api-level"> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>The key for the setting. Keys are defined in <code><a href="../../../reference/android/provider/CalendarContract.CalendarCache.html">CalendarContract.CalendarCache</a></code>. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> "key" </span> </div> </div> </div> <A NAME="VALUE"></A> <div class="jd-details api apilevel-14"> <h4 class="jd-details-title"> <span class="normal"> public static final <a href="../../../reference/java/lang/String.html">String</a> </span> VALUE </h4> <div class="api-level"> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>The value of the given setting. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> "value" </span> </div> </div> </div> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../license.html"> Content License</a>. </div> <div id="build_info"> Android 4.4&nbsp;r1 &mdash; <script src="../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
AzureZhao/android-developer-cn
reference/android/provider/CalendarContract.CalendarCacheColumns.html
HTML
mit
79,201
<?php $page->title('MIT Map: Directions to MIT') ->navbar_image('title-map') ->breadcrumbs('Directions', $info->breadcrumb); $page->content_begin(); ?> <ul class="focal"> <h2><?=$info->header?></h2> <?=$info->html?> </ul> <? if($info->google_html) { ?> <ul class="nav"> <?=$info->google_html?> </ul> <? } ?> <? $page->content_end(); ?>
Xiaojing/atmobileweb
web/map/ip/direction.html
HTML
mit
419
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../../libc/constant.RTM_NEWSTATS.html"> </head> <body> <p>Redirecting to <a href="../../../../../libc/constant.RTM_NEWSTATS.html">../../../../../libc/constant.RTM_NEWSTATS.html</a>...</p> <script>location.replace("../../../../../libc/constant.RTM_NEWSTATS.html" + location.search + location.hash);</script> </body> </html>
malept/guardhaus
main/libc/unix/linux_like/linux/gnu/constant.RTM_NEWSTATS.html
HTML
mit
425
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/cuba-app/cuba-localize-behavior.html"> <link rel="import" href="../../bower_components/cuba-styles/cuba-styles.html"> <link rel="import" href="../../bower_components/app-route/app-location.html"> <link rel="import" href="../../bower_components/app-route/app-route.html"> <link rel="import" href="cct-complaint-list.html"> <link rel="import" href="cct-complaint-edit.html"> <dom-module id="cct-complaint-management"> <template> <style include="shared-styles"></style> <style include="cuba-styles"></style> <style> :host { display: block; } </style> <app-route route="[[route]]" pattern="/:action" data="{{actionRouteData}}" tail="{{actionRouteTail}}" active="{{actionRouteActive}}"></app-route> <app-route route="[[actionRouteTail]]" pattern="/:id" data="{{idRouteData}}" active="{{idRouteActive}}"></app-route> <template is="dom-if" if="[[showEditor]]" restamp="true"> <cct-complaint-edit entity-id="[[editedEntityId]]" on-commit="_onEditorCommit" on-cancel="_closeEditor" on-delete="_deleteEntity"></cct-complaint-edit> </template> <template is="dom-if" if="[[!showEditor]]"> <paper-toolbar id="toolbar" class="list-toolbar"> <span class="title"> <paper-spinner active="[[dataLoading]]"></paper-spinner> </span> <paper-icon-button icon="refresh" on-tap="_reload"></paper-icon-button> <paper-icon-button icon="add" on-tap="_createEntity"></paper-icon-button> </paper-toolbar> <cct-complaint-list id="list" active="[[active]]" on-item-tap="_editEntity" data-loading="{{dataLoading}}"></cct-complaint-list> </template> <paper-toast id="successMessage">[[msg('Successfully saved')]]</paper-toast> <paper-toast id="errorMessage">[[msg('Failed to save')]]</paper-toast> </template> <script> Polymer({ is: 'cct-complaint-management', behaviors: [CubaLocalizeBehavior], properties: { route: Object, showEditor: { type: Boolean, computed: '_computeShowEditor(route, active, actionRouteActive)', value: false }, editedEntityId: { type: String, computed: '_computeEditedEntityId(route, idRouteActive, idRouteData.id)' }, active: { type: Boolean, value: false } }, _computeShowEditor: function() { return this.active && this.actionRouteActive; }, _computeEditedEntityId: function() { return this.idRouteActive ? this.idRouteData.id : null; }, _reload: function() { this.$$('#list').reload(); }, _createEntity: function() { this.fire('navigate', this.route.prefix + '/new'); }, _editEntity: function(event, detail) { this.fire('navigate', this.route.prefix + '/edit/' + detail.id); }, _deleteEntity: function(event, detail) { var listComponent = this.$$('#list'); if (listComponent) { listComponent.remove(detail.entity); } this._closeEditor(); }, _onEditorCommit: function() { var listComponent = this.$$('#list'); if (listComponent) { listComponent.reload(); } this.$.successMessage.open(); this._closeEditor(); }, _closeEditor: function() { this.fire('navigate', this.route.prefix); } }); </script> </dom-module>
yuriibratchuk/citizens-complaints-tracker
cct-backend/modules/polymer-client/src/cct-complaint/cct-complaint-management.html
HTML
mit
3,825
<div class="padding-15"> <div class="row"> <div class="col-sm-12"> <div class="form-group"> <p>Warning: This example is for development testing purposes. It is not an official pattern and subject to change</p> <p>This ensures a custom header can be added via a template</p> <pfng-list [actionHeadingTemplate]="actionHeadingTemplate" [actionTemplate]="actionTemplate" [config]="listConfig" [expandTemplate]="expandTemplate" [items]="items | sortArray: 'name'" [itemHeadingTemplate]="itemHeadingTemplate" [itemTemplate]="itemTemplate" (onActionSelect)="handleAction($event, null)" (onClick)="handleClick($event)" (onDblClick)="handleDblClick($event)" (onSelectionChange)="handleSelectionChange($event)"> <ng-template #itemHeadingTemplate let-item="item"> <div class="list-pf-left"> <!-- Place holder to match fa-plane icon width below --> <div class="icon-placeholder"></div> </div> <div class="list-pf-content-wrapper"> <div class="list-pf-main-content"> <div class="list-pf-title">NAME</div> <div class="list-pf-description text-overflow-pf">ADDRESS</div> </div> <div class="list-pf-additional-content"> <div>ADDITOINAL INFO<i class="pficon pficon-info padding-left-5" tooltip="Additional info"></i></div> </div> </div> </ng-template> <ng-template #itemTemplate let-item="item" let-index="index"> <div class="list-pf-left"> <span class="fa {{item.typeIcon}} list-pf-icon list-pf-icon-bordered list-pf-icon-small"></span> </div> <div class="list-pf-content-wrapper"> <div class="list-pf-main-content"> <div class="list-pf-title">{{item.name}}</div> <div class="list-pf-description text-overflow-pf">{{item.address}}</div> </div> <div class="list-pf-additional-content"> <div> <span class="pficon pficon-screen"></span> <strong>{{item.hostCount}}</strong> Hosts </div> <div> <span class="pficon pficon-cluster"></span> <strong>{{item.clusterCount}}</strong> Clusters </div> <div> <span class="pficon pficon-container-node"></span> <strong>{{item.nodeCount}}</strong> Nodes </div> <div> <span class="pficon pficon-image"></span> <strong>{{item.imageCount}}</strong> Images </div> </div> </div> </ng-template> <ng-template #actionHeadingTemplate let-item="item"> <span class="margin-left-40">ACTIONS</span> <!-- Place holder to match action button width below --> <div class="actions-placeholder"></div> </ng-template> <ng-template #actionTemplate let-item="item" let-index="index"> <pfng-action class="list-pf-actions" [config]="actionConfig" (onActionSelect)="handleAction($event, item)"> </pfng-action> </ng-template> <ng-template #expandTemplate let-item="item" let-index="index"> <basic-content [item]="item"></basic-content> </ng-template> </pfng-list> </div> </div> </div> <div class="row padding-top-10"> <div class="col-sm-12"> <h4 class="actions-label">Settings</h4> <hr/> </div> </div> <div class="row"> <div class="col-sm-12"> <form role="form"> <div class="form-group"> <label class="radio-inline"> <input id="selectType1" name="selectType" type="radio" [(ngModel)]="selectType" value="checkbox" (ngModelChange)="updateSelectionType()">Checkbox </label> <label class="radio-inline"> <input id="selectType2" name="selectType" type="radio" [(ngModel)]="selectType" value="radio" (ngModelChange)="updateSelectionType()">Radio Button </label> <label class="radio-inline"> <input id="selectType3" name="selectType" type="radio" [(ngModel)]="selectType" value="row" (ngModelChange)="updateSelectionType()">Row </label> <label class="radio-inline"> <input id="selectType4" name="selectType" type="radio" [(ngModel)]="selectType" value="none" (ngModelChange)="updateSelectionType()">None </label> </div> </form> </div> </div> <div class="row"> <div class="col-sm-12"> <form role="form"> <div class="form-group"> <label class="checkbox-inline"> <input id="useExpandingRows" name="useExpandingRows" type="checkbox" [(ngModel)]="listConfig.useExpandItems">Simple Expansion </label> </div> </form> </div> </div> <div class="row padding-top-10"> <div class="col-sm-12"> <h4 class="actions-label">Actions</h4> <hr/> </div> </div> <div class="row"> <div class="col-sm-12"> <textarea rows="3" class="col-sm-12">{{actionsText}}</textarea> </div> </div> <div class="row padding-top-10"> <div class="col-sm-12"> <h4>Code</h4> <hr/> </div> </div> <div> <tabset> <tab heading="api"> <iframe class="demoframe" src="docs/classes/listcomponent.html"></iframe> </tab> <tab heading="html"> <include-content src="src/app/list/basic-list/example/list-heading-example.component.html"></include-content> </tab> <tab heading="typescript"> <include-content src="src/app/list/basic-list/example/list-heading-example.component.ts"></include-content> </tab> </tabset> </div> </div>
patternfly/patternfly-ng
src/app/list/basic-list/example/list-heading-example.component.html
HTML
mit
6,165
<!DOCTYPE html> <html> <head> <title>Managing settings in Episerver project - part 1</title> <meta http-equiv="REFRESH" content="0; url=/2020/01/06/managing-settings-in-episerver-project-1/"> <link rel="canonical" href="/2020/01/06/managing-settings-in-episerver-project-1/" /> </head> <body> This page has moved. You will be automatically redirected to its new location. If you aren't forwarded to the new page, <a href="/2020/01/06/managing-settings-in-episerver-project-1/">click here</a>. <script>document.location.href = "/2020/01/06/managing-settings-in-episerver-project-1/"</script> </body> </html>
marisks/marisks.github.com
posts/2020-01-06-managing-settings-in-episerver-project-1/index.html
HTML
mit
620
<style media="screen" type="text/css"> .btn-width { max-width: 200px; width: 100%; } </style> <!-- TODO: Figure this out! --> <!-- I have a controller for this html fragment configured but it is not declared in the markup. --> <!-- Yet this page still works. Granted the "addAlert" method belongs to a service but that service --> <!-- is dependency injected with the controller that is not defined here. Is it possible the application --> <!-- controller is inheriting this html fragment and providing the addAlert function? Maybe... --> <div> <div class="jumbotron text-center"> <h2>Alerts</h2> </div> <div class="well-sm"> <div class="well"> <h4>Examples of providing user feedback.</h4> <p>This is a very basic implementation. A custom directive is added to a div on the index.html page and bound to the root $scope. Calling alertService.add with 2 parameters defines the type of message you want to display and updates the model bound to the alert div.</p> <div class="row"> <div class="col-sm-3 "> <button class='btn-width btn-success btn btn-default btn-sm' ng-click="vm.addAlert('alert-success')">Add success alert</button> </div> <div class="col-sm-3"> <button class='btn-width btn-info btn btn-default btn-sm' ng-click="vm.addAlert('alert-info')">Add informational alert</button> </div> <div class="col-sm-3"> <button class='btn-width btn-warning btn btn-default btn-sm' ng-click="vm.addAlert('alert-warning')">Add warning alert</button> </div> <div class="col-sm-3"> <button class='btn-width btn-danger btn btn-default btn-sm' ng-click="vm.addAlert('alert-danger')">Add error alert</button> </div> </div> <div style="height: 5px;"></div> <pre> vm.addAlert = function (messageType) { alertService.add(messageType, &#39;&lt;h4&gt;Success!&lt;/h4&gt; This is a success message!&#39;); // options // alert-success // alert-warning // alert-info // alert-danger }; </pre> <blockquote><code>{{vm.alertCode}}</code></blockquote> <blockquote><footer> Be sure to include the "alertService" in your controller definition.</footer></blockquote> <blockquote><code>mashupApp.controller('exApp1.AlertsController', function (alertService, Base64) {</code></blockquote> </div> <hr /> <div class="well"> <h4>Examples of...</h4> <p>Explaination</p> <a class="vp-menu-btn btn btn-default">button1</a> <div style="padding: 5px;" ng-repeat="alert in vm.alerts" class="alert alert-info"> <span data-ng-bind-html="exampleOnScope"></span> </div> <blockquote><code></code></blockquote> <blockquote></blockquote> </div> <hr /> </div> </div>
MashupJS/mashupjs.temp
mashup_ADAuthSPAuthR/Mashup.UI.Core/apps/exApp1/angularExamplesMain/formExamplesMain/alerts/alerts.html
HTML
mit
3,241
<form name="addBillForm" novalidate class="simple-form"> Description: <input type="text" ng-model="newbill.title" required/> Amount: <input type="number" ng-model="newbill.amount" required/> <br/> Split with: <div ng-repeat="currUser in vm.users track by $index"> {{currUser.firstName + ' ' + currUser.lastName}} <input type="checkbox" ng-model="currUser.selected" value="currUser.selected"> </div> <input type="submit" ng-click="save()" value="Save" /> </form>
avromman/SplitAppDev
src/client/app/widgets/widget-add-bill.html
HTML
mit
504
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>MethodNode xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../apidocs/net/sourceforge/pmd/dcd/graph/MethodNode.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.dcd.graph; <a class="jxr_linenumber" name="L5" href="#L5">5</a> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.lang.ref.WeakReference; <a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.lang.reflect.Method; <a class="jxr_linenumber" name="L8" href="#L8">8</a> <a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.dcd.ClassLoaderUtil; <a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.dcd.asm.TypeSignatureVisitor; <a class="jxr_linenumber" name="L11" href="#L11">11</a> <a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> org.objectweb.asm.signature.SignatureReader; <a class="jxr_linenumber" name="L13" href="#L13">13</a> <a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_javadoccomment"> * Represents a Class Method in a UsageGraph.</em> <a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L17" href="#L17">17</a> @SuppressWarnings(<span class="jxr_string">"PMD.OverrideBothEqualsAndHashcode"</span>) <a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../net/sourceforge/pmd/dcd/graph/MethodNode.html">MethodNode</a> <strong class="jxr_keyword">extends</strong> MemberNode&lt;MethodNode, Method&gt; { <a class="jxr_linenumber" name="L19" href="#L19">19</a> <a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">private</strong> WeakReference&lt;Method&gt; methodReference; <a class="jxr_linenumber" name="L21" href="#L21">21</a> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../net/sourceforge/pmd/dcd/graph/MethodNode.html">MethodNode</a>(<a href="../../../../../net/sourceforge/pmd/dcd/graph/ClassNode.html">ClassNode</a> classNode, String name, String desc) { <a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">super</strong>(classNode, name, desc); <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_comment">// getMember();</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> } <a class="jxr_linenumber" name="L26" href="#L26">26</a> <a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">public</strong> Method getMember() { <a class="jxr_linenumber" name="L28" href="#L28">28</a> Method method = methodReference == <strong class="jxr_keyword">null</strong> ? <strong class="jxr_keyword">null</strong> : methodReference.get(); <a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">if</strong> (method == <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="L30" href="#L30">30</a> SignatureReader signatureReader = <strong class="jxr_keyword">new</strong> SignatureReader(desc); <a class="jxr_linenumber" name="L31" href="#L31">31</a> TypeSignatureVisitor visitor = <strong class="jxr_keyword">new</strong> <a href="../../../../../net/sourceforge/pmd/dcd/asm/TypeSignatureVisitor.html">TypeSignatureVisitor</a>(); <a class="jxr_linenumber" name="L32" href="#L32">32</a> signatureReader.accept(visitor); <a class="jxr_linenumber" name="L33" href="#L33">33</a> method = ClassLoaderUtil.getMethod(<strong class="jxr_keyword">super</strong>.getClassNode().getType(), name, visitor.getMethodParameterTypes()); <a class="jxr_linenumber" name="L34" href="#L34">34</a> methodReference = <strong class="jxr_keyword">new</strong> WeakReference&lt;Method&gt;(method); <a class="jxr_linenumber" name="L35" href="#L35">35</a> } <a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">return</strong> method; <a class="jxr_linenumber" name="L37" href="#L37">37</a> } <a class="jxr_linenumber" name="L38" href="#L38">38</a> <a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> compareTo(<a href="../../../../../net/sourceforge/pmd/dcd/graph/MethodNode.html">MethodNode</a> that) { <a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_comment">// Order by method name</em> <a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">int</strong> cmp = <strong class="jxr_keyword">this</strong>.getName().compareTo(that.getName()); <a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">if</strong> (cmp == 0) { <a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_comment">// Order by parameter list length</em> <a class="jxr_linenumber" name="L44" href="#L44">44</a> cmp = <strong class="jxr_keyword">this</strong>.getMember().getParameterTypes().length - that.getMember().getParameterTypes().length; <a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">if</strong> (cmp == 0) { <a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_comment">// Order by parameter class name</em> <a class="jxr_linenumber" name="L47" href="#L47">47</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i &lt; <strong class="jxr_keyword">this</strong>.getMember().getParameterTypes().length; i++) { <a class="jxr_linenumber" name="L48" href="#L48">48</a> cmp = <strong class="jxr_keyword">this</strong>.getMember().getParameterTypes()[i].getName().compareTo( <a class="jxr_linenumber" name="L49" href="#L49">49</a> that.getMember().getParameterTypes()[i].getName()); <a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">if</strong> (cmp != 0) { <a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">break</strong>; <a class="jxr_linenumber" name="L52" href="#L52">52</a> } <a class="jxr_linenumber" name="L53" href="#L53">53</a> } <a class="jxr_linenumber" name="L54" href="#L54">54</a> } <a class="jxr_linenumber" name="L55" href="#L55">55</a> } <a class="jxr_linenumber" name="L56" href="#L56">56</a> <strong class="jxr_keyword">return</strong> cmp; <a class="jxr_linenumber" name="L57" href="#L57">57</a> } <a class="jxr_linenumber" name="L58" href="#L58">58</a> <a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> equals(Object obj) { <a class="jxr_linenumber" name="L60" href="#L60">60</a> <strong class="jxr_keyword">if</strong> (obj instanceof MethodNode) { <a class="jxr_linenumber" name="L61" href="#L61">61</a> MethodNode that = (MethodNode)obj; <a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">super</strong>.equals(that); <a class="jxr_linenumber" name="L63" href="#L63">63</a> } <a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">return</strong> false; <a class="jxr_linenumber" name="L65" href="#L65">65</a> } <a class="jxr_linenumber" name="L66" href="#L66">66</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/xref/net/sourceforge/pmd/dcd/graph/MethodNode.html
HTML
mit
8,785
<!DOCTYPE html> <html ng-app="namegen"> <head> <title>NameGen</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"/> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css" /> <link rel="stylesheet" href="css/style.css"/> <script src="bower_components/angular/angular.min.js"></script> <script src="bower_components/angular-route/angular-route.min.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap.min.js"></script> <script src="js/words.js"></script> <script src="js/app.js"></script> </head> <body> <div ng-view=""></div> </body> </html>
alexadam/alexadam.github.io
demos/namegen/index.html
HTML
mit
810
<!doctype html> <html ng-app="switchExample"> <head> <title>directive</title> <style type="text/css"> .animate-switch-container { position: relative; background: white; border: 1px solid black; height: 40px; overflow: hidden; } .animate-switch { padding: 10px; } .animate-switch.ng-animate { -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .animate-switch.ng-leave.ng-leave-active, .animate-switch.ng-enter { top: -50px; } .animate-switch.ng-leave, .animate-switch.ng-enter.ng-enter-active { top: 0; } </style> <script src="/learn-angular/app/bower_components/angular/angular.js"></script> <script src="../bower_components/angular-animate/angular-animate.js"></script> <script> var switchExample = angular.module('switchExample', ['ngAnimate']); switchExample.controller('ExampleController', ['$scope', function($scope) { $scope.items = ['settings', 'home', 'other']; $scope.selection = $scope.items[0]; } ]); </script> </head> <body> <div ng-controller="ExampleController"> <select ng-model="selection" ng-options="item for item in items"> </select> <tt>selection={{selection}}</tt> <hr/> <div class="animate-switch-container" ng-switch on="selection"> <div class="animate-switch" ng-switch-when="settings">Settings Div</div> <div class="animate-switch" ng-switch-when="home">Home Span</div> <div class="animate-switch" ng-switch-default>default</div> </div> </div> </body> </html>
iopqrst/learn-angular
app/directive/directive-29-ngSwitch.html
HTML
mit
1,708
<a class="{{ vm.customClass }}" ng-class="{ 'imhere-bounce-to-left' : vm.showAnimation, 'imhere-pre': !vm.customClass }" ng-click="vm.pre()"> <ng-transclude></ng-transclude> </a>
djwagner-cbc/imhere-angular-wizard
src/components/imhere-pre.html
HTML
mit
182
<ion-view title="My Profile"> <ion-content class="has-header padding"> <div class="row"> <div class="col-lg-12"> <h3>How to score points</h3> <p>Upload a species' photo to score points. Additional points are given by entering the species' name and description.</p> <h3>Points system</h3> <p>Rarity Index x (Photo + Species Name + Description)</p> <table class="table table-condensed"> <thead> <tr> <th>Occurence Count</th> <th>Rarity Index</th> </tr> </thead> <tbody> <tr> <td>1-2</td> <td>3</td> </tr> <tr> <td>3-7</td> <td>2</td> </tr> <tr> <td>>7</td> <td>1</td> </tr> </tbody> </table> <p>Photo = 20 points. Species Name = 10 points. Description = 10 points</p> <h3>Player profile</h3> <p>To create a player profile click<button type="button" class="btn btn-link">here</button>.</p> <h3>Where does the data comes from?</h3> <p>We use scientific species information from Atlas of Living Australia.</p> <h3>How far do we search?</h3> <p>We search for species up to 10km away from your location. If no records are found, the search expands to a larger area.</p> </div> </div> </ion-content> </ion-view>
govhack-botaniser/botaniser-mobile
www/templates/profile.html
HTML
mit
1,797
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template as_feature&lt;tag::weighted_tail_variate_means&lt; LeftRight, VariateType, VariateTag &gt;(absolute)&gt;</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_tail_variate_means_hpp" title="Header &lt;boost/accumulators/statistics/weighted_tail_variate_means.hpp&gt;"> <link rel="prev" href="tag/relative_weighted_id577716.html" title="Struct template relative_weighted_tail_variate_means"> <link rel="next" href="as_feature_tag_we_id577258.html" title="Struct template as_feature&lt;tag::weighted_tail_variate_means&lt; LeftRight, VariateType, VariateTag &gt;(relative)&gt;"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="tag/relative_weighted_id577716.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_tail_variate_means_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="as_feature_tag_we_id577258.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.accumulators.as_feature_tag_we_id577220"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template as_feature&lt;tag::weighted_tail_variate_means&lt; LeftRight, VariateType, VariateTag &gt;(absolute)&gt;</span></h2> <p>boost::accumulators::as_feature&lt;tag::weighted_tail_variate_means&lt; LeftRight, VariateType, VariateTag &gt;(absolute)&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_tail_variate_means_hpp" title="Header &lt;boost/accumulators/statistics/weighted_tail_variate_means.hpp&gt;">boost/accumulators/statistics/weighted_tail_variate_means.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> LeftRight<span class="special">,</span> <span class="keyword">typename</span> VariateType<span class="special">,</span> <span class="keyword">typename</span> VariateTag<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="as_feature_tag_we_id577220.html" title="Struct template as_feature&lt;tag::weighted_tail_variate_means&lt; LeftRight, VariateType, VariateTag &gt;(absolute)&gt;">as_feature</a><span class="special">&lt;</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">weighted_tail_variate_means</span><span class="special">&lt;</span> <span class="identifier">LeftRight</span><span class="special">,</span> <span class="identifier">VariateType</span><span class="special">,</span> <span class="identifier">VariateTag</span> <span class="special">&gt;</span><span class="special">(</span><span class="identifier">absolute</span><span class="special">)</span><span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <a class="link" href="tag/absolute_weighted_id577676.html" title="Struct template absolute_weighted_tail_variate_means">tag::absolute_weighted_tail_variate_means</a><span class="special">&lt;</span> <span class="identifier">LeftRight</span><span class="special">,</span> <span class="identifier">VariateType</span><span class="special">,</span> <span class="identifier">VariateTag</span> <span class="special">&gt;</span> <a name="boost.accumulators.as_feature_tag_we_id577220.type"></a><span class="identifier">type</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005, 2006 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="tag/relative_weighted_id577716.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_tail_variate_means_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="as_feature_tag_we_id577258.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
djsedulous/namecoind
libs/boost_1_50_0/doc/html/boost/accumulators/as_feature_tag_we_id577220.html
HTML
mit
6,081
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Thu Aug 14 17:14:22 CEST 2008--> <TITLE> Generated Documentation (Untitled) </TITLE> <SCRIPT type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined") targetPage = targetPage.substring(1); if (targetPage.indexOf(":") != -1) targetPage = "undefined"; function loadFrames() { if (targetPage != "" && targetPage != "undefined") top.classFrame.location = top.targetPage; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()"> <FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()"> <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> </FRAMESET> <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> <NOFRAMES> <H2> Frame Alert</H2> <P> This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <BR> Link to<A HREF="overview-summary.html">Non-frame version.</A> </NOFRAMES> </FRAMESET> </HTML>
akhirasip/apk-signer
code/java/libs/tinylaf-1_4_0/docs/index.html
HTML
mit
1,455
<section> <h1>403 Forbidden</h1> <p>Please <a ui-sref="signup" ui-sref-active="active">log in</a> to perform this action.</p> </section>
movibe/self-registration-loopback
client/app/signup/forbidden.html
HTML
mit
147
<!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=iso8859_1" /> <title>The OpenSSL Licence</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="top" title="pgAdmin III 1.16.1 documentation" href="index.html" /> <link rel="up" title="Appendices" href="appendices.html" /> <link rel="prev" title="The MIT Kerberos Licence" href="kerberos.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="kerberos.html" title="The MIT Kerberos Licence" accesskey="P">previous</a> |</li> <li><a href="index.html">pgAdmin III 1.16.1 documentation</a> &raquo;</li> <li><a href="appendices.html" accesskey="U">Appendices</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="body"> <div class="section" id="the-openssl-licence"> <span id="openssl"></span><h1>The OpenSSL Licence</h1> <p>pgAdmin uses code from the OpenSSL project to provide support for SSL encrypted connections. The OpenSSL licence is included below:</p> <p><strong>Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.</strong></p> <p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p> <ul class="simple"> <li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li> <li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li> <li>All advertising materials mentioning features or use of this software must display the following acknowledgment: &#8220;This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (<a class="reference external" href="http://www.openssl.org/">http://www.openssl.org/</a>)&#8221;</li> <li>The names &#8220;OpenSSL Toolkit&#8221; and &#8220;OpenSSL Project&#8221; must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact <a class="reference external" href="mailto:openssl-core&#37;&#52;&#48;openssl&#46;org">openssl-core<span>&#64;</span>openssl<span>&#46;</span>org</a>.</li> <li>Products derived from this software may not be called &#8220;OpenSSL&#8221; nor may &#8220;OpenSSL&#8221; appear in their names without prior written permission of the OpenSSL Project.</li> <li>Redistributions of any form whatsoever must retain the following acknowledgment: &#8220;This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (<a class="reference external" href="http://www.openssl.org/">http://www.openssl.org/</a>)&#8221;</li> </ul> <p>THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT &#8216;&#8217;AS IS&#8217;&#8217; AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> <p>This product includes cryptographic software written by Eric Young (<a class="reference external" href="mailto:eay&#37;&#52;&#48;cryptsoft&#46;com">eay<span>&#64;</span>cryptsoft<span>&#46;</span>com</a>). This product includes software written by Tim Hudson (<a class="reference external" href="mailto:tjh&#37;&#52;&#48;cryptsoft&#46;com">tjh<span>&#64;</span>cryptsoft<span>&#46;</span>com</a>).</p> </div> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="kerberos.html" title="The MIT Kerberos Licence" >previous</a> |</li> <li><a href="index.html">pgAdmin III 1.16.1 documentation</a> &raquo;</li> <li><a href="appendices.html" >Appendices</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2002 - 2012, The pgAdmin Development Team. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
chjw8016/GreenOdoo7-haibao
pgsql/pgAdmin III/docs/en_US/openssl.html
HTML
mit
5,364
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MergeType - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>MergeType</h1> <div class="xmldoc"> <p>Git merge option.</p> </div> <h3>Union Cases</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Union Case</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1545', 1545)" onmouseover="showTip(event, '1545', 1545)"> FirstNeedsFastForward </code> <div class="tip" id="1545"> <strong>Signature:</strong> <br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Merge.fs#L22-22" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1547', 1547)" onmouseover="showTip(event, '1547', 1547)"> NeedsRealMerge </code> <div class="tip" id="1547"> <strong>Signature:</strong> <br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Merge.fs#L24-24" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1548', 1548)" onmouseover="showTip(event, '1548', 1548)"> SameCommit </code> <div class="tip" id="1548"> <strong>Signature:</strong> <br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Merge.fs#L21-21" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1549', 1549)" onmouseover="showTip(event, '1549', 1549)"> SecondNeedsFastForward </code> <div class="tip" id="1549"> <strong>Signature:</strong> <br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Merge.fs#L23-23" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (MS-PL)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
MatthiasKainer/DotNetRules.Events.Data.MongoDb
packages/FAKE/docs/apidocs/fake-git-merge-mergetype.html
HTML
mit
8,014
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 10 00:36:11 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.servlet (Solr 4.10.3 API)</title> <meta name="date" content="2014-12-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.solr.servlet (Solr 4.10.3 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="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/solr/search/similarities/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/apache/solr/servlet/cache/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/servlet/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.solr.servlet</h1> <div class="docSummary"> <div class="block"> Servlet related classes for powering the Solr HTTP API</div> </div> <p>See:&nbsp;<a href="#package_description">Description</a></p> </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="../../../../org/apache/solr/servlet/DirectSolrConnection.html" title="class in org.apache.solr.servlet">DirectSolrConnection</a></td> <td class="colLast"> <div class="block">DirectSolrConnection provides an interface to Solr that is similar to the the HTTP interface, but does not require an HTTP connection.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/solr/servlet/LoadAdminUiServlet.html" title="class in org.apache.solr.servlet">LoadAdminUiServlet</a></td> <td class="colLast"> <div class="block">A simple servlet to load the Solr Admin UI</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/servlet/RedirectServlet.html" title="class in org.apache.solr.servlet">RedirectServlet</a></td> <td class="colLast"> <div class="block">A Simple redirection servlet to help us deprecate old UI elements</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/solr/servlet/ResponseUtils.html" title="class in org.apache.solr.servlet">ResponseUtils</a></td> <td class="colLast"> <div class="block">Response helper methods.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/servlet/SolrDispatchFilter.html" title="class in org.apache.solr.servlet">SolrDispatchFilter</a></td> <td class="colLast"> <div class="block">This filter looks at the incoming URL maps them to handlers defined in solrconfig.xml</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/solr/servlet/SolrRequestParsers.html" title="class in org.apache.solr.servlet">SolrRequestParsers</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/solr/servlet/ZookeeperInfoServlet.html" title="class in org.apache.solr.servlet">ZookeeperInfoServlet</a></td> <td class="colLast"> <div class="block">Zookeeper Info</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package org.apache.solr.servlet Description">Package org.apache.solr.servlet Description</h2> <div class="block"><p> Servlet related classes for powering the Solr HTTP API </p></div> </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="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/solr/search/similarities/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/apache/solr/servlet/cache/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/solr/servlet/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> <i>Copyright &copy; 2000-2014 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>
71D3R/datos
solr-4.10.3/docs/solr-core/org/apache/solr/servlet/package-summary.html
HTML
mit
7,699
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>ASTJspComment xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/jsp/ast/ASTJspComment.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment">/* Generated By:JJTree: Do not edit this line. ASTJspComment.java */</em> <a class="jxr_linenumber" name="L5" href="#L5">5</a> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.jsp.ast; <a class="jxr_linenumber" name="L7" href="#L7">7</a> <a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../net/sourceforge/pmd/lang/jsp/ast/ASTJspComment.html">ASTJspComment</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../../net/sourceforge/pmd/lang/jsp/ast/AbstractJspNode.html">AbstractJspNode</a> { <a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/jsp/ast/ASTJspComment.html">ASTJspComment</a>(<strong class="jxr_keyword">int</strong> id) { <a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">super</strong>(id); <a class="jxr_linenumber" name="L11" href="#L11">11</a> } <a class="jxr_linenumber" name="L12" href="#L12">12</a> <a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/jsp/ast/ASTJspComment.html">ASTJspComment</a>(JspParser p, <strong class="jxr_keyword">int</strong> id) { <a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">super</strong>(p, id); <a class="jxr_linenumber" name="L15" href="#L15">15</a> } <a class="jxr_linenumber" name="L16" href="#L16">16</a> <a class="jxr_linenumber" name="L17" href="#L17">17</a> <a class="jxr_linenumber" name="L18" href="#L18">18</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L19" href="#L19">19</a> <em class="jxr_javadoccomment"> * Accept the visitor. *</em> <a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">public</strong> Object jjtAccept(JspParserVisitor visitor, Object data) { <a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">return</strong> visitor.visit(<strong class="jxr_keyword">this</strong>, data); <a class="jxr_linenumber" name="L23" href="#L23">23</a> } <a class="jxr_linenumber" name="L24" href="#L24">24</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/xref/net/sourceforge/pmd/lang/jsp/ast/ASTJspComment.html
HTML
mit
3,743
--- --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>state | @uirouter/core</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/core</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/core</a> </li> <li> <a href="state.html">state</a> </li> </ul> <h1>Module state</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <a href="#the-state-subsystem" id="the-state-subsystem" style="color: inherit; text-decoration: none;"> <h1>The state subsystem</h1> </a> </div> <p>This subsystem implements the ui-router state tree</p> <ul> <li>The <a href="../classes/state.stateservice.html">StateService</a> has state-related service methods such as:<ul> <li><a href="../classes/state.stateservice.html#get">StateService.get</a>: Get a registered <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a> object</li> <li><a href="../classes/state.stateservice.html#go">StateService.go</a>: Transition from the current state to a new state</li> <li><a href="../classes/state.stateservice.html#reload">StateService.reload</a>: Reload the current state</li> <li><a href="../classes/state.stateservice.html#target">StateService.target</a>: Get a <a href="../classes/state.targetstate.html">TargetState</a> (useful when redirecting from a Transition Hook)</li> <li><a href="../classes/state.stateservice.html#oninvalid">StateService.onInvalid</a>: Register a callback for when a transition to an invalid state is started</li> <li><a href="../classes/state.stateservice.html#defaulterrorhandler">StateService.defaultErrorHandler</a>: Register a global callback for when a transition errors</li> </ul> </li> <li>The <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a> interface defines the shape of a state declaration</li> <li>The <a href="../classes/state.stateregistry.html">StateRegistry</a> contains all the registered states<ul> <li>States can be added/removed using the <a href="../classes/state.stateregistry.html#register">StateRegistry.register</a> and <a href="../classes/state.stateregistry.html#deregister">StateRegistry.deregister</a><ul> <li>Note: Bootstrap state registration differs by front-end framework.</li> </ul> </li> <li>Get notified of state registration/deregistration using <a href="../classes/state.stateregistry.html#onstateschanged">StateRegistry.onStatesChanged</a>.</li> </ul> </li> </ul> </div> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Classes</h3> <ul class="tsd-index-list"> <li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/state.statebuilder.html" class="tsd-kind-icon">State<wbr>Builder</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/state.statematcher.html" class="tsd-kind-icon">State<wbr>Matcher</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/state.stateobject.html" class="tsd-kind-icon">State<wbr>Object</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/state.statequeuemanager.html" class="tsd-kind-icon">State<wbr>Queue<wbr>Manager</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/state.stateregistry.html" class="tsd-kind-icon">State<wbr>Registry</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/state.stateservice.html" class="tsd-kind-icon">State<wbr>Service</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/state.targetstate.html" class="tsd-kind-icon">Target<wbr>State</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Interfaces</h3> <ul class="tsd-index-list"> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/state.builders.html" class="tsd-kind-icon">Builders</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/state.hrefoptions.html" class="tsd-kind-icon">Href<wbr>Options</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/state.lazyloadresult.html" class="tsd-kind-icon">Lazy<wbr>Load<wbr>Result</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/state.statedeclaration.html" class="tsd-kind-icon">State<wbr>Declaration</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/state.targetstatedef.html" class="tsd-kind-icon">Target<wbr>State<wbr>Def</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"><a href="../interfaces/state.transitionpromise.html" class="tsd-kind-icon">Transition<wbr>Promise</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"><a href="../interfaces/state._viewdeclaration.html" class="tsd-kind-icon">_<wbr>View<wbr>Declaration</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Type aliases</h3> <ul class="tsd-index-list"> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#builderfunction" class="tsd-kind-icon">Builder<wbr>Function</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#oninvalidcallback" class="tsd-kind-icon">On<wbr>Invalid<wbr>Callback</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#redirecttoresult" class="tsd-kind-icon">Redirect<wbr>ToResult</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#resolvetypes" class="tsd-kind-icon">Resolve<wbr>Types</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#stateorname" class="tsd-kind-icon">State<wbr>OrName</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#stateregistrylistener" class="tsd-kind-icon">State<wbr>Registry<wbr>Listener</a></li> <li class="tsd-kind-type-alias tsd-parent-kind-external-module"><a href="state.html#_statedeclaration" class="tsd-kind-icon">_<wbr>State<wbr>Declaration</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#databuilder" class="tsd-kind-icon">data<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#getnavigablebuilder" class="tsd-kind-icon">get<wbr>Navigable<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#getparamsbuilder" class="tsd-kind-icon">get<wbr>Params<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#geturlbuilder" class="tsd-kind-icon">get<wbr>Url<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#includesbuilder" class="tsd-kind-icon">includes<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#namebuilder" class="tsd-kind-icon">name<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#parseurl" class="tsd-kind-icon">parse<wbr>Url</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#pathbuilder" class="tsd-kind-icon">path<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="state.html#resolvablesbuilder" class="tsd-kind-icon">resolvables<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="state.html#selfbuilder" class="tsd-kind-icon">self<wbr>Builder</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Type aliases</h2> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="builderfunction" class="tsd-anchor"></a> <!-- <h3>Builder<wbr>Function</h3> --> <div class="tsd-signature tsd-kind-icon">Builder<wbr>Function<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <div class="tsd-declaration"> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a>, parent<span class="tsd-signature-symbol">?: </span><a href="state.html#builderfunction" class="tsd-signature-type">BuilderFunction</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> <li> <h5>parent: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <a href="state.html#builderfunction" class="tsd-signature-type">BuilderFunction</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:25</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="oninvalidcallback" class="tsd-anchor"></a> <!-- <h3>On<wbr>Invalid<wbr>Callback</h3> --> <div class="tsd-signature tsd-kind-icon">On<wbr>Invalid<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <div class="tsd-declaration"> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>toState<span class="tsd-signature-symbol">?: </span><a href="../classes/state.targetstate.html" class="tsd-signature-type">TargetState</a>, fromState<span class="tsd-signature-symbol">?: </span><a href="../classes/state.targetstate.html" class="tsd-signature-type">TargetState</a>, injector<span class="tsd-signature-symbol">?: </span><a href="../interfaces/core.uiinjector.html" class="tsd-signature-type">UIInjector</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="transition.html#hookresult" class="tsd-signature-type">HookResult</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>toState: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <a href="../classes/state.targetstate.html" class="tsd-signature-type">TargetState</a></h5> </li> <li> <h5>fromState: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <a href="../classes/state.targetstate.html" class="tsd-signature-type">TargetState</a></h5> </li> <li> <h5>injector: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <a href="../interfaces/core.uiinjector.html" class="tsd-signature-type">UIInjector</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="transition.html#hookresult" class="tsd-signature-type">HookResult</a></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/stateService.ts:38</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="redirecttoresult" class="tsd-anchor"></a> <!-- <h3>Redirect<wbr>ToResult</h3> --> <div class="tsd-signature tsd-kind-icon">Redirect<wbr>ToResult<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../classes/state.targetstate.html" class="tsd-signature-type">TargetState</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span> <div class="tsd-header"> <p> The return value of a <a href="../interfaces/state.statedeclaration.html#redirectto">redirectTo</a> function </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The return value of a <a href="../interfaces/state.statedeclaration.html#redirectto">redirectTo</a> function</p> </div> <ul> <li>string: a state name</li> <li>TargetState: a target state, parameters, and options</li> <li>object: an object with a state name and parameters</li> </ul> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/interface.ts:86</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="resolvetypes" class="tsd-anchor"></a> <!-- <h3>Resolve<wbr>Types</h3> --> <div class="tsd-signature tsd-kind-icon">Resolve<wbr>Types<span class="tsd-signature-symbol">:</span> <a href="../classes/resolve.resolvable.html" class="tsd-signature-type">Resolvable</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/resolve.resolvableliteral.html" class="tsd-signature-type">ResolvableLiteral</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/resolve.providerlike.html" class="tsd-signature-type">ProviderLike</a></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/interface.ts:25</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="stateorname" class="tsd-anchor"></a> <!-- <h3>State<wbr>OrName</h3> --> <div class="tsd-signature tsd-kind-icon">State<wbr>OrName<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a><span class="tsd-signature-symbol"> | </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/interface.ts:12</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="stateregistrylistener" class="tsd-anchor"></a> <!-- <h3>State<wbr>Registry<wbr>Listener</h3> --> <div class="tsd-signature tsd-kind-icon">State<wbr>Registry<wbr>Listener<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span> <div class="tsd-header"> <p> The signature for the callback function provided to <a href="../classes/state.stateregistry.html#onstateschanged">StateRegistry.onStatesChanged</a>. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>The signature for the callback function provided to <a href="../classes/state.stateregistry.html#onstateschanged">StateRegistry.onStatesChanged</a>.</p> </div> <p>This callback receives two parameters:</p> <dl class="tsd-comment-tags"> <dt>param</dt> <dd><p>a string; either &quot;registered&quot; or &quot;deregistered&quot;</p> </dd> <dt>param</dt> <dd><p>the list of <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>s that were registered (or deregistered).</p> </dd> </dl> </div> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"registered"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"deregistered"</span>, states<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StateDeclaration[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>event <span class="tsd-signature-type">"registered"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"deregistered"</span></h5> </li> <li> <h5>states <span class="tsd-signature-type">StateDeclaration[]</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/stateRegistry.ts:22</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-external-module"> <a name="_statedeclaration" class="tsd-anchor"></a> <!-- <h3>_<wbr>State<wbr>Declaration</h3> --> <div class="tsd-signature tsd-kind-icon">_<wbr>State<wbr>Declaration<span class="tsd-signature-symbol">:</span> <a href="../interfaces/state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span> <div class="tsd-header"> <p> Either a <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a> or an ES6 class that implements <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a> The ES6 class constructor should have no arguments. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Either a <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a> or an ES6 class that implements <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a> The ES6 class constructor should have no arguments.</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in state/interface.ts:738</li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="databuilder" class="tsd-anchor"></a> <!-- <h3>data<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">data<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:51</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="getnavigablebuilder" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagConst">Const</span> get<wbr>Navigable<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">get<wbr>Navigable<wbr>Builder<span class="tsd-signature-symbol">(</span>isRoot<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">navigableBuilder</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>isRoot <span class="tsd-signature-type">function</span></h5> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4> </div> </li> </ul> </li> </ul> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">navigableBuilder</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:80</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="getparamsbuilder" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagConst">Const</span> get<wbr>Params<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">get<wbr>Params<wbr>Builder<span class="tsd-signature-symbol">(</span>paramFactory<span class="tsd-signature-symbol">: </span><a href="../classes/url.paramfactory.html" class="tsd-signature-type">ParamFactory</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">paramsBuilder</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>paramFactory <a href="../classes/url.paramfactory.html" class="tsd-signature-type">ParamFactory</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">paramsBuilder</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:85</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="geturlbuilder" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagConst">Const</span> get<wbr>Url<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">get<wbr>Url<wbr>Builder<span class="tsd-signature-symbol">(</span>$urlMatcherFactoryProvider<span class="tsd-signature-symbol">: </span><a href="../classes/url.urlmatcherfactory.html" class="tsd-signature-type">UrlMatcherFactory</a>, root<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">urlBuilder</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>$urlMatcherFactoryProvider <a href="../classes/url.urlmatcherfactory.html" class="tsd-signature-type">UrlMatcherFactory</a></h5> </li> <li> <h5>root <span class="tsd-signature-type">function</span></h5> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h4> </div> </li> </ul> </li> </ul> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">urlBuilder</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:58</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="includesbuilder" class="tsd-anchor"></a> <!-- <h3>includes<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">includes<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4> <ul class="tsd-parameters"> <li class="tsd-parameter-index-signature"> <h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">boolean</span></h5> </li> </ul> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:100</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="namebuilder" class="tsd-anchor"></a> <!-- <h3>name<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">name<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:42</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="parseurl" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagConst">Const</span> parse<wbr>Url</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">parse<wbr>Url<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>url <span class="tsd-signature-type">string</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:19</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="pathbuilder" class="tsd-anchor"></a> <!-- <h3>path<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">path<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StateObject[]</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">StateObject[]</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:96</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="resolvablesbuilder" class="tsd-anchor"></a> <!-- <h3>resolvables<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">resolvables<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Resolvable[]</span></li> <li class="tsd-header"> <p> This is a <a href="../classes/state.statebuilder.html#builder">StateBuilder.builder</a> function for the <code>resolve:</code> block on a <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>. </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>This is a <a href="../classes/state.statebuilder.html#builder">StateBuilder.builder</a> function for the <code>resolve:</code> block on a <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>.</p> </div> <p>When the <a href="../classes/state.statebuilder.html">StateBuilder</a> builds a <a href="../classes/state.stateobject.html">StateObject</a> object from a raw <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>, this builder validates the <code>resolve</code> property and converts it to a <a href="../classes/resolve.resolvable.html">Resolvable</a> array.</p> <p>resolve: input value can be:</p> <p>{ // analyzed but not injected myFooResolve: function() { return &quot;myFooData&quot;; },</p> <p> // function.toString() parsed, &quot;DependencyName&quot; dep as string (not min-safe) myBarResolve: function(DependencyName) { return DependencyName.fetchSomethingAsPromise() },</p> <p> // Array split; &quot;DependencyName&quot; dep as string myBazResolve: [ &quot;DependencyName&quot;, function(dep) { return dep.fetchSomethingAsPromise() },</p> <p> // Array split; DependencyType dep as token (compared using ===) myQuxResolve: [ DependencyType, function(dep) { return dep.fetchSometingAsPromise() },</p> <p> // val.$inject used as deps // where: // corgeResolve.$inject = [&quot;DependencyName&quot;]; // function corgeResolve(dep) { dep.fetchSometingAsPromise() } // then &quot;DependencyName&quot; dep as string myCorgeResolve: corgeResolve,</p> <p> // inject service by name // When a string is found, desugar creating a resolve that injects the named service myGraultResolve: &quot;SomeService&quot; }</p> <p>or:</p> <p>[ new Resolvable(&quot;myFooResolve&quot;, function() { return &quot;myFooData&quot; }), new Resolvable(&quot;myBarResolve&quot;, function(dep) { return dep.fetchSomethingAsPromise() }, [ &quot;DependencyName&quot; ]), { provide: &quot;myBazResolve&quot;, useFactory: function(dep) { dep.fetchSomethingAsPromise() }, deps: [ &quot;DependencyName&quot; ] } ]</p> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Resolvable[]</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:147</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="selfbuilder" class="tsd-anchor"></a> <!-- <h3>self<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">self<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <a href="../classes/state.stateobject.html" class="tsd-signature-type">StateObject</a></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="../interfaces/state.statedeclaration.html" class="tsd-signature-type">StateDeclaration</a></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in state/stateBuilder.ts:46</li> </ul> </aside> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/core</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="common.html">common</a> </li> <li class=" tsd-kind-external-module"> <a href="core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="resolve.html">resolve</a> </li> <li class="current tsd-kind-external-module"> <a href="state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="url.html">url</a> </li> <li class=" tsd-kind-external-module"> <a href="view.html">view</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_common_trace_.html">"common/trace"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="vanilla.html">vanilla</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/state.statebuilder.html" class="tsd-kind-icon">State<wbr>Builder</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/state.statematcher.html" class="tsd-kind-icon">State<wbr>Matcher</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/state.stateobject.html" class="tsd-kind-icon">State<wbr>Object</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/state.statequeuemanager.html" class="tsd-kind-icon">State<wbr>Queue<wbr>Manager</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/state.stateregistry.html" class="tsd-kind-icon">State<wbr>Registry</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/state.stateservice.html" class="tsd-kind-icon">State<wbr>Service</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/state.targetstate.html" class="tsd-kind-icon">Target<wbr>State</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/state.builders.html" class="tsd-kind-icon">Builders</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/state.hrefoptions.html" class="tsd-kind-icon">Href<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/state.lazyloadresult.html" class="tsd-kind-icon">Lazy<wbr>Load<wbr>Result</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/state.statedeclaration.html" class="tsd-kind-icon">State<wbr>Declaration</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/state.targetstatedef.html" class="tsd-kind-icon">Target<wbr>State<wbr>Def</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/state.transitionpromise.html" class="tsd-kind-icon">Transition<wbr>Promise</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/state._viewdeclaration.html" class="tsd-kind-icon">_<wbr>View<wbr>Declaration</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#builderfunction" class="tsd-kind-icon">Builder<wbr>Function</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#oninvalidcallback" class="tsd-kind-icon">On<wbr>Invalid<wbr>Callback</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#redirecttoresult" class="tsd-kind-icon">Redirect<wbr>ToResult</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#resolvetypes" class="tsd-kind-icon">Resolve<wbr>Types</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#stateorname" class="tsd-kind-icon">State<wbr>OrName</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#stateregistrylistener" class="tsd-kind-icon">State<wbr>Registry<wbr>Listener</a> </li> <li class=" tsd-kind-type-alias tsd-parent-kind-external-module"> <a href="state.html#_statedeclaration" class="tsd-kind-icon">_<wbr>State<wbr>Declaration</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#databuilder" class="tsd-kind-icon">data<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#getnavigablebuilder" class="tsd-kind-icon">get<wbr>Navigable<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#getparamsbuilder" class="tsd-kind-icon">get<wbr>Params<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#geturlbuilder" class="tsd-kind-icon">get<wbr>Url<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#includesbuilder" class="tsd-kind-icon">includes<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#namebuilder" class="tsd-kind-icon">name<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#parseurl" class="tsd-kind-icon">parse<wbr>Url</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#pathbuilder" class="tsd-kind-icon">path<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="state.html#resolvablesbuilder" class="tsd-kind-icon">resolvables<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="state.html#selfbuilder" class="tsd-kind-icon">self<wbr>Builder</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_core_docs/6.0.1/modules/state.html
HTML
mit
55,331
<style> .innercolumns { width:100%; padding:10px; overflow: hidden; } .img { display: block; margin: auto; } .btn { padding:10px 15px; font-size:16px; } </style> <!-- VIEW THE SLIDES HERE: https://docs.google.com/presentation/d/1wHCiLsRNCZCKUARjZvw3ozcd0CqETXlEynkThr5QJ7c/edit This link is to make sure Joe has a backup link to present just in case. TODO: UPDATE LINK. --> <div class="container-fluid"> <div class="row"> <p style="text-align:center;"> <!-- TODO: JUST REPLACE THE LINK. TODO: REMEMBER TO MAKE IT PUBLIC --> <iframe src="https://docs.google.com/presentation/d/1wHCiLsRNCZCKUARjZvw3ozcd0CqETXlEynkThr5QJ7c/embed?start=false&loop=true&delayms=300000" frameborder="0" width="95%" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> </p> <!-- TODO: REPLACE THE LINK --> <!-- TODO: REPLACE THE PINGER --> <p style="text-align: center;"> <a href="https://docs.google.com/presentation/d/1wHCiLsRNCZCKUARjZvw3ozcd0CqETXlEynkThr5QJ7c/export/pdf" target=" _blank" id="COARDownload"> <button class="btn btn-action pinger" style="width:50%;"> Download PDF </button> </a> </p> <p style="text-align: center;"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSeDEgStJhVn03SYuksFFTEeo7cQzC1hWqpBiR7Uavstn04PCA/viewform" target=" _blank"> <button class="btn btn-action" style="width:50%;"> Stay up to Date </button> </a> </p> <p style="text-align: center;"> <a href="mailto:[email protected]" target=" _blank"> <button class="btn btn-action" style="width:50%;"> Get in Touch </button> </a> </p> </div> </div>
OAButton/oab_static
content/COAR.html
HTML
mit
1,827
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- how-to-learn-qt.qdoc --> <title>Qt 4.8: How to Learn Qt</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li>How to Learn Qt</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <link rel="next" href="tutorials.html" /> <p class="naviNextPrevious headerNavi"> <a class="nextPage" href="tutorials.html">Tutorials</a> </p><p/> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#required-programming-skills">Required programming skills</a></li> <li class="level1"><a href="#tools-to-install">Tools to install</a></li> <li class="level1"><a href="#examples-in-action">Examples in action</a></li> <li class="level1"><a href="#qt-technology-guides">Qt technology guides</a></li> <li class="level1"><a href="#tutorials">Tutorials</a></li> <li class="level1"><a href="#getting-most-of-qt-documentation">Getting most of Qt documentation</a></li> <li class="level1"><a href="#get-advice-and-support-from-the-qt-community">Get advice and support from the Qt Community</a></li> <li class="level1"><a href="#training">Training</a></li> <li class="level1"><a href="#listen-to-qt-experts-on-videos">Listen to Qt experts on videos</a></li> <li class="level1"><a href="#prove-your-knowledge">Prove your knowledge</a></li> <li class="level1"><a href="#further-readings-and-materials">Further Readings and Materials</a></li> </ul> </div> <h1 class="title">How to Learn Qt</h1> <span class="subtitle"></span> <!-- $$$how-to-learn-qt.html-description --> <div class="descr"> <a name="details"></a> <a name="required-programming-skills"></a> <h2>Required programming skills</h2> <p>Qt is an application development framework based on C++. Traditionally, C++ is the major programming language used to develop with Qt.</p> <p>Since the introduction of Qt Quick (Qt UI Creation Kit) in the beginning of 2011, Qt has been supporting script-based declarative programming with QML. QML is very easy to understand for anybody who is familiar with JavaScript as well as for all other developers who are familiar the basics of object oriented programming and have worked with other scripting languages. Designers who are familiar with web development can start with QML and implement their ideas in executable code which can later be powered by more application logic developed by engineering teams.</p> <p>A solid understanding of the basics of C++ is essential for those planning on using Qt for C++. You do not need to be a C++ expert to begin. Qt simplifies many aspects of C++ development, making it a lot of fun. The overall development effort is minimal since Qt API are easy to understand and application functionality can be implemented with a smaller amount of code. C++ experts will find a lot of powerful APIs and tools in Qt which will make complicated things simple and new features easy to get done.</p> <p>Various bindings have been developed by the Qt community for other programming languages. See the <a href="http://qt-project.org/wiki/Category:LanguageBindings">this wiki page on Qt Developer Network</a> for more information about using other programming languages with Qt.</p> <a name="tools-to-install"></a> <h2>Tools to install</h2> <p>Qt provides a range of tools for all steps in application development for desktops and devices. Tools are integrated into packages that are easily installed on several platforms. You have following options:</p> <ul> <li><a href="http://qt.digia.com/Product/Qt-SDK/">Qt SDK</a> - one package with all the tools you need for the creation of applications for Symbian and Maemo in addition to desktop platforms such as Microsoft Windows, Mac OS X, and Linux.</li> <li><a href="http://qt.digia.com/Product/Developer-Tools/">Qt Creator</a> - a cross-platform integrated development environment (IDE). Note, that the Qt Creator package does not contain the Qt framework itself. You can either configure it to use with a version of Qt already installed on your machine or download a new version of Qt separately.</li> <li><a href="http://qt.digia.com/product/">Qt</a> binary package - a ready-to-go installer for Mac, Linux and Windows containing a precompiled tool chain, libraries, include files, documentation, demos and examples.</li> <li><a href="http://qt.digia.com/product/">Qt</a> source code packages - Qt and Qt creator are available in source code as zip or tar archives as well as on the <a href="http://qt.gitorious.org">Public Qt Repository</a>.</li> </ul> <p>All packages above are available for download on the <a href="http://qt.digia.com/downloads">Downloads</a> page. We recommend starting with Qt SDK since it contains all you need in one package. Later on you can consider installing other packages separately. They can all coexist on your machine and be configured to work with each other.</p> <a name="examples-in-action"></a> <h2>Examples in action</h2> <p>One of the most popular ways of discovering new technologies is to walk through examples.</p> <p>Qt provides a large selection of examples and demos which are available in source code (check <tt>demos</tt> and <tt>examples</tt> directories in your installation).The main difference between examples and demos is that examples are smaller and more focused on one functionality whereas demos are complete, more complex applications using many Qt features.</p> <p>Most of the examples and demos are precompiled and integrated into the <a href="qtdemo.html">Examples and Demos Launcher</a>.</p> <div class="float-left"><p><img src="images/qtdemo-small.png" alt="" /></p> </div><p>Run it and see Qt's features in action. You can also start all examples and demos from it as separate applications or browse to the source code. <a href="http://qt.digia.com/Product/Developer-Tools/">Qt Creator</a> allows loading of examples as projects with a wizard on the &quot;Welcome&quot; page.</p> <p>Additionally, <a href="gallery.html">Qt Widget Gallery</a> provides overviews of selected Qt desktop widgets in each of the styles used on various supported platforms. <br style="clear: both" /></p> <p>If you are new to Qt, you should first take a look on the following examples:</p> <ul> <li><a href="widgets-calculator.html">Calculator Example</a></li> <li><a href="mainwindows-application.html">Application Example</a></li> <li><a href="widgets-imageviewer.html">Image Viewer Example</a></li> <li><a href="painting-basicdrawing.html">Basic Drawing Example</a></li> </ul> <a name="qt-technology-guides"></a> <h2>Qt technology guides</h2> <p>At some point you should take some time to walk through the Qt technology guides and overviews provided in Qt documentation. Qt is simple to use, but you should have a basic understanding of the key concepts behind Qt to reveal its full power. There is a large selection of documents that are sorted into the following sections:</p> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a> - about key components and technologies used in Qt development</li> <li><a href="developing-with-qt.html">Cross-platform and Platform-specific Development</a> and <a href="platform-specific.html">Platform-Specific Documentation</a> - using Qt on different platforms</li> <li><a href="qtquick.html">Qt Quick</a> - a home page of Qt Quick in Qt documentation</li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a> - specifics of desktop UI development</li> <li><a href="technology-apis.html">Qt and Key Technologies</a> - how Qt addresses industry standards and also how they are used in Qt</li> <li><a href="best-practices.html">Best Practice Guides</a> - a collection of various tips and hints</li> </ul> <p>The following guides are essential for those new to Qt:</p> <ul> <li><a href="object.html">Object Model</a></li> <li><a href="objecttrees.html">Object Trees &amp; Ownership</a></li> <li><a href="signalsandslots.html">Signals &amp; Slots</a></li> <li><a href="eventsandfilters.html">The Event System</a></li> <li><a href="implicit-sharing.html">Implicit Sharing</a></li> <li><a href="containers.html">Container Classes</a></li> <li><a href="internationalization.html">Internationalization with Qt</a></li> <li><a href="coordsys.html">Coordinate System</a></li> <li><a href="paintsystem.html">Paint System</a></li> <li><a href="network-programming.html">Network Programming</a></li> <li><a href="resources.html">The Qt Resource System</a></li> </ul> <p>The <a href="gettingstarted-develop.html">Develop with Qt</a> guide provides a good overview of all topics in Qt development and includes links to the section mentioned above as well as many more advanced aspects.</p> <a name="tutorials"></a> <h2>Tutorials</h2> <p>Compared to examples, tutorials walk you through the development steps of an application and show how to use Qt to implement required functionality. Some Qt tutorials also explain specific details of selected Qt features.</p> <p>The <a href="gettingstartedqt.html">Getting Started Programming with Qt</a> tutorial is a good start for all who are new to Qt. In this tutorial you will develop a simple text editor and go through the major steps of developing of a Qt application.</p> <p>Desktop developers should then proceed to the <a href="widgets-tutorial.html">Widgets Tutorial</a> as well as the <a href="tutorials-addressbook.html">Address Book Tutorial</a>.</p> <p>Many Qt developers use Qt Designer to compose desktop UIs in a visual editor. Take a look the <a href="designer-manual.html">Qt Designer manual</a> to learn more about this.</p> <p>The <a href="tutorials.html">Tutorials</a> page contains a list of all tutorials provided in Qt documentation.</p> <a name="getting-most-of-qt-documentation"></a> <h2>Getting most of Qt documentation</h2> <p>Qt comes with extensive documentation, with hypertext cross-references throughout so you can easily click your way to whatever interests you. The part of the documentation that you'll probably use the most is the <a href="index.html">API Reference</a>. Each link provides a different way of navigating the API Reference. Try them all to see which work best for you.</p> <p>The <a href="overviews.html">All Overviews and HOWTOs</a> page lists all Qt technology overviews and HOWTOs in one please. This includes the overviews mentioned above, but also lists several addtional references (e.g&#x2e; starting pages of all Qt modules, most of which contain a short introduction to a given module).</p> <p>You can find Qt documentation either directly integrated into Qt tools as well as <a href="http://">here</a>. The advantage of Qt documentation provided in tools is that it is stored on your machine and is available offline. The Qt documentation web site provides access to documentation from different Qt versions as well as the latest snapshot. Qt tools provide search functionality over the index of content as well as free text search. Advanced searches can also be conducted in Qt documentation through the use of search engines. Just limit the search to <tt>doc.qt.nokia.com</tt> and review help topics provided by the search engine you're using to know how to write more advanced search queries.</p> <p>The most of the content in Qt documentation is in the documentation of Qt APIs. This includes a lot of code snippets showing how to implement a functionality with Qt APIs. A good example of this is the documentation on the <a href="qstring.html">QString</a> class.</p> <p>Make sure to take a look at the following reference documentation since they contain a lot of important details:</p> <ul> <li><a href="qt.html#qt-namespace">Qt Namespace</a> - contains a log of frequently used static variables</li> <li><a href="qtglobal.html">Global Qt Declarations</a> - to get an overview of available standard types, macros, and static functions</li> </ul> <a name="get-advice-and-support-from-the-qt-community"></a> <h2>Get advice and support from the Qt Community</h2> <p>Qt has an active and helpful user community who communicate using the various means:</p> <ul> <li><a href="http://lists.qt-project.org/">qt-interest</a> Mailing list</li> <li><a href="http://www.qtcentre.org">Qt Centre</a> Website</li> <li><a href="http://qt-project.org/forums">Forums on Qt Developer Network</a></li> <li><a href="http://qt-project.org/wiki/">Wiki on Qt Developer Network</a> written by the Qt community and hosted on the Qt Developer Network</li> <li>The <tt>#qt</tt> and <tt>#qt-creator</tt> IRC channels on <tt>irc.freenode.org</tt></li> </ul> <p>In addition, many Qt developers are active members of the <a href="http://www.kde.org">KDE community</a>.</p> <a name="training"></a> <h2>Training</h2> <p>In many cases people prefer attending professional training courses to boost their learning progress. A training course has two unique benefits: Its scope can be adapted to your needs and you will get helped on the spot by Qt trainers who are also experienced Qt developers. <a href="http://qt.digia.com/Services/training/">Qt Training Partners</a> offer a wide range of courses. Most courses are based on materials developed by the Qt team.</p> <p>There are two types of courses: open enrollment and on-site. <a href="http://qt.digia.com/Services/training/">Open enrollment courses</a> are public courses open to anybody. They are a good choice for an individual developers or small groups. If you have a large Qt project, on-site training is a better choice and can be more cost efficient. You can request your own agenda for on-site training whereas open enrollment courses have a predefined agenda and scope valid for all attendees.</p> <a name="listen-to-qt-experts-on-videos"></a> <h2>Listen to Qt experts on videos</h2> <p>A wide range of videos is available on the <a href="http://qt-project.org/videos">Qt Video Portal</a> on the Qt Developer Network. Most of the videos are recordings of talks given by Qt experts at Qt Developer Days. You can use categories and tags to find videos which cover the scope of your needs.</p> <p>Another part of the videos are recordings of training sessions recorded at Qt Developer Days:</p> <ul> <li>Qt Essentials, by ICS: (part <a href="http://qt-project.org/videos/watch/qt_programming_essentials_by_ics_part_1">1</a> and <a href="http://qt-project.org/videos/watch/qt_programming_essentials_by_ics_part_1">2</a>) and KDAB: (part <a href="http://qt-project.org/videos/watch/qt_programming_essentials_by_kdab_part_1">1</a> and <a href="http://qt-project.org/videos/watch/qt_programming_essentials_by_kdab_part_2">2</a>)</li> <li><tt>QGraphicsView</tt>, <a href="http://qt-project.org/videos/watch/programming_with_qt_qgraphicsview_by_ics">session by ICS</a> and <a href="http://qt-project.org/videos/watch/programming_with_qt_qgraphicsview_by_ics">session by KDAB</a></li> <li>Multithreading, <a href="http://qt-project.org/videos/watch/programming_with_qt_multithreading_by_ics">session by ICS</a> and <a href="http://qt-project.org/videos/watch/programming_with_qt_multithreading_by_kdab">session by KDAB</a></li> <li>UI Development with Qt, <a href="http://qt-project.org/videos/watch/training_teaser_ui_development_with_qt_by_ics">session by ICS</a> and <a href="http://qt-project.org/videos/watch/training_teaser_ui_development_with_qt_by_kdab">session by KDAB</a></li> <li>Embedded Development, <a href="http://qt-project.org/videos/watch/training_teaser_embedded_development_by_basyskom">session by basysKom</a> and <a href="http://qt-project.org/videos/watch/training_teaser_embedded_development_by_ics">session by ICS</a></li> <li>Model/View Programming, <a href="http://qt-project.org/videos/watch/programming_with_qt_model_view_programming_by_basyskom">session by basysKom</a> and <a href="http://qt-project.org/videos/watch/programming_with_qt_model_view_programming_by_kdab">session by KDAB</a></li> <li><tt>QWebKit</tt>, <a href="http://qt-project.org/videos/watch/programming_with_qt_webkit_by_kdab">by KDAB</a></li> <li>Qt Quick, by KDAB: part <a href="http://qt-project.org/videos/watch/qt_quick_introduction_to_qt_quick_part_1_4">1</a>, <a href="http://qt-project.org/videos/watch/qt_quick_user_interaction_user_input_and_states_part_2_4">2</a>, <a href="http://qt-project.org/videos/watch/qt_quick_animations_and_visual_effects_part_3_4">3</a>, <a href="http://qt-project.org/videos/watch/qt_quick_small_projects_arranging_items_qmlcomponentsand_debugging_qml_part">4</a></li> <li>Qt Mobile Development for Nokia Devices, by Digia: part <a href="http://qt-project.org/videos/watch/qt_mobile_development_for_nokia_devices_introduction_to_qt_on_mobile_part_1">1</a>, <a href="http://qt-project.org/videos/watch/qt_mobile_development_for_nokia_devices_mobile_ui_design_technologies_and_a">2</a>, <a href="http://qt-project.org/videos/watch/qt_mobile_development_for_nokia_devices_getting_started_with_nokia_qt_sdk_p">3</a></li> </ul> <p>Additionally, there are recordings of the Qt Essentials training modules:</p> <ul> <li>Fundamentals of Qt, part <a href="http://qt-project.org/videos/watch/qt_essentials_widget_edition_fundamentals_of_qt_part_2_hello_world_in_qtcre">1</a> and <a href="http://qt-project.org/videos/watch/qt_essentials_widget_edition_fundamentals_of_qt_part_1_your_first_qt_applic">2</a></li> <li>Application Creation, part <a href="http://qt-project.org/videos/watch/qt_essentials_widget_edition_application_creation_part_1_mainwindows">1</a>, <a href="http://qt-project.org/videos/watch/application_creation_part_2_settings_resources_and_application_deployment">2</a>, <a href="http://qt-project.org/videos/watch/application_creation_part_3_translation_for_developers">3</a></li> <li>Widgets, part <a href="http://qt-project.org/videos/watch/widgets_part_1_common_widgets">1</a>, <a href="http://qt-project.org/videos/watch/widgets_part_2_layout_management">2</a>, <a href="http://qt-project.org/videos/watch/widgets_part_3_guidelines_for_custom_widgets">3</a></li> <li>Graphics View, part <a href="http://qt-project.org/videos/watch/graphics_view_part_1_using_graphicsview_classes">1</a>, <a href="http://qt-project.org/videos/watch/graphics_view_part_2_transformations_and_coordinate_systems">2</a>, <a href="http://qt-project.org/videos/watch/graphics_view_part_3_creating_custom_items">3</a></li> <li>Model/View I, part <a href="http://qt-project.org/videos/watch/model_view_part_1_model_view_concept">1</a>, <a href="http://qt-project.org/videos/watch/model_view_part_2_showing_simple_data">2</a>, <a href="http://qt-project.org/videos/watch/model_view_part_3_proxy_models">3</a>, <a href="http://qt-project.org/videos/watch/model_view_part_4_custom_models">4</a></li> <li>Model/View II, , part <a href="http://qt-project.org/videos/watch/model_view_ii_part_1_editing_item_data">1</a>, <a href="http://qt-project.org/videos/watch/model_view_ii_part_2_delegates">2</a>, <a href="http://qt-project.org/videos/watch/model_view_ii_part_3_data_widget_mapper">3</a>, <a href="http://qt-project.org/videos/watch/model_view_ii_part_4_custom_tree_model">4</a>, <a href="http://qt-project.org/videos/watch/model_view_ii_part_5_drag_and_drop">5</a></li> </ul> <a name="prove-your-knowledge"></a> <h2>Prove your knowledge</h2> <p><a href="http://qt.digia.com/Product/Learning/Certification/">Qt Certification</a> publishes the scope of each exam in Qt Curriculum as &quot;Qt Curriculum Blocks,&quot; which are available under <a href="http://qt.digia.com/Product/Learning/Certification/">this link</a>. The Qt Essentials Curriculum Block describes the scope of knowledge which covers all of the fundamental concepts and basic features in Qt. Review this list to find out which areas of Qt you should become familiar with in order to reach a basic level of Qt expertise. If you also have at least 6 months of Qt development experience, consider taking the Qt Essentials exam and becoming a Nokia Certified Qt Developer.</p> <a name="further-readings-and-materials"></a> <h2>Further Readings and Materials</h2> <p>A selection of training materials is available to download under this link which includes slides (PDF) and source code from the following three courses:</p> <ul> <li>Qt Essentials - Widget Edition</li> <li>Qt Essentials - Qt Quick Edition</li> <li>Qt Quick for Designers</li> </ul> <p>Qt in Education Course Material is available to download as well. It is more tailored to the needs of educational institutions that use Qt for teaching purposes, but nonetheless provides helpful slides in various formats as well as labs and example code.</p> <p>Another valuable source of example code and valuable information about Qt features is the archive of articles from <a href="http://doc.qt.digia.com/qq/">Qt Quarterly</a>, a quarterly newsletter for users of Qt.</p> <p>Good luck and have fun!</p> </div> <!-- @@@how-to-learn-qt.html --> <p class="naviNextPrevious footerNavi"> <a class="nextPage" href="tutorials.html">Tutorials</a> </p> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
stephaneAG/PengPod700
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/how-to-learn-qt.html
HTML
mit
29,586
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>execution::can_bulk_execute</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../reference.html" title="Reference"> <link rel="prev" href="execution__bulk_guarantee_t__unsequenced_t/value.html" title="execution::bulk_guarantee_t::unsequenced_t::value"> <link rel="next" href="execution__can_connect.html" title="execution::can_connect"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="execution__bulk_guarantee_t__unsequenced_t/value.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="execution__can_connect.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="boost_asio.reference.execution__can_bulk_execute"></a><a class="link" href="execution__can_bulk_execute.html" title="execution::can_bulk_execute">execution::can_bulk_execute</a> </h3></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.execution__can_bulk_execute"></a> </p> <p> A type trait that determines whether a <code class="computeroutput">bulk_execute</code> expression is well-formed. </p> <pre class="programlisting">template&lt; typename S, typename F, typename N&gt; struct can_bulk_execute </pre> <p> Class template <code class="computeroutput">can_bulk_execute</code> is a trait that is derived from <code class="computeroutput">true_type</code> if the expression <code class="computeroutput">execution::bulk_execute(std::declval&lt;S&gt;(), std::declval&lt;F&gt;(), std::declval&lt;N&gt;)</code> is well formed; otherwise <code class="computeroutput">false_type</code>. </p> <h5> <a name="boost_asio.reference.execution__can_bulk_execute.h0"></a> <span class="phrase"><a name="boost_asio.reference.execution__can_bulk_execute.requirements"></a></span><a class="link" href="execution__can_bulk_execute.html#boost_asio.reference.execution__can_bulk_execute.requirements">Requirements</a> </h5> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/execution/bulk_execute.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/execution.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2003-2021 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="execution__bulk_guarantee_t__unsequenced_t/value.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="execution__can_connect.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
davehorton/drachtio-server
deps/boost_1_77_0/doc/html/boost_asio/reference/execution__can_bulk_execute.html
HTML
mit
4,435
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Fri Jun 20 06:34:21 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.schema.FieldType.DefaultAnalyzer (Solr 4.9.0 API)</title> <meta name="date" content="2014-06-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.apache.solr.schema.FieldType.DefaultAnalyzer (Solr 4.9.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/schema/FieldType.DefaultAnalyzer.html" title="class in org.apache.solr.schema">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/schema/class-use/FieldType.DefaultAnalyzer.html" target="_top">Frames</a></li> <li><a href="FieldType.DefaultAnalyzer.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.schema.FieldType.DefaultAnalyzer" class="title">Uses of Class<br>org.apache.solr.schema.FieldType.DefaultAnalyzer</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.schema.FieldType.DefaultAnalyzer</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/schema/FieldType.DefaultAnalyzer.html" title="class in org.apache.solr.schema">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/schema/class-use/FieldType.DefaultAnalyzer.html" target="_top">Frames</a></li> <li><a href="FieldType.DefaultAnalyzer.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-2014 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>
knittledan/Location_Search_Prediction
thirdParty/solrSrc/docs/solr-core/org/apache/solr/schema/class-use/FieldType.DefaultAnalyzer.html
HTML
mit
5,010
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Obtains the labels for a list of terms — get_term_label • rphenoscape</title> <!-- jquery --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <!-- Bootstrap --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script> <!-- bootstrap-toc --> <link rel="stylesheet" href="../bootstrap-toc.css"> <script src="../bootstrap-toc.js"></script> <!-- Font Awesome icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" /> <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script> <!-- headroom.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../pkgdown.js"></script> <meta property="og:title" content="Obtains the labels for a list of terms — get_term_label" /> <meta property="og:description" content="Attempts to obtain the label for each term, identified by IRI, in the input list. Terms for which no label is found in the database will have NA as the label in the result (see Value)." /> <!-- mathjax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body data-spy="scroll" data-target="#toc"> <div class="container template-reference-topic"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">rphenoscape</a> <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.2.16</span> </span> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="../index.html"> <span class="fas fa fas fa-home fa-lg"></span> </a> </li> <li> <a href="../articles/rphenoscape.html">Get started</a> </li> <li> <a href="../reference/index.html">Reference</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://github.com/phenoscape/rphenoscape/"> <span class="fab fa fab fa-github fa-lg"></span> </a> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Obtains the labels for a list of terms</h1> <small class="dont-index">Source: <a href='https://github.com/phenoscape/rphenoscape/blob/master/R/pk_terms.R'><code>R/pk_terms.R</code></a></small> <div class="hidden name"><code>get_term_label.Rd</code></div> </div> <div class="ref-description"> <p>Attempts to obtain the label for each term, identified by IRI, in the input list. Terms for which no label is found in the database will have NA as the label in the result (see Value).</p> </div> <pre class="usage"><span class='fu'>get_term_label</span><span class='op'>(</span><span class='va'>term_iris</span>, preserveOrder <span class='op'>=</span> <span class='cn'>FALSE</span>, verbose <span class='op'>=</span> <span class='cn'>FALSE</span><span class='op'>)</span></pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> <th>term_iris</th> <td><p>character, a list of term IRIs</p></td> </tr> <tr> <th>preserveOrder</th> <td><p>logical, whether the resulting data frame (see Value) is to be in the same row order as <code>termIRIs</code>. The default is not to preserve order.</p></td> </tr> <tr> <th>verbose</th> <td><p>logical, whether to print information about possibly time-consuming operations.</p></td> </tr> </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> <p>A data.frame with columns "id" and "label". The "id" column contains the IRIs. The label will be <code>NA</code> for term IRIs that are not present in the KB, or for which the KB cannot produce a label.</p> </div> <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> <nav id="toc" data-toggle="toc" class="sticky-top"> <h2 data-toc-skip>Contents</h2> </nav> </div> </div> <footer> <div class="copyright"> <p>Developed by Hong Xu, Hilmar Lapp, John Bradley.</p> </div> <div class="pkgdown"> <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p> </div> </footer> </div> </body> </html>
xu-hong/rphenoscape
docs/reference/get_term_label.html
HTML
mit
6,953
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>AWSIoTDeleteCertificateRequest Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1333)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="../index.html">AWS Mobile SDK for iOS v2.4.1 </a> </h1> <p id="developer-home"> <a href="../index.html">Amazon Web Services, Inc.</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> <li id="on-this-page" role="navigation"> <label> On This Page <div class="chevron"> <div class="chevy chevron-left"></div> <div class="chevy chevron-right"></div> </div> <select id="jump-to"> <option value="top">Jump To&#133;</option> <option value="overview">Overview</option> <option value="tasks">Tasks</option> <optgroup label="Properties"> <option value="//api/name/certificateId">certificateId</option> </optgroup> </select> </label> </li> </ul> </nav> </div> </aside> <article> <div id="overview_contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">AWSIoTDeleteCertificateRequest Class Reference</h1> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <th>Inherits from</th> <td>AWSRequest : AWSModel : AWSMTLModel</td> </tr><tr> <th>Declared in</th> <td>AWSIoTModel.h<br />AWSIoTModel.m</td> </tr> </tbody></table></div> <div class="section section-overview"> <a title="Overview" name="overview"></a> <h2 class="subtitle subtitle-overview">Overview</h2> <p>The input for the DeleteCertificate operation.</p> <p>Required parameters: [certificateId]</p> </div> <div class="section section-tasks"> <a title="Tasks" name="tasks"></a> <div class="task-list"> <div class="section-method"> <a name="//api/name/certificateId" title="certificateId"></a> <h3 class="method-title"><code><a href="#//api/name/certificateId">&nbsp;&nbsp;certificateId</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>The ID of the certificate.</p> </div> <div class="method-subsection method-declaration"><code>@property (nonatomic, strong) NSString *certificateId</code></div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">AWSIoTModel.h</code></p> </div> </div> </div> </div> </div> </div> </main> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2016 Amazon Web Services, Inc. All rights reserved. Updated: 2016-04-28</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p> </div> </footer> </div> </div> </article> <script src="../js/script.js"></script> </body> </html>
davidbutz/ChristmasFamDuels
iOS/frameworks/aws-ios-sdk-2.4.1/documentation/html/Classes/AWSIoTDeleteCertificateRequest.html
HTML
mit
3,633
{% extends 'web/base.html' %} {% load staticfiles %} {% block title %}Leads{% endblock %} {% block lead_active %}active{% endblock %} {% block body %} <div class="container-fluid"> <div class="row"> <div class="col-lg-12 col-sm-12"> <div class="card" style="margin-top: 1em"> <div class="card-body"> <i class="fa fa-tasks" style="font-size:48px;"></i> <div style="display: inline-block"> <h4 class="page-titles">Leads</h4> </div> <br> <br> <div class="input-group"> Search <div class="input-group col-sm-3"> <input type="search" class="form-control" id="searchip"> <span class="input-group-btn"> <button class="btn btn-primary" type="button" id="searchbtn"><i class="fa fa-search" aria-hidden="true"></i></button> </span> </div> <a href="{% url 'web:lead_create' %}" class="btn btn-success" title="Add a new lead" id="addbtn" style="position: absolute;right: 2%"><i class="fa fa-plus"></i></a> </div> <br> {# The table comes here #} <table class="table table-hover"> <thead> <tr> <th></th> <th>Name</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> </tbody> </table> <div style="position: absolute; right: 2%;"> <button type="button" class="btn btn-primary" id="prev"><i class="fa fa-arrow-left"></i>&nbsp;Previous</button> &nbsp; <input type="text" placeholder="Index..." size="10%" id="pgidx"> &nbsp; <button type="button" class="btn btn-primary" id="next">Next&nbsp;<i class="fa fa-arrow-right"></i></button> </div> <br> </div> </div> </div> </div> </div> {% endblock %} {% block js_scripts %} <script src="{% static 'js/compareChart.js' %}"></script> <script> var start = 0; var end = start + 10; function tryParseJSON (jsonString){ try { var o = JSON.parse(jsonString); if (o && typeof o === "object") { return o; } } catch (e) { } return false; } function getTable(start, end) { // Get checkbox value here. // And also the my accounts only checkbox var dtype = 'json'; var xhttp = XMLReq(fillTable); var local = window.location.origin; xhttp.open("GET", local + '/api/leads/' + dtype + '/' + start + '/' + end, true); xhttp.send(); } function fillTable(data) { var parsed = tryParseJSON(data); if (parsed === false) { //It's not JSON. It's something. } else { for (var obj in parsed) { var ob = parsed[obj]; var pk = ob['pk']; var fields = ob['fields']; var name = fields['name']; var email = fields['email']; var status = fields['status']; if (status === 1) { status = 'Open - Not Contacted'; } else if (status === 2) { status = 'Working - Contacted'; } else if (status === 3) { status = 'Closed - Not Converted'; } else { status = 'Converted'; } // Now add the table. :) var markup = "<tr><td>" + (start + parseInt(obj) + 1) + "</td><td>" +'<a href="/leads/' + pk + '">' + name + '</a>' + "</td><td>" + email +"</td><td>"+ status + "</td></tr>"; $('table tbody').append(markup); } } } getTable(0,10); $('#prev').click(function () { start = start - 10; if (start < 0) { start = 0; } end = start + 10; $('table tbody tr').remove(); getTable(start,end); }); $('#next').click(function () { start = start + 10; end = start + 10; $('table tbody tr').remove(); getTable(start,end); }); $("#pgidx").keypress(function(event) { if (event.which === 13) { event.preventDefault(); start = parseInt($('#pgidx').val()) - 1; if (start < 0) { start = 0; } end = start + 10; $('table tbody tr').remove(); getTable(start,end); } }); $("#searchbtn").click(function () { var term = $("#searchip").val(); search(term); }); $("#searchip").keypress(function (event) { if (event.which === 13) { event.preventDefault(); var term = $("#searchip").val(); search(term); } }); function search(term) { var xhttp = XMLReq(fillTable); var local = window.location.origin; xhttp.open("GET", local + '/api/sch_lead/?q=' + term, true); $('table tbody tr').remove(); xhttp.send(); } </script> {% endblock %}
akshayub/crm-sample
web/templates/web/leads.html
HTML
mit
6,392
<!doctype html> <html> <title>npm-docs</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-docs.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../cli/npm-docs.html">npm-docs</a></h1> <p>Docs for a package in a web browser maybe</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm docs [&lt;pkgname&gt; [&lt;pkgname&gt; ...]] npm docs (with no args in a package dir) npm home [&lt;pkgname&gt; [&lt;pkgname&gt; ...]] npm home (with no args in a package dir) </code></pre><h2 id="description">DESCRIPTION</h2> <p>This command tries to guess at the likely location of a package&#39;s documentation URL, and then tries to open it using the <code>--browser</code> config param. You can pass multiple package names at once. If no package name is provided, it will search for a <code>package.json</code> in the current folder and use the <code>name</code> property.</p> <h2 id="configuration">CONFIGURATION</h2> <h3 id="browser">browser</h3> <ul> <li>Default: OS X: <code>&quot;open&quot;</code>, Windows: <code>&quot;start&quot;</code>, Others: <code>&quot;xdg-open&quot;</code></li> <li>Type: String</li> </ul> <p>The browser that is called by the <code>npm docs</code> command to open websites.</p> <h3 id="registry">registry</h3> <ul> <li>Default: <a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a></li> <li>Type: url</li> </ul> <p>The base URL of the npm package registry.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="../cli/npm-view.html">npm-view(1)</a></li> <li><a href="../cli/npm-publish.html">npm-publish(1)</a></li> <li><a href="../misc/npm-registry.html">npm-registry(7)</a></li> <li><a href="../cli/npm-config.html">npm-config(1)</a></li> <li><a href="../misc/npm-config.html">npm-config(7)</a></li> <li><a href="../files/npmrc.html">npmrc(5)</a></li> <li><a href="../files/package.json.html">package.json(5)</a></li> </ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-docs &mdash; [email protected]</p>
dm-dashboard/dashboard
node_modules/npm/html/doc/cli/npm-docs.html
HTML
mit
4,233
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02030/0203080011500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:18:16 GMT --> <head><title>法編號:02030 版本:080011500</title> <link rel="stylesheet" type="text/css" href="../../version.css" > </HEAD> <body><left> <table><tr><td><FONT COLOR=blue SIZE=5>引水法(02030)</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <tr><td align=left valign=top> <a href=0203034091400.html target=law02030><nobr><font size=2>中華民國 34 年 9 月 14 日</font></nobr></a> </td> <td valign=top><font size=2>制定33條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 34 年 9 月 28 日公布</font></nobr></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 35 年 4 月 1 日施行</font></nobr></td> <tr><td align=left valign=top> <a href=0203049052400.html target=law02030><nobr><font size=2>中華民國 49 年 5 月 24 日</font></nobr></a> </td> <td valign=top><font size=2>修正全文43條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 49 年 6 月 2 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0203080011500.html target=law02030><nobr><font size=2>中華民國 80 年 1 月 15 日</font></nobr></a> </td> <td valign=top><font size=2>修正第6, 11, 13, 16, 19, 34至36, 38, 39, 42條<br> 刪除第12條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 80 年 1 月 30 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0203087051500.html target=law02030><nobr><font size=2>中華民國 87 年 5 月 15 日</font></nobr></a> </td> <td valign=top><font size=2>修正第6條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 87 年 6 月 3 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0203087052800.html target=law02030><nobr><font size=2>中華民國 87 年 5 月 28 日</font></nobr></a> </td> <td valign=top><font size=2>修正第13, 16, 38條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 87 年 6 月 17 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0203091010800.html target=law02030><nobr><font size=2>中華民國 91 年 1 月 8 日</font></nobr></a> </td> <td valign=top><font size=2>刪除第14, 15條<br> 修正第13, 39, 42條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 91 年 1 月 30 日公布</font></nobr></td> </table></table></table></table> <p><table><tr><td><font color=blue size=4>民國80年1月15日(非現行條文)</font></td> <td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/0203080011500.htm target=reason><font size=2>立法理由</font></a></td> <td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0203080011500 target=proc><font size=2>立法紀錄</font></a></td> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td><font color=4000ff size=4>第一章 總則</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第一條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   本法所稱引水,係指在港埠、沿海、內河或湖泊之水道引領船舶航行而言。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   本法所稱引水人,係指在中華民國港埠、沿海、內河或湖泊執行領航業務之人。<br>   本法所稱學習引水人,係指隨同引水人上船學習領航業務之人。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水主管機關,在中央為交通部,在地方為當地航政主管機關。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第四條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水區域之劃分或變更,由交通部定之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第五條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   交通部基於航道及航行之完全,對引水制度之施行,分強制引水與自由引水兩種。<br>   強制引水之實施,由交通部以命令定之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第六條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   強制引水,對於左列中華民國船舶不適用之:<br>   一、軍艦。<br>   二、公務船舶。<br>   三、引水船。<br>   四、未滿一千總噸之船舶。<br>   五、渡輪。<br>   六、遊艇。<br>   未滿五百總噸之非中華民國船舶,準用前項規定。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第七條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   各引水區域之引水人,其最低名額,由當地航政主管機關擬定,呈報交通部核備;變更時亦同。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第八條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   專供引水工作所用之引水船,應申請當地航政主管機關註冊編列號數,並發給執照。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第九條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   前條引水船,應具備左列標誌:<br>   一、引水船船首,應用白漆標明船名及號碼,船尾應用白漆標明船名及所屬港口。<br>   二、引水船執行業務時,應於桅頂懸掛國際通用或中華民國規定之引水旗號。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   各引水區域之引水費率,由當地航政主管機關擬定,呈報交通部核准後施行;調整時亦同。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td><font color=4000ff size=4>第二章 引水人資格</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十一條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   中華民國國民經引水人考試及格者,得任引水人。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十二條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> (刪除)<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十三條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   有左列各款情事之一者,不得為引水人:<br>   一、喪失中華民國國籍者。<br>   二、受停止執行領航業務期間尚未屆滿,或經撤銷執業證書者。<br>   三、視覺、聽覺、體格衰退,不能執行業務,經檢查屬實者。<br>   四、年逾六十五歲者。<br>   五、犯第三十四條、第三十五條或第三十六條規定之罪,經判處徒刑三年以上確定者。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十四條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   情形特殊之引水區域,其引水人之資格,由交通部另定之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十五條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   學習引水人之資格,由交通部定之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td><font color=4000ff size=4>第三章 引水人之僱用</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十六條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   中華民國船舶在一千總噸以上,非中華民國船舶在五百總噸以上,航行於強制引水區域或出入強制引水港口時,均應僱用引水人;非強制引水船舶,當地航政主管機關認為必要時,亦得規定僱用引水人。<br>   在強制引水區域之內河或湖泊航行船舶,經當地航政主管機關核准,得僱用長期引水人。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十七條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   招請引水人之船舶,應懸掛國際通用或中華民國規定之招請引水人信號,並得由船舶所有人或船長事前向當地引水人辦事處辦理招請手續。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十八條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   二艘以上之船舶同時懸掛招請引水人信號時,引水人應對先到港之船舶應招,倘其中有船舶遇險時,引水人須先應該船舶之招請。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第十九條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   船長於引水人應招後或領航中,發現其體力、經驗或技術等不克勝任或領航不當時,得基於船舶航行安全之原因,採取必要之措施,或拒絕其領航,另行招請他人充任,並將具體事實,報告當地航政主管機關。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人應招登船從事領航時,船長應將招請引水人之信號撤去,改懸引水人在船之信號,並將船舶運轉性能、噸位、長度、吃水、速率等,告知引水人。<br>   引水人要求檢閱有關證書時,船長不得拒絕。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td><font color=4000ff size=4>第四章 引水人執行業務</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十一條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人持有交通部發給之執業證書,並向引水區域之當地航政主管機關登記,領有登記證書後,始得執行領航業務。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十二條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人應於指定引水區域內,執行領航業務。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十三條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人必須經指定醫院檢查體格合格後,始得執行領航業務。引水人在其繼續執行業務期間,每年應受檢查視覺、聽覺、體格一次,當地航政主管機關認為必要時,並得隨時予以檢查。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十四條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人執行領航業務時,應攜帶執業證書及有關證件,如遇船長索閱時,引水人不得拒絕。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十五條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人執行領航業務時,其所乘之引水船,應懸掛國際通用或中華民國規定之引水船信號,夜間並應懸掛燈號。<br>   引水人離去引水船或非執行業務時,應將引水船信號或燈號撤除。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十六條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人每次領航船舶,僅以一艘為限。但因喪失或部份喪失航行能力而被拖帶者,不在此限。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十七條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人於必要時,得請由船舶所有人或船長僱用拖船協助之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十八條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人領航船舶時,得攜帶有證件之學習引水人一名;如經船長之許可,得攜帶學習引水人二名。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第二十九條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人經應招僱用後,其所領航之船舶,無論航行與否,或在港內移泊或由拖船拖帶,船舶所有人或船長均應依規定給予引水費;如遇特殊情形需引水人停留時,並應給予停留時間內之各項費用。<br>   前項給費標準,依各引水區域引水費率表之規定。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人遇有船長不合理之要求,如違反中華民國或國際航海法規與避碰章程,或有其他正當理由不能執行業務時,得拒絕領航其船舶。但應將具體事實,報告當地航政主管機關。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十一條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人發現左列情事,應用最迅速方法報告有關機關,並應於抵港時將一切詳細情形,再用書面報告之:<br>   一、水道有變遷者。<br>   二、水道上有新障礙,妨害航行安全者。<br>   三、燈塔、燈船、標桿、浮標及一切有關航行標誌之位置變更,或應發之燈號、信號、聲號失去常態或作用者。<br>   四、船舶有遇險者。<br>   五、船舶違反航行法令者。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十二條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人應招登船執行領航業務時,仍須尊重船長之指揮權。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十三條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人應招領航時,船長應有適當措施,使引水人能安全上下其船舶。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td><font color=4000ff size=4>第五章 罰則</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十四條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人因業務上之過失致人於死者,處五年以下有期徒刑。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十五條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人因業務上之過失傷害人者,處一年以下有期徒刑、拘役或科新臺幣三萬元以下罰金;致重傷者,處三年以下有期徒刑。<br>   前項之罪,須告訴乃論。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十六條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人因業務上之過失,致其領航之船舶沉沒者,處三年以下有期徒刑、拘役或科新臺幣三萬元以下罰金;致破壞者,處一年以下有期徒刑、拘役或科新臺幣三萬元以下罰金。<br>   前項之罪,須告訴乃論。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十七條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   前三條規定,於未領有執業證書,而非正式受僱從事臨時或緊急引水業務者準用之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十八條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人執行業務時,有左列各款情事之一者,當地航政主管機關得予以警告:<br>   一、怠忽業務或違反業務上之義務,其情節輕微者。<br>   二、發現第三十一條所列各款情事,隱匿不報者。<br>   三、違反航行安全規章而致災害損失,其情節輕微者。<br>   四、因執行職務上過失而致海難,其情節輕微者。<br>   五、因事先考慮不周,致所引領之船舶、貨物遭受損害或延誤船期者。<br>   六、依法令或職責,應為而不為或不應為而為,其情節輕微者。<br>   引水人執行業務有左列各款情事之一者,當地航政主管機關得停止其領航業務一個月至一年:<br>   一、怠忽業務或違反業務上之義務,其情節嚴重者。<br>   二、違反航行安全規章而致嚴重災害損失者。<br>   三、因執行職務上之過失而致海難,其情節嚴重者。<br>   四、依法令或職責,應為而不為或不應為而為,其情節嚴重者。<br>   五、逾越引水區域執行領航業務者。<br>   六、引水人因業務上之過失,致人於死者。<br>   七、將執業證書借與他人使用者。<br>   八、引水人在二年內,經警告達三次者。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第三十九條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人、船舶所有人或船長有左列各款情事之一者,處新臺幣六千元以上六萬元以下罰鍰:<br>   一、違反第十六條之規定者。<br>   二、違反第十八條或第二十六條之規定者。<br>   三、違反第十七條、第二十條或第二十五條之規定者。<br>   四、引水人無正當理由拒絕招請,或已應招請而不領航,或已領航而濫收引水費者。<br>   五、船長無正當理由拒用引水人,或拒絕攜帶學習引水人上船,或強迫引水人逾越引水區域執行業務者。<br>   六、船舶所有人或船長關於船舶之吃水或載重,對於引水人作不實之報告者。<br>   七、船舶所有人或船長僱用業經撤銷執業證書或停止執業或不合格之引水人領航船舶者。<br>   八、船長無意招請引水人而懸掛招請引水人信號,或懸掛易被誤為招請引水人信號者。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第四十條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   本法關於引水人之罰則,對情形特殊之引水區域執行領航業務者適用之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td><font color=4000ff size=4>第六章 附則</font> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第四十一條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   本法關於船長之規定,於代理船長適用之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第四十二條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   引水人管理規則,由交通部定之。<br> </td> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>第四十三條</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td>   本法自公布日施行。<br> </td> </table> </table> </table> </left> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02030/0203080011500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:18:16 GMT --> </html>
g0v/laweasyread-data
rawdata/utf8_lawstat/version2/02030/0203080011500.html
HTML
mit
22,360
{{<layout}} {{$pageTitle}} GOV.UK prototyping kit {{/pageTitle}} {{$content}} <main id="content" role="main" class="content"> <div class="outer-block"> <div class="inner-block"> <div class="phase-banner"> <p><strong class="phase-tag">ALPHA</strong> <span>This is a new service – your <a href="/4/feedback">feedback</a> will help us to improve it.</span></p> </div> </div> </div> <h1 class="heading-large">Working whilst receiving benefits</h1> <form method="post" action="step6"> <div class="form-group"> <fieldset> <label class="block-label" for="radio-1"> <input id="radio-1" type="radio" name="radioGroup" value="suspect" aria-expanded="false"> The suspect is working </label> <label class="block-label" for="radio-2"> <input id="radio-2" type="radio" name="radioGroup" value="partner" aria-expanded="false"> Their partner is working </label> <p class="form-block">or</p> <label class="block-label" for="radio-3"> <input id="radio-3" type="radio" name="radioGroup" value="both" aria-expanded="false"> They are both are working </label> </fieldset> </div> <input class="button" type="submit" role="button" value="Continue" /> </form> </main> {{/content}} {{/layout}}
interrobb/RCM
app/views/rcm-route2/step5.html
HTML
mit
1,361
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- examples.qdoc --> <title>Qt 4.8: OpenGL Examples</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="all-examples.html">Examples</a></li> <li>OpenGL Examples</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">OpenGL Examples</h1> <span class="subtitle"></span> <!-- $$$examples-opengl.html-description --> <div class="descr"> <a name="details"></a> <p class="centerAlign"><img src="images/opengl-examples.png" alt="" /></p><p>Qt provides support for integration with OpenGL implementations on all platforms, giving developers the opportunity to display hardware accelerated 3D graphics alongside a more conventional user interface.</p> <p>These examples demonstrate the basic techniques used to take advantage of OpenGL in Qt applications.</p> <ul> <li><a href="opengl-2dpainting.html">2D Painting</a><sup>*</sup></li> <li><a href="opengl-framebufferobject.html">Framebuffer Object</a></li> <li><a href="opengl-framebufferobject2.html">Framebuffer Object 2</a></li> <li><a href="opengl-grabber.html">Grabber</a></li> <li><a href="opengl-hellogl.html">Hello GL</a><sup>*</sup></li> <li><a href="opengl-hellogl-es.html">Hello GL - ported to Windows CE</a><sup>*</sup></li> <li><a href="opengl-overpainting.html">Overpainting</a><sup>*</sup></li> <li><a href="opengl-pbuffers.html">Pixel Buffers</a></li> <li><a href="opengl-pbuffers2.html">Pixel Buffers 2</a></li> <li><a href="opengl-samplebuffers.html">Sample Buffers</a></li> <li><a href="opengl-textures.html">Textures</a></li> </ul> <p>Examples marked with an asterisk (*) are fully documented.</p> </div> <!-- @@@examples-opengl.html --> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
stephaneAG/PengPod700
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/examples-opengl.html
HTML
mit
10,430
<!DOCTYPE html> <html lang="en"> <head> <title>Double Extension Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> </head> <body> <a name="//apple_ref/swift/Extension/Double" class="dashAnchor"></a> <a title="Double Extension Reference"></a> <header> <div class="content-wrapper"> <p><a href="../index.html">Revolver Docs</a> (81% documented)</p> <p class="header-right"><a href="https://github.com/petrmanek/Revolver"><img src="../img/gh.png"/>View on GitHub</a></p> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../index.html">Revolver Reference</a> <img id="carat" src="../img/carat.png" /> Double Extension Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/ActionNode.html">ActionNode</a> </li> <li class="nav-group-task"> <a href="../Classes/AdditionNode.html">AdditionNode</a> </li> <li class="nav-group-task"> <a href="../Classes/AfterDate.html">AfterDate</a> </li> <li class="nav-group-task"> <a href="../Classes/AndCondition.html">AndCondition</a> </li> <li class="nav-group-task"> <a href="../Classes/ArcGenerator.html">ArcGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/BestSelection.html">BestSelection</a> </li> <li class="nav-group-task"> <a href="../Classes/BinaryNode.html">BinaryNode</a> </li> <li class="nav-group-task"> <a href="../Classes/ChanceNode.html">ChanceNode</a> </li> <li class="nav-group-task"> <a href="../Classes/Choice.html">Choice</a> </li> <li class="nav-group-task"> <a href="../Classes/ComparisonNode.html">ComparisonNode</a> </li> <li class="nav-group-task"> <a href="../Classes/ConditionalNode.html">ConditionalNode</a> </li> <li class="nav-group-task"> <a href="../Classes/ConjunctionNode.html">ConjunctionNode</a> </li> <li class="nav-group-task"> <a href="../Classes/ConstantNode.html">ConstantNode</a> </li> <li class="nav-group-task"> <a href="../Classes/CyclicEvaluator.html">CyclicEvaluator</a> </li> <li class="nav-group-task"> <a href="../Classes/DecisionTreeNode.html">DecisionTreeNode</a> </li> <li class="nav-group-task"> <a href="../Classes/DisjunctionNode.html">DisjunctionNode</a> </li> <li class="nav-group-task"> <a href="../Classes/DivisionNode.html">DivisionNode</a> </li> <li class="nav-group-task"> <a href="../Classes/DrandGenerator.html">DrandGenerator</a> </li> <li class="nav-group-task"> <a href="../Classes/Elitism.html">Elitism</a> </li> <li class="nav-group-task"> <a href="../Classes/EquationNode.html">EquationNode</a> </li> <li class="nav-group-task"> <a href="../Classes/EquivalenceNode.html">EquivalenceNode</a> </li> <li class="nav-group-task"> <a href="../Classes/Evaluator.html">Evaluator</a> </li> <li class="nav-group-task"> <a href="../Classes/FitnessThreshold.html">FitnessThreshold</a> </li> <li class="nav-group-task"> <a href="../Classes/GeneticAlgorithm.html">GeneticAlgorithm</a> </li> <li class="nav-group-task"> <a href="../Classes/GeneticOperator.html">GeneticOperator</a> </li> <li class="nav-group-task"> <a href="../Classes/GeneticOperatorNode.html">GeneticOperatorNode</a> </li> <li class="nav-group-task"> <a href="../Classes/ImplicationNode.html">ImplicationNode</a> </li> <li class="nav-group-task"> <a href="../Classes/Individual.html">Individual</a> </li> <li class="nav-group-task"> <a href="../Classes/LoopNode.html">LoopNode</a> </li> <li class="nav-group-task"> <a href="../Classes/MatingPool.html">MatingPool</a> </li> <li class="nav-group-task"> <a href="../Classes/MaxNumberOfGenerations.html">MaxNumberOfGenerations</a> </li> <li class="nav-group-task"> <a href="../Classes/MersenneTwister.html">MersenneTwister</a> </li> <li class="nav-group-task"> <a href="../Classes/ModuloNode.html">ModuloNode</a> </li> <li class="nav-group-task"> <a href="../Classes/MultiplicationNode.html">MultiplicationNode</a> </li> <li class="nav-group-task"> <a href="../Classes/Mutation.html">Mutation</a> </li> <li class="nav-group-task"> <a href="../Classes/NegationNode.html">NegationNode</a> </li> <li class="nav-group-task"> <a href="../Classes/NotCondition.html">NotCondition</a> </li> <li class="nav-group-task"> <a href="../Classes/OnePointCrossover.html">OnePointCrossover</a> </li> <li class="nav-group-task"> <a href="../Classes/OrCondition.html">OrCondition</a> </li> <li class="nav-group-task"> <a href="../Classes/ParallelEvaluator.html">ParallelEvaluator</a> </li> <li class="nav-group-task"> <a href="../Classes/RandomSelection.html">RandomSelection</a> </li> <li class="nav-group-task"> <a href="../Classes/RankSelection.html">RankSelection</a> </li> <li class="nav-group-task"> <a href="../Classes/Reproduction.html">Reproduction</a> </li> <li class="nav-group-task"> <a href="../Classes/RouletteSelection.html">RouletteSelection</a> </li> <li class="nav-group-task"> <a href="../Classes/Selection.html">Selection</a> </li> <li class="nav-group-task"> <a href="../Classes/SequenceNode.html">SequenceNode</a> </li> <li class="nav-group-task"> <a href="../Classes/SequentialEvaluator.html">SequentialEvaluator</a> </li> <li class="nav-group-task"> <a href="../Classes/SubtractionNode.html">SubtractionNode</a> </li> <li class="nav-group-task"> <a href="../Classes/TerminationCondition.html">TerminationCondition</a> </li> <li class="nav-group-task"> <a href="../Classes/TournamentSelection.html">TournamentSelection</a> </li> <li class="nav-group-task"> <a href="../Classes/TreeInterpreter.html">TreeInterpreter</a> </li> <li class="nav-group-task"> <a href="../Classes/TreeNode.html">TreeNode</a> </li> <li class="nav-group-task"> <a href="../Classes/TreeProgram.html">TreeProgram</a> </li> <li class="nav-group-task"> <a href="../Classes/TwoPointCrossover.html">TwoPointCrossover</a> </li> <li class="nav-group-task"> <a href="../Classes/UnaryNode.html">UnaryNode</a> </li> <li class="nav-group-task"> <a href="../Classes/ValueNode.html">ValueNode</a> </li> <li class="nav-group-task"> <a href="../Classes/WorstSelection.html">WorstSelection</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Global Variables.html">Global Variables</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Global Variables.html#/s:v8Revolver16REVOLVER_EPSILONSd">REVOLVER_EPSILON</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Enums.html">Enums</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Enums/FitnessKind.html">FitnessKind</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Extensions.html">Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Extensions/Bool.html">Bool</a> </li> <li class="nav-group-task"> <a href="../Extensions/Double.html">Double</a> </li> <li class="nav-group-task"> <a href="../Extensions/Float.html">Float</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Functions.html">Functions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolverop1nuRxS_14ChromosomeTyperFGCS_20TerminationConditionx_GS1_x_">!(_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi2aauRxS_14ChromosomeTyperFTGCS_20TerminationConditionx_GS1_x__GS1_x_">&amp;&amp;(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi4sssguRxS_14ChromosomeTyperFTGCS_16DecisionTreeNodex_GCS_15GeneticOperatorx__GS1_x_">---&gt;(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi4sssguRxS_14ChromosomeTyperFTGCS_10ChanceNodex_GCS_16DecisionTreeNodex__GS2_x_">---&gt;(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi4sssguRxS_14ChromosomeTyperFTGCS_16DecisionTreeNodex_GCS_10ChanceNodex__GS1_x_">---&gt;(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi4sssguRxS_14ChromosomeTyperFTGCS_15GeneticOperatorx_GS1_x__GCS_16DecisionTreeNodex_">---&gt;(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi1lFTCSo6NSDateS0__Sb">&lt;(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi2eeFTCSo6NSDateS0__Sb">==(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi2oouRxS_14ChromosomeTyperFTGCS_20TerminationConditionx_GS1_x__GS1_x_">||(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi3ooouRxS_14ChromosomeTyperFTGCS_6Choicex_GS1_x__GCS_10ChanceNodex_">|||(_:_:)</a> </li> <li class="nav-group-task"> <a href="../Functions.html#/s:ZF8Revolveroi3ooouRxS_14ChromosomeTyperFTGCS_10ChanceNodex_GCS_6Choicex__GS1_x_">|||(_:_:)</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols.html#/s:P8Revolver14ChromosomeType">ChromosomeType</a> </li> <li class="nav-group-task"> <a href="../Protocols.html#/s:P8Revolver20CommonChromosomeType">CommonChromosomeType</a> </li> <li class="nav-group-task"> <a href="../Protocols/Copyable.html">Copyable</a> </li> <li class="nav-group-task"> <a href="../Protocols/Discrete.html">Discrete</a> </li> <li class="nav-group-task"> <a href="../Protocols/EntropyGenerator.html">EntropyGenerator</a> </li> <li class="nav-group-task"> <a href="../Protocols/FitnessType.html">FitnessType</a> </li> <li class="nav-group-task"> <a href="../Protocols/Mutable.html">Mutable</a> </li> <li class="nav-group-task"> <a href="../Protocols/NumericType.html">NumericType</a> </li> <li class="nav-group-task"> <a href="../Protocols/OnePointCrossoverable.html">OnePointCrossoverable</a> </li> <li class="nav-group-task"> <a href="../Protocols.html#/s:P8Revolver24PersistentChromosomeType">PersistentChromosomeType</a> </li> <li class="nav-group-task"> <a href="../Protocols/PersistentRangeInitializedArray.html">PersistentRangeInitializedArray</a> </li> <li class="nav-group-task"> <a href="../Protocols/PersistentType.html">PersistentType</a> </li> <li class="nav-group-task"> <a href="../Protocols/RandomTreeFactory.html">RandomTreeFactory</a> </li> <li class="nav-group-task"> <a href="../Protocols/Randomizable.html">Randomizable</a> </li> <li class="nav-group-task"> <a href="../Protocols/RangeInitializedArray.html">RangeInitializedArray</a> </li> <li class="nav-group-task"> <a href="../Protocols.html#/s:P8Revolver12Reproducible">Reproducible</a> </li> <li class="nav-group-task"> <a href="../Protocols/TreeType.html">TreeType</a> </li> <li class="nav-group-task"> <a href="../Protocols/TwoPointCrossoverable.html">TwoPointCrossoverable</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>Double</h1> <div class="declaration"> <div class="language"> <pre class="highlight"><code><span class="kd">struct</span> <span class="kt">Double</span></code></pre> </div> </div> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:FE8RevolverSdcFT9generatorPS_16EntropyGenerator__Sd"></a> <a name="//apple_ref/swift/Method/init(generator:)" class="dashAnchor"></a> <a class="token" href="#/s:FE8RevolverSdcFT9generatorPS_16EntropyGenerator__Sd">init(generator:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight"><code><span class="kd">struct</span> <span class="kt">Double</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/petrmanek/Revolver/tree/1.0/Revolver/Double+Randomizable.swift#L2-L4">Show on GitHub</a> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2016 <a class="link" href="http://petrmanek.cz" target="_blank" rel="external">Petr Mánek</a>. All rights reserved. (Last updated: 2016-05-25)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.5.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </article> </div> </body> </div> </html>
petrmanek/revolver
Documentation/docsets/Revolver.docset/Contents/Resources/Documents/Extensions/Double.html
HTML
mit
17,963
--- layout: api title: "v2.2.0 JavaScript Library: L.MultiPolyline" categories: api version: v2.2.0 permalink: /api/v2.2.0/l-multipolyline --- <h2 id="multipolyline">MultiPolyline</h2> <p>Extends <a href="/mapbox.js/api/v2.2.0/l-featuregroup">FeatureGroup</a> to allow creating multi-polylines (single layer that consists of several polylines that share styling/popup).</p> <h3>Creation</h3> <table data-id='multipolyline'> <tr> <th>Factory</th> <th>Description</th> </tr> <tr> <td><code><b>L.multiPolyline</b>( <nobr>&lt;<a href="/mapbox.js/api/v2.2.0/l-latlng">LatLng</a>[][]&gt; <i>latlngs</i></nobr>, <nobr>&lt;<a href="/mapbox.js/api/v2.2.0/l-polyline">Polyline options</a>&gt; <i>options?</i> )</nobr> </code></td> <td>Instantiates a multi-polyline object given an array of arrays of geographical points (one for each individual polyline) and optionally an options object.</td> </tr> </table> <h3>Methods</h3> <p>MultiPolylines accept all <a href="/mapbox.js/api/v2.2.0/l-polyline">Polyline methods</a> but have different behavior around their coordinate contents since they can contain multiple line features:</p> <table data-id='multipolyline'> <tr> <th class="width250">Method</th> <th>Returns</th> <th>Description</th> </tr> <tr> <td><code><b>setLatLngs</b>( <nobr>&lt;<a href="/mapbox.js/api/v2.2.0/l-latlng">LatLng</a>[][]&gt; <i>latlngs</i> )</nobr> </code></td> <td><code><span class="keyword">this</span></code></td> <td>Replace all lines and their paths with the given array of arrays of geographical points.</td> </tr> <tr> <td><code><b>getLatLngs</b>()</td> <td><code><nobr>&lt;<a href="/mapbox.js/api/v2.2.0/l-latlng">LatLng</a>[][]&gt; <i>latlngs</i></nobr> </code></td> <td>Returns an array of arrays of geographical points in each line.</td> </tr> <tr> <td><code><b>openPopup</b>()</td> <td><code>this</code></td> <td>Opens the popup previously bound by <a href="/mapbox.js/api/v2.2.0/l-path">bindPopup</a>.</td> </tr> <tr id="multipolyline-togeojson"> <td><code><b>toGeoJSON</b>()</code></td> <td><code>Object</code></td> <td>Returns a <a href="http://en.wikipedia.org/wiki/GeoJSON">GeoJSON</a> representation of the multipolyline (GeoJSON MultiLineString Feature).</td> </tr> </table>
jackhummah/bootles
vendor/mapbox/mapbox.js-2.4.0/docs/_posts/api/v2.2.0/0200-01-01-l-multipolyline.html
HTML
mit
2,324
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/filter/filters.js?message=docs(number)%3A%20describe%20your%20change...#L75' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.4.0-beta.5/src/ng/filter/filters.js#L75' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">number</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - filter in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Formats a number as text.</p> <p>If the input is not a number an empty string is returned.</p> <p>If the input is an infinite (Infinity/-Infinity) the Infinity symbol &#39;∞&#39; is returned.</p> </div> <div> <h2>Usage</h2> <h3>In HTML Template Binding</h3> <pre><code>{{ number_expression | number : fractionSize}}</code></pre> <h3>In JavaScript</h3> <pre><code>$filter(&#39;number&#39;)(number, fractionSize)</code></pre> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> number </td> <td> <a href="" class="label type-hint type-hint-number">number</a><a href="" class="label type-hint type-hint-string">string</a> </td> <td> <p>Number to format.</p> </td> </tr> <tr> <td> fractionSize <div><em>(optional)</em></div> </td> <td> <a href="" class="label type-hint type-hint-number">number</a><a href="" class="label type-hint type-hint-string">string</a> </td> <td> <p>Number of decimal places to round the number to. If this is not provided then the fraction size is computed from the current locale&#39;s number formatting pattern. In the case of the default locale, it will be 3.</p> </td> </tr> </tbody> </table> </section> <h3>Returns</h3> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-string">string</a></td> <td><p>Number rounded to decimalPlaces and places a “,” after each third digit.</p> </td> </tr> </table> <h2 id="example">Example</h2><p> <div> <a ng-click="openPlunkr('examples/example-example99', $event)" class="btn pull-right"> <i class="glyphicon glyphicon-edit">&nbsp;</i> Edit in Plunker</a> <div class="runnable-example" path="examples/example-example99" module="numberFilterExample"> <div class="runnable-example-file" name="index.html" language="html" type="html"> <pre><code>&lt;script&gt;&#10; angular.module(&#39;numberFilterExample&#39;, [])&#10; .controller(&#39;ExampleController&#39;, [&#39;$scope&#39;, function($scope) {&#10; $scope.val = 1234.56789;&#10; }]);&#10;&lt;/script&gt;&#10;&lt;div ng-controller=&quot;ExampleController&quot;&gt;&#10; Enter number: &lt;input ng-model=&#39;val&#39;&gt;&lt;br&gt;&#10; Default formatting: &lt;span id=&#39;number-default&#39;&gt;{{val | number}}&lt;/span&gt;&lt;br&gt;&#10; No fractions: &lt;span&gt;{{val | number:0}}&lt;/span&gt;&lt;br&gt;&#10; Negative number: &lt;span&gt;{{-val | number:4}}&lt;/span&gt;&#10;&lt;/div&gt;</code></pre> </div> <div class="runnable-example-file" name="protractor.js" type="protractor" language="js"> <pre><code> it(&#39;should format numbers&#39;, function() {&#10; expect(element(by.id(&#39;number-default&#39;)).getText()).toBe(&#39;1,234.568&#39;);&#10; expect(element(by.binding(&#39;val | number:0&#39;)).getText()).toBe(&#39;1,235&#39;);&#10; expect(element(by.binding(&#39;-val | number:4&#39;)).getText()).toBe(&#39;-1,234.5679&#39;);&#10; });&#10;&#10; it(&#39;should update&#39;, function() {&#10; element(by.model(&#39;val&#39;)).clear();&#10; element(by.model(&#39;val&#39;)).sendKeys(&#39;3374.333&#39;);&#10; expect(element(by.id(&#39;number-default&#39;)).getText()).toBe(&#39;3,374.333&#39;);&#10; expect(element(by.binding(&#39;val | number:0&#39;)).getText()).toBe(&#39;3,374&#39;);&#10; expect(element(by.binding(&#39;-val | number:4&#39;)).getText()).toBe(&#39;-3,374.3330&#39;);&#10;});</code></pre> </div> <iframe class="runnable-example-frame" src="examples/example-example99/index.html" name="example-example99"></iframe> </div> </div> </p> </div>
dolymood/angular-packages
angular-1.4.0-beta.5/docs/partials/api/ng/filter/number.html
HTML
mit
4,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_55) on Fri Jun 20 06:34:21 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory (Solr 4.9.0 API)</title> <meta name="date" content="2014-06-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.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory (Solr 4.9.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/solr/spelling/suggest/fst/AnalyzingInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">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/spelling/suggest/fst/class-use/AnalyzingInfixLookupFactory.html" target="_top">Frames</a></li> <li><a href="AnalyzingInfixLookupFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory" class="title">Uses of Class<br>org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/apache/solr/spelling/suggest/fst/AnalyzingInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">AnalyzingInfixLookupFactory</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_9_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_9_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> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.spelling.suggest.fst"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/apache/solr/spelling/suggest/fst/AnalyzingInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">AnalyzingInfixLookupFactory</a> in <a href="../../../../../../../org/apache/solr/spelling/suggest/fst/package-summary.html">org.apache.solr.spelling.suggest.fst</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/solr/spelling/suggest/fst/AnalyzingInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">AnalyzingInfixLookupFactory</a> in <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="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../../org/apache/solr/spelling/suggest/fst/BlendedInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">BlendedInfixLookupFactory</a></strong></code> <div class="block">Factory for <a href="../../../../../../../org/apache/solr/spelling/suggest/fst/BlendedInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst"><code>BlendedInfixLookupFactory</code></a></div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/solr/spelling/suggest/fst/AnalyzingInfixLookupFactory.html" title="class in org.apache.solr.spelling.suggest.fst">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/spelling/suggest/fst/class-use/AnalyzingInfixLookupFactory.html" target="_top">Frames</a></li> <li><a href="AnalyzingInfixLookupFactory.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-2014 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>
BibAlex/bhl_rails_4_solr
docs/solr-core/org/apache/solr/spelling/suggest/fst/class-use/AnalyzingInfixLookupFactory.html
HTML
apache-2.0
7,998
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Generated by Apache Maven Doxia at 2014-11-13 --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Apache Hadoop 2.6.0 - </title> <style type="text/css" media="all"> @import url("../css/maven-base.css"); @import url("../css/maven-theme.css"); @import url("../css/site.css"); </style> <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" /> <meta name="Date-Revision-yyyymmdd" content="20141113" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body class="composite"> <div id="banner"> <a href="http://hadoop.apache.org/" id="bannerLeft"> <img src="http://hadoop.apache.org/images/hadoop-logo.jpg" alt="" /> </a> <a href="http://www.apache.org/" id="bannerRight"> <img src="http://www.apache.org/images/asf_logo_wide.png" alt="" /> </a> <div class="clear"> <hr/> </div> </div> <div id="breadcrumbs"> <div class="xleft"> <a href="http://www.apache.org/" class="externalLink">Apache</a> &gt; <a href="http://hadoop.apache.org/" class="externalLink">Hadoop</a> &gt; <a href="../../">Apache Hadoop Project Dist POM</a> &gt; <a href="../">Apache Hadoop 2.6.0</a> </div> <div class="xright"> <a href="http://wiki.apache.org/hadoop" class="externalLink">Wiki</a> | <a href="https://svn.apache.org/repos/asf/hadoop/" class="externalLink">SVN</a> | <a href="http://hadoop.apache.org/" class="externalLink">Apache Hadoop</a> &nbsp;| Last Published: 2014-11-13 &nbsp;| Version: 2.6.0 </div> <div class="clear"> <hr/> </div> </div> <div id="leftColumn"> <div id="navcolumn"> <h5>General</h5> <ul> <li class="none"> <a href="../../../index.html">Overview</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/SingleCluster.html">Single Node Setup</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/ClusterSetup.html">Cluster Setup</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/CommandsManual.html">Hadoop Commands Reference</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/FileSystemShell.html">FileSystem Shell</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/Compatibility.html">Hadoop Compatibility</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/filesystem/index.html">FileSystem Specification</a> </li> </ul> <h5>Common</h5> <ul> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/CLIMiniCluster.html">CLI Mini Cluster</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/NativeLibraries.html">Native Libraries</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/Superusers.html">Superusers</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/SecureMode.html">Secure Mode</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/ServiceLevelAuth.html">Service Level Authorization</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/HttpAuthentication.html">HTTP Authentication</a> </li> <li class="none"> <a href="../../../hadoop-kms/index.html">Hadoop KMS</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/Tracing.html">Tracing</a> </li> </ul> <h5>HDFS</h5> <ul> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS User Guide</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HDFSCommands.html">HDFS Commands Reference</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html">High Availability With QJM</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html">High Availability With NFS</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/Federation.html">Federation</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/ViewFs.html">ViewFs Guide</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsSnapshots.html">HDFS Snapshots</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsDesign.html">HDFS Architecture</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsEditsViewer.html">Edits Viewer</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsImageViewer.html">Image Viewer</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html">Permissions and HDFS</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html">Quotas and HDFS</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/Hftp.html">HFTP</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/LibHdfs.html">C API libhdfs</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/WebHDFS.html">WebHDFS REST API</a> </li> <li class="none"> <a href="../../../hadoop-hdfs-httpfs/index.html">HttpFS Gateway</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/ShortCircuitLocalReads.html">Short Circuit Local Reads</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html">Centralized Cache Management</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html">HDFS NFS Gateway</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsRollingUpgrade.html">HDFS Rolling Upgrade</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/ExtendedAttributes.html">Extended Attributes</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/TransparentEncryption.html">Transparent Encryption</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html">HDFS Support for Multihoming</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html">Archival Storage, SSD & Memory</a> </li> </ul> <h5>MapReduce</h5> <ul> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html">MapReduce Tutorial</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredCommands.html">MapReduce Commands Reference</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html">Compatibilty between Hadoop 1.x and Hadoop 2.x</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html">Encrypted Shuffle</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/PluggableShuffleAndPluggableSort.html">Pluggable Shuffle/Sort</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistributedCacheDeploy.html">Distributed Cache Deploy</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopStreaming.html">Hadoop Streaming</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopArchives.html">Hadoop Archives</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistCp.html">DistCp</a> </li> </ul> <h5>MapReduce REST APIs</h5> <ul> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredAppMasterRest.html">MR Application Master</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-hs/HistoryServerRest.html">MR History Server</a> </li> </ul> <h5>YARN</h5> <ul> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/YARN.html">YARN Architecture</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html">Capacity Scheduler</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/FairScheduler.html">Fair Scheduler</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html">ResourceManager Restart</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html">ResourceManager HA</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/WebApplicationProxy.html">Web Application Proxy</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/TimelineServer.html">YARN Timeline Server</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html">Writing YARN Applications</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/YarnCommands.html">YARN Commands</a> </li> <li class="none"> <a href="../../../hadoop-sls/SchedulerLoadSimulator.html">Scheduler Load Simulator</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/NodeManagerRestart.html">NodeManager Restart</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/DockerContainerExecutor.html">DockerContainerExecutor</a> </li> </ul> <h5>YARN REST APIs</h5> <ul> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html">Introduction</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html">Resource Manager</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-site/NodeManagerRest.html">Node Manager</a> </li> </ul> <h5>Auth</h5> <ul> <li class="none"> <a href="../../../hadoop-auth/index.html">Overview</a> </li> <li class="none"> <a href="../../../hadoop-auth/Examples.html">Examples</a> </li> <li class="none"> <a href="../../../hadoop-auth/Configuration.html">Configuration</a> </li> <li class="none"> <a href="../../../hadoop-auth/BuildingIt.html">Building</a> </li> </ul> <h5>Reference</h5> <ul> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/releasenotes.html">Release Notes</a> </li> <li class="none"> <a href="../../../api/index.html">API docs</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/CHANGES.txt">Common CHANGES.txt</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/CHANGES.txt">HDFS CHANGES.txt</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-mapreduce/CHANGES.txt">MapReduce CHANGES.txt</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-yarn/CHANGES.txt">YARN CHANGES.txt</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/Metrics.html">Metrics</a> </li> </ul> <h5>Configuration</h5> <ul> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/core-default.xml">core-default.xml</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-hdfs/hdfs-default.xml">hdfs-default.xml</a> </li> <li class="none"> <a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml">mapred-default.xml</a> </li> <li class="none"> <a href="../../../hadoop-yarn/hadoop-yarn-common/yarn-default.xml">yarn-default.xml</a> </li> <li class="none"> <a href="../../../hadoop-project-dist/hadoop-common/DeprecatedProperties.html">Deprecated Properties</a> </li> </ul> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img alt="Built by Maven" src="../images/logos/maven-feather.png"/> </a> </div> </div> <div id="bodyColumn"> <div id="contentBox"> <!-- - 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. See accompanying LICENSE file. --><h1>Introduction</h1> <p>This document defines the required behaviors of a Hadoop-compatible filesystem for implementors and maintainers of the Hadoop filesystem, and for users of the Hadoop FileSystem APIs</p> <p>Most of the Hadoop operations are tested against HDFS in the Hadoop test suites, initially through <tt>MiniDFSCluster</tt>, before release by vendor-specific &#x2018;production&#x2019; tests, and implicitly by the Hadoop stack above it.</p> <p>HDFS&#x2019;s actions have been modeled on POSIX filesystem behavior, using the actions and return codes of Unix filesystem actions as a reference. Even so, there are places where HDFS diverges from the expected behaviour of a POSIX filesystem.</p> <p>The behaviour of other Hadoop filesystems are not as rigorously tested. The bundled S3 FileSystem makes Amazon&#x2019;s S3 Object Store (&#x201c;blobstore&#x201d;) accessible through the FileSystem API. The Swift FileSystem driver provides similar functionality for the OpenStack Swift blobstore. The Azure object storage FileSystem in branch-1-win talks to Microsoft&#x2019;s Azure equivalent. All of these bind to object stores, which do have different behaviors, especially regarding consistency guarantees, and atomicity of operations.</p> <p>The &#x201c;Local&#x201d; FileSystem provides access to the underlying filesystem of the platform. Its behavior is defined by the operating system and can behave differently from HDFS. Examples of local filesystem quirks include case-sensitivity, action when attempting to rename a file atop another file, and whether it is possible to <tt>seek()</tt> past the end of the file.</p> <p>There are also filesystems implemented by third parties that assert compatibility with Apache Hadoop. There is no formal compatibility suite, and hence no way for anyone to declare compatibility except in the form of their own compatibility tests.</p> <p>These documents <i>do not</i> attempt to provide a normative definition of compatibility. Passing the associated test suites <i>does not</i> guarantee correct behavior of applications.</p> <p>What the test suites do define is the expected set of actions&#x2014;failing these tests will highlight potential issues.</p> <p>By making each aspect of the contract tests configurable, it is possible to declare how a filesystem diverges from parts of the standard contract. This is information which can be conveyed to users of the filesystem.</p> <div class="section"> <div class="section"> <h3>Naming<a name="Naming"></a></h3> <p>This document follows RFC 2119 rules regarding the use of MUST, MUST NOT, MAY, and SHALL. MUST NOT is treated as normative.</p></div></div> <div class="section"> <h2>Implicit assumptions of the Hadoop FileSystem APIs<a name="Implicit_assumptions_of_the_Hadoop_FileSystem_APIs"></a></h2> <p>The original <tt>FileSystem</tt> class and its usages are based on an implicit set of assumptions. Chiefly, that HDFS is the underlying FileSystem, and that it offers a subset of the behavior of a POSIX filesystem (or at least the implementation of the POSIX filesystem APIs and model provided by Linux filesystems).</p> <p>Irrespective of the API, it&#x2019;s expected that all Hadoop-compatible filesystems present the model of a filesystem implemented in Unix:</p> <ul> <li> <p>It&#x2019;s a hierarchical directory structure with files and directories.</p></li> <li> <p>Files contain zero or more bytes of data.</p></li> <li> <p>You cannot put files or directories under a file.</p></li> <li> <p>Directories contain zero or more files.</p></li> <li> <p>A directory entry has no data itself.</p></li> <li> <p>You can write arbitrary binary data to a file. When the file&#x2019;s contents are read, from anywhere inside or outside of the cluster, the data is returned.</p></li> <li> <p>You can store many gigabytes of data in a single file.</p></li> <li> <p>The root directory, <tt>&quot;/&quot;</tt>, always exists, and cannot be renamed.</p></li> <li> <p>The root directory, <tt>&quot;/&quot;</tt>, is always a directory, and cannot be overwritten by a file write operation.</p></li> <li> <p>Any attempt to recursively delete the root directory will delete its contents (barring lack of permissions), but will not delete the root path itself.</p></li> <li> <p>You cannot rename/move a directory under itself.</p></li> <li> <p>You cannot rename/move a directory atop any existing file other than the source file itself.</p></li> <li> <p>Directory listings return all the data files in the directory (i.e. there may be hidden checksum files, but all the data files are listed).</p></li> <li> <p>The attributes of a file in a directory listing (e.g. owner, length) match the actual attributes of a file, and are consistent with the view from an opened file reference.</p></li> <li> <p>Security: if the caller lacks the permissions for an operation, it will fail and raise an error.</p></li> </ul> <div class="section"> <h3>Path Names<a name="Path_Names"></a></h3> <ul> <li> <p>A Path is comprised of Path elements separated by <tt>&quot;/&quot;</tt>.</p></li> <li> <p>A path element is a unicode string of 1 or more characters.</p></li> <li> <p>Path element MUST NOT include the characters <tt>&quot;:&quot;</tt> or <tt>&quot;/&quot;</tt>.</p></li> <li> <p>Path element SHOULD NOT include characters of ASCII/UTF-8 value 0-31 .</p></li> <li> <p>Path element MUST NOT be <tt>&quot;.&quot;</tt> or <tt>&quot;..&quot;</tt></p></li> <li> <p>Note also that the Azure blob store documents say that paths SHOULD NOT use a trailing <tt>&quot;.&quot;</tt> (as their .NET URI class strips it).</p></li> <li> <p>Paths are compared based on unicode code-points.</p></li> <li> <p>Case-insensitive and locale-specific comparisons MUST NOT not be used.</p></li> </ul></div> <div class="section"> <h3>Security Assumptions<a name="Security_Assumptions"></a></h3> <p>Except in the special section on security, this document assumes the client has full access to the FileSystem. Accordingly, the majority of items in the list do not add the qualification &#x201c;assuming the user has the rights to perform the operation with the supplied parameters and paths&#x201d;.</p> <p>The failure modes when a user lacks security permissions are not specified.</p></div> <div class="section"> <h3>Networking Assumptions<a name="Networking_Assumptions"></a></h3> <p>This document assumes this all network operations succeed. All statements can be assumed to be qualified as <i>&#x201c;assuming the operation does not fail due to a network availability problem&#x201d;</i></p> <ul> <li> <p>The final state of a FileSystem after a network failure is undefined.</p></li> <li> <p>The immediate consistency state of a FileSystem after a network failure is undefined.</p></li> <li> <p>If a network failure can be reported to the client, the failure MUST be an instance of <tt>IOException</tt> or subclass thereof.</p></li> <li> <p>The exception details SHOULD include diagnostics suitable for an experienced Java developer <i>or</i> operations team to begin diagnostics. For example, source and destination hostnames and ports on a ConnectionRefused exception.</p></li> <li> <p>The exception details MAY include diagnostics suitable for inexperienced developers to begin diagnostics. For example Hadoop tries to include a reference to <a class="externalLink" href="http://wiki.apache.org/hadoop/ConnectionRefused">ConnectionRefused</a> when a TCP connection request is refused.</p></li> </ul> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --></div></div> <div class="section"> <h2>Core Expectations of a Hadoop Compatible FileSystem<a name="Core_Expectations_of_a_Hadoop_Compatible_FileSystem"></a></h2> <p>Here are the core expectations of a Hadoop-compatible FileSystem. Some FileSystems do not meet all these expectations; as a result, some programs may not work as expected.</p> <div class="section"> <h3>Atomicity<a name="Atomicity"></a></h3> <p>There are some operations that MUST be atomic. This is because they are often used to implement locking/exclusive access between processes in a cluster.</p> <ol style="list-style-type: decimal"> <li>Creating a file. If the <tt>overwrite</tt> parameter is false, the check and creation MUST be atomic.</li> <li>Deleting a file.</li> <li>Renaming a file.</li> <li>Renaming a directory.</li> <li>Creating a single directory with <tt>mkdir()</tt>.</li> </ol> <ul> <li>Recursive directory deletion MAY be atomic. Although HDFS offers atomic recursive directory deletion, none of the other Hadoop FileSystems offer such a guarantee (including local FileSystems).</li> </ul> <p>Most other operations come with no requirements or guarantees of atomicity.</p></div> <div class="section"> <h3>Consistency<a name="Consistency"></a></h3> <p>The consistency model of a Hadoop FileSystem is <i>one-copy-update-semantics</i>; that of a traditional local POSIX filesystem. Note that even NFS relaxes some constraints about how fast changes propagate.</p> <ul> <li> <p><i>Create.</i> Once the <tt>close()</tt> operation on an output stream writing a newly created file has completed, in-cluster operations querying the file metadata and contents MUST immediately see the file and its data.</p></li> <li> <p><i>Update.</i> Once the <tt>close()</tt> operation on an output stream writing a newly created file has completed, in-cluster operations querying the file metadata and contents MUST immediately see the new data.</p></li> <li> <p><i>Delete.</i> once a <tt>delete()</tt> operation on a path other than &#x201c;/&#x201d; has completed successfully, it MUST NOT be visible or accessible. Specifically, <tt>listStatus()</tt>, <tt>open()</tt> ,<tt>rename()</tt> and <tt>append()</tt> operations MUST fail.</p></li> <li> <p><i>Delete then create.</i> When a file is deleted then a new file of the same name created, the new file MUST be immediately visible and its contents accessible via the FileSystem APIs.</p></li> <li> <p><i>Rename.</i> After a <tt>rename()</tt> has completed, operations against the new path MUST succeed; attempts to access the data against the old path MUST fail.</p></li> <li> <p>The consistency semantics inside of the cluster MUST be the same as outside of the cluster. All clients querying a file that is not being actively manipulated MUST see the same metadata and data irrespective of their location.</p></li> </ul></div> <div class="section"> <h3>Concurrency<a name="Concurrency"></a></h3> <p>There are no guarantees of isolated access to data: if one client is interacting with a remote file and another client changes that file, the changes may or may not be visible.</p></div> <div class="section"> <h3>Operations and failures<a name="Operations_and_failures"></a></h3> <ul> <li> <p>All operations MUST eventually complete, successfully or unsuccessfully.</p></li> <li> <p>The time to complete an operation is undefined and may depend on the implementation and on the state of the system.</p></li> <li> <p>Operations MAY throw a <tt>RuntimeException</tt> or subclass thereof.</p></li> <li> <p>Operations SHOULD raise all network, remote, and high-level problems as an <tt>IOException</tt> or subclass thereof, and SHOULD NOT raise a <tt>RuntimeException</tt> for such problems.</p></li> <li> <p>Operations SHOULD report failures by way of raised exceptions, rather than specific return codes of an operation.</p></li> <li> <p>In the text, when an exception class is named, such as <tt>IOException</tt>, the raised exception MAY be an instance or subclass of the named exception. It MUST NOT be a superclass.</p></li> <li> <p>If an operation is not implemented in a class, the implementation must throw an <tt>UnsupportedOperationException</tt>.</p></li> <li> <p>Implementations MAY retry failed operations until they succeed. If they do this, they SHOULD do so in such a way that the <i>happens-before</i> relationship between any sequence of operations meets the consistency and atomicity requirements stated. See <a class="externalLink" href="https://issues.apache.org/jira/browse/HDFS-4849">HDFS-4849</a> for an example of this: HDFS does not implement any retry feature that could be observable by other callers.</p></li> </ul></div> <div class="section"> <h3>Undefined capacity limits<a name="Undefined_capacity_limits"></a></h3> <p>Here are some limits to FileSystem capacity that have never been explicitly defined.</p> <ol style="list-style-type: decimal"> <li> <p>The maximum number of files in a directory.</p></li> <li> <p>Max number of directories in a directory</p></li> <li> <p>Maximum total number of entries (files and directories) in a filesystem.</p></li> <li> <p>The maximum length of a filename under a directory (HDFS: 8000).</p></li> <li> <p><tt>MAX_PATH</tt> - the total length of the entire directory tree referencing a file. Blobstores tend to stop at ~1024 characters.</p></li> <li> <p>The maximum depth of a path (HDFS: 1000 directories).</p></li> <li> <p>The maximum size of a single file.</p></li> </ol></div> <div class="section"> <h3>Undefined timeouts<a name="Undefined_timeouts"></a></h3> <p>Timeouts for operations are not defined at all, including:</p> <ul> <li> <p>The maximum completion time of blocking FS operations. MAPREDUCE-972 documents how <tt>distcp</tt> broke on slow s3 renames.</p></li> <li> <p>The timeout for idle read streams before they are closed.</p></li> <li> <p>The timeout for idle write streams before they are closed.</p></li> </ul> <p>The blocking-operation timeout is in fact variable in HDFS, as sites and clients may tune the retry parameters so as to convert filesystem failures and failovers into pauses in operation. Instead there is a general assumption that FS operations are &#x201c;fast but not as fast as local FS operations&#x201d;, and that the latency of data reads and writes scale with the volume of data. This assumption by client applications reveals a more fundamental one: that the filesystem is &#x201c;close&#x201d; as far as network latency and bandwidth is concerned.</p> <p>There are also some implicit assumptions about the overhead of some operations.</p> <ol style="list-style-type: decimal"> <li> <p><tt>seek()</tt> operations are fast and incur little or no network delays. [This does not hold on blob stores]</p></li> <li> <p>Directory list operations are fast for directories with few entries.</p></li> <li> <p>Directory list operations are fast for directories with few entries, but may incur a cost that is <tt>O(entries)</tt>. Hadoop 2 added iterative listing to handle the challenge of listing directories with millions of entries without buffering -at the cost of consistency.</p></li> <li> <p>A <tt>close()</tt> of an <tt>OutputStream</tt> is fast, irrespective of whether or not the file operation has succeeded or not.</p></li> <li> <p>The time to delete a directory is independent of the size of the number of child entries</p></li> </ol></div> <div class="section"> <h3>Object Stores vs. Filesystems<a name="Object_Stores_vs._Filesystems"></a></h3> <p>This specification refers to <i>Object Stores</i> in places, often using the term <i>Blobstore</i>. Hadoop does provide FileSystem client classes for some of these even though they violate many of the requirements. This is why, although Hadoop can read and write data in an object store, the two which Hadoop ships with direct support for &#x2014;Amazon S3 and OpenStack Swift&amp;mdash cannot be used as direct replacement for HDFS.</p> <p><i>What is an Object Store?</i></p> <p>An object store is a data storage service, usually accessed over HTTP/HTTPS. A <tt>PUT</tt> request uploads an object/&#x201c;Blob&#x201d;; a <tt>GET</tt> request retrieves it; ranged <tt>GET</tt> operations permit portions of a blob to retrieved. To delete the object, the HTTP <tt>DELETE</tt> operation is invoked.</p> <p>Objects are stored by name: a string, possibly with &#x201c;/&#x201d; symbols in them. There is no notion of a directory; arbitrary names can be assigned to objects &#x2014; within the limitations of the naming scheme imposed by the service&#x2019;s provider.</p> <p>The object stores invariably provide an operation to retrieve objects with a given prefix; a <tt>GET</tt> operation on the root of the service with the appropriate query parameters.</p> <p>Object stores usually prioritize availability &#x2014;there is no single point of failure equivalent to the HDFS NameNode(s). They also strive for simple non-POSIX APIs: the HTTP verbs are the operations allowed.</p> <p>Hadoop FileSystem clients for object stores attempt to make the stores pretend that they are a FileSystem, a FileSystem with the same features and operations as HDFS. This is &#x2014;ultimately&#x2014;a pretence: they have different characteristics and occasionally the illusion fails.</p> <ol style="list-style-type: decimal"> <li> <p><b>Consistency</b>. Object stores are generally <i>Eventually Consistent</i>: it can take time for changes to objects &#x2014;creation, deletion and updates&#x2014; to become visible to all callers. Indeed, there is no guarantee a change is immediately visible to the client which just made the change. As an example, an object <tt>test/data1.csv</tt> may be overwritten with a new set of data, but when a <tt>GET test/data1.csv</tt> call is made shortly after the update, the original data returned. Hadoop assumes that filesystems are consistent; that creation, updates and deletions are immediately visible, and that the results of listing a directory are current with respect to the files within that directory.</p></li> <li> <p><b>Atomicity</b>. Hadoop assumes that directory <tt>rename()</tt> operations are atomic, as are <tt>delete()</tt> operations. Object store FileSystem clients implement these as operations on the individual objects whose names match the directory prefix. As a result, the changes take place a file at a time, and are not atomic. If an operation fails part way through the process, the the state of the object store reflects the partially completed operation. Note also that client code assumes that these operations are <tt>O(1)</tt> &#x2014;in an object store they are more likely to be be <tt>O(child-entries)</tt>.</p></li> <li> <p><b>Durability</b>. Hadoop assumes that <tt>OutputStream</tt> implementations write data to their (persistent) storage on a <tt>flush()</tt> operation. Object store implementations save all their written data to a local file, a file that is then only <tt>PUT</tt> to the object store in the final <tt>close()</tt> operation. As a result, there is never any partial data from incomplete or failed operations. Furthermore, as the write process only starts in <tt>close()</tt> operation, that operation may take a time proportional to the quantity of data to upload, and inversely proportional to the network bandwidth. It may also fail &#x2014;a failure that is better escalated than ignored.</p></li> </ol> <p>Object stores with these characteristics, can not be used as a direct replacement for HDFS. In terms of this specification, their implementations of the specified operations do not match those required. They are considered supported by the Hadoop development community, but not to the same extent as HDFS.</p></div></div> </div> </div> <div class="clear"> <hr/> </div> <div id="footer"> <div class="xright">&#169; 2014 Apache Software Foundation - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div> <div class="clear"> <hr/> </div> </div> </body> </html>
SAT-Hadoop/hadoop-2.6.0
share/doc/hadoop/hadoop-project-dist/hadoop-common/filesystem/introduction.html
HTML
apache-2.0
37,364
<!doctype html> <html xmlns="http://www.w3.org/1999/html"> <head> <meta charset="utf-8"> <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta content="black" name="apple-mobile-web-app-status-bar-style"> <meta name="format-detection" content="telephone=no"> <meta content="telephone=no" name="format-detection"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>{Saivi:$tpl.wxname}</title> <link type="text/css" rel="stylesheet" href="./tpl/static/tpl/com/css/comstyle.css"/> <link type="text/css" rel="stylesheet" href="./tpl/static/tpl/com/css/font-awesome.css"/> <link href="./tpl/static/tpl/1119/css/list9.css" media="screen" rel="stylesheet" type="text/css" /> <script src="./tpl/static/tpl/com/js/comjs.js" type="text/javascript"></script> </head> <body> <div class="html"> <div class="stage" id="stage"> <section id="sec-index"> <div class="body"> <div class="list"> <ul> <volist name="info" id="vo"> <li> <a href="<if condition="$vo['url'] eq ''">{Saivi::U('Wap/Index/lists',array('classid'=>$vo['id'],'token'=>$vo['token']))}<else/>{Saivi:$vo.url|htmlspecialchars_decode}</if>"> <div class="list-img"> <b> <img src="{Saivi:$vo.img}" /> </b> </div> <div class="list-text"> <h1>{Saivi:$vo.name}</h1> <h2>{Saivi:$vo.info}</h2> </div> </a> </li> </volist> </ul> </div> </div> </section> </div><!--.stage end--> </div><!--.html end--> <div class="copyright"> <if condition="$iscopyright eq 1"> {Saivi:$homeInfo.copyright} <else/> {Saivi:$siteCopyright} </if> </div> <include file="Index:styleInclude"/><include file="$cateMenuFileName"/> <!-- share --> <include file="Index:share" /> <script type="text/javascript" src="/tpl/Wap/default/common/js/ChatFloat.js"></script> <if condition="$kefu['status'] eq '1'"><a href="{Saivi:$kefu.info2}" id="CustomerChatFloat" style="position: fixed; right: 0px; top: 150px; z-index: 99999; height: 70px; width: 65px; min-width: 65px; background-image: url(/tpl/Wap/default/common/css/img/MobileChatFloat.png); background-size: 65px; background-position: 0px 0px; background-repeat: no-repeat no-repeat;"></a></if> </body> </html>
taobataoma/saivi
tpl/Wap/default/Index_1126_index_85vvb.html
HTML
apache-2.0
2,624
<!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 Sun Dec 12 16:57:27 GMT 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> schemagen.SchemagenOptions (Jena Framework) </TITLE> <META NAME="date" CONTENT="2010-12-12"> <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="schemagen.SchemagenOptions (Jena Framework)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/schemagen.SchemagenOptions.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../jena/schemagen.SchemagenException.html" title="class in jena"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../jena/schemagen.SchemagenOptions.OPT.html" title="enum in jena"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?jena/schemagen.SchemagenOptions.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="schemagen.SchemagenOptions.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;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&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"> jena</FONT> <BR> Interface schemagen.SchemagenOptions</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../jena/schemagen.SchemagenOptionsImpl.html" title="class in jena">schemagen.SchemagenOptionsImpl</A></DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../jena/schemagen.html" title="class in jena">schemagen</A></DD> </DL> <HR> <DL> <DT><PRE>public static interface <B>schemagen.SchemagenOptions</B></DL> </PRE> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <A NAME="nested_class_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>Nested Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.OPT.html" title="enum in jena">schemagen.SchemagenOptions.OPT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[][]</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#m_optionDefinitions">m_optionDefinitions</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;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getClassdecOption()">getClassdecOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getClassnameOption()">getClassnameOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getClassnameSuffixOption()">getClassnameSuffixOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getClassSectionOption()">getClassSectionOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getClassTemplateOption()">getClassTemplateOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getConfigFileOption()">getConfigFileOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getDeclarationsOption()">getDeclarationsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getEncodingOption()">getEncodingOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getFooterOption()">getFooterOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getHeaderOption()">getHeaderOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getHelpOption()">getHelpOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getIncludeOption()">getIncludeOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getIndividualsSectionOption()">getIndividualsSectionOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getIndividualTemplateOption()">getIndividualTemplateOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getInputOption()">getInputOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getLangDamlOption()">getLangDamlOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getLangOwlOption()">getLangOwlOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getLangRdfsOption()">getLangRdfsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getMarkerOption()">getMarkerOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getNamespaceOption()">getNamespaceOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getNoCommentsOption()">getNoCommentsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getOntologyOption()">getOntologyOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getOutputOption()">getOutputOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getPackagenameOption()">getPackagenameOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getPropertySectionOption()">getPropertySectionOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getPropTemplateOption()">getPropTemplateOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#getRootOption()">getRootOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasClassdecOption()">hasClassdecOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasClassnameOption()">hasClassnameOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasClassnameSuffixOption()">hasClassnameSuffixOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasClassSectionOption()">hasClassSectionOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasClassTemplateOption()">hasClassTemplateOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasConfigFileOption()">hasConfigFileOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasDeclarationsOption()">hasDeclarationsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasDosOption()">hasDosOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasEncodingOption()">hasEncodingOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasFooterOption()">hasFooterOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasHeaderOption()">hasHeaderOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasHelpOption()">hasHelpOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasIncludeOption()">hasIncludeOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasIncludeSourceOption()">hasIncludeSourceOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasIndividualsSectionOption()">hasIndividualsSectionOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasIndividualTemplateOption()">hasIndividualTemplateOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasInputOption()">hasInputOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasLangDamlOption()">hasLangDamlOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasLangOwlOption()">hasLangOwlOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasLangRdfsOption()">hasLangRdfsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasMarkerOption()">hasMarkerOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNamespaceOption()">hasNamespaceOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNoclassesOption()">hasNoclassesOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNoCommentsOption()">hasNoCommentsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNoheaderOption()">hasNoheaderOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNoindividualsOption()">hasNoindividualsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNopropertiesOption()">hasNopropertiesOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasNoStrictOption()">hasNoStrictOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasOntologyOption()">hasOntologyOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasOutputOption()">hasOutputOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasPackagenameOption()">hasPackagenameOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasPropertySectionOption()">hasPropertySectionOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasPropTemplateOption()">hasPropTemplateOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasRootOption()">hasRootOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasStrictIndividualsOption()">hasStrictIndividualsOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasUcNamesOption()">hasUcNamesOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../jena/schemagen.SchemagenOptions.html#hasUseInfOption()">hasUseInfOption</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="m_optionDefinitions"><!-- --></A><H3> m_optionDefinitions</H3> <PRE> static final <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[][] <B>m_optionDefinitions</B></PRE> <DL> <DL> </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="hasConfigFileOption()"><!-- --></A><H3> hasConfigFileOption</H3> <PRE> boolean <B>hasConfigFileOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getConfigFileOption()"><!-- --></A><H3> getConfigFileOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getConfigFileOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasRootOption()"><!-- --></A><H3> hasRootOption</H3> <PRE> boolean <B>hasRootOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getRootOption()"><!-- --></A><H3> getRootOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getRootOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNoCommentsOption()"><!-- --></A><H3> hasNoCommentsOption</H3> <PRE> boolean <B>hasNoCommentsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getNoCommentsOption()"><!-- --></A><H3> getNoCommentsOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getNoCommentsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasInputOption()"><!-- --></A><H3> hasInputOption</H3> <PRE> boolean <B>hasInputOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getInputOption()"><!-- --></A><H3> getInputOption</H3> <PRE> <A HREF="../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> <B>getInputOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasLangDamlOption()"><!-- --></A><H3> hasLangDamlOption</H3> <PRE> boolean <B>hasLangDamlOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLangDamlOption()"><!-- --></A><H3> getLangDamlOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getLangDamlOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasLangOwlOption()"><!-- --></A><H3> hasLangOwlOption</H3> <PRE> boolean <B>hasLangOwlOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLangOwlOption()"><!-- --></A><H3> getLangOwlOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getLangOwlOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasLangRdfsOption()"><!-- --></A><H3> hasLangRdfsOption</H3> <PRE> boolean <B>hasLangRdfsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLangRdfsOption()"><!-- --></A><H3> getLangRdfsOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getLangRdfsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasOutputOption()"><!-- --></A><H3> hasOutputOption</H3> <PRE> boolean <B>hasOutputOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getOutputOption()"><!-- --></A><H3> getOutputOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getOutputOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasHeaderOption()"><!-- --></A><H3> hasHeaderOption</H3> <PRE> boolean <B>hasHeaderOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getHeaderOption()"><!-- --></A><H3> getHeaderOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getHeaderOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasFooterOption()"><!-- --></A><H3> hasFooterOption</H3> <PRE> boolean <B>hasFooterOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFooterOption()"><!-- --></A><H3> getFooterOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getFooterOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasMarkerOption()"><!-- --></A><H3> hasMarkerOption</H3> <PRE> boolean <B>hasMarkerOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getMarkerOption()"><!-- --></A><H3> getMarkerOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getMarkerOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasPackagenameOption()"><!-- --></A><H3> hasPackagenameOption</H3> <PRE> boolean <B>hasPackagenameOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPackagenameOption()"><!-- --></A><H3> getPackagenameOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getPackagenameOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasOntologyOption()"><!-- --></A><H3> hasOntologyOption</H3> <PRE> boolean <B>hasOntologyOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getOntologyOption()"><!-- --></A><H3> getOntologyOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getOntologyOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasClassnameOption()"><!-- --></A><H3> hasClassnameOption</H3> <PRE> boolean <B>hasClassnameOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getClassnameOption()"><!-- --></A><H3> getClassnameOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getClassnameOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasClassdecOption()"><!-- --></A><H3> hasClassdecOption</H3> <PRE> boolean <B>hasClassdecOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getClassdecOption()"><!-- --></A><H3> getClassdecOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getClassdecOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNamespaceOption()"><!-- --></A><H3> hasNamespaceOption</H3> <PRE> boolean <B>hasNamespaceOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getNamespaceOption()"><!-- --></A><H3> getNamespaceOption</H3> <PRE> <A HREF="../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> <B>getNamespaceOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasDeclarationsOption()"><!-- --></A><H3> hasDeclarationsOption</H3> <PRE> boolean <B>hasDeclarationsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getDeclarationsOption()"><!-- --></A><H3> getDeclarationsOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getDeclarationsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasPropertySectionOption()"><!-- --></A><H3> hasPropertySectionOption</H3> <PRE> boolean <B>hasPropertySectionOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPropertySectionOption()"><!-- --></A><H3> getPropertySectionOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getPropertySectionOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasClassSectionOption()"><!-- --></A><H3> hasClassSectionOption</H3> <PRE> boolean <B>hasClassSectionOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getClassSectionOption()"><!-- --></A><H3> getClassSectionOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getClassSectionOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasIndividualsSectionOption()"><!-- --></A><H3> hasIndividualsSectionOption</H3> <PRE> boolean <B>hasIndividualsSectionOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getIndividualsSectionOption()"><!-- --></A><H3> getIndividualsSectionOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getIndividualsSectionOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNopropertiesOption()"><!-- --></A><H3> hasNopropertiesOption</H3> <PRE> boolean <B>hasNopropertiesOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNoclassesOption()"><!-- --></A><H3> hasNoclassesOption</H3> <PRE> boolean <B>hasNoclassesOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNoindividualsOption()"><!-- --></A><H3> hasNoindividualsOption</H3> <PRE> boolean <B>hasNoindividualsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasPropTemplateOption()"><!-- --></A><H3> hasPropTemplateOption</H3> <PRE> boolean <B>hasPropTemplateOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPropTemplateOption()"><!-- --></A><H3> getPropTemplateOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getPropTemplateOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasClassTemplateOption()"><!-- --></A><H3> hasClassTemplateOption</H3> <PRE> boolean <B>hasClassTemplateOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getClassTemplateOption()"><!-- --></A><H3> getClassTemplateOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getClassTemplateOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasIndividualTemplateOption()"><!-- --></A><H3> hasIndividualTemplateOption</H3> <PRE> boolean <B>hasIndividualTemplateOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getIndividualTemplateOption()"><!-- --></A><H3> getIndividualTemplateOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getIndividualTemplateOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasUcNamesOption()"><!-- --></A><H3> hasUcNamesOption</H3> <PRE> boolean <B>hasUcNamesOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasIncludeOption()"><!-- --></A><H3> hasIncludeOption</H3> <PRE> boolean <B>hasIncludeOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getIncludeOption()"><!-- --></A><H3> getIncludeOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <B>getIncludeOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasClassnameSuffixOption()"><!-- --></A><H3> hasClassnameSuffixOption</H3> <PRE> boolean <B>hasClassnameSuffixOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getClassnameSuffixOption()"><!-- --></A><H3> getClassnameSuffixOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getClassnameSuffixOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNoheaderOption()"><!-- --></A><H3> hasNoheaderOption</H3> <PRE> boolean <B>hasNoheaderOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasEncodingOption()"><!-- --></A><H3> hasEncodingOption</H3> <PRE> boolean <B>hasEncodingOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getEncodingOption()"><!-- --></A><H3> getEncodingOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getEncodingOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasHelpOption()"><!-- --></A><H3> hasHelpOption</H3> <PRE> boolean <B>hasHelpOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getHelpOption()"><!-- --></A><H3> getHelpOption</H3> <PRE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getHelpOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasDosOption()"><!-- --></A><H3> hasDosOption</H3> <PRE> boolean <B>hasDosOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasUseInfOption()"><!-- --></A><H3> hasUseInfOption</H3> <PRE> boolean <B>hasUseInfOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasStrictIndividualsOption()"><!-- --></A><H3> hasStrictIndividualsOption</H3> <PRE> boolean <B>hasStrictIndividualsOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasIncludeSourceOption()"><!-- --></A><H3> hasIncludeSourceOption</H3> <PRE> boolean <B>hasIncludeSourceOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hasNoStrictOption()"><!-- --></A><H3> hasNoStrictOption</H3> <PRE> boolean <B>hasNoStrictOption</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/schemagen.SchemagenOptions.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../jena/schemagen.SchemagenException.html" title="class in jena"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../jena/schemagen.SchemagenOptions.OPT.html" title="enum in jena"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?jena/schemagen.SchemagenOptions.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="schemagen.SchemagenOptions.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;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP </BODY> </HTML>
wikipathways/wp2lod
lib/Jena-2.6.4/doc/javadoc/jena/schemagen.SchemagenOptions.html
HTML
apache-2.0
49,734
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="generator" content="pandoc"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title></title> <style type="text/css">code{white-space: pre;}</style> <link rel="stylesheet" href="../../../github-pandoc.css"> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> </head> <body> <h1 id="masl-modeling-and-conversion-guide">MASL Modeling and Conversion Guide</h1> <h2 id="introduction">Introduction</h2> <p>BridgePoint xtUML is designed to support the executable, translatable UML (xtUML) approach<br /> to the Shlaer-Mellor methodology for Model-Driven Architecture (MDA). However, xtUML is not<br /> the only language to have its roots in this MDA approach. MASL is another dialect that has<br /> evolved from the Shlaer-Mellor methodology and developed a community of users. Now this common<br /> ancestry offers modelers in either community the potential to move models between the two<br /> dialects. BridgePoint xtUML is an editing and execution platform for xtUML modelers. With the<br /> addition of conversion tools, extensions to import/export facilities and a MASL-aware editor,<br /> BridgePoint xtUML is a powerful platform for MASL modelers to advance their work and employ<br /> MASL downstream tools. When moving MASL models into xtUML, an idiom must be followed. This<br /> document details that idiom and the extensions to the platform that make working with MASL<br /> inside BridgePoint xtUML possible.</p> <h2 id="terminology-and-notation">Terminology and Notation</h2> <p>In this document terms preceded by <em>MASL</em> are as defined in the MASL Reference Manual unless<br /> otherwise clarified below.</p> <table style="width:88%;"> <colgroup> <col style="width: 33%" /> <col style="width: 54%" /> </colgroup> <thead> <tr class="header"> <th>Term</th> <th>Description</th> </tr> </thead> <tbody> <tr class="odd"> <td><strong>eclipse workspace</strong></td> <td>Implemented as a folder in the filesystem, a workspace can hold any number of xtUML projects.</td> </tr> <tr class="even"> <td><strong>eclipse project, xtUML project </strong></td> <td>Implemented as a folder in the filesystem, a project can hold any number of xtUML model elements.</td> </tr> <tr class="odd"> <td><strong>domain component</strong></td> <td>An xtUML component representing a MASL domain</td> </tr> <tr class="even"> <td><strong>domain package</strong></td> <td>An xtUML package containing everything associated with a particular MASL domain, including the domain component for the domain</td> </tr> <tr class="odd"> <td><strong>project component</strong></td> <td>A project-specific xtUML component representing the bridge mappings for the project</td> </tr> <tr class="even"> <td><strong>project package</strong></td> <td>An xtUML package representing a MASL project</td> </tr> <tr class="odd"> <td><strong>shared type</strong></td> <td>A type used outside a MASL domain, including one used within two or more MASL domains as well as any used on terminator services</td> </tr> <tr class="even"> <td><strong>eclipse View</strong></td> <td>A graphical presentation of project information</td> </tr> <tr class="odd"> <td><strong>eclipse perspective</strong></td> <td>A collection of Views that provide a consistent presentation of the project information along with tools to manipulate the model</td> </tr> </tbody> </table> <p>When describing procedures that involve BridgePoint menus or xtUML model element selections, the<br /> following notation is used:</p> <table> <thead> <tr class="header"> <th>Action</th> <th>Meaning</th> </tr> </thead> <tbody> <tr class="odd"> <td>&lt;RMB&gt;</td> <td>Right-Mouse Button</td> </tr> <tr class="even"> <td>&lt;click&gt;</td> <td>Select using left-mouse button</td> </tr> <tr class="odd"> <td>&lt;dbl-click&gt;</td> <td>Two rapid &lt;click&gt;s</td> </tr> <tr class="even"> <td><strong>&lt;Text-in-bold&gt;</strong></td> <td>A menu selection</td> </tr> <tr class="odd"> <td><strong>&lt;Text-in-bold&gt; &gt;</strong></td> <td>A sequence of progressive menu selections</td> </tr> </tbody> </table> <h2 id="the-masl---xtuml-modeling-idiom">The MASL - xtUML Modeling Idiom</h2> <p>To ensure that MASL models with its usage of bridging components are accurately represented<br /> in xtUML, a set of recommendations and restrictions must be followed. Collectively these form<br /> the MASL-xtUML idiom and are the foundation for model representation and error-free MASL export<br /> with BridgePoint xtUML.</p> <p>Since MASL and xtUML are based on the Shlaer-­Mellor Method, the two languages are similar at the<br /> core. Consequently, most mappings between constructs in the two languages are straight­forward<br /> (e.g., MASL Object maps to xtUML Class) and are therefore not detailed here. However, each<br /> language has been extended differently leading to some mappings that are less obvious, and these<br /> are explained in the sections below.</p> <p>The idiom addresses three areas of concern: bridge technologies between domains, model packaging<br /> to maintain visibility, and Type mapping. By following the practices outlined in the MASL-xtUML<br /> idiom, models that start as MASL can be converted to xtUML, modified inside the xtUML Editor and<br /> exported back as MASL for processing by downstream tools.</p> <h3 id="maintaining-masl-bridging-flexibility-inside-xtuml">Maintaining MASL Bridging Flexibility Inside xtUML</h3> <p>Systems are typically constructed by connecting multiple MASL domains or xtUML components using<br /> some form of bridging technology. Where MASL employs terminators and public services, xtUML uses<br /> interfaces consisting of interface operations/signals and ports. The basic mappings between MASL<br /> and xtUML are simple: a service declared on a terminator corresponds to an interface operation on<br /> a port while a public service surfaced by a MASL domain is rendered as a function invoked by a<br /> port activity.</p> <p>However, MASL bridging provides flexibility in the way MASL domains can communicate. For example,<br /> a MASL domain may use a subset of the services surfaced by another MASL domain, and it may choose<br /> to refer to those services by names different than the MASL domain providing them. Also, a forking<br /> bridge allows a MASL domain to view as a single service two or more services provided by any number<br /> of MASL domains.</p> <p>Since xtUML provides bridging based on a single definition for each interface, it is necessary to<br /> introduce a bridging component into the MASL system that replicates MASL’s flexibility. The idiom<br /> illustrated below offers the same level of domain isolation in xtUML that the MASL approach affords.</p> <p><img src="images/image04.png" alt="MASL Idiom Example" /><br /> <strong>Figure 1</strong></p> <p>In Figure 1, magenta rectangles are references to reusable domain components while the green rectangle<br /> is a project component that implements the project­-specific bridge requirements.</p> <p>Each component representing a MASL domain sprouts a single provided interface containing an interface<br /> operation for each public service surfaced by the MASL domain as declared in the MASL domain interface<br /> file. This provided interface covers all incoming interface operations for the domain component, and<br /> the complementary interface is always located on the project component.</p> <p>A special naming convention must be followed when creating a MASL Project component (in Figure 1 the<br /> green component) from scratch. After the provided interface is formalized, the port must be renamed<br /> from its default name (e.g. &quot;Port1&quot;) to <code>&lt;domain&gt;__&lt;terminator&gt;</code> with the double-underscore<br /> separating the domain and terminator names.</p> <h3 id="deferred-operations">Deferred Operations</h3> <p>To create a deferred operation, create an operation with an identical signature in each subtype<br /> class. Then use the Properties view to set the dialect of the supertype class' operation to<br /> &quot;None&quot;. Each subtype class' operation dialect is set to &quot;MASL&quot;.</p> <h3 id="polymorphic-events">Polymorphic Events</h3> <p>Polymorphic events in MASL are different than polymorphic events in xtUML. In xtUML a polymorphic<br /> event may be acted upon at only one level of the subtype/supertype class hierarchy. For comparison<br /> and contrast we call these &quot;abstract polymorphic events.&quot; In MASL a polymorphic event declared in<br /> a supertype must be handled explicitly in the state transition table of each subtype. We call<br /> these &quot;concrete polymorphic events.&quot;</p> <p>Due to this fundamental methodological difference, modeling MASL concrete polymorphic events inside<br /> BridgePoint requires some special procedures. Currently, MASL polymorphic events are created and<br /> managed only by convention (that is, by the user following the idiom described here). This style<br /> of polymorphic event is not enforced by the model editor interface. It is up to the modeler to<br /> create and maintain each of the events that are treated as polymorphic in a MASL-idiom model.</p> <p>To create a MASL concrete polymorphic event, first create an event in the supertype state machine<br /> using <strong>&lt;RMB&gt; &gt; New &gt; Event</strong> and name the event. Next, create an event in the subtype<br /> state machine and name the event <code>&lt;supertype class name&gt;.&lt;event name&gt;</code> (see Figure 2). Repeat<br /> this process, creating a new event inside each subtype state machine. Note, again, that the editor<br /> does not enforce or validate correct naming, so type carefully!</p> <p><img src="images/image05.png" alt="MASL Idiom Concrete Polymorphic Events" /><br /> <strong>Figure 2</strong></p> <p>When &quot;Export MASL domain&quot; runs, BridgePoint sees the events created with this naming convention<br /> and generates a valid textual MASL model with concrete polymorphic events specified in the state<br /> transition tables.</p> <h2 id="xtuml-model-packaging-for-system-wide-masl-visibility">xtUML Model Packaging for System-wide MASL Visibility</h2> <p>Under xtUML, model elements defined within one component have no knowledge or visibility of model<br /> elements (including types) defined within another component. This is different from MASL where public<br /> types defined within a MASL domain can be accessed by other MASL domains using a qualified name of the<br /> form: <code>otherDomainName::someType</code>. Consequently, upon conversion to xtUML, if each MASL domain<br /> is packaged within a component, this access is lost, and types defined within that MASL domain become<br /> invisible to other components of the system. Consequently, provisions in the organization of the<br /> model are needed to maintain system-wide visibility. Accordingly, all shared types, including those<br /> used on terminator services, must be packaged outside domain components. Similar visibility restrictions<br /> exist for xtUML interface definitions, and the solution is for all xtUML interface definitions exposed<br /> by the domain component to be packaged outside the domain component representing the MASL domain.</p> <p>To address these differences in scoping of types and interface definitions, the following packaging<br /> conventions are recommended. Each MASL domain converted to an xtUML model contains a single top-level<br /> domain package which then contains:</p> <ul> <li>a single domain component definition representing the MASL domain<br /> </li> <li>all shared types and all interface definitions associated with the MASL domain</li> </ul> <p>To support system-side visibility, BridgePoint’s support for inter-project references (IPR) is<br /> leveraged. The xtUML Project in a workspace that is a MASL Project will enable IPRs and thus will gain<br /> access to the components and types shared by other (MASL Domain) projects in the workspace.</p> <p><img src="images/image03.png" alt="MASL Project Layout" /><br /> <strong>Figure 3</strong></p> <p>A typical xtUML project using this approach is illustrated in Figure 3. Note that all shared types<br /> defined in the MASL domain are contained within the Shared package associated with that MASL domain,<br /> and these type definitions are not included in the component representing the MASL domain. With<br /> BridgePoint xtUML, the conversion facility produces a single xtUML model file adhering to the<br /> packaging and naming scheme illustrated. Modelers are free to repackage and rename their models as<br /> they see fit, so long as these two conditions are met:</p> <ul> <li>all elements shared among components are defined outside the components that refer to them<br /> </li> <li>all elements associated with a MASL domain reside within the domain package for that MASL domain</li> </ul> <p>For xtUML models, packaged in this way, the export facility produces a MASL domain interface file (<code>.int</code>)<br /> that includes the shared types residing in the package associated with the MASL Domain.</p> <h3 id="keeping-xtuml-and-masl-types-separate">Keeping xtUML and MASL Types Separate</h3> <p>The MASL type system does not align perfectly with that of xtUML. So during import, no MASL types<br /> are mapped to xtUML types, and the entire MASL type system is adopted into the xtUML Editor. While<br /> editing the model, the MASL activities can be freely edited and parameters and attributes can be<br /> typed with MASL types.</p> <h4 id="type-reference">Type Reference</h4> <p>In xtUML typing is established through a link between the model element being typed and a particular<br /> instance of a type. However, MASL treats a type reference as a first ­class concept which makes typing<br /> a model element in MASL slightly more complex than it is with xtUML. This is because a type reference<br /> in MASL can further constrain the type that is applied to the affected model element. Since variable<br /> declarations exist only within activities expressed in MASL, these references do not receive special<br /> handling and are kept with the MASL code block.</p> <p>To access shared types from other domains in MASL action language, the modeler must copy the <code>&lt;other domain&gt;.int</code><br /> file into the local project's <code>models/</code> folder.</p> <p>To access shared types from the structural part of the model, the modeler must create a type reference<br /> in the local domain. This is done by creating a new UDT in the current domain with a special name that<br /> references the domain where the type actually lives (e.g. <code>OtherDom::someType</code>).</p> <h2 id="bridgepoint-extensions-for-masl">BridgePoint Extensions for MASL</h2> <p>The MASL extensions added to BridgePoint xtUML involve adding MASL conversion tools, extending<br /> the BridgePoint Import/Export facilities and adding a MASL-aware Editor. Each of these enhanced<br /> facilities are described in the sections below.</p> <h3 id="masl-model-conversion">MASL Model Conversion</h3> <p>The conversion of MASL domains and MASL projects into MASL-infused xtUML models is performed<br /> by the tool <code>masl2xtuml</code> and is invoked from the command line. The conversion command<br /> <code>masl2xtuml</code> has the following syntax for MASL domains:</p> <p><code>masl2xtuml -d &lt;directory path&gt; -o &lt;directory path&gt;</code></p> <p>and for MASL projects</p> <p><code>masl2xtuml -p &lt;directory path&gt; -o &lt;directory path&gt;</code></p> <p>where <code>&lt;directory path&gt;</code> is any relative or absolute directory path, <code>-d</code> identifies<br /> the MASL domain, <code>-p</code> identifies the MASL project directory and <code>-o</code> identifies the<br /> destination directory where the xtUML model file is written to. A complete reference is<br /> included in the MASL documentation.</p> <p>The MASL domains and MASL projects are processed one at a time in any order. All conversion<br /> can be performed sequentially or each conversion can be followed by a BridgePoint model import.<br /> However, the conversion is incomplete until all MASL domains and at least one MASL project<br /> have been successfully processed.</p> <p>Note that MASL models can be converted and imported in any order. However, before importing an<br /> xtUML model representing a MASL project, all domains referenced by that project must first be<br /> imported.</p> <h4 id="xtuml-model-packaging-for-preserving-masl-activity-blocks">xtUML Model Packaging for Preserving MASL Activity Blocks</h4> <p>During the conversion from MASL to xtUML, each MASL domain is mapped to a domain component, and<br /> each project is converted into a project package. Within a MASL domain, activity can be<br /> associated with public services and terminators at the interface, and data processing within<br /> the domain through operations, functions, and state machine actions. Once converted these MASL<br /> action code blocks are kept with the associated xtUML model element, but in separate storage.</p> <h3 id="masl-import-extension">MASL Import Extension</h3> <p>To translate a MASL model into an xtUML model inside BridgePoint involves two steps: a<br /> conversion step and an xtUML import step. The conversion step was discussed in a previous<br /> section and involves the tool <code>masl2xtuml</code>. The output from this conversion tool is a<br /> MASL-infused xtUML model file that can be imported into an existing xtUML project using<br /> the BridgePoint import facility. BridgePoint xtUML import can be achieved interactively<br /> through the xtUML modeling perspective (see below).</p> <p>The xtUML import step is a procedure covering three steps: create the xtUML project, enable<br /> the use of Inter-Project References (IPRs), and finally use xtUML model import to bring<br /> the <code>masl2xtuml</code> created MASL-infused xtUML model file into the xtuml project. Each of<br /> these steps must be repeated for each MASL domain and MASL project.</p> <p>It is important to recall that the MASL-xtUML idiom requires system-wide scope for some model<br /> elements and this is facilitated in BridgePoint using Inter-Project References. For IPRs to<br /> automatically connect referenced model elements during import, these referenced elements must<br /> already be in the workspace. Consequently, the project package must only be imported after all<br /> referenced domain packages have been imported. This is the only import order dependency created<br /> by the idiom, and all MASL domain packages can be loaded in arbitrary order.</p> <h4 id="bridgepoint-model-import-from-the-xtuml-modeling-perspective">BridgePoint Model Import from the xtUML Modeling Perspective</h4> <p>As described earlier, the MASL-xtUML idiom organizes the BridgePoint workspace based on projects,<br /> and an xtUML project is needed for each converted domain and project. To perform each import from<br /> inside BridgePoint, the xtUML modeling perspective is used following these steps:</p> <ol> <li>Create an xtUML project using <strong>File &gt; New &gt; xtUML Project</strong>. This command will ask for a name<br /> which must be unique among all projects in the workspace. A descriptive name that includes a<br /> connection to the original MASL domain or MASL project is suggested.</li> <li>Enable the IPR preference for the created project using the steps described below.</li> <li>Select <strong>File &gt; Import</strong> to start a model import. This will open the Import model wizard.</li> <li>Expand the xtUML folder and select xtUML Model from the list of import sources.</li> <li>After <strong>&lt;click&gt;</strong> ing on Next, enter the full path to the MASL-infused xtUML model file<br /> to be imported. Pressing the Browse button will open a file browser where <strong>&lt;click&gt;</strong> s are<br /> used to navigate through the folder list down to the file to be imported.</li> <li>Once the path is entered, <strong>&lt;click&gt;</strong> Finish to initiate the import.</li> <li>Upon completion, the Model Explorer view will be updated.</li> </ol> <h3 id="masl-export-extension">MASL Export Extension</h3> <p>The conversion of xtUML models to MASL is a single step operation that is invoked from either<br /> the xtUML Editor perspective or a command line. The MASL Export extension consists of the<br /> <code>xtuml2masl</code> conversion tool and enhancements to the BridgePoint Export facility to support<br /> the MASL Export Domain or MASL Export Project flows.</p> <h4 id="masl-export-from-the-xtuml-modeling-perspective">MASL Export from the xtUML Modeling Perspective</h4> <p>The steps to export an xtUML model to MASL from BridgePoint start with the Model Explorer view.<br /> Here the source xtUML project is selected by clicking on the package containing the project to<br /> be exported as either a MASL domain or MASL project.</p> <p>The conversion is activated by selecting <strong>&lt;RMB&gt; &gt; Export MASL domains</strong> for a domain project<br /> or <strong>&lt;RMB&gt; &gt; Export MASL project</strong> for a MASL project. During the export process, progress is<br /> reported in the Console view, and if errors occur an error log will appear at completion of<br /> the operation.</p> <h4 id="masl-export-from-the-command-line">MASL Export from the Command line</h4> <p>To export xtUML models to MASL equivalent models without invoking the BridgePoint UI, the<br /> <code>xtuml2masl</code> tool is used. This tool makes use of the environment variable <code>WORKSPACE</code><br /> which must be set to the directory path of the xtUML workspace holding the source xtUML project.<br /> It is recommended that all xtUML projects be contained in a single workspace, however this is<br /> not enforced by the export tool. If the complete xtUML model is contained across multiple<br /> BridgePoint workspaces then the <code>WORKSPACE</code> variable must be modified between <code>xtuml2masl</code><br /> invocations.</p> <p>To invoke the MASL export tool, the following syntax is used</p> <pre><code>xtuml2masl -i &lt;eclipse project path&gt; -d &lt;package name&gt; [-o &lt;output directory&gt; ] | -i &lt;eclispe project path&gt; -p &lt;package name&gt; [-o &lt;output directory&gt; ]</code></pre> <p>See the <code>xtuml2masl</code> reference page in BridgePoint Help for complete details. Note, if<br /> the <code>-o</code> parameter is omitted, the current directory is used by default.</p> <h3 id="masl-editor-extensions">MASL Editor Extensions</h3> <p>Once a MASL model has been imported as an xtUML project, BridgePoint extensions for MASL<br /> are accessed through the xtUML Editor perspective. These extensions to the perspective<br /> enable MASL-aware code editing and MASL export.</p> <h4 id="the-xtuml-editor-perspective">The xtUML Editor Perspective</h4> <p>When working with xtUML and MASL inside BridgePoint, the xtUML Editor perspective is used<br /> exclusively. This perspective consists of four primary views:</p> <ul> <li>Model Explorer provides easy navigation of the model.<br /> </li> <li>Graphical Editor for editing component, class and state machine diagrams. Each diagram<br /> type provides a palette of drag and drop diagram elements.<br /> </li> <li>Console displays error and information messages when models are built.<br /> </li> <li>Properties provides access to the list of properties associated with a model element.</li> </ul> <p>Each of these views is documented in the BridgePoint Help facility which can be accessed<br /> through <strong>Help &gt; Help Contents</strong>.</p> <p>A popular addition to the default xtUML Editor perspective is the Navigator view which provides<br /> easy navigation of the files and directories contained within an xtUML project. This view can<br /> be added from within BridgePoint by selecting <strong>Window &gt; Show View &gt; Navigator</strong>.</p> <p>Each model element has an Editor that can be opened in a number of ways, and since the xtUML<br /> Modeling perspective is model-aware, can be opened from within Editors and views. The most<br /> common view for navigating and opening model elements is the Model Explorer view. In this view,<br /> model elements can be opened for editing by select the model element and either <strong>&lt;double-click&gt;</strong> it<br /> or using <strong>&lt;RMB&gt; &gt; Open With</strong> to choose an Editor. Once activated, a new tab will appear in the<br /> canvas area and the contents of the model element presented inside the Editor.</p> <h4 id="the-masl-editor">The MASL Editor</h4> <p>Inside a MASL-infused xtUML model, there can be both MASL and OAL activities. To best support<br /> MASL, the extensions to BridgePoint xtUML include a full featured text editor with MASL syntax<br /> highlighting.</p> <p>The editor will appear when a model element containing MASL is <strong>&lt;dbl-click&gt;</strong> or when using<br /> <strong>&lt;RMB&gt; &gt; Open MASL</strong>. In the Navigator view, selecting a <code>.masl</code> file and <strong>&lt;dbl-click&gt;</strong> will<br /> open the MASL editor as well.</p> <h4 id="when-an-action-contains-both-oal-and-masl">When an Action contains both OAL and MASL</h4> <p>Initially, models developed in MASL are unlikely to contain OAL. However, as the model matures<br /> inside BridgePoint, it is possible that new model content will be a mixture of MASL and OAL with<br /> some model elements containing both. To Edit these MASL-infused components, select the model<br /> element from within Model Explorer, and use <strong>&lt;RMB&gt; &gt; Open With</strong> to choose either the OAL or MASL<br /> editor options.</p> <p><img src="images/image02.png" alt="xtUML Preferences" /><br /> <strong>Figure 4</strong></p> <p>An alternative means is to set a default choice using the Default Action Language preferences (<strong>Figure 4</strong>).<br /> The preference is located under <strong>Window &gt; Preferences &gt; xtUML</strong>, and after selecting the button next to<br /> desired editor, <strong>&lt;click&gt; OK</strong> to close the window.</p> <h4 id="inter-project-references-and-masl">Inter-Project References and MASL</h4> <p>The MASL-xtUML idiom uses Inter-Project References (IPRs) to provide system-wide scope to some<br /> model elements. IPRs are a mechanism for xtUML model elements defined in one xtUML project to<br /> be used in another xtUML project. For the access to be allowed the referring project must have<br /> IPRs enabled.</p> <p>To check if IPRs are enabled for a particular xtUML project, select that project in the Model<br /> Explorer View and then select <strong>&lt;RMB&gt; &gt; Project Preferences</strong>. This will open a popup window (Figure 5),<br /> and selecting Inter-Project References will show the setting Allow inter-project model references.<br /> The use of IPRs is enabled if the checkbox is marked. For the models based on the MASL-xtUML idiom,<br /> all xtUML projects containing a MASL Domain component must have this checkbox unmarked and those xtUML<br /> projects containing a MASL Project must have this checkbox marked. For these xtUML/MASL Projects,<br /> the preference must be set prior to importing the file created by masl2xtuml.</p> <p><img src="images/image01.png" alt="xtUML Project Preferences" /><br /> <strong>Figure 5</strong></p> <p>TODO<br /> When a domain component, shared data type or shared interface is modified, all projects referencing<br /> that model element will be marked with a warning icon on all affected model elements. There are<br /> two approaches to resolving these warnings. For projects where the modeler is not the owner of<br /> the referenced model element then the update must be done using the following steps to pull the<br /> changes into the project:</p> <ol> <li>Select the project folder in the Model Explorer view.<br /> </li> <li>Synchronize the changes by selecting <strong>&lt;RMB&gt; &gt; Synchronize with Library</strong></li> </ol> <p>In cases where the modeler is owner of both the referenced and the referring projects then the<br /> update can be globally pushed from the referenced project to the referring projects using the<br /> following steps:</p> <ol> <li>Select the project folder in the Model Explorer view.<br /> </li> <li>Synchronize the changes by selecting <strong>&lt;RMB&gt; &gt; Synchronize references</strong></li> </ol> <h2 id="appendix-a.-the-gps-watch-example">Appendix A. the GPS Watch Example</h2> <p>To demonstrate the MASL extensions of BridgePoint xtUML, the GPS Watch example (Figure 6) will<br /> be used. This model represents an exercise watch that records location, heart rate, and elapsed<br /> time as the wearer performs a physical activity. The model is composed of four components: a<br /> heart rate monitor, a location component, a tracking component and a user interface.</p> <p><img src="images/image00.png" alt="GPS Watch" /><br /> <strong>Figure 6</strong></p> <h3 id="create-a-local-copy-of-the-masl-model">Create a local copy of the MASL model</h3> <p>This model is located in the public GitHub repository at <a href="https://github.com/xtuml/models/tree/master/masl" class="uri">https://github.com/xtuml/models/tree/master/masl</a>.<br /> The local copy we will use as the starting point in this tutorial is produced from a ZIP file image<br /> of this repository.</p> <ol> <li>To produce that ZIP file image, click on the Download ZIP button on the root of the repository webpage<br /> at <a href="https://github.com/xtuml/models" class="uri">https://github.com/xtuml/models</a>. Shortly after clicking on the button, a download<br /> will automatically start.</li> <li>Open a file browser and create a folder named <code>Tutorial</code> in your home directory</li> <li>With the same file browser navigate to the folder Downloads where the <code>models-master.zip</code> file<br /> should reside.</li> <li>Extract the contents of models-master.zip to <code>~/Tutorial/</code></li> </ol> <h3 id="convert-the-masl-model-to-xtuml">Convert the MASL model to xtUML</h3> <ol> <li>Copy the contents of <code>~/Tutorial/model-master/masl/gps/</code> to <code>~/Tutorial/MASLsrc</code></li> <li>Open a terminal window and navigate to the directory <code>~/Tutorial/MASLsrc</code>. In this directory<br /> you will find the subdirectories GPSWatch, HeartRateMonitor, Location, Tracking and UI.<br /> </li> <li>To convert each MASL domain and MASL project to an equivalent xtUML model the <code>masl2xtuml</code> tool<br /> is used. Each of the subdirectories will be converted individually in any order using this tool and<br /> the converted projects placed in <code>~/Tutorial/xtUMLprj</code>.</li> <li>The command to convert GPSWatch is <code>&lt;installation&gt;/tools/mc/bin/masl2xtuml -p GPSWatch -o ../xtUMLprj</code></li> <li>The command to convert HeartRateMonitor is <code>&lt;installation&gt;/tools/mc/bin/masl2xtuml -d ./HeartRateMonitor -o ../xtUMLprj</code></li> <li>Repeat step 5 for the other MASL domains in the directory: Location, Tracking, and UI</li> </ol> <p>At the conclusion, the xtUMLprj directory will contain five subdirectories with names matching<br /> the five subdirectories under <code>~/Tutorial/MASLsrc</code>.</p> <h3 id="launch-bridgepoint-xtuml">Launch BridgePoint xtUML</h3> <p>The first step is to launch BridgePoint xtUML and select an eclipse workspace to hold the modeling<br /> projects.</p> <ol> <li>To launch BridgePoint xtUML, execute the ```<BridgePoint Home>/bridgepoint```` and during the startup<br /> of BridgePoint xtUML a workspace selection pop up window will appear.</li> <li>In this window, either type the path to the desired workspace directory or <strong>&lt;click&gt;</strong> on Browse and<br /> navigate to this folder.</li> <li>Once entered, <strong>&lt;click&gt; OK</strong>.<br /> </li> <li>BridgePoint will then open on the Welcome page. To open the xtUML Modeling perspective <strong>&lt;click&gt;</strong> on<br /> the workbench icon. The Model Explorer View should be empty at this point.</li> </ol> <h3 id="create-xtuml-projects">Create xtUML projects</h3> <p>Having produced the individual xtUML projects, they are ready to be assembled into an xtUML<br /> model inside BridgePoint xtUML. The model structure described in an earlier section is used<br /> here and implemented using the following steps:</p> <ol> <li>Create an empty xtUML project using <strong>File &gt; New &gt; xtUML Project</strong> and give it the name<br /> HeartRateMonitor. <strong>&lt;click&gt; Next</strong>. On the model compiler selection page choose “C Model<br /> Compiler (Source)”. <strong>&lt;click&gt; Finish</strong>.<br /> </li> <li>Import the converted xtUML model using <strong>File &gt; Import</strong> and select xtUML Model under the xtUML<br /> folder. Once selected, <strong>&lt;click&gt; Next</strong>.<br /> </li> <li>Browse to the folder <code>~/Tutorial/xtUMLprj/HeartRateMonitor</code> and check mark HeartRateMonitor<br /> for the destination.<br /> </li> <li>Repeat steps 1 Through 3 for Location, Tracking and UI models.<br /> </li> <li>The final step is to import the top level project GPSWatch, Again create an empty xtUML project<br /> using <strong>File &gt; New &gt; xtUML Project</strong>, give it the name GPSWatch. Select the GPSWatch project in the<br /> Model Explorer view, then<br /> <strong>&lt;RMB&gt; &gt; Project Preferences</strong>. This will popup the Project Preferences window and after selecting<br /> Inter-project References should confirm that the preference Allow inter-project model references<br /> is checked. If not, <strong>&lt;click&gt;</strong> on the box and a checkmark will appear.<br /> </li> <li>Import the converted MASL project found in <code>~/Tutorial/xtUMLprj/GPSWatch</code> into the GPSWatch<br /> xtUML project.</li> </ol> <h3 id="navigating-through-the-xtuml-model">Navigating through the xtUML model</h3> <p>With the model now populated inside the workspace, the various views and editors of BridgePoint<br /> can be used to visualize, modify and export the model. Navigating around the model can be<br /> performed from inside either the Model Explorer or Navigator views. Each view employs a tree<br /> representation of the model and individual model elements can be located using the following steps:</p> <ol> <li>Expand the tree from the project folder down through the model packages by clicking the triangle<br /> next to the right of the package or model element symbol.<br /> </li> <li>Repeat a until the desired element is revealed in the tree.<br /> </li> <li>To open the model element in a BridgePoint editor, hover over element and then <strong>&lt;dbl-click&gt;</strong>.</li> </ol> <p>Diagram editors and MASL activity editors are both accessible from Model Explorer. For MASL<br /> activity blocks, the Navigator view can be used to launch the editor using a similar sequence<br /> of steps:</p> <ol> <li>By expanding the tree from the project folder down through the model packages and model elements</li> <li>Repeat until the desired <code>.masl</code> file is revealed in the tree.</li> <li>To open the file in a BridgePoint MASL editor, hover over filename and then <strong>&lt;dbl-click&gt;</strong>.</li> </ol> <h3 id="modify-masl">Modify MASL</h3> <p>As mentioned previously, when a model contains MASL-infused xtUML model elements, the <strong>&lt;dbl-click&gt;</strong><br /> behavior is based on the default action language preference selection and the given dialect for an<br /> activity.</p> <p>In the tutorial model, the Tracking domain contains MASL-infused model elements and MASL code<br /> will be added to the stopped state within the WorkoutTimer state machine. The steps to make<br /> this change are:</p> <ol> <li>Inside Model Explorer, expand the tree from the Tracking project folder down through the<br /> tracking packages and WorkoutTimer class to the stopped state of the Instance State Machine<br /> </li> <li>To open a new MASL activity and associate it with the stopped state, hover over the stopped<br /> state inside Model Explorer. Next <strong>&lt;RMB&gt; &gt; Open With &gt; MASL Editor</strong></li> <li>In the MASL editor, add the code</li> </ol> <pre><code>public service WorkoutTimer::stopped (user_id : in integer, groups : in sequence of string) is begin console &lt;&lt; &quot;Forced activity on workstation. &quot; &lt;&lt; endl &lt;&lt; flush; end service; </code></pre> <p>Save the changes and close the editor. Repeat step 3, and this time the MASL code will appear.<br /> The difference in selection is due to the presence of MASL action language and the selection of<br /> MASL for Default Editor preference.</p> <h3 id="exporting-the-masl-infused-xtuml-model-to-masl-domains-and-masl-projects">Exporting the MASL-infused xtUML model to MASL domains and MASL projects</h3> <p>The conversion of xtUML projects into MASL domains and MASL projects is conveniently performed<br /> from the Model Explorer view by first selecting the top package within the xtUML project.</p> <ol> <li>Begin with the xtUML project HeartRateMonitor which is a domain within the GPSWatch model.<br /> </li> <li>Once the package is selected, convert the project into a MASL domain by <strong>&lt;RMB&gt; &gt; Export MASL domains</strong><br /> </li> <li>When completed the <code>export.log</code> file will appear. Check the log for Errors or INFO<br /> messages. During MASL export, a <code>masl/</code> directory is created in the project if not present and<br /> the produced MASL files along with the export log will be stored below it. The contents of the<br /> <code>masl/</code> directory are visible in the Navigator view.<br /> </li> <li>Repeat steps 2 and 3 for xtUML projects UI, Location, and Tracking.</li> <li>The final conversion is for the GPSWatch project which will be converted into a MASL project. Select<br /> the GPSWatch package and <strong>&lt;RMB&gt; &gt; Export MASL project</strong>.</li> </ol> </body> </html>
TypeFox/bridgepoint
src/org.xtuml.bp.doc/Reference/MASL/MASLConversionGuide/MASLConversionGuide.html
HTML
apache-2.0
38,392
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_17) on Sat Feb 06 17:11:28 CET 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> XmlRpcSunHttpTransportFactory (Apache XML-RPC 3.1.3 API) </TITLE> <META NAME="date" CONTENT="2010-02-06"> <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="XmlRpcSunHttpTransportFactory (Apache XML-RPC 3.1.3 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlRpcSunHttpTransportFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcSunHttpTransport.html" title="class in org.apache.xmlrpc.client"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransport.html" title="interface in org.apache.xmlrpc.client"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/xmlrpc/client/XmlRpcSunHttpTransportFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XmlRpcSunHttpTransportFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.xmlrpc.client</FONT> <BR> Class XmlRpcSunHttpTransportFactory</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransportFactoryImpl.html" title="class in org.apache.xmlrpc.client">org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransportFactory.html" title="interface in org.apache.xmlrpc.client">XmlRpcTransportFactory</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>XmlRpcSunHttpTransportFactory</B><DT>extends <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransportFactoryImpl.html" title="class in org.apache.xmlrpc.client">XmlRpcTransportFactoryImpl</A></DL> </PRE> <P> Default implementation of a HTTP transport factory, based on the <CODE>HttpURLConnection</CODE> class. <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcSunHttpTransportFactory.html#XmlRpcSunHttpTransportFactory(org.apache.xmlrpc.client.XmlRpcClient)">XmlRpcSunHttpTransportFactory</A></B>(<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client">XmlRpcClient</A>&nbsp;pClient)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new factory, which creates transports for the given client.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransport.html" title="interface in org.apache.xmlrpc.client">XmlRpcTransport</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcSunHttpTransportFactory.html#getTransport()">getTransport</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an instance of <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransport.html" title="interface in org.apache.xmlrpc.client"><CODE>XmlRpcTransport</CODE></A>.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.xmlrpc.client.XmlRpcTransportFactoryImpl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.xmlrpc.client.<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransportFactoryImpl.html" title="class in org.apache.xmlrpc.client">XmlRpcTransportFactoryImpl</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransportFactoryImpl.html#getClient()">getClient</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <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="XmlRpcSunHttpTransportFactory(org.apache.xmlrpc.client.XmlRpcClient)"><!-- --></A><H3> XmlRpcSunHttpTransportFactory</H3> <PRE> public <B>XmlRpcSunHttpTransportFactory</B>(<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcClient.html" title="class in org.apache.xmlrpc.client">XmlRpcClient</A>&nbsp;pClient)</PRE> <DL> <DD>Creates a new factory, which creates transports for the given client. <P> <DL> <DT><B>Parameters:</B><DD><CODE>pClient</CODE> - The client, which is operating the factory.</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="getTransport()"><!-- --></A><H3> getTransport</H3> <PRE> public <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransport.html" title="interface in org.apache.xmlrpc.client">XmlRpcTransport</A> <B>getTransport</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransportFactory.html#getTransport()">XmlRpcTransportFactory</A></CODE></B></DD> <DD>Returns an instance of <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransport.html" title="interface in org.apache.xmlrpc.client"><CODE>XmlRpcTransport</CODE></A>. This may be a singleton, but the caller should not depend on that: A new instance may as well be created for any request. <P> <DD><DL> <DT><B>Returns:</B><DD>The configured transport.</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/XmlRpcSunHttpTransportFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcSunHttpTransport.html" title="class in org.apache.xmlrpc.client"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/xmlrpc/client/XmlRpcTransport.html" title="interface in org.apache.xmlrpc.client"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/xmlrpc/client/XmlRpcSunHttpTransportFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XmlRpcSunHttpTransportFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
ucare-uchicago/cass-fate-system
lib/fi/xmlrpc/docs/apidocs/org/apache/xmlrpc/client/XmlRpcSunHttpTransportFactory.html
HTML
apache-2.0
13,509
<!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_32) on Tue Jul 10 11:40:51 MST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.log4j.lf5.viewer.LogTableColumn (Apache Log4j 1.2.17-1 API) </TITLE> <META NAME="date" CONTENT="2012-07-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 Class org.apache.log4j.lf5.viewer.LogTableColumn (Apache Log4j 1.2.17-1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer"><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/log4j/lf5/viewer/\class-useLogTableColumn.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LogTableColumn.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.log4j.lf5.viewer.LogTableColumn</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.log4j.lf5.viewer"><B>org.apache.log4j.lf5.viewer</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.log4j.lf5.viewer"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A> in <A HREF="../../../../../../org/apache/log4j/lf5/viewer/package-summary.html">org.apache.log4j.lf5.viewer</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">Fields in <A HREF="../../../../../../org/apache/log4j/lf5/viewer/package-summary.html">org.apache.log4j.lf5.viewer</A> declared as <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A>[]</CODE></FONT></TD> <TD><CODE><B>LogTable.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTable.html#_colNames">_colNames</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#CATEGORY">CATEGORY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#DATE">DATE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#LEVEL">LEVEL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#LOCATION">LOCATION</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#MESSAGE">MESSAGE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#MESSAGE_NUM">MESSAGE_NUM</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#NDC">NDC</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#THREAD">THREAD</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#THROWN">THROWN</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="../../../../../../org/apache/log4j/lf5/viewer/package-summary.html">org.apache.log4j.lf5.viewer</A> that return <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A>[]</CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#getLogTableColumnArray()">getLogTableColumnArray</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></CODE></FONT></TD> <TD><CODE><B>LogTableColumn.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;column)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert a column label into a LogTableColumn object.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/log4j/lf5/viewer/package-summary.html">org.apache.log4j.lf5.viewer</A> with parameters of type <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JCheckBoxMenuItem.html?is-external=true" title="class or interface in javax.swing">JCheckBoxMenuItem</A></CODE></FONT></TD> <TD><CODE><B>LogBrokerMonitor.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogBrokerMonitor.html#createLogTableColumnMenuItem(org.apache.log4j.lf5.viewer.LogTableColumn)">createLogTableColumnMenuItem</A></B>(<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A>&nbsp;column)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JCheckBoxMenuItem.html?is-external=true" title="class or interface in javax.swing">JCheckBoxMenuItem</A></CODE></FONT></TD> <TD><CODE><B>LogBrokerMonitor.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogBrokerMonitor.html#getLogTableColumnMenuItem(org.apache.log4j.lf5.viewer.LogTableColumn)">getLogTableColumnMenuItem</A></B>(<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A>&nbsp;column)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JCheckBoxMenuItem.html?is-external=true" title="class or interface in javax.swing">JCheckBoxMenuItem</A></CODE></FONT></TD> <TD><CODE><B>LogBrokerMonitor.</B><B><A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogBrokerMonitor.html#getTableColumnMenuItem(org.apache.log4j.lf5.viewer.LogTableColumn)">getTableColumnMenuItem</A></B>(<A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer">LogTableColumn</A>&nbsp;column)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/log4j/lf5/viewer/LogTableColumn.html" title="class in org.apache.log4j.lf5.viewer"><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/log4j/lf5/viewer/\class-useLogTableColumn.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LogTableColumn.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 1999-2012 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
umadevik/log4j-android
target/apidocs/org/apache/log4j/lf5/viewer/class-use/LogTableColumn.html
HTML
apache-2.0
17,535
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.deidentifier.arx.DataSubset (ARX GUI 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="Uses of Class org.deidentifier.arx.DataSubset (ARX GUI 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><a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">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/deidentifier/arx/class-use/DataSubset.html" target="_top">Frames</a></li> <li><a href="DataSubset.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.deidentifier.arx.DataSubset" class="title">Uses of Class<br>org.deidentifier.arx.DataSubset</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/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</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.deidentifier.arx">org.deidentifier.arx</a></td> <td class="colLast"> <div class="block">This package provides the public API for the ARX anonymization framework.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.deidentifier.arx.criteria">org.deidentifier.arx.criteria</a></td> <td class="colLast"> <div class="block">This package implements different variants of class-based privacy criteria, such as k-anonymity, l-diversity, t-closeness and d-presence.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.deidentifier.arx"> <!-- --> </a> <h3>Uses of <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> in <a href="../../../../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/deidentifier/arx/package-summary.html">org.deidentifier.arx</a> that return <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</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/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a></code></td> <td class="colLast"><span class="strong">DataSubset.</span><code><strong><a href="../../../../org/deidentifier/arx/DataSubset.html#create(org.deidentifier.arx.Data, org.deidentifier.arx.Data)">create</a></strong>(<a href="../../../../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a>&nbsp;data, <a href="../../../../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a>&nbsp;subset)</code> <div class="block">Create a subset by matching two data instances.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a></code></td> <td class="colLast"><span class="strong">DataSubset.</span><code><strong><a href="../../../../org/deidentifier/arx/DataSubset.html#create(org.deidentifier.arx.Data, org.deidentifier.arx.DataSelector)">create</a></strong>(<a href="../../../../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a>&nbsp;data, <a href="../../../../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx">DataSelector</a>&nbsp;selector)</code> <div class="block">Creates a subset from the given selector.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a></code></td> <td class="colLast"><span class="strong">DataSubset.</span><code><strong><a href="../../../../org/deidentifier/arx/DataSubset.html#create(org.deidentifier.arx.Data, org.deidentifier.arx.RowSet)">create</a></strong>(<a href="../../../../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a>&nbsp;data, <a href="../../../../org/deidentifier/arx/RowSet.html" title="class in org.deidentifier.arx">RowSet</a>&nbsp;subset)</code> <div class="block">Creates a new subset from the given row set, from which a copy is created.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a></code></td> <td class="colLast"><span class="strong">DataSubset.</span><code><strong><a href="../../../../org/deidentifier/arx/DataSubset.html#create(org.deidentifier.arx.Data, java.util.Set)">create</a></strong>(<a href="../../../../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a>&nbsp;data, java.util.Set&lt;java.lang.Integer&gt;&nbsp;subset)</code> <div class="block">Creates a new subset from the given set of tuple indices.</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/deidentifier/arx/package-summary.html">org.deidentifier.arx</a> with parameters of type <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</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/deidentifier/arx/DataHandleSubset.html#DataHandleSubset(org.deidentifier.arx.DataHandle, org.deidentifier.arx.DataSubset, org.deidentifier.arx.aggregates.StatisticsEquivalenceClasses)">DataHandleSubset</a></strong>(<a href="../../../../org/deidentifier/arx/DataHandle.html" title="class in org.deidentifier.arx">DataHandle</a>&nbsp;source, <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a>&nbsp;subset, <a href="../../../../org/deidentifier/arx/aggregates/StatisticsEquivalenceClasses.html" title="class in org.deidentifier.arx.aggregates">StatisticsEquivalenceClasses</a>&nbsp;eqStatistics)</code> <div class="block">Creates a new handle that represents the research subset.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.deidentifier.arx.criteria"> <!-- --> </a> <h3>Uses of <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a> in <a href="../../../../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a> that return <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</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/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a></code></td> <td class="colLast"><span class="strong">DPresence.</span><code><strong><a href="../../../../org/deidentifier/arx/criteria/DPresence.html#getSubset()">getSubset</a></strong>()</code> <div class="block">Returns the research subset.</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/deidentifier/arx/criteria/package-summary.html">org.deidentifier.arx.criteria</a> with parameters of type <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</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/deidentifier/arx/criteria/DPresence.html#DPresence(org.deidentifier.arx.DataSubset)">DPresence</a></strong>(<a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a>&nbsp;subset)</code> <div class="block">For building the inclusion criterion.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../org/deidentifier/arx/criteria/DPresence.html#DPresence(double, double, org.deidentifier.arx.DataSubset)">DPresence</a></strong>(double&nbsp;dMin, double&nbsp;dMax, <a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a>&nbsp;subset)</code> <div class="block">Creates a new instance of the d-presence criterion as proposed in: Nergiz M, Atzori M, Clifton C.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../org/deidentifier/arx/criteria/Inclusion.html#Inclusion(org.deidentifier.arx.DataSubset)">Inclusion</a></strong>(<a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a>&nbsp;subset)</code> <div class="block">Creates a new instance of the enclosure criterion.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">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/deidentifier/arx/class-use/DataSubset.html" target="_top">Frames</a></li> <li><a href="DataSubset.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>
kentoa/arx
doc/gui/org/deidentifier/arx/class-use/DataSubset.html
HTML
apache-2.0
13,535
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <body> Annotations and enumerations used to describe dispatch layers, specifically the types of messages they can consume and their reactions to those messages. </body>
apache/incubator-taverna-engine
taverna-workflowmodel-api/src/main/java/org/apache/taverna/workflowmodel/processor/dispatch/description/package.html
HTML
apache-2.0
979
<section class="no-padding" id="community"> <div class="container-fluid"> <div class="row no-gutter"> <div class="col-lg-4 col-sm-4"> <a href="https://t.me/chat42coin" class="pictures-box" target="_blank"> <img src="img/pictures/tm.jpg" class="img-responsive" alt=""> <div class="pictures-box-caption"> <div class="pictures-box-caption-content"> <div class="project-category text-faded"> chat </div> <div class="project-name"> telegram.org </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-4"> <a href="https://bitcointalk.org/index.php?topic=1502028.0" class="pictures-box" target="_blank"> <img src="img/pictures/forum.jpg" class="img-responsive" alt=""> <div class="pictures-box-caption"> <div class="pictures-box-caption-content"> <div class="project-category text-faded"> forum </div> <div class="project-name"> bitcointalk.org </div> </div> </div> </a> </div> <div class="col-lg-4 col-sm-4"> <a href="https://discord.gg/ge2gUHy" class="pictures-box" target="_blank"> <img src="img/pictures/discord.jpg" class="img-responsive" alt=""> <div class="pictures-box-caption"> <div class="pictures-box-caption-content"> <div class="project-category text-faded"> channel </div> <div class="project-name"> discordapp.com </div> </div> </div> </a> </div> </div> </div> </section>
Laser9un/laser9un.github.io
_includes/community.html
HTML
apache-2.0
2,329
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Sat Dec 24 17:27:06 CET 2011 --> <TITLE> de.umass.lastfm.cache </TITLE> <META NAME="keywords" CONTENT="de.umass.lastfm.cache package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="de.umass.lastfm.cache"; } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../de/umass/lastfm/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../de/umass/lastfm/scrobble/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?de/umass/lastfm/cache/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package de.umass.lastfm.cache </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/ExpirationPolicy.html" title="interface in de.umass.lastfm.cache">ExpirationPolicy</A></B></TD> <TD>The <code>ExpirationPolicy</code> decides if and how long a request should be cached.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/ScrobbleCache.html" title="interface in de.umass.lastfm.cache">ScrobbleCache</A></B></TD> <TD><B>Deprecated.</B>&nbsp;<I>The 1.2.x scrobble protocol has now been deprecated in favour of the 2.0 protocol which is part of the Last.fm web services API.</I></TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/Cache.html" title="class in de.umass.lastfm.cache">Cache</A></B></TD> <TD>The <code>Cache</code> handles storing and loading to a permanent storage for last.fm api requests.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/DatabaseCache.html" title="class in de.umass.lastfm.cache">DatabaseCache</A></B></TD> <TD>Generic class for caching into a database.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/DefaultExpirationPolicy.html" title="class in de.umass.lastfm.cache">DefaultExpirationPolicy</A></B></TD> <TD>This Policy maintains a list of methods which should be cached one week.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/FileSystemCache.html" title="class in de.umass.lastfm.cache">FileSystemCache</A></B></TD> <TD>Standard <A HREF="../../../../de/umass/lastfm/cache/Cache.html" title="class in de.umass.lastfm.cache"><CODE>Cache</CODE></A> implementation which is used by default by the <A HREF="../../../../de/umass/lastfm/Caller.html" title="class in de.umass.lastfm"><CODE>Caller</CODE></A> class.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../de/umass/lastfm/cache/MemoryCache.html" title="class in de.umass.lastfm.cache">MemoryCache</A></B></TD> <TD>This class is just for testing.</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../de/umass/lastfm/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../de/umass/lastfm/scrobble/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?de/umass/lastfm/cache/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
eisnerd/mupeace
LastFM-java/doc/de/umass/lastfm/cache/package-summary.html
HTML
apache-2.0
8,337
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_121) on Sun Jul 01 12:43:04 BST 2018 --> <title>OpenLogItem.LogType</title> <meta name="date" content="2018-07-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="OpenLogItem.LogType"; } } catch(err) { } //--> var methods = {"i0":10,"i1":9,"i2":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static 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/OpenLogItem.LogType.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="../../../com/paulwithers/openLog/OpenLogItem.html" title="class in com.paulwithers.openLog"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/paulwithers/openLog/OpenLogPhaseListener.html" title="class in com.paulwithers.openLog"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/paulwithers/openLog/OpenLogItem.LogType.html" target="_top">Frames</a></li> <li><a href="OpenLogItem.LogType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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.paulwithers.openLog</div> <h2 title="Enum OpenLogItem.LogType" class="title">Enum OpenLogItem.LogType</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a>&gt;</li> <li> <ul class="inheritance"> <li>com.paulwithers.openLog.OpenLogItem.LogType</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../com/paulwithers/openLog/OpenLogItem.html" title="class in com.paulwithers.openLog">OpenLogItem</a></dd> </dl> <hr> <br> <pre>public static enum <span class="typeNameLabel">OpenLogItem.LogType</span> extends java.lang.Enum&lt;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a>&gt;</pre> <div class="block">Enum to define log type</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>6.0.0</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html#TYPE_ERROR">TYPE_ERROR</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html#TYPE_EVENT">TYPE_EVENT</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="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="../../../com/paulwithers/openLog/OpenLogItem.LogType.html#getValue--">getValue</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static <a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="TYPE_ERROR"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TYPE_ERROR</h4> <pre>public static final&nbsp;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a> TYPE_ERROR</pre> </li> </ul> <a name="TYPE_EVENT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TYPE_EVENT</h4> <pre>public static final&nbsp;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a> TYPE_EVENT</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (OpenLogItem.LogType c : OpenLogItem.LogType.values()) &nbsp; System.out.println(c); </pre></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the constants of this enum type, in the order they are declared</dd> </dl> </li> </ul> <a name="valueOf-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../com/paulwithers/openLog/OpenLogItem.LogType.html" title="enum in com.paulwithers.openLog">OpenLogItem.LogType</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the enum constant with the specified name</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd> </dl> </li> </ul> <a name="getValue--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getValue</h4> <pre>public&nbsp;java.lang.String&nbsp;getValue()</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/OpenLogItem.LogType.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="../../../com/paulwithers/openLog/OpenLogItem.html" title="class in com.paulwithers.openLog"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/paulwithers/openLog/OpenLogPhaseListener.html" title="class in com.paulwithers.openLog"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/paulwithers/openLog/OpenLogItem.LogType.html" target="_top">Frames</a></li> <li><a href="OpenLogItem.LogType.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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>
paulswithers/openlogjava
docs/Javadoc/com/paulwithers/openLog/OpenLogItem.LogType.html
HTML
apache-2.0
13,966
<html><head><META http-equiv="content-type" content="text/html;charset=iso-8859-9"/><meta name="viewport" content="width=device-width, initial-scale=1"><title>ac</title> <link rel="stylesheet" href="css/jquery.mobile-1.2.0.css" /><style type="text/css">.content-primary {text-align: left;}#header h3 {text-align: left;}</style><script src="js/jquery.js"></script><script src="js/jquery.mobile-1.2.0.js"></script></head><body><div id="page1" data-role="page"><div id="header" data-position="fixed" data-role="header" data-theme="e"><h3><strong>EMANULLAH LAHORÝ </strong></h3><a class="ui-btn-right" href="../index.html" data-role="button" data-icon="home">Geri</a></div><div data-role="content" align = "center"><div class="content-primary">Hindistan'da yetiþen alimlerin ve velilerin büyüklerinden. ÝsmiMevlana Emanullah, nisbeti Lahori'dir. Doðum ve vefat tarihleri belli deðildir. On yedinci asrýn ortalarýnda vefat ettiði bilinmektedir. Ýmam-ý Rabbani hazretlerinin huzur ve sohbetlerinde kemale gelen Emanullah Lahori, icazet almakla ve o yüce imamýn talebelerinin büyüklerinden olmakla þereflendi. Üstün haller, kerametler ve yüksek dereceler sahibi idi. Hocasý Ýmam-ý Rabbani hazretlerinin, ruhlara hayat veren teveccüh ve himmetleriyle yetiþerek, evliyalýk yolunda çok ilerlemiþti. Kendisi de bu yolda çok talebe yetiþtirdi. Hayatý hakkýnda fazla bilgi yoktur. Ýmam-ý Rabbani Müceddid-i elf-i sani hazretleri bu yüksek talebesine yazdýðý mektublardan birinde buyurdu ki: "Bismillahirrahmanirrahim. Allahü teala, sana doðru yolu göstersin!Ýyi bil ki, Allah yolunda bulunmak isteyene, önce lazým olan þey, itikadýný düzeltmektir. Doðru itikad; Ehl-i sünnet alimlerinin Kur'an-ý kerimden ve hadis-i þeriflerden ve Eshab-ý kiramdan öðrendikleri, anladýklarý itikaddýr. Kur'an-ý kerimin ve hadis-i þeriflerin manasýný doðru anlayan, doðru yolun alimleridir. Bunlar da, Ehl-i sünnet ve cemaat alimleridir. Bunlarýn anladýðý, bildirdiði manalara uymayan her þeye; akla, fikre, hayale iyi gelse de ve tasavvuf yolunda keþf ve ilham ile anlaþýlsa da, hiç kýymet verilmemelidir. Bu büyüklerin anladýðýna uymayan bilgilerden, buluþlardan Allahü tealaya sýðýnmalýdýr. Demek ki, tasavvuf yolcularýnýn keþflerinin, buluþlarýnýn doðru olup olmadýklarý, Ehl-i sünnet alimlerinin bildirdikleri doðru manalara uygun olup olmamalarý ile anlaþýlýr. Bu yolculara ilham olunan bilgilerin doðruluðu, ancak, o doðru manalara uymalarý ile belli olur. Çünkü onlarýn bildirdiði manalara uymýyan her mana, her buluþ kýymetsiz ve yanlýþtýr. Çünkü her sapýk her bozuk kimse, Kur'an-ý kerime ve hadis-i þeriflere uyduðunu sanýr ve iddia eder. Yarým aklý ve kýsa görüþü ile, bu kaynaklardan yanlýþ manalar çýkarýr. Doðru yoldan kayar, felakete gider. Ehl-i sünnet alimlerinin anladýklarý manalar doðrudur, kýymetlidir. Bunlara uymayanlar kýymetsizdir. Çünkü bu manalarý, Eshab-ý kiramýn ve Selef-i salihinin eserlerini inceleyerek elde etmiþlerdir. O hidayet yýldýzlarýnýn ýþýklarý ile parlamýþlardýr. Bunun için, ebedi kurtuluþ bunlara mahsus oldu. Sonsuz saadete bunlar kavuþdu. Allah yolunda giden kafile bunlar oldu. Kurtuluþ, ancak Allah yolunda bulunanlar içindir. Ýtikadý bunlara uygun olan din alimlerinden biri, Ýslamiyete yapýþmakta gevþek davranýrsa, kusurlu olursa, buna bakarak, bütün alimleri kötülemek yersiz olur. Ýnadcýlýk olur. Onlarýn doðru bilgilerini inkar etmek, kötülemek olur. Çünkü, doðru bilgileri bizlere ulaþtýran onlardýr. Kurtuluþ yolunu, bozuklarýndan, sapýklarýndan ayýran onlardýr. Onlarýn hidayet ýþýklarý olmasaydý bizler doðru yolu bulamazdýk. Doðruyu bozuk olanlardan ayýrmasalardý, bizler, taþkýnlýk ve azgýnlýk uçurumlarýna düþerdik. Ýslamiyeti bozulmaktan koruyan, her yere yayan, onlarýn çalýþmasýdýr. Ýnsanlarý kurtuluþ yoluna kavuþturan onlardýr. Onlara uyan kurtulur, saadete kavuþur. Onlarýn yolundan ayrýlan, sapýtýr, herkesi de saptýrýr. Tasavvuf yolcusunun, iþin iç yüzüne varmadan önce, kendi keþf ve ilhamýna uymasa da, Ehl-i sünnet alimlerine tabi olmasý lazýmdýr. Alimleri haklý ve doðru bilip, kendini yanlýþ bilmelidir. Çünkü, alimler bilgilerini, peygamberlerden aleyhimüssalevatü vetteslimat almýþlardýr. Bu bilgiler, vahy ile gelmiþ olup saðlamdýr. Yanlýþlýktan, þaþýrmaktan korunmuþtur. Bu bilgilere uymayan kendi keþf ve ilhamý ise, yanlýþtýr ve bozuktur. Bunun için kendi keþfini, alimlerin sözünün üstünde tutmak, vahy ile inmiþ saðlam bilgilerin üstünde tutmak olur. Bu ise sapýklýðýn ta kendisidir, zarar ve ziyandan baþka bir þey deðildir. Kitab ve sünnete, yani Kur'an-ý kerime ve hadis-i þeriflere uygun itikad lazým olduðu gibi, müctehidlerin kitab ve sünnetden çýkardýklarý ahkama, yani Ýslamiyete uygun iþleri yapmak da lazýmdýr. Bu ahkam; helal, haram, farz, vacib, sünnet, müstehab, mekruh ve þüpheli olan iþler demektir. Bu ahkamý öðrenmek de lazýmdýr. Ýtikadý ve ameli doðrulttuktan, bu iki kanadý ele geçirdikten sonra, Allahü tealaya yaklaþtýran yolda, ilerlemek sýrasý gelir. Zulmani ve nurani konaklarý aþmaða baþlanabilir. Fakat þunu iyi bilmelidir ki, böyle konaklarý aþarak yükselebilmek; ancak, yolu bilen, yolu gören, yol gösteren, kamil yetiþmiþ ve mükemmil yetiþtirebilen bir rehberin teveccühü ve tasarrufu yani idare etmesi ile olabilir. Bunun bakýþlarý, kalb hastalýklarýna þifa verir. Onun teveccühü, yani kalbini bir kimseye çevirmesi, kötü ve çirkin huylarý insandan siler, süpürür. Tasavvuf yolcusunun, bu yolda gözetilmesi lazým olan þartlarý da öðrenmesi ve bunlara riayet etmesi lazýmdýr. Bu þartlarýn en baþta geleni, nefse uymamaktýr. Bu da, vera ve takva ile olur. Vera ve takva, þüphelilerden ve haramlardan sakýnmak demektir. Haramlardan sakýnabilmek için, mübahlarýn lüzumundan fazlasýný terk etmelidir. Çünkü mübahlarý, yani yasak olmayan þeyleri, alabildiðine yapan kimse, þüphelileri iþlemeðe baþlar. Bunlar ise, harama yakýndýr, yani haram iþlemek ihtimali çok olur. Uçurum kenarýnda yürüyen, içine düþebilir. Demek ki haramdan sakýnabilmek için, mübahlarýn fazlasýndan kaçmak lazýmdýr. Bu yolda ilerlemek için vera sahibi olmak þarttýr dedik. Çünkü insanýn iþleri, iki þeyden biridir. Ya emr edilen þeydir, yahut yasak edilmiþþeylerdendir. Melekler de, emr edilen þeyleri yapmaktadýr. Bunu yapmak insaný ilerletseydi, melekler de terakki ederdi. Meleklerde, yasak edilen þeyden sakýnmak yoktur. Çünkü onlar, yasaklarý yapmýyacak þekilde yaratýlmýþtýr. Yasaklarý iþleyemezler. Onun için meleklere bir þey yasak edilmemiþtir. Demek ki, terakki etmek, yasaklardan sakýnmakla olabilmektedir. Bu sakýnmak ise, nefse uymamak demektir. Allahü teala dinleri, nefsi isteklerden kurtarmak, karanlýk ve kötü adetleri yok etmek için gönderdi. Çünkü nefs, hep haram iþlemek veya mübahlarý lüzumundan fazla yaparak, böylece harama kavuþmak ister. Demek ki, haramlardan ve mübahlarýn fazlasýndan sakýnmak, nefse uymamak demektir. (1. cild. 286 mektub) 1) Berekat-ý Ahmediyye; s.388 2) Mektubat-ý Ýmam-ý Rabbani; c.1, 286. mektub. 3) Tezkire-i Ýmam-ý Rabbani; s.349 4) Ýslam Alimleri Ansiklopedisi; c.15, s.239 <br></div></body></html>
relmas/velaye
www/sayfalar/644.html
HTML
apache-2.0
7,099
<?xml version="1.0" encoding="utf-8"?> <html> <head> <style type="text/css"> .SectionHeader { font-size: 14pt; font-weight: bold; color: #000000; }</style> </head> <body> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">UpdateMatchFailure</span> <a href="../../OAGIS/BODs/UpdateMatchFailure.xsd">schema</a>, <a href="../../OAGIS/BODExamples/UpdateMatchFailure.xml">example</a>, <a href="../../OAGIS/BODConstraints/Rules/UpdateMatchFailure.xml">validation rules</a>, <a href="../../OAGIS/BODConstraints/Generated/UpdateMatchFailure.xsl">validation stylesheet</a> </td> </tr> </table> <a name="UpdateMatchFailure_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>UpdateMatchFailure</b> type: <a href="#UpdateMatchFailure_type" target="body"> <b> <i>UpdateMatchFailure</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">In certain application suites, purchase order / invoice matching functionality exists in the purchasing application, while in other suites this functionality exists in the accounts payable application. The invoice matching process may include several document types, including the following: · Two way match - Purchase Order and the Invoice · Three way match - Purchase Order, Invoice, and the Receipt · Four way match – Purchase Order, Invoice, Receipt, and Inspection results Note: For the four way match, it is assumed that inspection results have been updated on the Purchase Order for visibility in matching. When matching takes place in the purchasing application, the accounts payable application may have to inform the purchasing application of the supplier invoice to which purchasing transactions (purchase orders, goods receiving notes and inspection tickets) are to be matched if the invoice is initially entered into the accounts payable application. Note that in some situations, invoices are entered directly into the purchase order application or are created by the purchase order application when using evaluated receipt settlement (ERS) and in this instance, it is not necessary to perform the separate integration described in these chapters. When matching takes place in the accounts payable application, the purchasing application must inform the accounts payable application of the purchasing transactions (purchase orders, goods receiving notes and inspection tickets) to which the invoice (in accounts payable) is to be matched. These integration scenarios have been developed for document matching to occur at the line level within the PO document and the Invoice document. This may be a one to one relationship, or it may be a many to one relationship from Invoice to PO or from the PO to the Invoice. Charges not associated with a specific Invoice line match be matched individually. The purpose of the UpdateMatchFailure is to notify the purchasing application of a matching failure such as a tolerance failure. The UpdateMatchOk is used for the accounts payable application to send successful matching notification to a purchasing application. The LoadMatchDocument is discussed in another chapter. The LoadMatchDocument is used to keep invoice, purchase order, goods receipt note and inspection ticket information current. In the model below, invoice matching functionality exists in the accounts payable application, the invoice is entered into accounts payable, and purchasing publishes matching document information to which accounts payable subscribes. </p> </td> </tr> </table> <a name="UpdateMatchFailure_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>UpdateMatchFailure</i> </b> extends: <a href="../OAGIS.html#BusinessObjectDocument_type" target="body"> <b> <i>BusinessObjectDocument</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/UpdateMatchFailure.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DataArea</b> </font> </td> <td> <font size="-1"> <a href="#UpdateMatchFailureDataArea_type" target="body"> <b> <i>UpdateMatchFailureDataArea</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is where the information that the BOD message carries is provided, in this case UpdateMatchFailure. The information consists of a Verb and one or more Nouns. The verb (Update) indicates the action to be performed on the Noun (MatchFailure).</p> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="UpdateMatchFailureDataArea_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>UpdateMatchFailureDataArea</i> </b> extends: <a href="../OAGIS.html#DataArea_type" target="body"> <b> <i>DataArea</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/UpdateMatchFailureDataArea.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>MatchFailure</b> </font> </td> <td> <font size="-1"> <a href="#MatchFailure_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Update</b> </font> </td> <td> <font size="-1"> <a href="#Update_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">UpdateMatchFailure Scenario Diagram</span> </td> </tr> </table> <div> <img src="../Scenarios/S2_Scenarios_files/image068.png"/> </div> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">Update</span> <a href="../../OAGIS/Resources/Verbs/Update.xsd">schema</a> </td> </tr> </table> <a name="Update_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>Update</b> type: <a href="#Update_type" target="body"> <b> <i>Update</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">The Update verb is used to describe specific processing in a more fine-grained manner beyond add, change or delete processing. An example is the update of inspection information from one business application to another. The event is not adding a document, or changing fields per se, it is communicating the occurrence of an event as well as the corresponding data that accompanies the event.</p> </td> </tr> </table> <a name="Update_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>Update</i> </b> extends: <a href="#Verb_type" target="body"> <b> <i>Verb</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/Update.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>UpdateCriteria</b> </font> </td> <td> <font size="-1"> <a href="#UpdateExpressionCriteria_type" target="body"> <b> <i>UpdateExpressionCriteria</i> </b> </a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="UpdateExpressionCriteria_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>UpdateExpressionCriteria</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/UpdateExpressionCriteria.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Expression</b> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> <tr> <td width="10%" align="right" valign="top">Attributes:</td> <td> <table border="0"> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Usage</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>action</b> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1">required</font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>expressionLanguage</b> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1"/> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>lock</b> </font> </td> <td> <font size="-1"> <a href="http://www.w3.org/TR/xmlschema-2/#boolean"> <b> <i>xs:boolean</i> </b> </a> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> <tr> <td width="10%" align="right" valign="top">Enumerations:</td> <td> <table border="0"> <tr valign="top"> <td> <font size="-1"> <b>Add</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Change</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Delete</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Replace</b> </font> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> </table> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">MatchFailure</span> <a href="../../OAGIS/Resources/Nouns/MatchFailure.xsd">schema</a> </td> </tr> </table> <a name="MatchFailure_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>MatchFailure</b> type: <a href="#MatchDocument_type" target="body"> <b> <i>MatchDocument</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">Match Fail represents notification that purchasing lines have failed in matching to a supplier invoice. The matching of a purchase order to an invoice is used to determine the amount paid to the vendor</p> </td> </tr> </table> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">Verb Common Files</span> </td> </tr> </table> <div/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">Verb.xsd</span> <a href="../../OAGIS/Resources/Verbs/Verb.xsd">schema</a> </td> </tr> </table> <a name="AcknowledgableVerb_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>AcknowledgableVerb</i> </b> extends: <a href="#ConfirmableVerb_type" target="body"> <b> <i>ConfirmableVerb</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/AcknowledgableVerb.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Attributes:</td> <td> <table border="0"> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Usage</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>acknowledge</b> </font> </td> <td> <font size="-1"> <a href="#AcknowledgementType_type" target="body"> <b> <i>AcknowledgementType</i> </b> </a> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> </table> <a name="AcknowledgementType_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>AcknowledgementType</i> </b> restricts: <a href="http://www.w3.org/TR/xmlschema-2/#NMTOKEN"> <b> <i>xs:NMTOKEN</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Enumerations:</td> <td> <table border="0"> <tr valign="top"> <td> <font size="-1"> <b>Always</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Never</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>OnChange</b> </font> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> </table> <a name="ConfirmableVerb_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>ConfirmableVerb</i> </b> extends: <a href="#Verb_type" target="body"> <b> <i>Verb</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/ConfirmableVerb.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Attributes:</td> <td> <table border="0"> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Usage</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>confirm</b> </font> </td> <td> <font size="-1"> <a href="#ConfirmType_type" target="body"> <b> <i>ConfirmType</i> </b> </a> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> </table> <a name="ConfirmType_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>ConfirmType</i> </b> restricts: <a href="http://www.w3.org/TR/xmlschema-2/#NMTOKEN"> <b> <i>xs:NMTOKEN</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Enumerations:</td> <td> <table border="0"> <tr valign="top"> <td> <font size="-1"> <b>Always</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Never</b> </font> </td> <td> <font size="-1"/> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>OnChange</b> </font> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> </table> <a name="Expression_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>Expression</i> </b> restricts: <a href="http://www.w3.org/TR/xmlschema-2/#string"> <b> <i>xs:string</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> </table> <a name="ExpressionCriteria_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>ExpressionCriteria</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/ExpressionCriteria.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>SelectExpression</b> </font> </td> <td> <font size="-1"> <a href="#Expression_type" target="body"> <b> <i>Expression</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Allows the 1-n number of selection expressions for the information to be returned.</p> <div/> <i/> </font> </td> </tr> </table> </td> </tr> <tr> <td width="10%" align="right" valign="top">Attributes:</td> <td> <table border="0"> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Usage</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>expressionLanguage</b> </font> </td> <td> <font size="-1"> <a href="http://www.w3.org/TR/xmlschema-2/#string"> <b> <i>xs:string</i> </b> </a> </font> </td> <td> <font size="-1">optional</font> </td> <td> <font size="-1"/> </td> </tr> </table> </td> </tr> </table> <a name="RequestVerb_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>RequestVerb</i> </b> extends: <a href="#ConfirmableVerb_type" target="body"> <b> <i>ConfirmableVerb</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/RequestVerb.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>ReturnCriteria</b> </font> </td> <td> <font size="-1"/> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.</p> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <div/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">VerbBase.xsd</span> <a href="../../OAGIS/Resources/Verbs/VerbBase.xsd">schema</a> </td> </tr> </table> <a name="Verb_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>Verb</b> type: <a href="#Verb_type" target="body"> <b> <i>Verb</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"/> </tr> </table> <a name="Verb_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>Verb</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/Verb.png"/> </td> </tr> </table> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">Noun Common Files</span> </td> </tr> </table> <div/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">MatchDocument.xsd</span> <a href="../../OAGIS/Resources/Nouns/MatchDocument.xsd">schema</a> </td> </tr> </table> <a name="MatchDocument_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>MatchDocument</b> type: <a href="#MatchDocument_type" target="body"> <b> <i>MatchDocument</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">Identifies an internal document containing matching information. Essential it holds cross reference information among the customer Purchase Order and the Suppier Invoice. It supports N-way matching.</p> </td> </tr> </table> <a name="Header_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>Header</b> type: <a href="#MatchDocumentHeader_type" target="body"> <b> <i>MatchDocumentHeader</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">Header information for the matching document instance.</p> </td> </tr> </table> <a name="Line_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>Line</b> type: <a href="#MatchDocumentLine_type" target="body"> <b> <i>MatchDocumentLine</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">Line level infoi\rmatoin for the matching doucment.</p> </td> </tr> </table> <a name="MatchPoint_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>MatchPoint</b> type: <a href="#MatchPoint_type" target="body"> <b> <i>MatchPoint</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">A Match Line (like geometric lines) must consist of at least 2 Match Points. A Match Point can match different lines in documents identified in other Match Points. It is not required that LineNumbers are the same.</p> </td> </tr> </table> <a name="MatchCriteria_element"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b>MatchCriteria</b> type: <a href="#MatchCriteria_type" target="body"> <b> <i>MatchCriteria</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <p style="margin-top: 3; margin-bottom: 3">The Match Criteria is included in the match document to identify the type of information being matched. It identifies the information for the associated matching document.</p> </td> </tr> </table> <a name="MatchCriteria_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>MatchCriteria</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i> <p style="margin-top: 3; margin-bottom: 3">Match Criteria identifies the detailed information that is being matched. Typically this is the unit price, unit quantity the the extended amount.</p> </i> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/MatchCriteria.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Description</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Description_type" target="body"> <b> <i>Description</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is a free form description of the line.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>OrderItem</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#OrderItem_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">Provides information on the Orderable Item. When associated with an order like a Purchase Order, it identifies the item being ordered at the associated Line.</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>OrderQuantity</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Quantity_type" target="body"> <b> <i>Quantity</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Indicates the number of ordered items for the given line..</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">A decimal value.</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>TotalAmount</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Amounts_type" target="body"> <b> <i>Amounts</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Indicates the accumulated cost of the ordered items for this line. It is OrderedQuantity multiplied by the UnitPrce.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>UnitPrice</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#AmountPerQuantity_type" target="body"> <b> <i>AmountPerQuantity</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Indicates the price per unit of the items ordered.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">Indicates the cost or price of something represented as a value per a number of units. The price of eggs for example would be 1.29 per 1 dozen.</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>UserArea</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#UserArea_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="MatchDocument_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>MatchDocument</i> </b> extends: <a href="#Document_type" target="body"> <b> <i>Document</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/MatchDocument.png"/> </td> </tr> </table> <a name="MatchDocumentHeader_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>MatchDocumentHeader</i> </b> extends: <a href="#DocumentHeader_type" target="body"> <b> <i>DocumentHeader</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i> <p style="margin-top: 3; margin-bottom: 3">A Matching Document is a document in and of itself. It may exist in an ERP application, just like a Sales Order. The Matching Document essentially holds a cross reference among the documents being matched. The header contains general and financial information. The document references used in the Header are for all of the doucments being matched in addition to documents that are not explicitly part of the matching process, but still need to be referenced, such as a Quote. However, since matching is essentiall N-way, even a Quote could be matched. Note that the Status on the MatchDocument indicates whether the Match was successful or was a failure.</p> </i> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/MatchDocumentHeader.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Distribution</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Distribution_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Indicates the Financial Entities involved in the transaction.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">A distribution identifies how monetary amounts are distributed accross an organization.</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>InvoiceDate</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DateTimeAny_type" target="body"> <b> <i>DateTimeAny</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">The date on which the original invoice document was issued</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>MatchingDate</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DateTimeAny_type" target="body"> <b> <i>DateTimeAny</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">The date on which the associated document was matched</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>MatchType</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Type_type" target="body"> <b> <i>Type</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">contains the information that determines the type of invoice document matching process. Suggested values associated with this field are: 2 Way: Invoice is matched to the Purchase Order 3 Way: Invoice is matched with the Purchase Order, and Receipt 4 Way: Invoice is matched with the Purchase Order, Receipt, and Inspection results.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Parties</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Parties_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Remittance</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Remittance_type" target="body"> <b> <i>Remittance</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Remittance refers to a reference identifier to print on a remittance advice, for example, supplier invoice number. When a RemittanceAdvice BOD exists this could be a DocumentReference name RemittanceReference. </p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">A reference identifier to print on remittance advice, for example, supplier invoice number.</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>UserArea</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#UserArea_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="MatchDocumentLine_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>MatchDocumentLine</i> </b> extends: <a href="#DocumentLine_type" target="body"> <b> <i>DocumentLine</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i> <p style="margin-top: 3; margin-bottom: 3">A Match Line contains the information for the matching cross reference among the documents being matched. Each Match Line contains 2 or more Match Points. A Match Point represents the document being matched and the matching critieria.</p> </i> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/MatchDocumentLine.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>MatchPoint</b> </font> </td> <td> <font size="-1"> <a href="#MatchPoint_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Status</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Status_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">mlr - Couldn't this be an attribute? </p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>UserArea</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#UserArea_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="MatchPoint_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>MatchPoint</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i> <p style="margin-top: 3; margin-bottom: 3">A Match Point identifies a document and the matching critier that is matched with other Match Points. The DocumentReference must be mutually exclusive of the other Match Point Document References for the Match Line.</p> </i> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/MatchPoint.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentReferences</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DocumentReferences_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>MatchCriteria</b> </font> </td> <td> <font size="-1"> <a href="#MatchCriteria_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>UserArea</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#UserArea_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <div/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr> <td bgcolor="#FFFF99"> <span class="SectionHeader">Document.xsd</span> <a href="../../OAGIS/Resources/Nouns/Document.xsd">schema</a> </td> </tr> </table> <a name="Document_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>Document</i> </b> extends: <a href="../OAGIS.html#Noun_type" target="body"> <b> <i>Noun</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/Document.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Header</b> </font> </td> <td> <font size="-1"> <a href="#Header_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Line</b> </font> </td> <td> <font size="-1"> <a href="#Line_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="DocumentHeader_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>DocumentHeader</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/DocumentHeader.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Attachments</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Attachments_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Description</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Description_type" target="body"> <b> <i>Description</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is a description of the document.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentDateTime</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DateTime_type" target="body"> <b> <i>DateTime</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentIds</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DocumentIds_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the identifier for the document. It is possible to carry the document identifier for the other Parties. These DocumentIds are referenced by sematic names.</p> <p style="margin-top: 3; margin-bottom: 3">Is the identifier for the document. It is possible to carry the document identifier for the other Parties. These DocumentIds are referenced by sematic names.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentReferences</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DocumentReferences_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>LastModificationDateTime</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DateTime_type" target="body"> <b> <i>DateTime</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the date and time the document was last modified. This is not the date and time that the BOD message was sent.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Note</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Note_type" target="body"> <b> <i>Note</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is Note for the document in which it is contained.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Status</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Status_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> </table> </td> </tr> </table> <a name="DocumentLine_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>DocumentLine</i> </b> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/DocumentLine.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>LineNumber</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#LineNumber_type" target="body"> <b> <i>LineNumber</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the Line Number of the given Line Coponent within the document. LineNumbers are assigned by the sending system.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">Identifies the instance of a Line within a given document.</p> </i> </font> </td> </tr> </table> </td> </tr> </table> <a name="DocumentOrderHeader_type"/> <p/> <table border="1" cellpadding="3" cellspacing="0" width="100%"> <tr bgcolor="#e0e0e0" valign="top"> <td width="10%" colspan="2"> <b> <i>DocumentOrderHeader</i> </b> restricts: <a href="#DocumentHeader_type" target="body"> <b> <i>DocumentHeader</i> </b> </a> </td> </tr> <tr bgcolor="#e0e0e0" valign="top"> <td colspan="2"> <i/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Structure:</td> <td> <img src="../Diagrams/DocumentOrderHeader.png"/> </td> </tr> <tr> <td width="10%" align="right" valign="top">Elements:</td> <td> <table> <tr> <td align="left" valign="top"> <font size="-1"> <b>Name</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Type</b> </font> </td> <td align="left" valign="top"> <font size="-1"> <b>Description</b> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Attachments</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Attachments_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Description</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Description_type" target="body"> <b> <i>Description</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is a description of the document.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..</p> </i> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentDateTime</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DateTime_type" target="body"> <b> <i>DateTime</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentIds</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DocumentIds_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the identifier for the document. It is possible to carry the document identifier for the other Parties. These DocumentIds are referenced by sematic names.</p> <p style="margin-top: 3; margin-bottom: 3">Is the identifier for the document. It is possible to carry the document identifier for the other Parties. These DocumentIds are referenced by sematic names.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>DocumentReferences</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DocumentReferences_element" target="body">reference</a> </font> </td> <td> <font size="-1"> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>LastModificationDateTime</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#DateTime_type" target="body"> <b> <i>DateTime</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is the date and time the document was last modified. This is not the date and time that the BOD message was sent.</p> <div/> <i/> </font> </td> </tr> <tr valign="top"> <td> <font size="-1"> <b>Note</b> </font> </td> <td> <font size="-1"> <a href="../OAGIS.html#Note_type" target="body"> <b> <i>Note</i> </b> </a> </font> </td> <td> <font size="-1"> <p style="margin-top: 3; margin-bottom: 3">Is Note for the document in which it is contained.</p> <div/> <i> <p style="margin-top: 3; margin-bottom: 3">A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.</p> </i> </font> </td> </tr> </table> </td> </tr> </table> <div/> </body> </html>
zeliboba/HR-XSL
lib/hr-xml-2.5/OAGIS8_0/Documentation/BODs/UpdateMatchFailure.html
HTML
apache-2.0
94,221
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-US"> <head> <title>CSS 2.1 Test Suite: Test for flow around floats</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/" /> <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" /> <meta name="assert" content="The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap any floats in the same block formatting context as the element itself." /> <meta name="flags" content="" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"> table { margin: 0; border-spacing: 0; } td, th { padding: 0; } span { display: inline-block; vertical-align: bottom; } </style> </head> <body> <table width="300" style="background: aqua"><tr><td> <div style="float:left; background:blue; width: 100px; height: 100px"></div> <div style="overflow: hidden; background: yellow"> <span style="width: 150px; height: 50px; background: purple"></span> <span style="width: 150px; height: 50px; background: purple"></span> </div> </td></tr></table> </body> </html>
sergecodd/FireFox-OS
B2G/gecko/layout/reftests/bugs/134706-2-left-scrollframe.html
HTML
apache-2.0
1,444
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Generated by Apache Maven Doxia at 2014-11-13 --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Apache Hadoop 2.6.0 - Hadoop 2.6.0</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> <meta name="Date-Revision-yyyymmdd" content="20141113" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body class="composite"> <div id="banner"> <a href="http://hadoop.apache.org/" id="bannerLeft"> <img src="http://hadoop.apache.org/images/hadoop-logo.jpg" alt="" /> </a> <a href="http://www.apache.org/" id="bannerRight"> <img src="http://www.apache.org/images/asf_logo_wide.png" alt="" /> </a> <div class="clear"> <hr/> </div> </div> <div id="breadcrumbs"> <div class="xleft"> <a href="http://www.apache.org/" class="externalLink">Apache</a> &gt; <a href="http://hadoop.apache.org/" class="externalLink">Hadoop</a> &gt; <a href="../">Apache Hadoop Project Dist POM</a> &gt; Apache Hadoop 2.6.0 </div> <div class="xright"> <a href="http://wiki.apache.org/hadoop" class="externalLink">Wiki</a> | <a href="https://svn.apache.org/repos/asf/hadoop/" class="externalLink">SVN</a> | <a href="http://hadoop.apache.org/" class="externalLink">Apache Hadoop</a> &nbsp;| Last Published: 2014-11-13 &nbsp;| Version: 2.6.0 </div> <div class="clear"> <hr/> </div> </div> <div id="leftColumn"> <div id="navcolumn"> <h5>General</h5> <ul> <li class="none"> <a href="../../index.html">Overview</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/SingleCluster.html">Single Node Setup</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/ClusterSetup.html">Cluster Setup</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/CommandsManual.html">Hadoop Commands Reference</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/FileSystemShell.html">FileSystem Shell</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/Compatibility.html">Hadoop Compatibility</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/filesystem/index.html">FileSystem Specification</a> </li> </ul> <h5>Common</h5> <ul> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/CLIMiniCluster.html">CLI Mini Cluster</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/NativeLibraries.html">Native Libraries</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/Superusers.html">Superusers</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/SecureMode.html">Secure Mode</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/ServiceLevelAuth.html">Service Level Authorization</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/HttpAuthentication.html">HTTP Authentication</a> </li> <li class="none"> <a href="../../hadoop-kms/index.html">Hadoop KMS</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/Tracing.html">Tracing</a> </li> </ul> <h5>HDFS</h5> <ul> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS User Guide</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HDFSCommands.html">HDFS Commands Reference</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html">High Availability With QJM</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html">High Availability With NFS</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/Federation.html">Federation</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/ViewFs.html">ViewFs Guide</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsSnapshots.html">HDFS Snapshots</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsDesign.html">HDFS Architecture</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsEditsViewer.html">Edits Viewer</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsImageViewer.html">Image Viewer</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html">Permissions and HDFS</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html">Quotas and HDFS</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/Hftp.html">HFTP</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/LibHdfs.html">C API libhdfs</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/WebHDFS.html">WebHDFS REST API</a> </li> <li class="none"> <a href="../../hadoop-hdfs-httpfs/index.html">HttpFS Gateway</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/ShortCircuitLocalReads.html">Short Circuit Local Reads</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html">Centralized Cache Management</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html">HDFS NFS Gateway</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsRollingUpgrade.html">HDFS Rolling Upgrade</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/ExtendedAttributes.html">Extended Attributes</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/TransparentEncryption.html">Transparent Encryption</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html">HDFS Support for Multihoming</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html">Archival Storage, SSD & Memory</a> </li> </ul> <h5>MapReduce</h5> <ul> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html">MapReduce Tutorial</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredCommands.html">MapReduce Commands Reference</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html">Compatibilty between Hadoop 1.x and Hadoop 2.x</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html">Encrypted Shuffle</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/PluggableShuffleAndPluggableSort.html">Pluggable Shuffle/Sort</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistributedCacheDeploy.html">Distributed Cache Deploy</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopStreaming.html">Hadoop Streaming</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopArchives.html">Hadoop Archives</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistCp.html">DistCp</a> </li> </ul> <h5>MapReduce REST APIs</h5> <ul> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredAppMasterRest.html">MR Application Master</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-hs/HistoryServerRest.html">MR History Server</a> </li> </ul> <h5>YARN</h5> <ul> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/YARN.html">YARN Architecture</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html">Capacity Scheduler</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/FairScheduler.html">Fair Scheduler</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html">ResourceManager Restart</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html">ResourceManager HA</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/WebApplicationProxy.html">Web Application Proxy</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/TimelineServer.html">YARN Timeline Server</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html">Writing YARN Applications</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/YarnCommands.html">YARN Commands</a> </li> <li class="none"> <a href="../../hadoop-sls/SchedulerLoadSimulator.html">Scheduler Load Simulator</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/NodeManagerRestart.html">NodeManager Restart</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/DockerContainerExecutor.html">DockerContainerExecutor</a> </li> </ul> <h5>YARN REST APIs</h5> <ul> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html">Introduction</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html">Resource Manager</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-site/NodeManagerRest.html">Node Manager</a> </li> </ul> <h5>Auth</h5> <ul> <li class="none"> <a href="../../hadoop-auth/index.html">Overview</a> </li> <li class="none"> <a href="../../hadoop-auth/Examples.html">Examples</a> </li> <li class="none"> <a href="../../hadoop-auth/Configuration.html">Configuration</a> </li> <li class="none"> <a href="../../hadoop-auth/BuildingIt.html">Building</a> </li> </ul> <h5>Reference</h5> <ul> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/releasenotes.html">Release Notes</a> </li> <li class="none"> <a href="../../api/index.html">API docs</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/CHANGES.txt">Common CHANGES.txt</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/CHANGES.txt">HDFS CHANGES.txt</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-mapreduce/CHANGES.txt">MapReduce CHANGES.txt</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-yarn/CHANGES.txt">YARN CHANGES.txt</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/Metrics.html">Metrics</a> </li> </ul> <h5>Configuration</h5> <ul> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/core-default.xml">core-default.xml</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-hdfs/hdfs-default.xml">hdfs-default.xml</a> </li> <li class="none"> <a href="../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml">mapred-default.xml</a> </li> <li class="none"> <a href="../../hadoop-yarn/hadoop-yarn-common/yarn-default.xml">yarn-default.xml</a> </li> <li class="none"> <a href="../../hadoop-project-dist/hadoop-common/DeprecatedProperties.html">Deprecated Properties</a> </li> </ul> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img alt="Built by Maven" src="./images/logos/maven-feather.png"/> </a> </div> </div> <div id="bodyColumn"> <div id="contentBox"> <!-- 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. See accompanying LICENSE file. --><div class="section"> <h2>Deprecated Properties<a name="Deprecated_Properties"></a></h2> <p>The following table lists the configuration property names that are deprecated in this version of Hadoop, and their replacements.</p> <table border="1" class="bodyTable"> <tr class="a"> <th align="left"><b>Deprecated property name</b></th> <th align="left"><b>New property name</b></th></tr> <tr class="b"> <td align="left">create.empty.dir.if.nonexist</td> <td align="left">mapreduce.jobcontrol.createdir.ifnotexist</td></tr> <tr class="a"> <td align="left">dfs.access.time.precision</td> <td align="left">dfs.namenode.accesstime.precision</td></tr> <tr class="b"> <td align="left">dfs.backup.address</td> <td align="left">dfs.namenode.backup.address</td></tr> <tr class="a"> <td align="left">dfs.backup.http.address</td> <td align="left">dfs.namenode.backup.http-address</td></tr> <tr class="b"> <td align="left">dfs.balance.bandwidthPerSec</td> <td align="left">dfs.datanode.balance.bandwidthPerSec</td></tr> <tr class="a"> <td align="left">dfs.block.size</td> <td align="left">dfs.blocksize</td></tr> <tr class="b"> <td align="left">dfs.data.dir</td> <td align="left">dfs.datanode.data.dir</td></tr> <tr class="a"> <td align="left">dfs.datanode.max.xcievers</td> <td align="left">dfs.datanode.max.transfer.threads</td></tr> <tr class="b"> <td align="left">dfs.df.interval</td> <td align="left">fs.df.interval</td></tr> <tr class="a"> <td align="left">dfs.federation.nameservice.id</td> <td align="left">dfs.nameservice.id</td></tr> <tr class="b"> <td align="left">dfs.federation.nameservices</td> <td align="left">dfs.nameservices</td></tr> <tr class="a"> <td align="left">dfs.http.address</td> <td align="left">dfs.namenode.http-address</td></tr> <tr class="b"> <td align="left">dfs.https.address</td> <td align="left">dfs.namenode.https-address</td></tr> <tr class="a"> <td align="left">dfs.https.client.keystore.resource</td> <td align="left">dfs.client.https.keystore.resource</td></tr> <tr class="b"> <td align="left">dfs.https.need.client.auth</td> <td align="left">dfs.client.https.need-auth</td></tr> <tr class="a"> <td align="left">dfs.max.objects</td> <td align="left">dfs.namenode.max.objects</td></tr> <tr class="b"> <td align="left">dfs.max-repl-streams</td> <td align="left">dfs.namenode.replication.max-streams</td></tr> <tr class="a"> <td align="left">dfs.name.dir</td> <td align="left">dfs.namenode.name.dir</td></tr> <tr class="b"> <td align="left">dfs.name.dir.restore</td> <td align="left">dfs.namenode.name.dir.restore</td></tr> <tr class="a"> <td align="left">dfs.name.edits.dir</td> <td align="left">dfs.namenode.edits.dir</td></tr> <tr class="b"> <td align="left">dfs.permissions</td> <td align="left">dfs.permissions.enabled</td></tr> <tr class="a"> <td align="left">dfs.permissions.supergroup</td> <td align="left">dfs.permissions.superusergroup</td></tr> <tr class="b"> <td align="left">dfs.read.prefetch.size</td> <td align="left">dfs.client.read.prefetch.size</td></tr> <tr class="a"> <td align="left">dfs.replication.considerLoad</td> <td align="left">dfs.namenode.replication.considerLoad</td></tr> <tr class="b"> <td align="left">dfs.replication.interval</td> <td align="left">dfs.namenode.replication.interval</td></tr> <tr class="a"> <td align="left">dfs.replication.min</td> <td align="left">dfs.namenode.replication.min</td></tr> <tr class="b"> <td align="left">dfs.replication.pending.timeout.sec</td> <td align="left">dfs.namenode.replication.pending.timeout-sec</td></tr> <tr class="a"> <td align="left">dfs.safemode.extension</td> <td align="left">dfs.namenode.safemode.extension</td></tr> <tr class="b"> <td align="left">dfs.safemode.threshold.pct</td> <td align="left">dfs.namenode.safemode.threshold-pct</td></tr> <tr class="a"> <td align="left">dfs.secondary.http.address</td> <td align="left">dfs.namenode.secondary.http-address</td></tr> <tr class="b"> <td align="left">dfs.socket.timeout</td> <td align="left">dfs.client.socket-timeout</td></tr> <tr class="a"> <td align="left">dfs.umaskmode</td> <td align="left">fs.permissions.umask-mode</td></tr> <tr class="b"> <td align="left">dfs.write.packet.size</td> <td align="left">dfs.client-write-packet-size</td></tr> <tr class="a"> <td align="left">fs.checkpoint.dir</td> <td align="left">dfs.namenode.checkpoint.dir</td></tr> <tr class="b"> <td align="left">fs.checkpoint.edits.dir</td> <td align="left">dfs.namenode.checkpoint.edits.dir</td></tr> <tr class="a"> <td align="left">fs.checkpoint.period</td> <td align="left">dfs.namenode.checkpoint.period</td></tr> <tr class="b"> <td align="left">fs.default.name</td> <td align="left">fs.defaultFS</td></tr> <tr class="a"> <td align="left">hadoop.configured.node.mapping</td> <td align="left">net.topology.configured.node.mapping</td></tr> <tr class="b"> <td align="left">hadoop.job.history.location</td> <td align="left">mapreduce.jobtracker.jobhistory.location</td></tr> <tr class="a"> <td align="left">hadoop.native.lib</td> <td align="left">io.native.lib.available</td></tr> <tr class="b"> <td align="left">hadoop.net.static.resolutions</td> <td align="left">mapreduce.tasktracker.net.static.resolutions</td></tr> <tr class="a"> <td align="left">hadoop.pipes.command-file.keep</td> <td align="left">mapreduce.pipes.commandfile.preserve</td></tr> <tr class="b"> <td align="left">hadoop.pipes.executable.interpretor</td> <td align="left">mapreduce.pipes.executable.interpretor</td></tr> <tr class="a"> <td align="left">hadoop.pipes.executable</td> <td align="left">mapreduce.pipes.executable</td></tr> <tr class="b"> <td align="left">hadoop.pipes.java.mapper</td> <td align="left">mapreduce.pipes.isjavamapper</td></tr> <tr class="a"> <td align="left">hadoop.pipes.java.recordreader</td> <td align="left">mapreduce.pipes.isjavarecordreader</td></tr> <tr class="b"> <td align="left">hadoop.pipes.java.recordwriter</td> <td align="left">mapreduce.pipes.isjavarecordwriter</td></tr> <tr class="a"> <td align="left">hadoop.pipes.java.reducer</td> <td align="left">mapreduce.pipes.isjavareducer</td></tr> <tr class="b"> <td align="left">hadoop.pipes.partitioner</td> <td align="left">mapreduce.pipes.partitioner</td></tr> <tr class="a"> <td align="left">heartbeat.recheck.interval</td> <td align="left">dfs.namenode.heartbeat.recheck-interval</td></tr> <tr class="b"> <td align="left">io.bytes.per.checksum</td> <td align="left">dfs.bytes-per-checksum</td></tr> <tr class="a"> <td align="left">io.sort.factor</td> <td align="left">mapreduce.task.io.sort.factor</td></tr> <tr class="b"> <td align="left">io.sort.mb</td> <td align="left">mapreduce.task.io.sort.mb</td></tr> <tr class="a"> <td align="left">io.sort.spill.percent</td> <td align="left">mapreduce.map.sort.spill.percent</td></tr> <tr class="b"> <td align="left">jobclient.completion.poll.interval</td> <td align="left">mapreduce.client.completion.pollinterval</td></tr> <tr class="a"> <td align="left">jobclient.output.filter</td> <td align="left">mapreduce.client.output.filter</td></tr> <tr class="b"> <td align="left">jobclient.progress.monitor.poll.interval</td> <td align="left">mapreduce.client.progressmonitor.pollinterval</td></tr> <tr class="a"> <td align="left">job.end.notification.url</td> <td align="left">mapreduce.job.end-notification.url</td></tr> <tr class="b"> <td align="left">job.end.retry.attempts</td> <td align="left">mapreduce.job.end-notification.retry.attempts</td></tr> <tr class="a"> <td align="left">job.end.retry.interval</td> <td align="left">mapreduce.job.end-notification.retry.interval</td></tr> <tr class="b"> <td align="left">job.local.dir</td> <td align="left">mapreduce.job.local.dir</td></tr> <tr class="a"> <td align="left">keep.failed.task.files</td> <td align="left">mapreduce.task.files.preserve.failedtasks</td></tr> <tr class="b"> <td align="left">keep.task.files.pattern</td> <td align="left">mapreduce.task.files.preserve.filepattern</td></tr> <tr class="a"> <td align="left">key.value.separator.in.input.line</td> <td align="left">mapreduce.input.keyvaluelinerecordreader.key.value.separator</td></tr> <tr class="b"> <td align="left">local.cache.size</td> <td align="left">mapreduce.tasktracker.cache.local.size</td></tr> <tr class="a"> <td align="left">map.input.file</td> <td align="left">mapreduce.map.input.file</td></tr> <tr class="b"> <td align="left">map.input.length</td> <td align="left">mapreduce.map.input.length</td></tr> <tr class="a"> <td align="left">map.input.start</td> <td align="left">mapreduce.map.input.start</td></tr> <tr class="b"> <td align="left">map.output.key.field.separator</td> <td align="left">mapreduce.map.output.key.field.separator</td></tr> <tr class="a"> <td align="left">map.output.key.value.fields.spec</td> <td align="left">mapreduce.fieldsel.map.output.key.value.fields.spec</td></tr> <tr class="b"> <td align="left">mapred.acls.enabled</td> <td align="left">mapreduce.cluster.acls.enabled</td></tr> <tr class="a"> <td align="left">mapred.binary.partitioner.left.offset</td> <td align="left">mapreduce.partition.binarypartitioner.left.offset</td></tr> <tr class="b"> <td align="left">mapred.binary.partitioner.right.offset</td> <td align="left">mapreduce.partition.binarypartitioner.right.offset</td></tr> <tr class="a"> <td align="left">mapred.cache.archives</td> <td align="left">mapreduce.job.cache.archives</td></tr> <tr class="b"> <td align="left">mapred.cache.archives.timestamps</td> <td align="left">mapreduce.job.cache.archives.timestamps</td></tr> <tr class="a"> <td align="left">mapred.cache.files</td> <td align="left">mapreduce.job.cache.files</td></tr> <tr class="b"> <td align="left">mapred.cache.files.timestamps</td> <td align="left">mapreduce.job.cache.files.timestamps</td></tr> <tr class="a"> <td align="left">mapred.cache.localArchives</td> <td align="left">mapreduce.job.cache.local.archives</td></tr> <tr class="b"> <td align="left">mapred.cache.localFiles</td> <td align="left">mapreduce.job.cache.local.files</td></tr> <tr class="a"> <td align="left">mapred.child.tmp</td> <td align="left">mapreduce.task.tmp.dir</td></tr> <tr class="b"> <td align="left">mapred.cluster.average.blacklist.threshold</td> <td align="left">mapreduce.jobtracker.blacklist.average.threshold</td></tr> <tr class="a"> <td align="left">mapred.cluster.map.memory.mb</td> <td align="left">mapreduce.cluster.mapmemory.mb</td></tr> <tr class="b"> <td align="left">mapred.cluster.max.map.memory.mb</td> <td align="left">mapreduce.jobtracker.maxmapmemory.mb</td></tr> <tr class="a"> <td align="left">mapred.cluster.max.reduce.memory.mb</td> <td align="left">mapreduce.jobtracker.maxreducememory.mb</td></tr> <tr class="b"> <td align="left">mapred.cluster.reduce.memory.mb</td> <td align="left">mapreduce.cluster.reducememory.mb</td></tr> <tr class="a"> <td align="left">mapred.committer.job.setup.cleanup.needed</td> <td align="left">mapreduce.job.committer.setup.cleanup.needed</td></tr> <tr class="b"> <td align="left">mapred.compress.map.output</td> <td align="left">mapreduce.map.output.compress</td></tr> <tr class="a"> <td align="left">mapred.data.field.separator</td> <td align="left">mapreduce.fieldsel.data.field.separator</td></tr> <tr class="b"> <td align="left">mapred.debug.out.lines</td> <td align="left">mapreduce.task.debugout.lines</td></tr> <tr class="a"> <td align="left">mapred.healthChecker.interval</td> <td align="left">mapreduce.tasktracker.healthchecker.interval</td></tr> <tr class="b"> <td align="left">mapred.healthChecker.script.args</td> <td align="left">mapreduce.tasktracker.healthchecker.script.args</td></tr> <tr class="a"> <td align="left">mapred.healthChecker.script.path</td> <td align="left">mapreduce.tasktracker.healthchecker.script.path</td></tr> <tr class="b"> <td align="left">mapred.healthChecker.script.timeout</td> <td align="left">mapreduce.tasktracker.healthchecker.script.timeout</td></tr> <tr class="a"> <td align="left">mapred.heartbeats.in.second</td> <td align="left">mapreduce.jobtracker.heartbeats.in.second</td></tr> <tr class="b"> <td align="left">mapred.hosts.exclude</td> <td align="left">mapreduce.jobtracker.hosts.exclude.filename</td></tr> <tr class="a"> <td align="left">mapred.hosts</td> <td align="left">mapreduce.jobtracker.hosts.filename</td></tr> <tr class="b"> <td align="left">mapred.inmem.merge.threshold</td> <td align="left">mapreduce.reduce.merge.inmem.threshold</td></tr> <tr class="a"> <td align="left">mapred.input.dir.formats</td> <td align="left">mapreduce.input.multipleinputs.dir.formats</td></tr> <tr class="b"> <td align="left">mapred.input.dir.mappers</td> <td align="left">mapreduce.input.multipleinputs.dir.mappers</td></tr> <tr class="a"> <td align="left">mapred.input.dir</td> <td align="left">mapreduce.input.fileinputformat.inputdir</td></tr> <tr class="b"> <td align="left">mapred.input.pathFilter.class</td> <td align="left">mapreduce.input.pathFilter.class</td></tr> <tr class="a"> <td align="left">mapred.jar</td> <td align="left">mapreduce.job.jar</td></tr> <tr class="b"> <td align="left">mapred.job.classpath.archives</td> <td align="left">mapreduce.job.classpath.archives</td></tr> <tr class="a"> <td align="left">mapred.job.classpath.files</td> <td align="left">mapreduce.job.classpath.files</td></tr> <tr class="b"> <td align="left">mapred.job.id</td> <td align="left">mapreduce.job.id</td></tr> <tr class="a"> <td align="left">mapred.jobinit.threads</td> <td align="left">mapreduce.jobtracker.jobinit.threads</td></tr> <tr class="b"> <td align="left">mapred.job.map.memory.mb</td> <td align="left">mapreduce.map.memory.mb</td></tr> <tr class="a"> <td align="left">mapred.job.name</td> <td align="left">mapreduce.job.name</td></tr> <tr class="b"> <td align="left">mapred.job.priority</td> <td align="left">mapreduce.job.priority</td></tr> <tr class="a"> <td align="left">mapred.job.queue.name</td> <td align="left">mapreduce.job.queuename</td></tr> <tr class="b"> <td align="left">mapred.job.reduce.input.buffer.percent</td> <td align="left">mapreduce.reduce.input.buffer.percent</td></tr> <tr class="a"> <td align="left">mapred.job.reduce.markreset.buffer.percent</td> <td align="left">mapreduce.reduce.markreset.buffer.percent</td></tr> <tr class="b"> <td align="left">mapred.job.reduce.memory.mb</td> <td align="left">mapreduce.reduce.memory.mb</td></tr> <tr class="a"> <td align="left">mapred.job.reduce.total.mem.bytes</td> <td align="left">mapreduce.reduce.memory.totalbytes</td></tr> <tr class="b"> <td align="left">mapred.job.reuse.jvm.num.tasks</td> <td align="left">mapreduce.job.jvm.numtasks</td></tr> <tr class="a"> <td align="left">mapred.job.shuffle.input.buffer.percent</td> <td align="left">mapreduce.reduce.shuffle.input.buffer.percent</td></tr> <tr class="b"> <td align="left">mapred.job.shuffle.merge.percent</td> <td align="left">mapreduce.reduce.shuffle.merge.percent</td></tr> <tr class="a"> <td align="left">mapred.job.tracker.handler.count</td> <td align="left">mapreduce.jobtracker.handler.count</td></tr> <tr class="b"> <td align="left">mapred.job.tracker.history.completed.location</td> <td align="left">mapreduce.jobtracker.jobhistory.completed.location</td></tr> <tr class="a"> <td align="left">mapred.job.tracker.http.address</td> <td align="left">mapreduce.jobtracker.http.address</td></tr> <tr class="b"> <td align="left">mapred.jobtracker.instrumentation</td> <td align="left">mapreduce.jobtracker.instrumentation</td></tr> <tr class="a"> <td align="left">mapred.jobtracker.job.history.block.size</td> <td align="left">mapreduce.jobtracker.jobhistory.block.size</td></tr> <tr class="b"> <td align="left">mapred.job.tracker.jobhistory.lru.cache.size</td> <td align="left">mapreduce.jobtracker.jobhistory.lru.cache.size</td></tr> <tr class="a"> <td align="left">mapred.job.tracker</td> <td align="left">mapreduce.jobtracker.address</td></tr> <tr class="b"> <td align="left">mapred.jobtracker.maxtasks.per.job</td> <td align="left">mapreduce.jobtracker.maxtasks.perjob</td></tr> <tr class="a"> <td align="left">mapred.job.tracker.persist.jobstatus.active</td> <td align="left">mapreduce.jobtracker.persist.jobstatus.active</td></tr> <tr class="b"> <td align="left">mapred.job.tracker.persist.jobstatus.dir</td> <td align="left">mapreduce.jobtracker.persist.jobstatus.dir</td></tr> <tr class="a"> <td align="left">mapred.job.tracker.persist.jobstatus.hours</td> <td align="left">mapreduce.jobtracker.persist.jobstatus.hours</td></tr> <tr class="b"> <td align="left">mapred.jobtracker.restart.recover</td> <td align="left">mapreduce.jobtracker.restart.recover</td></tr> <tr class="a"> <td align="left">mapred.job.tracker.retiredjobs.cache.size</td> <td align="left">mapreduce.jobtracker.retiredjobs.cache.size</td></tr> <tr class="b"> <td align="left">mapred.job.tracker.retire.jobs</td> <td align="left">mapreduce.jobtracker.retirejobs</td></tr> <tr class="a"> <td align="left">mapred.jobtracker.taskalloc.capacitypad</td> <td align="left">mapreduce.jobtracker.taskscheduler.taskalloc.capacitypad</td></tr> <tr class="b"> <td align="left">mapred.jobtracker.taskScheduler</td> <td align="left">mapreduce.jobtracker.taskscheduler</td></tr> <tr class="a"> <td align="left">mapred.jobtracker.taskScheduler.maxRunningTasksPerJob</td> <td align="left">mapreduce.jobtracker.taskscheduler.maxrunningtasks.perjob</td></tr> <tr class="b"> <td align="left">mapred.join.expr</td> <td align="left">mapreduce.join.expr</td></tr> <tr class="a"> <td align="left">mapred.join.keycomparator</td> <td align="left">mapreduce.join.keycomparator</td></tr> <tr class="b"> <td align="left">mapred.lazy.output.format</td> <td align="left">mapreduce.output.lazyoutputformat.outputformat</td></tr> <tr class="a"> <td align="left">mapred.line.input.format.linespermap</td> <td align="left">mapreduce.input.lineinputformat.linespermap</td></tr> <tr class="b"> <td align="left">mapred.linerecordreader.maxlength</td> <td align="left">mapreduce.input.linerecordreader.line.maxlength</td></tr> <tr class="a"> <td align="left">mapred.local.dir</td> <td align="left">mapreduce.cluster.local.dir</td></tr> <tr class="b"> <td align="left">mapred.local.dir.minspacekill</td> <td align="left">mapreduce.tasktracker.local.dir.minspacekill</td></tr> <tr class="a"> <td align="left">mapred.local.dir.minspacestart</td> <td align="left">mapreduce.tasktracker.local.dir.minspacestart</td></tr> <tr class="b"> <td align="left">mapred.map.child.env</td> <td align="left">mapreduce.map.env</td></tr> <tr class="a"> <td align="left">mapred.map.child.java.opts</td> <td align="left">mapreduce.map.java.opts</td></tr> <tr class="b"> <td align="left">mapred.map.child.log.level</td> <td align="left">mapreduce.map.log.level</td></tr> <tr class="a"> <td align="left">mapred.map.max.attempts</td> <td align="left">mapreduce.map.maxattempts</td></tr> <tr class="b"> <td align="left">mapred.map.output.compression.codec</td> <td align="left">mapreduce.map.output.compress.codec</td></tr> <tr class="a"> <td align="left">mapred.mapoutput.key.class</td> <td align="left">mapreduce.map.output.key.class</td></tr> <tr class="b"> <td align="left">mapred.mapoutput.value.class</td> <td align="left">mapreduce.map.output.value.class</td></tr> <tr class="a"> <td align="left">mapred.mapper.regex.group</td> <td align="left">mapreduce.mapper.regexmapper..group</td></tr> <tr class="b"> <td align="left">mapred.mapper.regex</td> <td align="left">mapreduce.mapper.regex</td></tr> <tr class="a"> <td align="left">mapred.map.task.debug.script</td> <td align="left">mapreduce.map.debug.script</td></tr> <tr class="b"> <td align="left">mapred.map.tasks</td> <td align="left">mapreduce.job.maps</td></tr> <tr class="a"> <td align="left">mapred.map.tasks.speculative.execution</td> <td align="left">mapreduce.map.speculative</td></tr> <tr class="b"> <td align="left">mapred.max.map.failures.percent</td> <td align="left">mapreduce.map.failures.maxpercent</td></tr> <tr class="a"> <td align="left">mapred.max.reduce.failures.percent</td> <td align="left">mapreduce.reduce.failures.maxpercent</td></tr> <tr class="b"> <td align="left">mapred.max.split.size</td> <td align="left">mapreduce.input.fileinputformat.split.maxsize</td></tr> <tr class="a"> <td align="left">mapred.max.tracker.blacklists</td> <td align="left">mapreduce.jobtracker.tasktracker.maxblacklists</td></tr> <tr class="b"> <td align="left">mapred.max.tracker.failures</td> <td align="left">mapreduce.job.maxtaskfailures.per.tracker</td></tr> <tr class="a"> <td align="left">mapred.merge.recordsBeforeProgress</td> <td align="left">mapreduce.task.merge.progress.records</td></tr> <tr class="b"> <td align="left">mapred.min.split.size</td> <td align="left">mapreduce.input.fileinputformat.split.minsize</td></tr> <tr class="a"> <td align="left">mapred.min.split.size.per.node</td> <td align="left">mapreduce.input.fileinputformat.split.minsize.per.node</td></tr> <tr class="b"> <td align="left">mapred.min.split.size.per.rack</td> <td align="left">mapreduce.input.fileinputformat.split.minsize.per.rack</td></tr> <tr class="a"> <td align="left">mapred.output.compression.codec</td> <td align="left">mapreduce.output.fileoutputformat.compress.codec</td></tr> <tr class="b"> <td align="left">mapred.output.compression.type</td> <td align="left">mapreduce.output.fileoutputformat.compress.type</td></tr> <tr class="a"> <td align="left">mapred.output.compress</td> <td align="left">mapreduce.output.fileoutputformat.compress</td></tr> <tr class="b"> <td align="left">mapred.output.dir</td> <td align="left">mapreduce.output.fileoutputformat.outputdir</td></tr> <tr class="a"> <td align="left">mapred.output.key.class</td> <td align="left">mapreduce.job.output.key.class</td></tr> <tr class="b"> <td align="left">mapred.output.key.comparator.class</td> <td align="left">mapreduce.job.output.key.comparator.class</td></tr> <tr class="a"> <td align="left">mapred.output.value.class</td> <td align="left">mapreduce.job.output.value.class</td></tr> <tr class="b"> <td align="left">mapred.output.value.groupfn.class</td> <td align="left">mapreduce.job.output.group.comparator.class</td></tr> <tr class="a"> <td align="left">mapred.permissions.supergroup</td> <td align="left">mapreduce.cluster.permissions.supergroup</td></tr> <tr class="b"> <td align="left">mapred.pipes.user.inputformat</td> <td align="left">mapreduce.pipes.inputformat</td></tr> <tr class="a"> <td align="left">mapred.reduce.child.env</td> <td align="left">mapreduce.reduce.env</td></tr> <tr class="b"> <td align="left">mapred.reduce.child.java.opts</td> <td align="left">mapreduce.reduce.java.opts</td></tr> <tr class="a"> <td align="left">mapred.reduce.child.log.level</td> <td align="left">mapreduce.reduce.log.level</td></tr> <tr class="b"> <td align="left">mapred.reduce.max.attempts</td> <td align="left">mapreduce.reduce.maxattempts</td></tr> <tr class="a"> <td align="left">mapred.reduce.parallel.copies</td> <td align="left">mapreduce.reduce.shuffle.parallelcopies</td></tr> <tr class="b"> <td align="left">mapred.reduce.slowstart.completed.maps</td> <td align="left">mapreduce.job.reduce.slowstart.completedmaps</td></tr> <tr class="a"> <td align="left">mapred.reduce.task.debug.script</td> <td align="left">mapreduce.reduce.debug.script</td></tr> <tr class="b"> <td align="left">mapred.reduce.tasks</td> <td align="left">mapreduce.job.reduces</td></tr> <tr class="a"> <td align="left">mapred.reduce.tasks.speculative.execution</td> <td align="left">mapreduce.reduce.speculative</td></tr> <tr class="b"> <td align="left">mapred.seqbinary.output.key.class</td> <td align="left">mapreduce.output.seqbinaryoutputformat.key.class</td></tr> <tr class="a"> <td align="left">mapred.seqbinary.output.value.class</td> <td align="left">mapreduce.output.seqbinaryoutputformat.value.class</td></tr> <tr class="b"> <td align="left">mapred.shuffle.connect.timeout</td> <td align="left">mapreduce.reduce.shuffle.connect.timeout</td></tr> <tr class="a"> <td align="left">mapred.shuffle.read.timeout</td> <td align="left">mapreduce.reduce.shuffle.read.timeout</td></tr> <tr class="b"> <td align="left">mapred.skip.attempts.to.start.skipping</td> <td align="left">mapreduce.task.skip.start.attempts</td></tr> <tr class="a"> <td align="left">mapred.skip.map.auto.incr.proc.count</td> <td align="left">mapreduce.map.skip.proc-count.auto-incr</td></tr> <tr class="b"> <td align="left">mapred.skip.map.max.skip.records</td> <td align="left">mapreduce.map.skip.maxrecords</td></tr> <tr class="a"> <td align="left">mapred.skip.on</td> <td align="left">mapreduce.job.skiprecords</td></tr> <tr class="b"> <td align="left">mapred.skip.out.dir</td> <td align="left">mapreduce.job.skip.outdir</td></tr> <tr class="a"> <td align="left">mapred.skip.reduce.auto.incr.proc.count</td> <td align="left">mapreduce.reduce.skip.proc-count.auto-incr</td></tr> <tr class="b"> <td align="left">mapred.skip.reduce.max.skip.groups</td> <td align="left">mapreduce.reduce.skip.maxgroups</td></tr> <tr class="a"> <td align="left">mapred.speculative.execution.slowNodeThreshold</td> <td align="left">mapreduce.job.speculative.slownodethreshold</td></tr> <tr class="b"> <td align="left">mapred.speculative.execution.slowTaskThreshold</td> <td align="left">mapreduce.job.speculative.slowtaskthreshold</td></tr> <tr class="a"> <td align="left">mapred.speculative.execution.speculativeCap</td> <td align="left">mapreduce.job.speculative.speculativecap</td></tr> <tr class="b"> <td align="left">mapred.submit.replication</td> <td align="left">mapreduce.client.submit.file.replication</td></tr> <tr class="a"> <td align="left">mapred.system.dir</td> <td align="left">mapreduce.jobtracker.system.dir</td></tr> <tr class="b"> <td align="left">mapred.task.cache.levels</td> <td align="left">mapreduce.jobtracker.taskcache.levels</td></tr> <tr class="a"> <td align="left">mapred.task.id</td> <td align="left">mapreduce.task.attempt.id</td></tr> <tr class="b"> <td align="left">mapred.task.is.map</td> <td align="left">mapreduce.task.ismap</td></tr> <tr class="a"> <td align="left">mapred.task.partition</td> <td align="left">mapreduce.task.partition</td></tr> <tr class="b"> <td align="left">mapred.task.profile</td> <td align="left">mapreduce.task.profile</td></tr> <tr class="a"> <td align="left">mapred.task.profile.maps</td> <td align="left">mapreduce.task.profile.maps</td></tr> <tr class="b"> <td align="left">mapred.task.profile.params</td> <td align="left">mapreduce.task.profile.params</td></tr> <tr class="a"> <td align="left">mapred.task.profile.reduces</td> <td align="left">mapreduce.task.profile.reduces</td></tr> <tr class="b"> <td align="left">mapred.task.timeout</td> <td align="left">mapreduce.task.timeout</td></tr> <tr class="a"> <td align="left">mapred.tasktracker.dns.interface</td> <td align="left">mapreduce.tasktracker.dns.interface</td></tr> <tr class="b"> <td align="left">mapred.tasktracker.dns.nameserver</td> <td align="left">mapreduce.tasktracker.dns.nameserver</td></tr> <tr class="a"> <td align="left">mapred.tasktracker.events.batchsize</td> <td align="left">mapreduce.tasktracker.events.batchsize</td></tr> <tr class="b"> <td align="left">mapred.tasktracker.expiry.interval</td> <td align="left">mapreduce.jobtracker.expire.trackers.interval</td></tr> <tr class="a"> <td align="left">mapred.task.tracker.http.address</td> <td align="left">mapreduce.tasktracker.http.address</td></tr> <tr class="b"> <td align="left">mapred.tasktracker.indexcache.mb</td> <td align="left">mapreduce.tasktracker.indexcache.mb</td></tr> <tr class="a"> <td align="left">mapred.tasktracker.instrumentation</td> <td align="left">mapreduce.tasktracker.instrumentation</td></tr> <tr class="b"> <td align="left">mapred.tasktracker.map.tasks.maximum</td> <td align="left">mapreduce.tasktracker.map.tasks.maximum</td></tr> <tr class="a"> <td align="left">mapred.tasktracker.memory_calculator_plugin</td> <td align="left">mapreduce.tasktracker.resourcecalculatorplugin</td></tr> <tr class="b"> <td align="left">mapred.tasktracker.memorycalculatorplugin</td> <td align="left">mapreduce.tasktracker.resourcecalculatorplugin</td></tr> <tr class="a"> <td align="left">mapred.tasktracker.reduce.tasks.maximum</td> <td align="left">mapreduce.tasktracker.reduce.tasks.maximum</td></tr> <tr class="b"> <td align="left">mapred.task.tracker.report.address</td> <td align="left">mapreduce.tasktracker.report.address</td></tr> <tr class="a"> <td align="left">mapred.task.tracker.task-controller</td> <td align="left">mapreduce.tasktracker.taskcontroller</td></tr> <tr class="b"> <td align="left">mapred.tasktracker.taskmemorymanager.monitoring-interval</td> <td align="left">mapreduce.tasktracker.taskmemorymanager.monitoringinterval</td></tr> <tr class="a"> <td align="left">mapred.tasktracker.tasks.sleeptime-before-sigkill</td> <td align="left">mapreduce.tasktracker.tasks.sleeptimebeforesigkill</td></tr> <tr class="b"> <td align="left">mapred.temp.dir</td> <td align="left">mapreduce.cluster.temp.dir</td></tr> <tr class="a"> <td align="left">mapred.text.key.comparator.options</td> <td align="left">mapreduce.partition.keycomparator.options</td></tr> <tr class="b"> <td align="left">mapred.text.key.partitioner.options</td> <td align="left">mapreduce.partition.keypartitioner.options</td></tr> <tr class="a"> <td align="left">mapred.textoutputformat.separator</td> <td align="left">mapreduce.output.textoutputformat.separator</td></tr> <tr class="b"> <td align="left">mapred.tip.id</td> <td align="left">mapreduce.task.id</td></tr> <tr class="a"> <td align="left">mapreduce.combine.class</td> <td align="left">mapreduce.job.combine.class</td></tr> <tr class="b"> <td align="left">mapreduce.inputformat.class</td> <td align="left">mapreduce.job.inputformat.class</td></tr> <tr class="a"> <td align="left">mapreduce.job.counters.limit</td> <td align="left">mapreduce.job.counters.max</td></tr> <tr class="b"> <td align="left">mapreduce.jobtracker.permissions.supergroup</td> <td align="left">mapreduce.cluster.permissions.supergroup</td></tr> <tr class="a"> <td align="left">mapreduce.map.class</td> <td align="left">mapreduce.job.map.class</td></tr> <tr class="b"> <td align="left">mapreduce.outputformat.class</td> <td align="left">mapreduce.job.outputformat.class</td></tr> <tr class="a"> <td align="left">mapreduce.partitioner.class</td> <td align="left">mapreduce.job.partitioner.class</td></tr> <tr class="b"> <td align="left">mapreduce.reduce.class</td> <td align="left">mapreduce.job.reduce.class</td></tr> <tr class="a"> <td align="left">mapred.used.genericoptionsparser</td> <td align="left">mapreduce.client.genericoptionsparser.used</td></tr> <tr class="b"> <td align="left">mapred.userlog.limit.kb</td> <td align="left">mapreduce.task.userlog.limit.kb</td></tr> <tr class="a"> <td align="left">mapred.userlog.retain.hours</td> <td align="left">mapreduce.job.userlog.retain.hours</td></tr> <tr class="b"> <td align="left">mapred.working.dir</td> <td align="left">mapreduce.job.working.dir</td></tr> <tr class="a"> <td align="left">mapred.work.output.dir</td> <td align="left">mapreduce.task.output.dir</td></tr> <tr class="b"> <td align="left">min.num.spills.for.combine</td> <td align="left">mapreduce.map.combine.minspills</td></tr> <tr class="a"> <td align="left">reduce.output.key.value.fields.spec</td> <td align="left">mapreduce.fieldsel.reduce.output.key.value.fields.spec</td></tr> <tr class="b"> <td align="left">security.job.submission.protocol.acl</td> <td align="left">security.job.client.protocol.acl</td></tr> <tr class="a"> <td align="left">security.task.umbilical.protocol.acl</td> <td align="left">security.job.task.protocol.acl</td></tr> <tr class="b"> <td align="left">sequencefile.filter.class</td> <td align="left">mapreduce.input.sequencefileinputfilter.class</td></tr> <tr class="a"> <td align="left">sequencefile.filter.frequency</td> <td align="left">mapreduce.input.sequencefileinputfilter.frequency</td></tr> <tr class="b"> <td align="left">sequencefile.filter.regex</td> <td align="left">mapreduce.input.sequencefileinputfilter.regex</td></tr> <tr class="a"> <td align="left">session.id</td> <td align="left">dfs.metrics.session-id</td></tr> <tr class="b"> <td align="left">slave.host.name</td> <td align="left">dfs.datanode.hostname</td></tr> <tr class="a"> <td align="left">slave.host.name</td> <td align="left">mapreduce.tasktracker.host.name</td></tr> <tr class="b"> <td align="left">tasktracker.contention.tracking</td> <td align="left">mapreduce.tasktracker.contention.tracking</td></tr> <tr class="a"> <td align="left">tasktracker.http.threads</td> <td align="left">mapreduce.tasktracker.http.threads</td></tr> <tr class="b"> <td align="left">topology.node.switch.mapping.impl</td> <td align="left">net.topology.node.switch.mapping.impl</td></tr> <tr class="a"> <td align="left">topology.script.file.name</td> <td align="left">net.topology.script.file.name</td></tr> <tr class="b"> <td align="left">topology.script.number.args</td> <td align="left">net.topology.script.number.args</td></tr> <tr class="a"> <td align="left">user.name</td> <td align="left">mapreduce.job.user.name</td></tr> <tr class="b"> <td align="left">webinterface.private.actions</td> <td align="left">mapreduce.jobtracker.webinterface.trusted</td></tr> <tr class="a"> <td align="left">yarn.app.mapreduce.yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts</td> <td align="left">yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts</td></tr></table> <p>The following table lists additional changes to some configuration properties:</p> <table border="1" class="bodyTable"> <tr class="a"> <th align="left"><b>Deprecated property name</b></th> <th align="left"><b>New property name</b></th></tr> <tr class="b"> <td align="left">mapred.create.symlink</td> <td align="left">NONE - symlinking is always on</td></tr> <tr class="a"> <td align="left">mapreduce.job.cache.symlink.create</td> <td align="left">NONE - symlinking is always on</td></tr></table></div> </div> </div> <div class="clear"> <hr/> </div> <div id="footer"> <div class="xright">&#169; 2014 Apache Software Foundation - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div> <div class="clear"> <hr/> </div> </div> </body> </html>
SAT-Hadoop/hadoop-2.6.0
share/doc/hadoop/hadoop-project-dist/hadoop-common/DeprecatedProperties.html
HTML
apache-2.0
51,493
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html><head> <title>Storm UI</title> <link href="/css/bootstrap-1.4.0.css" rel="stylesheet" type="text/css"> <link href="/css/style.css" rel="stylesheet" type="text/css"> <script src="/js/jquery-1.6.2.min.js" type="text/javascript"></script> <script src="/js/jquery.tablesorter.min.js" type="text/javascript"></script> <script src="/js/jquery.cookies.2.2.0.min.js" type="text/javascript"></script> <script src="/js/jquery.mustache.js" type="text/javascript"></script> <script src="/js/purl.js" type="text/javascript"></script> <script src="/js/bootstrap-twipsy.js" type="text/javascript"></script> <script src="/js/script.js" type="text/javascript"></script> <script src="/js/visualization.js" type="text/javascript"></script> <script src="/js/arbor.js" type="text/javascript"></script> <script src="/js/arbor-graphics.js" type="text/javascript"></script> </head> <body> <h1><a href="/">Storm UI</a></h1> <h2>Topology summary</h2> <div id="topology-summary"> </div> <div id="topology-actions"> <h2 class="js-only">Topology actions</h2> <p id="topology-actions" class="js-only"> </p> </div> <div id="topology-stats"></div> <div id="spout-stats"> </div> <div id="bolt-stats"> </div> <div id="topology-visualization"> </div> <div id="topology-configuration"> </div> <p id="toggle-switch" style="display: block;" class="js-only"></p> <div id="json-response-error"> </div> </body> <script> $(document).ready(function() { var topologyId = $.url().param("id"); var window = $.url().param("window"); var sys = $.cookies.get("sys") || "false"; var url = "/api/v1/topology/"+topologyId+"?sys="+sys; if(window) url += "&window="+window; renderToggleSys($("#toggle-switch")); $.ajaxSetup({ "error":function(jqXHR,textStatus,response) { var errorJson = jQuery.parseJSON(jqXHR.responseText); $.get("/templates/json-error-template.html", function(template) { $("#json-response-error").append(Mustache.render($(template).filter("#json-error-template").html(),errorJson)); }); } }); $.getJSON(url,function(response,status,jqXHR) { var topologySummary = $("#topology-summary"); var topologyStats = $("#topology-stats"); var spoutStats = $("#spout-stats"); var boltStats = $("#bolt-stats"); var config = $("#topology-configuration"); var topologyActions = $("#topology-actions"); var topologyVisualization = $("#topology-visualization") var formattedConfig = formatConfigData(response["configuration"]); var buttonJsonData = topologyActionJson(response["id"],response["name"],response["status"],response["msgTimeout"]); $.get("/templates/topology-page-template.html", function(template) { topologySummary.append(Mustache.render($(template).filter("#topology-summary-template").html(),response)); topologyActions.append(Mustache.render($(template).filter("#topology-actions-template").html(),buttonJsonData)); topologyStats.append(Mustache.render($(template).filter("#topology-stats-template").html(),response)); $("#topology-stats-table").tablesorter({ sortList: [[0,0]], headers: {0: { sorter: "stormtimestr"}}}); spoutStats.append(Mustache.render($(template).filter("#spout-stats-template").html(),response)); if(response["spouts"].length > 0) { $("#spout-stats-table").tablesorter({sortList: [[0,0]], headers:{}}); } boltStats.append(Mustache.render($(template).filter("#bolt-stats-template").html(),response)); if(response["bolts"].length > 0) { $("#bolt-stats-table").tablesorter({sortList: [[0,0]], headers:{}}); } topologyVisualization.append(Mustache.render($(template).filter("#topology-visualization-template").html(), response)); $("#show-hide-visualization").click(function () { show_visualization(null) }); config.append(Mustache.render($(template).filter("#topology-configuration-template").html(),formattedConfig)); $("#topology-configuration-table").tablesorter({ sortList: [[0,0]], headers: {}}); }); }); }); </script> </html>
nodacho/cdh-storm
parcel/STORM-0.9.2_0.1.1/public/topology.html
HTML
apache-2.0
5,093
<a href="http://github.com/angular/angular.js/tree/v1.2.5/src/ng/window.js#L3" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/window.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">$window</code> <div><span class="hint">service in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="ng-window-page"><p>A reference to the browser&#39;s <code>window</code> object. While <code>window</code> is globally available in JavaScript, it causes testability problems, because it is a global variable. In angular we always refer to it through the <code>$window</code> service, so it may be overridden, removed or mocked for testing.</p> <p>Expressions, like the one defined for the <code>ngClick</code> directive in the example below, are evaluated with respect to the current scope. Therefore, there is no risk of inadvertently coding in a dependency on a global value in such an expression.</p> </div></div> <h2 id="example">Example</h2> <div class="example"><div class="ng-window-page"><h4 id="example_source">Source</h4> <div source-edit="" source-edit-deps="angular.js script.js" source-edit-html="index.html-153" source-edit-css="" source-edit-js="script.js-152" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-154"></div> <div class="tabbable"><div class="tab-pane" title="index.html"> <pre class="prettyprint linenums" ng-set-text="index.html-153" ng-html-wrap=" angular.js script.js"></pre> <script type="text/ng-template" id="index.html-153"> <div ng-controller="Ctrl"> <input type="text" ng-model="greeting" /> <button ng-click="doGreeting(greeting)">ALERT</button> </div> </script> </div> <div class="tab-pane" title="script.js"> <pre class="prettyprint linenums" ng-set-text="script.js-152"></pre> <script type="text/ng-template" id="script.js-152"> function Ctrl($scope, $window) { $scope.greeting = 'Hello, World!'; $scope.doGreeting = function(greeting) { $window.alert(greeting); }; } </script> </div> <div class="tab-pane" title="End to end test"> <pre class="prettyprint linenums" ng-set-text="scenario.js-154"></pre> <script type="text/ng-template" id="scenario.js-154"> it('should display the greeting in the input box', function() { input('greeting').enter('Hello, E2E Tests'); // If we click the button it will block the test runner // element(':button').click(); }); </script> </div> </div><h4 id="example_demo">Demo</h4> <div class="well doc-example-live animate-container" ng-embed-app="" ng-set-html="index.html-153" ng-eval-javascript="script.js-152"></div> </div></div> </div>
hypery2k/jenkins-mobile-app
www/lib/angular/docs/partials/api/ng.$window.html
HTML
apache-2.0
2,841
<!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 (9-Debian) on Thu Sep 28 23:12:19 GMT 2017 --> <title>Uses of Class dollar.api.types.StreamFunction (Dollar 0.4.5195 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="date" content="2017-09-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../jquery/jquery-1.10.2.js"></script> <script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class dollar.api.types.StreamFunction (Dollar 0.4.5195 API)"; } } catch(err) { } //--> var pathtoroot = "../../../../";loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="fixedNav"> <!-- ========= 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="../../../../dollar/api/types/StreamFunction.html" title="annotation in dollar.api.types">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?dollar/api/types/class-use/StreamFunction.html" target="_top">Frames</a></li> <li><a href="StreamFunction.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> <ul class="navListSearch"> <li><span>SEARCH:&nbsp;</span> <input type="text" id="search" value=" " disabled="disabled"> <input type="reset" id="reset" value=" " disabled="disabled"> </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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> <div class="header"> <h2 title="Uses of Class dollar.api.types.StreamFunction" class="title">Uses of Class<br>dollar.api.types.StreamFunction</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../dollar/api/types/StreamFunction.html" title="annotation in dollar.api.types">StreamFunction</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"> <th class="colFirst" scope="row"><a href="#dollar.api.types">dollar.api.types</a></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="dollar.api.types"> <!-- --> </a> <h3>Uses of <a href="../../../../dollar/api/types/StreamFunction.html" title="annotation in dollar.api.types">StreamFunction</a> in <a href="../../../../dollar/api/types/package-summary.html">dollar.api.types</a></h3> <table class="useSummary" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../dollar/api/types/package-summary.html">dollar.api.types</a> with annotations of type <a href="../../../../dollar/api/types/StreamFunction.html" title="annotation in dollar.api.types">StreamFunction</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dall--">$all</a></span>&#8203;()</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Davg-boolean-">$avg</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Deach-dollar.api.Pipeable-">$each</a></span>&#8203;(@NotNull <a href="../../../../dollar/api/Pipeable.html" title="interface in dollar.api">Pipeable</a>&nbsp;pipe)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dmax-boolean-">$max</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dmin-boolean-">$min</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dproduct-boolean-">$product</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dsort-boolean-">$sort</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dsum-boolean-">$sum</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>@NotNull <a href="../../../../dollar/api/Value.html" title="interface in dollar.api">Value</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">AbstractDollar.</span><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollar.html#Z:Z:Dunique-boolean-">$unique</a></span>&#8203;(boolean&nbsp;parallel)</code></th> <td class="colLast">&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="../../../../dollar/api/types/StreamFunction.html" title="annotation in dollar.api.types">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?dollar/api/types/class-use/StreamFunction.html" target="_top">Frames</a></li> <li><a href="StreamFunction.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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017. All rights reserved.</small></p> </body> </html>
neilellis/dollar
docs/dev/apidocs/dollar/api/types/class-use/StreamFunction.html
HTML
apache-2.0
11,254
{% extends "soc/base.html" %} {% comment %} 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. {% endcomment %} {% block body %} {{ message }} <form method="post"> <input type="submit" name="start" value="Start Task" style="font-weight: bold;"> </form> {% endblock %}
MatthewWilkes/mw4068-packaging
src/melange/src/soc/templates/soc/project_survey/reminder.html
HTML
apache-2.0
751
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <HTML> <HEAD> <meta name="generator" content="JDiff v1.0.9"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet"> <TITLE> org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor </TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style"> </HEAD> <BODY> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u0</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.io.compress.bzip2.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="org.apache.hadoop.io.compress.bzip2.BZip2Constants.html"><B>PREV CLASS</B></A> &nbsp;<A HREF="org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp; CONSTRUCTORS&nbsp;|&nbsp; <a href="#methods">METHODS</a>&nbsp;|&nbsp; FIELDS </FONT></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> <H2> Class org.apache.hadoop.io.compress.bzip2.<A HREF="../../api/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" target="_top"><tt>BZip2DummyCompressor</tt></A> </H2> <a NAME="constructors"></a> <a NAME="methods"></a> <p> <a NAME="Added"></a> <TABLE summary="Added Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Added Methods</B></FONT></TD> </TR> <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> <TD VALIGN="TOP" WIDTH="25%"> <A NAME="org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor.reinit_added(org.apache.hadoop.conf.Configuration)"></A> <nobr><code>void</code>&nbsp;<A HREF="../../api/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html#reinit(org.apache.hadoop.conf.Configuration)" target="_top"><tt>reinit</tt></A>(<code>Configuration</code>)</nobr> </TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <a NAME="fields"></a> <HR> <!-- Start of nav bar --> <TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/io/compress/bzip2/BZip2DummyCompressor.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u0</tt></B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.io.compress.bzip2.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD> </TR> <TR> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="org.apache.hadoop.io.compress.bzip2.BZip2Constants.html"><B>PREV CLASS</B></A> &nbsp;<A HREF="org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.html"><B>NEXT CLASS</B></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> <TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD> </TR> </TABLE> <HR> <!-- End of nav bar --> </BODY> </HTML>
InMobi/hadoop
docs/jdiff/changes/org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor.html
HTML
apache-2.0
5,902
<!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_03) on Tue Nov 06 09:34:22 CST 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.eclipse.jetty.jndi (Jetty :: Aggregate :: All core Jetty 8.1.8.v20121106 API)</title> <meta name="date" content="2012-11-06"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../org/eclipse/jetty/jndi/package-summary.html" target="classFrame">org.eclipse.jetty.jndi</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="NamingContext.Listener.html" title="interface in org.eclipse.jetty.jndi" target="classFrame"><i>NamingContext.Listener</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="BindingEnumeration.html" title="class in org.eclipse.jetty.jndi" target="classFrame">BindingEnumeration</a></li> <li><a href="ContextFactory.html" title="class in org.eclipse.jetty.jndi" target="classFrame">ContextFactory</a></li> <li><a href="DataSourceCloser.html" title="class in org.eclipse.jetty.jndi" target="classFrame">DataSourceCloser</a></li> <li><a href="InitialContextFactory.html" title="class in org.eclipse.jetty.jndi" target="classFrame">InitialContextFactory</a></li> <li><a href="InitialContextFactory.DefaultParser.html" title="class in org.eclipse.jetty.jndi" target="classFrame">InitialContextFactory.DefaultParser</a></li> <li><a href="NameEnumeration.html" title="class in org.eclipse.jetty.jndi" target="classFrame">NameEnumeration</a></li> <li><a href="NamingContext.html" title="class in org.eclipse.jetty.jndi" target="classFrame">NamingContext</a></li> <li><a href="NamingUtil.html" title="class in org.eclipse.jetty.jndi" target="classFrame">NamingUtil</a></li> </ul> </div> </body> </html>
yayaratta/TP6_MVC
javadoc/org/eclipse/jetty/jndi/package-frame.html
HTML
apache-2.0
1,998
<!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_212) on Thu Jun 25 20:21:19 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Help (guacamole-ext 1.2.0 API)</title> <meta name="date" content="2020-06-25"> <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="API Help (guacamole-ext 1.2.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>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><a href="index-all.html">Index</a></li> <li class="navBarCell1Rev">Help</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?help-doc.html" target="_top">Frames</a></li> <li><a href="help-doc.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">How This API Document Is Organized</h1> <div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <h2>Overview</h2> <p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p> </li> <li class="blockList"> <h2>Package</h2> <p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p> <ul> <li>Interfaces (italic)</li> <li>Classes</li> <li>Enums</li> <li>Exceptions</li> <li>Errors</li> <li>Annotation Types</li> </ul> </li> <li class="blockList"> <h2>Class/Interface</h2> <p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p> <ul> <li>Class inheritance diagram</li> <li>Direct Subclasses</li> <li>All Known Subinterfaces</li> <li>All Known Implementing Classes</li> <li>Class/interface declaration</li> <li>Class/interface description</li> </ul> <ul> <li>Nested Class Summary</li> <li>Field Summary</li> <li>Constructor Summary</li> <li>Method Summary</li> </ul> <ul> <li>Field Detail</li> <li>Constructor Detail</li> <li>Method Detail</li> </ul> <p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p> </li> <li class="blockList"> <h2>Annotation Type</h2> <p>Each annotation type has its own separate page with the following sections:</p> <ul> <li>Annotation Type declaration</li> <li>Annotation Type description</li> <li>Required Element Summary</li> <li>Optional Element Summary</li> <li>Element Detail</li> </ul> </li> <li class="blockList"> <h2>Enum</h2> <p>Each enum has its own separate page with the following sections:</p> <ul> <li>Enum declaration</li> <li>Enum description</li> <li>Enum Constant Summary</li> <li>Enum Constant Detail</li> </ul> </li> <li class="blockList"> <h2>Use</h2> <p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p> </li> <li class="blockList"> <h2>Tree (Class Hierarchy)</h2> <p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p> <ul> <li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li> <li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li> </ul> </li> <li class="blockList"> <h2>Deprecated API</h2> <p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p> </li> <li class="blockList"> <h2>Index</h2> <p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p> </li> <li class="blockList"> <h2>Prev/Next</h2> <p>These links take you to the next or previous class, interface, package, or related page.</p> </li> <li class="blockList"> <h2>Frames/No Frames</h2> <p>These links show and hide the HTML frames. All pages are available with or without frames.</p> </li> <li class="blockList"> <h2>All Classes</h2> <p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p> </li> <li class="blockList"> <h2>Serialized Form</h2> <p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p> </li> <li class="blockList"> <h2>Constant Field Values</h2> <p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p> </li> </ul> <span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></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>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><a href="index-all.html">Index</a></li> <li class="navBarCell1Rev">Help</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?help-doc.html" target="_top">Frames</a></li> <li><a href="help-doc.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; 2020. All rights reserved.</small></p> <!-- Google Analytics --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-75289145-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
mike-jumper/incubator-guacamole-website
doc/1.2.0/guacamole-ext/help-doc.html
HTML
apache-2.0
9,512
<!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 (version 1.7.0_71) on Tue Jun 16 10:36:59 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface opennlp.tools.util.featuregen.AdaptiveFeatureGenerator (Apache OpenNLP Tools 1.6.0 API)</title> <meta name="date" content="2015-06-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface opennlp.tools.util.featuregen.AdaptiveFeatureGenerator (Apache OpenNLP Tools 1.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="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">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?opennlp/tools/util/featuregen/class-use/AdaptiveFeatureGenerator.html" target="_top">Frames</a></li> <li><a href="AdaptiveFeatureGenerator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface opennlp.tools.util.featuregen.AdaptiveFeatureGenerator" class="title">Uses of Interface<br>opennlp.tools.util.featuregen.AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="#opennlp.tools.namefind">opennlp.tools.namefind</a></td> <td class="colLast"> <div class="block">Package related to finding proper names and numeric amounts.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#opennlp.tools.util.featuregen">opennlp.tools.util.featuregen</a></td> <td class="colLast"> <div class="block">This package contains classes for generating sequence features.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="opennlp.tools.namefind"> <!-- --> </a> <h3>Uses of <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a> in <a href="../../../../../opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</a> that return <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a></code></td> <td class="colLast"><span class="strong">TokenNameFinderModel.</span><code><strong><a href="../../../../../opennlp/tools/namefind/TokenNameFinderModel.html#createFeatureGenerators()">createFeatureGenerators</a></strong>()</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>use TokenNameFinderFactory.createFeatureGenerators instead!</i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a></code></td> <td class="colLast"><span class="strong">TokenNameFinderFactory.</span><code><strong><a href="../../../../../opennlp/tools/namefind/TokenNameFinderFactory.html#createFeatureGenerators()">createFeatureGenerators</a></strong>()</code> <div class="block">Creates the <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><code>AdaptiveFeatureGenerator</code></a>.</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="../../../../../opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</a> with parameters of type <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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">NameContextGenerator.</span><code><strong><a href="../../../../../opennlp/tools/namefind/NameContextGenerator.html#addFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)">addFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator)</code> <div class="block">Adds a feature generator to this set of feature generators.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">DefaultNameContextGenerator.</span><code><strong><a href="../../../../../opennlp/tools/namefind/DefaultNameContextGenerator.html#addFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)">addFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</a></code></td> <td class="colLast"><span class="strong">NameFinderME.</span><code><strong><a href="../../../../../opennlp/tools/namefind/NameFinderME.html#train(java.lang.String,%20java.lang.String,%20opennlp.tools.util.ObjectStream,%20opennlp.tools.util.TrainingParameters,%20opennlp.tools.util.featuregen.AdaptiveFeatureGenerator,%20java.util.Map)">train</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;languageCode, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type, <a href="../../../../../opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../../../../../opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</a>&gt;&nbsp;samples, <a href="../../../../../opennlp/tools/util/TrainingParameters.html" title="class in opennlp.tools.util">TrainingParameters</a>&nbsp;trainParams, <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;resources)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>use <a href="../../../../../opennlp/tools/namefind/NameFinderME.html#train(java.lang.String,%20java.lang.String,%20opennlp.tools.util.ObjectStream,%20opennlp.tools.util.TrainingParameters,%20opennlp.tools.namefind.TokenNameFinderFactory)"><code>NameFinderME.train(String, String, ObjectStream, TrainingParameters, TokenNameFinderFactory)</code></a> instead.</i></div> </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="../../../../../opennlp/tools/namefind/package-summary.html">opennlp.tools.namefind</a> with parameters of type <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/namefind/DefaultNameContextGenerator.html#DefaultNameContextGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)">DefaultNameContextGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>...&nbsp;featureGenerators)</code> <div class="block">Creates a name context generator with the specified cache size.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.tools.namefind.TokenNameFinderModel,%20opennlp.tools.util.featuregen.AdaptiveFeatureGenerator,%20int)">NameFinderME</a></strong>(<a href="../../../../../opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</a>&nbsp;model, <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator, int&nbsp;beamSize)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>the beam size is now configured during training time in the trainer parameter file via beamSearch.beamSize</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/namefind/NameFinderME.html#NameFinderME(opennlp.tools.namefind.TokenNameFinderModel,%20opennlp.tools.util.featuregen.AdaptiveFeatureGenerator,%20int,%20opennlp.tools.util.SequenceValidator)">NameFinderME</a></strong>(<a href="../../../../../opennlp/tools/namefind/TokenNameFinderModel.html" title="class in opennlp.tools.namefind">TokenNameFinderModel</a>&nbsp;model, <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator, int&nbsp;beamSize, <a href="../../../../../opennlp/tools/util/SequenceValidator.html" title="interface in opennlp.tools.util">SequenceValidator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;sequenceValidator)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>the beam size is now configured during training time in the trainer parameter file via beamSearch.beamSize</i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/namefind/NameSampleSequenceStream.html#NameSampleSequenceStream(opennlp.tools.util.ObjectStream,%20opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)">NameSampleSequenceStream</a></strong>(<a href="../../../../../opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../../../../../opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</a>&gt;&nbsp;psi, <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;featureGen)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/namefind/NameSampleSequenceStream.html#NameSampleSequenceStream(opennlp.tools.util.ObjectStream,%20opennlp.tools.util.featuregen.AdaptiveFeatureGenerator,%20boolean)">NameSampleSequenceStream</a></strong>(<a href="../../../../../opennlp/tools/util/ObjectStream.html" title="interface in opennlp.tools.util">ObjectStream</a>&lt;<a href="../../../../../opennlp/tools/namefind/NameSample.html" title="class in opennlp.tools.namefind">NameSample</a>&gt;&nbsp;psi, <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;featureGen, boolean&nbsp;useOutcomes)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="opennlp.tools.util.featuregen"> <!-- --> </a> <h3>Uses of <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a> in <a href="../../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a> that implement <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">AdditionalContextFeatureGenerator</a></strong></code> <div class="block">The <a href="../../../../../opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><code>AdditionalContextFeatureGenerator</code></a> generates the context from the passed in additional context.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">AggregatedFeatureGenerator</a></strong></code> <div class="block">The <a href="../../../../../opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><code>AggregatedFeatureGenerator</code></a> aggregates a set of <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><code>AdaptiveFeatureGenerator</code></a>s and calls them to generate the features.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/BigramNameFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">BigramNameFeatureGenerator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/BrownBigramFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">BrownBigramFeatureGenerator</a></strong></code> <div class="block">Generates Brown cluster features for token bigrams.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/BrownTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">BrownTokenClassFeatureGenerator</a></strong></code> <div class="block">Generates Brown cluster features for current token and token class.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/BrownTokenFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">BrownTokenFeatureGenerator</a></strong></code> <div class="block">Generates Brown cluster features for current token.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/CachedFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">CachedFeatureGenerator</a></strong></code> <div class="block">Caches features of the aggregated <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><code>AdaptiveFeatureGenerator</code></a>s.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">CharacterNgramFeatureGenerator</a></strong></code> <div class="block">The <a href="../../../../../opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><code>CharacterNgramFeatureGenerator</code></a> uses character ngrams to generate features about each token.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/CustomFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">CustomFeatureGenerator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DictionaryFeatureGenerator</a></strong></code> <div class="block">The <a href="../../../../../opennlp/tools/util/featuregen/DictionaryFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><code>DictionaryFeatureGenerator</code></a> uses the <a href="../../../../../opennlp/tools/namefind/DictionaryNameFinder.html" title="class in opennlp.tools.namefind"><code>DictionaryNameFinder</code></a> to generated features for detected names based on the <a href="../../../../../opennlp/tools/util/featuregen/InSpanGenerator.html" title="class in opennlp.tools.util.featuregen"><code>InSpanGenerator</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/DocumentBeginFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">DocumentBeginFeatureGenerator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">FastTokenClassFeatureGenerator</a></strong></code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>Use <a href="../../../../../opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><code>TokenClassFeatureGenerator</code></a> instead!</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html" title="class in opennlp.tools.util.featuregen">FeatureGeneratorAdapter</a></strong></code> <div class="block">This class provides empty implementations of some of the optional methods in <a href="../../../../../opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.html" title="class in opennlp.tools.util.featuregen"><code>AdditionalContextFeatureGenerator</code></a> to make implementing feature generators easier.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/InSpanGenerator.html" title="class in opennlp.tools.util.featuregen">InSpanGenerator</a></strong></code> <div class="block">Generates features if the tokens are recognized by the provided <a href="../../../../../opennlp/tools/namefind/TokenNameFinder.html" title="interface in opennlp.tools.namefind"><code>TokenNameFinder</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">OutcomePriorFeatureGenerator</a></strong></code> <div class="block">The definition feature maps the underlying distribution of outcomes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/PrefixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PrefixFeatureGenerator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PreviousMapFeatureGenerator</a></strong></code> <div class="block">This <a href="../../../../../opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html" title="class in opennlp.tools.util.featuregen"><code>FeatureGeneratorAdapter</code></a> generates features indicating the outcome associated with a previously occuring word.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/PreviousTwoMapFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">PreviousTwoMapFeatureGenerator</a></strong></code> <div class="block">This <a href="../../../../../opennlp/tools/util/featuregen/FeatureGeneratorAdapter.html" title="class in opennlp.tools.util.featuregen"><code>FeatureGeneratorAdapter</code></a> generates features indicating the outcome associated with two previously occuring words.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/SentenceFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SentenceFeatureGenerator</a></strong></code> <div class="block">This feature generator creates sentence begin and end features.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/SuffixFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">SuffixFeatureGenerator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/TokenClassFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenClassFeatureGenerator</a></strong></code> <div class="block">Generates features for different for the class of the token.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/TokenFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenFeatureGenerator</a></strong></code> <div class="block">Generates a feature which contains the token itself.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TokenPatternFeatureGenerator</a></strong></code> <div class="block">Partitions tokens into sub-tokens based on character classes and generates class features for each of the sub-tokens and combinations of those sub-tokens.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/TrigramNameFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">TrigramNameFeatureGenerator</a></strong></code> <div class="block">Adds trigram features based on tokens and token classes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/WindowFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WindowFeatureGenerator</a></strong></code> <div class="block">Generates previous and next features for a given <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><code>AdaptiveFeatureGenerator</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/WordClusterFeatureGenerator.html" title="class in opennlp.tools.util.featuregen">WordClusterFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a> that return <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a></code></td> <td class="colLast"><span class="strong">GeneratorFactory.</span><code><strong><a href="../../../../../opennlp/tools/util/featuregen/GeneratorFactory.html#create(java.io.InputStream,%20opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;xmlDescriptorIn, <a href="../../../../../opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.html" title="interface in opennlp.tools.util.featuregen">FeatureGeneratorResourceProvider</a>&nbsp;resourceManager)</code> <div class="block">Creates an <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><code>AdaptiveFeatureGenerator</code></a> from an provided XML descriptor.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a></code></td> <td class="colLast"><span class="strong">FeatureGeneratorFactory.</span><code><strong><a href="../../../../../opennlp/tools/util/featuregen/FeatureGeneratorFactory.html#createFeatureGenerator(opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider)">createFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.html" title="interface in opennlp.tools.util.featuregen">FeatureGeneratorResourceProvider</a>&nbsp;resourceProvider)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</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="../../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a> that return types with arguments of type <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&gt;</code></td> <td class="colLast"><span class="strong">AggregatedFeatureGenerator.</span><code><strong><a href="../../../../../opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#getGenerators()">getGenerators</a></strong>()</code> <div class="block">Retrieves a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collections.html?is-external=true" title="class or interface in java.util"><code>Collections</code></a> of all aggregated <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen"><code>AdaptiveFeatureGenerator</code></a>s.</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="../../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a> with parameters of type <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#AggregatedFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)">AggregatedFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>...&nbsp;generators)</code> <div class="block">Initializes the current instance.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/CachedFeatureGenerator.html#CachedFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)">CachedFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>...&nbsp;generators)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)">WindowFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>...&nbsp;generators)</code> <div class="block">Initializes the current instance with the given parameters.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator)">WindowFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator)</code> <div class="block">Initializes the current instance.</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(opennlp.tools.util.featuregen.AdaptiveFeatureGenerator,%20int,%20int)">WindowFeatureGenerator</a></strong>(<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&nbsp;generator, int&nbsp;prevWindowSize, int&nbsp;nextWindowSize)</code> <div class="block">Initializes the current instance with the given parameters.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../opennlp/tools/util/featuregen/WindowFeatureGenerator.html#WindowFeatureGenerator(int,%20int,%20opennlp.tools.util.featuregen.AdaptiveFeatureGenerator...)">WindowFeatureGenerator</a></strong>(int&nbsp;prevWindowSize, int&nbsp;nextWindowSize, <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>...&nbsp;generators)</code> <div class="block">Initializes the current instance with the given parameters.</div> </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="../../../../../opennlp/tools/util/featuregen/package-summary.html">opennlp.tools.util.featuregen</a> with type arguments of type <a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</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="../../../../../opennlp/tools/util/featuregen/AggregatedFeatureGenerator.html#AggregatedFeatureGenerator(java.util.Collection)">AggregatedFeatureGenerator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">AdaptiveFeatureGenerator</a>&gt;&nbsp;generators)</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="../../../../../opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.html" title="interface in opennlp.tools.util.featuregen">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?opennlp/tools/util/featuregen/class-use/AdaptiveFeatureGenerator.html" target="_top">Frames</a></li> <li><a href="AdaptiveFeatureGenerator.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; 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
ericmguimaraes/COMP0378
references/opennlp-docs/apidocs/opennlp-tools/opennlp/tools/util/featuregen/class-use/AdaptiveFeatureGenerator.html
HTML
apache-2.0
39,558
<!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 Tue Jun 01 14:31:56 BST 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hp.hpl.jena.vocabulary.DC (Jena Framework) </TITLE> <META NAME="date" CONTENT="2010-06-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 com.hp.hpl.jena.vocabulary.DC (Jena Framework)"; } } </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/hp/hpl/jena/vocabulary/DC.html" title="class in com.hp.hpl.jena.vocabulary"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/hp/hpl/jena/vocabulary/\class-useDC.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DC.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.hp.hpl.jena.vocabulary.DC</B></H2> </CENTER> No usage of com.hp.hpl.jena.vocabulary.DC <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/hp/hpl/jena/vocabulary/DC.html" title="class in com.hp.hpl.jena.vocabulary"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/hp/hpl/jena/vocabulary/\class-useDC.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DC.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 © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP </BODY> </HTML>
jianglili007/pretty-printer
Jenna-2.6.3/doc/javadoc/com/hp/hpl/jena/vocabulary/class-use/DC.html
HTML
apache-2.0
6,223
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.8"/> <title>Seganku: SEGANKU/effects/particlesystem.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Seganku </div> <div id="projectbrief">Help Segi the skunk survive. Find carrots and hide from the shadows of the sky.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Enumerator</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_4b6d757f976b0978fcad2b2592628b6f.html">SEGANKU</a></li><li class="navelem"><a class="el" href="dir_747185a9efea7847e415b966089fae85.html">effects</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">particlesystem.h</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef PARTICLESYSTEM_H</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define PARTICLESYSTEM_H</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#define GLM_FORCE_RADIANS</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &lt;glm/gtc/type_ptr.hpp&gt;</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;glm/gtx/norm.hpp&gt;</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;../sceneobject.h&quot;</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &quot;../shader.h&quot;</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &quot;../texture.h&quot;</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div> <div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="structParticle.html"> 16</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structParticle.html">Particle</a></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;{</div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; glm::vec3 pos, velocity;</div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; GLfloat viewDepth = 0.0f; <span class="comment">// for sorting</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; GLfloat timeToLive = 1000.0f; <span class="comment">// seconds</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="comment">// for sorting in back to front drawing order.</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="comment">// this is needed for alpha blending since zbuffer test rejects fragments that lie behind,</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="comment">// but their color data is needed for blending.</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordtype">bool</span> operator&lt;(<a class="code" href="structParticle.html">Particle</a>&amp; other)</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; {</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keywordflow">return</span> this-&gt;viewDepth &gt; other.viewDepth;</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; }</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;};</div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div> <div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classParticleSystem.html"> 32</a></span>&#160;<span class="keyword">class </span><a class="code" href="classParticleSystem.html">ParticleSystem</a> : <a class="code" href="classSceneObject.html">SceneObject</a></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;{</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; GLuint vao;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; GLuint particleQuadVBO;</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; GLuint particleInstanceDataVBO;</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <a class="code" href="classShader.html">Shader</a> *particleShader = <span class="keyword">nullptr</span>;</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <a class="code" href="classTexture.html">Texture</a> *particleTexture = <span class="keyword">nullptr</span>;</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> maxParticleCount = 1000; <span class="comment">// maximum total particle count</span></div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keywordtype">bool</span> spawningPaused = <span class="keyword">true</span>;</div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keywordtype">float</span> spawnRate = 200.0f; <span class="comment">// how many particles to spawn per second</span></div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keywordtype">float</span> secondsSinceLastSpawn = -1.0f; <span class="comment">// time since last spawned particle, in seconds</span></div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keywordtype">float</span> timeToLive = 10.0f; <span class="comment">// time in seconds until particle disappears</span></div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordtype">float</span> gravity = 0.1f; <span class="comment">// factor for gravitational acceleration</span></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; std::vector&lt;std::shared_ptr&lt;Particle&gt;&gt; particles;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <a class="code" href="classParticleSystem.html">ParticleSystem</a>(<span class="keyword">const</span> glm::mat4 &amp;matrix_, <span class="keyword">const</span> std::string &amp;texturePath, <span class="keywordtype">int</span> maxParticleCount_, <span class="keywordtype">float</span> spawnRate_, <span class="keywordtype">float</span> timeToLive_, <span class="keywordtype">float</span> gravity_);</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; ~<a class="code" href="classParticleSystem.html">ParticleSystem</a>();</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classParticleSystem.html#a4280cc3c747ec53ec1ed6fe46539ec19">update</a>(<span class="keywordtype">float</span> timeDelta, <span class="keyword">const</span> glm::mat4 &amp;viewMat);</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classParticleSystem.html#a388ef280838f809ded5237276d6840c6">draw</a>(<span class="keyword">const</span> glm::mat4 &amp;viewMat, <span class="keyword">const</span> glm::mat4 &amp;projMat, <span class="keyword">const</span> glm::vec3 &amp;color);</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classParticleSystem.html#ab0c5baac04ee98b8db9448f912962d34">respawn</a>(glm::vec3 location);</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keyword">private</span>:</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keywordtype">float</span> <a class="code" href="classParticleSystem.html#a61d48078e2095370e54a8b9d510f1cee">randomFloat</a>();</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;};</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#endif // PARTICLESYSTEM_H</span></div> <div class="ttc" id="classParticleSystem_html_a4280cc3c747ec53ec1ed6fe46539ec19"><div class="ttname"><a href="classParticleSystem.html#a4280cc3c747ec53ec1ed6fe46539ec19">ParticleSystem::update</a></div><div class="ttdeci">void update(float timeDelta, const glm::mat4 &amp;viewMat)</div><div class="ttdoc">update the particles in the particle system </div><div class="ttdef"><b>Definition:</b> particlesystem.cpp:119</div></div> <div class="ttc" id="classTexture_html"><div class="ttname"><a href="classTexture.html">Texture</a></div><div class="ttdoc">Texture class. This loads an opengl texture from an image file and stores a handle to it...</div><div class="ttdef"><b>Definition:</b> texture.h:16</div></div> <div class="ttc" id="classShader_html"><div class="ttname"><a href="classShader.html">Shader</a></div><div class="ttdoc">Shader class. This loads and compiles glsl shader files and creates a linked shader program...</div><div class="ttdef"><b>Definition:</b> shader.h:16</div></div> <div class="ttc" id="structParticle_html"><div class="ttname"><a href="structParticle.html">Particle</a></div><div class="ttdef"><b>Definition:</b> particlesystem.h:16</div></div> <div class="ttc" id="classParticleSystem_html"><div class="ttname"><a href="classParticleSystem.html">ParticleSystem</a></div><div class="ttdef"><b>Definition:</b> particlesystem.h:32</div></div> <div class="ttc" id="classParticleSystem_html_a61d48078e2095370e54a8b9d510f1cee"><div class="ttname"><a href="classParticleSystem.html#a61d48078e2095370e54a8b9d510f1cee">ParticleSystem::randomFloat</a></div><div class="ttdeci">float randomFloat()</div><div class="ttdoc">return a pseudorandom float in range [0, 1] </div><div class="ttdef"><b>Definition:</b> particlesystem.cpp:208</div></div> <div class="ttc" id="classParticleSystem_html_ab0c5baac04ee98b8db9448f912962d34"><div class="ttname"><a href="classParticleSystem.html#ab0c5baac04ee98b8db9448f912962d34">ParticleSystem::respawn</a></div><div class="ttdeci">void respawn(glm::vec3 location)</div><div class="ttdoc">clear all particles and reinitiate spawning </div><div class="ttdef"><b>Definition:</b> particlesystem.cpp:200</div></div> <div class="ttc" id="classSceneObject_html"><div class="ttname"><a href="classSceneObject.html">SceneObject</a></div><div class="ttdoc">A SceneObject holds a transformation matrix and its inverse and provides functions to manipulate them...</div><div class="ttdef"><b>Definition:</b> sceneobject.h:19</div></div> <div class="ttc" id="classParticleSystem_html_a388ef280838f809ded5237276d6840c6"><div class="ttname"><a href="classParticleSystem.html#a388ef280838f809ded5237276d6840c6">ParticleSystem::draw</a></div><div class="ttdeci">void draw(const glm::mat4 &amp;viewMat, const glm::mat4 &amp;projMat, const glm::vec3 &amp;color)</div><div class="ttdoc">draw the particles in the particle system </div><div class="ttdef"><b>Definition:</b> particlesystem.cpp:86</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Jun 22 2015 22:18:11 for Seganku by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.8 </small></address> </body> </html>
mangostaniko/cg15-seganku
doxygen/html/particlesystem_8h_source.html
HTML
apache-2.0
17,602
<!DOCTYPE html> <html> <head> <title>Cindy JS Example</title> <meta charset="UTF-8"> <script type="text/javascript" src="../build/js/Cindy.js"></script> <script type="text/javascript"> var cdy = CindyJS({ // See ref/CindyJS documentation for details. ports: [{id: "CSCanvas"}], scripts: "cs*", language: "en", defaultAppearance: {}, geometry: [ {name:"A", type:"Free", pos:[0,0]}, {name:"B", type:"Free", pos:[1,0]}, {name:"C", type:"Free", pos:[2,0]}, {name:"D", type:"Free", pos:[0,1]}, {name:"E", type:"Free", pos:[1,1], color:[1,1,0]}, {name:"F", type:"Free", pos:[2,1]}, {name:"G", type:"Free", pos:[0,2]}, {name:"H", type:"Free", pos:[1,2]}, {name:"I", type:"Free", pos:[2,2]} ] // End of geometry array. }); </script> </head> <body style="font-family:Arial;"> <div id="CSCanvas" style="width:500px; height:500px; border:20px solid black"></div> </body> </html>
kranich/CindyJS
examples/89_MousePos.html
HTML
apache-2.0
923
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> <title>Public Properties</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Doc-O-Matic" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="STYLESHEET" href="default.css" type="text/css" /> <script type="text/javascript" src="scripts.js"></script> </head> <body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ExtendedTableInfo_14_Public_Properties_Public_Properties.html');" onmousedown="onBodyMouseDown();"> <!-- Begin Popups --> <!-- End Popups --> <!-- Begin Page Header --> <div class="Element710" id="areafixed"> <div class="Element92"> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td width="33%"> <div class="Element1"> Lightstreamer .Net Client 2.0</div> </td><td width="34%"> <div class="Element2"> <a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div> </td><td width="33%"> </td></tr></table><div class="Element27"> Legend</div> </div> </div> <!-- End Page Header --> <!-- Begin Client Area --> <div class="Element720" id="areascroll"> <div class="Element721"> <!-- Begin Page Content --> <div class="Element58"> <div class="Element14"> Legend</div> <div class="Element11"> <div class="Element10"> <div class="Element212"> <div class="TableDiv"> <table cellspacing="0" class="Table4"> <tr> <td class="Element202" valign="top" width="50%"> <div class="Element203"> <img src="indicator_property.gif" border="0" alt="" title="">&nbsp;</div></td><td class="Element206" valign="top" width="50%"> <div class="Element207"> Property&nbsp;</div></td></tr><tr> <td class="Element202" valign="top" width="50%"> <div class="Element203"> <img src="indicator_virtual.gif" border="0" alt="" title="">&nbsp;</div></td><td class="Element206" valign="top" width="50%"> <div class="Element207"> virtual&nbsp;</div></td></tr></table></div></div> </div> </div> </div> <!-- End Page Content --> <!-- Begin Page Footer --> <div class="Element93"> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td width="100%"> <div class="Element3"> <a href="http://www.lightstreamer.com/" target="_blank">Copyright (C) 2004-2011 Weswit s.r.l.</a></div> </td></tr><tr><td width="100%"> <div class="Element4"> <a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div> </td></tr></table></div> <!-- End Page Footer --> </div> </div> <!-- End Client Area --> </body></html>
cityindex-attic/CIAPI.CS
src/packages/Lightstreamer 4.2 Client/sdk_client_dotnet/doc/API-reference/_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_ExtendedTableInfo_14_Public_Properties_Public_Properties.html
HTML
apache-2.0
3,318
<!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 (9-Debian) on Thu Sep 28 23:12:51 GMT 2017 --> <title>Uses of Class dollar.api.types.AbstractDollar (Dollar Core - API for writing dynamic Java 0.4.5195 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="date" content="2017-09-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../jquery/jquery-1.10.2.js"></script> <script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class dollar.api.types.AbstractDollar (Dollar Core - API for writing dynamic Java 0.4.5195 API)"; } } catch(err) { } //--> var pathtoroot = "../../../../";loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="fixedNav"> <!-- ========= 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="../../../../dollar/api/types/AbstractDollar.html" title="class in dollar.api.types">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?dollar/api/types/class-use/AbstractDollar.html" target="_top">Frames</a></li> <li><a href="AbstractDollar.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> <ul class="navListSearch"> <li><span>SEARCH:&nbsp;</span> <input type="text" id="search" value=" " disabled="disabled"> <input type="reset" id="reset" value=" " disabled="disabled"> </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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> <div class="header"> <h2 title="Uses of Class dollar.api.types.AbstractDollar" class="title">Uses of Class<br>dollar.api.types.AbstractDollar</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../dollar/api/types/AbstractDollar.html" title="class in dollar.api.types">AbstractDollar</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"> <th class="colFirst" scope="row"><a href="#dollar.api.types">dollar.api.types</a></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="dollar.api.types"> <!-- --> </a> <h3>Uses of <a href="../../../../dollar/api/types/AbstractDollar.html" title="class in dollar.api.types">AbstractDollar</a> in <a href="../../../../dollar/api/types/package-summary.html">dollar.api.types</a></h3> <table class="useSummary" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../dollar/api/types/AbstractDollar.html" title="class in dollar.api.types">AbstractDollar</a> in <a href="../../../../dollar/api/types/package-summary.html">dollar.api.types</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/AbstractDollarSingleValue.html" title="class in dollar.api.types">AbstractDollarSingleValue</a>&lt;T&gt;</span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarBoolean.html" title="class in dollar.api.types">DollarBoolean</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarDate.html" title="class in dollar.api.types">DollarDate</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarDecimal.html" title="class in dollar.api.types">DollarDecimal</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarError.html" title="class in dollar.api.types">DollarError</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarInfinity.html" title="class in dollar.api.types">DollarInfinity</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarInteger.html" title="class in dollar.api.types">DollarInteger</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarList.html" title="class in dollar.api.types">DollarList</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarMap.html" title="class in dollar.api.types">DollarMap</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarNull.html" title="class in dollar.api.types">DollarNull</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarQueue.html" title="class in dollar.api.types">DollarQueue</a></span></code></th> <td class="colLast"> <div class="block">Still under active development, I wouldn't use just yet!</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarRange.html" title="class in dollar.api.types">DollarRange</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarSequence.html" title="class in dollar.api.types">DollarSequence</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarString.html" title="class in dollar.api.types">DollarString</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarURI.html" title="class in dollar.api.types">DollarURI</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../dollar/api/types/DollarVoid.html" title="class in dollar.api.types">DollarVoid</a></span></code></th> <td class="colLast">&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="../../../../dollar/api/types/AbstractDollar.html" title="class in dollar.api.types">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?dollar/api/types/class-use/AbstractDollar.html" target="_top">Frames</a></li> <li><a href="AbstractDollar.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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2017. All rights reserved.</small></p> </body> </html>
neilellis/dollar
docs/dev/dollar-core/apidocs/dollar/api/types/class-use/AbstractDollar.html
HTML
apache-2.0
12,177
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="css/index.css" /> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" /> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script> <title>Hello World</title> </head> <body> <div id="reposHome" data-role="page"> <div data-role="header" data-position="fixed"> <h1>GitHub Search</h1> <a href="faves.html" class="ui-btn-right" data-icon="arrow-r">Saved Items</a> </div> <div data-role="content"> <ul id="allRepos" data-role="listview" data-filter="true"> </ul> </div> </div> <script type="text/javascript" src="phonegap.js"></script> <script type="text/javascript" src="js/index.js"></script> </body> </html>
DeimantasB/Github-Javascript-Repositories-Search-Phonegap
www/index.html
HTML
apache-2.0
1,257
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Lua/C API Extensions</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Copyright" content="Copyright (C) 2005-2021"> <meta name="Language" content="en"> <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> </head> <body> <div id="site"> <a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> </div> <div id="head"> <h1>Lua/C API Extensions</h1> </div> <div id="nav"> <ul><li> <a href="luajit.html">LuaJIT</a> <ul><li> <a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a> </li><li> <a href="install.html">Installation</a> </li><li> <a href="running.html">Running</a> </li></ul> </li><li> <a href="extensions.html">Extensions</a> <ul><li> <a href="ext_ffi.html">FFI Library</a> <ul><li> <a href="ext_ffi_tutorial.html">FFI Tutorial</a> </li><li> <a href="ext_ffi_api.html">ffi.* API</a> </li><li> <a href="ext_ffi_semantics.html">FFI Semantics</a> </li></ul> </li><li> <a href="ext_jit.html">jit.* Library</a> </li><li> <a class="current" href="ext_c_api.html">Lua/C API</a> </li><li> <a href="ext_profiler.html">Profiler</a> </li></ul> </li><li> <a href="status.html">Status</a> </li><li> <a href="faq.html">FAQ</a> </li><li> <a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a> </li><li> <a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> </li></ul> </div> <div id="main"> <p> LuaJIT adds some extensions to the standard Lua/C API. The LuaJIT include directory must be in the compiler search path (<tt>-I<i>path</i></tt>) to be able to include the required header for C code: </p> <pre class="code"> #include "luajit.h" </pre> <p> Or for C++ code: </p> <pre class="code"> #include "lua.hpp" </pre> <h2 id="luaJIT_setmode"><tt>luaJIT_setmode(L, idx, mode)</tt> &mdash; Control VM</h2> <p> This is a C API extension to allow control of the VM from C code. The full prototype of <tt>LuaJIT_setmode</tt> is: </p> <pre class="code"> LUA_API int luaJIT_setmode(lua_State *L, int idx, int mode); </pre> <p> The returned status is either success (<tt>1</tt>) or failure (<tt>0</tt>). The second argument is either <tt>0</tt> or a stack index (similar to the other Lua/C API functions). </p> <p> The third argument specifies the mode, which is 'or'ed with a flag. The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature off, <tt>LUAJIT_MODE_ON</tt> to turn a feature on, or <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code. </p> <p> The following modes are defined: </p> <h3 id="mode_engine"><tt>luaJIT_setmode(L, 0, LUAJIT_MODE_ENGINE|flag)</tt></h3> <p> Turn the whole JIT compiler on or off or flush the whole cache of compiled code. </p> <h3 id="mode_func"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_FUNC|flag)</tt><br> <tt>luaJIT_setmode(L, idx, LUAJIT_MODE_ALLFUNC|flag)</tt><br> <tt>luaJIT_setmode(L, idx, LUAJIT_MODE_ALLSUBFUNC|flag)</tt></h3> <p> This sets the mode for the function at the stack index <tt>idx</tt> or the parent of the calling function (<tt>idx = 0</tt>). It either enables JIT compilation for a function, disables it and flushes any already compiled code or only flushes already compiled code. This applies recursively to all sub-functions of the function with <tt>LUAJIT_MODE_ALLFUNC</tt> or only to the sub-functions with <tt>LUAJIT_MODE_ALLSUBFUNC</tt>. </p> <h3 id="mode_trace"><tt>luaJIT_setmode(L, trace,<br> &nbsp;&nbsp;LUAJIT_MODE_TRACE|LUAJIT_MODE_FLUSH)</tt></h3> <p> Flushes the specified root trace and all of its side traces from the cache. The code for the trace will be retained as long as there are any other traces which link to it. </p> <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</tt></h3> <p> This mode defines a wrapper function for calls to C functions. If called with <tt>LUAJIT_MODE_ON</tt>, the stack index at <tt>idx</tt> must be a <tt>lightuserdata</tt> object holding a pointer to the wrapper function. From now on all C functions are called through the wrapper function. If called with <tt>LUAJIT_MODE_OFF</tt> this mode is turned off and all C functions are directly called. </p> <p> The wrapper function can be used for debugging purposes or to catch and convert foreign exceptions. But please read the section on <a href="extensions.html#exceptions">C++&nbsp;exception interoperability</a> first. Recommended usage can be seen in this C++ code excerpt: </p> <pre class="code"> #include &lt;exception&gt; #include "lua.hpp" // Catch C++ exceptions and convert them to Lua error messages. // Customize as needed for your own exception classes. static int wrap_exceptions(lua_State *L, lua_CFunction f) { try { return f(L); // Call wrapped function and return result. } catch (const char *s) { // Catch and convert exceptions. lua_pushstring(L, s); } catch (std::exception& e) { lua_pushstring(L, e.what()); } catch (...) { lua_pushliteral(L, "caught (...)"); } return lua_error(L); // Rethrow as a Lua error. } static int myinit(lua_State *L) { ... // Define wrapper function and enable it. lua_pushlightuserdata(L, (void *)wrap_exceptions); luaJIT_setmode(L, -1, LUAJIT_MODE_WRAPCFUNC|LUAJIT_MODE_ON); lua_pop(L, 1); ... } </pre> <p> Note that you can only define <b>a single global wrapper function</b>, so be careful when using this mechanism from multiple C++ modules. Also note that this mechanism is not without overhead. </p> <br class="flush"> </div> <div id="foot"> <hr class="hide"> Copyright &copy; 2005-2021 <span class="noprint"> &middot; <a href="contact.html">Contact</a> </span> </div> </body> </html>
fluent/fluent-bit
lib/luajit-2.1.0-1e66d0f/doc/ext_c_api.html
HTML
apache-2.0
5,824
<ion-header> <ion-toolbar> <ion-title> Settings </ion-title> </ion-toolbar> </ion-header> <ion-content> <ion-item> <ion-label>Channel Name</ion-label> <ion-input [(ngModel)]="settings.channelName"></ion-input> </ion-item> </ion-content>
masayang/pubnub_ionic
subscriber/src/app/tab2/tab2.page.html
HTML
apache-2.0
276
:JSON { "items": [ {"structuredContent": {"productType": 1, "variants": [{"onSale": true}]}}, {"structuredContent": {"productType": 2, "onSale": true}}, {"structuredContent": {"productType": 1, "variants": [{"onSale": false}]}}, {"structuredContent": {"productType": 2, "onSale": false}}, {"structuredContent": {"productType": -1}}, {"structuredContent": {"productType": 1, "variants": []}} ] } :TEMPLATE {.section items.0}{.on-sale?}0{.end}{.end} {.section items.1}{.on-sale?}1{.end}{.end} {.section items.2}{.on-sale?}x{.or}2{.end}{.end} {.section items.3}{.on-sale?}x{.or}3{.end}{.end} {.section items.4}{.on-sale?}x{.or}4{.end}{.end} {.section items.5}{.on-sale?}x{.or}5{.end}{.end} :OUTPUT 0 1 2 3 4 5
phensley/template-compiler
plugins/squarespace/src/test/resources/com/squarespace/template/plugins/platform/p-on-sale.html
HTML
apache-2.0
738
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue May 08 20:32:58 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.ipc.metrics.RpcInstrumentation.Detailed (Hadoop 1.0.3 API) </TITLE> <META NAME="date" CONTENT="2012-05-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.ipc.metrics.RpcInstrumentation.Detailed (Hadoop 1.0.3 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/ipc/metrics/RpcInstrumentation.Detailed.html" title="class in org.apache.hadoop.ipc.metrics"><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/ipc/metrics//class-useRpcInstrumentation.Detailed.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RpcInstrumentation.Detailed.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.ipc.metrics.RpcInstrumentation.Detailed</B></H2> </CENTER> No usage of org.apache.hadoop.ipc.metrics.RpcInstrumentation.Detailed <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/ipc/metrics/RpcInstrumentation.Detailed.html" title="class in org.apache.hadoop.ipc.metrics"><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/ipc/metrics//class-useRpcInstrumentation.Detailed.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RpcInstrumentation.Detailed.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>
zxqt223/hadoop-ha.1.0.3
docs/api/org/apache/hadoop/ipc/metrics/class-use/RpcInstrumentation.Detailed.html
HTML
apache-2.0
6,235
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Demo - Validform - 一行代码搞定整站的表单验证! &copy;瑞金佬的前端路</title> <link rel="stylesheet" href="demo/css/style.css" type="text/css" media="all" /> <link href="demo/css/demo.css" type="text/css" rel="stylesheet" /> <link href="plugin/datePicker/datePicker.css" type="text/css" rel="stylesheet" /> </head> <body> <div class="header"> <div class="wraper"> <h1><a href="http://validform.rjboy.cn">Validform</a></h1> <ul class="nav"> <li><a href="http://validform.rjboy.cn/">关于Validform</a></li> <li><a href="demo.html" class="current">Demo</a></li> <li><a href="document.html">文档</a></li> <li><a href="help.html">帮助</a></li> <li><a href="http://validform.rjboy.cn/?p=1">网友讨论</a></li> </ul> </div> </div> <div class="main"> <div class="wraper"> <p class="tr"><a href="demo.html" class="blue ml10 fz12">返回示例首页&raquo;</a></p> <h2 class="green">日期控件默认效果</h2> <form class="registerform" id="demo2" action="ajax_post.php" method="post"> <table width="100%" style="table-layout:fixed;"> <tr> <td class="need" style="width:10px;">*</td> <td style="width:70px;">昵称:</td> <td style="width:360px;"><input type="text" value="" name="name" class="inputxt" datatype="s6-18" errormsg="昵称至少6个字符,最多18个字符!" /></td> <td><div class="Validform_checktip"></div></td> </tr> <tr> <td class="need"></td> <td>出生日期:</td> <td><input type="text" value="" name="birthday" class="inputxt mr10" plugin="datepicker" /></td> <td><div class="Validform_checktip"></div></td> </tr> <tr> <td class="need"></td> <td></td> <td colspan="2" style="padding:10px 0 18px 0;"> <input type="submit" value="提 交" /> <input type="reset" value="重 置" /> </td> </tr> </table> </form> <h2>说明:</h2> <div class="tipmsg"> <p>需要另外引入相关的 css 和 js 文件。</p> <p>初始化时可以设置以下参数: <pre> $.fn.datePicker.defaults = { month : undefined, year : undefined, showHeader : $.dpConst.SHOW_HEADER_SHORT, startDate : undefined, endDate : undefined, inline : false, renderCallback : null, createButton : true, showYearNavigation : true, closeOnSelect : true, displayClose : false, selectMultiple : false, numSelectable : Number.MAX_VALUE, clickInput : false, rememberViewedMonth : true, selectWeek : false, verticalPosition : $.dpConst.POS_TOP, horizontalPosition : $.dpConst.POS_LEFT, verticalOffset : 0, horizontalOffset : 0, hoverClass : 'dp-hover' }; </pre> </p> </div> </div> </div> <div class="footer"> <div class="wraper"> <p class="fl">Copyright &copy; <a href="http://www.eloocor.com" target="_blank">易罗客</a></p> <p class="fr"><a href="http://www.rjboy.cn" target="_blank">瑞金佬的前端路</a><b> | </b><a href="http://validform.rjboy.cn">Validform</a><b> | </b><a href="http://www.rjboy.cn/?p=789" target="_blank">hScrollpane</a><b> | </b><a href="http://www.rjboy.cn/?p=708" target="_blank">Xslider</a></p> </div> </div> <script type="text/javascript" src="http://validform.rjboy.cn/wp-content/themes/validform/js/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="demo/js/Validform_v5.3.2_min.js"></script> <script type="text/javascript" src="plugin/datePicker/jquery.datePicker-min.js"></script> <!--[if IE]><script type="text/javascript" src="plugin/datePicker/jquery.bgiframe.min.js"></script><![endif]--> <script type="text/javascript"> $(function(){ //$(".registerform").Validform(); //就这一行代码!; $(".registerform").Validform(); }) </script> </body> </html>
oydm120/env_framework
static/Validform/Validform_v5.3.2/demo_usePlugin_datePickerDefault.html
HTML
apache-2.0
4,314