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> <html lang="en"> <head> <title>ResultsControllerDelegate Protocol 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'> <meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1.0" /> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> </head> <body> <a name="//apple_ref/swift/Protocol/ResultsControllerDelegate" class="dashAnchor"></a> <a title="ResultsControllerDelegate Protocol Reference"></a> <header> <div class="content-wrapper"> <p> <a href="../index.html">CollectionView Docs</a> <span class="no-mobile"> (63% documented)</span> </p> <p class="header-right"> <a href="https://github.com/TheNounProject/CollectionView"> <img src="../img/gh.png"/> <span class="no-mobile">View on GitHub</span> </a> </p> </div> </header> <div id="breadcrumbs-container"> <div class="content-wrapper"> <p id="breadcrumbs"> <span class="no-mobile"> <a href="../index.html">CollectionView Reference</a> <img id="carat" src="../img/carat.png" /> </span> ResultsControllerDelegate Protocol Reference </p> </div> </div> <div class="wrapper"> <div class="article-wrapper"> <article class="main-content"> <section> <section class="section"> <h1>ResultsControllerDelegate</h1> <div class="declaration"> <div class="language"> <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">ResultsControllerDelegate</span> <span class="p">:</span> <span class="kt">AnyObject</span></code></pre> </div> </div> <p>The ResultsControllerDelegate defines methods that allow you to respond to changes in the results controller.</p> <p>Use ResultChangeSet to easily track changes and apply them to a CollectionView</p> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:14CollectionView25ResultsControllerDelegateP24controllerDidLoadContent0F0yAA0cD0_p_tF"></a> <a name="//apple_ref/swift/Method/controllerDidLoadContent(controller:)" class="dashAnchor"></a> <a class="token" href="#/s:14CollectionView25ResultsControllerDelegateP24controllerDidLoadContent0F0yAA0cD0_p_tF">controllerDidLoadContent(controller:)</a> </code> <span class="declaration-note"> Default implementation </span> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Tells the delegate that the controller did load its initial content</p> </div> <h4>Default Implementation</h4> <div class="default_impl abstract"> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">controllerDidLoadContent</span><span class="p">(</span><span class="nv">controller</span><span class="p">:</span> <span class="kt"><a href="../Protocols/ResultsController.html">ResultsController</a></span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>controller</em> </code> </td> <td> <div> <p>The controller that loaded</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:14CollectionView25ResultsControllerDelegateP27controllerWillChangeContent0F0yAA0cD0_p_tF"></a> <a name="//apple_ref/swift/Method/controllerWillChangeContent(controller:)" class="dashAnchor"></a> <a class="token" href="#/s:14CollectionView25ResultsControllerDelegateP27controllerWillChangeContent0F0yAA0cD0_p_tF">controllerWillChangeContent(controller:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Tells the delegate that the controller will change</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">controllerWillChangeContent</span><span class="p">(</span><span class="nv">controller</span><span class="p">:</span> <span class="kt"><a href="../Protocols/ResultsController.html">ResultsController</a></span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>controller</em> </code> </td> <td> <div> <p>The controller that will change</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:14CollectionView25ResultsControllerDelegateP10controller_15didChangeObject2at3foryAA0cD0_p_yp10Foundation9IndexPathVSgAA0cdH4TypeOtF"></a> <a name="//apple_ref/swift/Method/controller(_:didChangeObject:at:for:)" class="dashAnchor"></a> <a class="token" href="#/s:14CollectionView25ResultsControllerDelegateP10controller_15didChangeObject2at3foryAA0cD0_p_yp10Foundation9IndexPathVSgAA0cdH4TypeOtF">controller(_:didChangeObject:at:for:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Tells the delegate that the an object was changed</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">controller</span><span class="p">(</span><span class="n">_</span> <span class="nv">controller</span><span class="p">:</span> <span class="kt"><a href="../Protocols/ResultsController.html">ResultsController</a></span><span class="p">,</span> <span class="n">didChangeObject</span> <span class="nv">object</span><span class="p">:</span> <span class="kt">Any</span><span class="p">,</span> <span class="n">at</span> <span class="nv">indexPath</span><span class="p">:</span> <span class="kt">IndexPath</span><span class="p">?,</span> <span class="k">for</span> <span class="nv">changeType</span><span class="p">:</span> <span class="kt"><a href="../Results Controller.html#/s:14CollectionView27ResultsControllerChangeTypeO">ResultsControllerChangeType</a></span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>controller</em> </code> </td> <td> <div> <p>The controller</p> </div> </td> </tr> <tr> <td> <code> <em>object</em> </code> </td> <td> <div> <p>The object that changed</p> </div> </td> </tr> <tr> <td> <code> <em>indexPath</em> </code> </td> <td> <div> <p>The source index path of the object</p> </div> </td> </tr> <tr> <td> <code> <em>changeType</em> </code> </td> <td> <div> <p>The type of change</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:14CollectionView25ResultsControllerDelegateP10controller_16didChangeSection2at3foryAA0cD0_p_yp10Foundation9IndexPathVSgAA0cdH4TypeOtF"></a> <a name="//apple_ref/swift/Method/controller(_:didChangeSection:at:for:)" class="dashAnchor"></a> <a class="token" href="#/s:14CollectionView25ResultsControllerDelegateP10controller_16didChangeSection2at3foryAA0cD0_p_yp10Foundation9IndexPathVSgAA0cdH4TypeOtF">controller(_:didChangeSection:at:for:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Tells the delegate that a section was changed</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">controller</span><span class="p">(</span><span class="n">_</span> <span class="nv">controller</span><span class="p">:</span> <span class="kt"><a href="../Protocols/ResultsController.html">ResultsController</a></span><span class="p">,</span> <span class="n">didChangeSection</span> <span class="nv">section</span><span class="p">:</span> <span class="kt">Any</span><span class="p">,</span> <span class="n">at</span> <span class="nv">indexPath</span><span class="p">:</span> <span class="kt">IndexPath</span><span class="p">?,</span> <span class="k">for</span> <span class="nv">changeType</span><span class="p">:</span> <span class="kt"><a href="../Results Controller.html#/s:14CollectionView27ResultsControllerChangeTypeO">ResultsControllerChangeType</a></span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>controller</em> </code> </td> <td> <div> <p>The controller</p> </div> </td> </tr> <tr> <td> <code> <em>section</em> </code> </td> <td> <div> <p>The info for the updated section</p> </div> </td> </tr> <tr> <td> <code> <em>indexPath</em> </code> </td> <td> <div> <p>the source index path of the section</p> </div> </td> </tr> <tr> <td> <code> <em>changeType</em> </code> </td> <td> <div> <p>The type of change</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:14CollectionView25ResultsControllerDelegateP26controllerDidChangeContent0F0yAA0cD0_p_tF"></a> <a name="//apple_ref/swift/Method/controllerDidChangeContent(controller:)" class="dashAnchor"></a> <a class="token" href="#/s:14CollectionView25ResultsControllerDelegateP26controllerDidChangeContent0F0yAA0cD0_p_tF">controllerDidChangeContent(controller:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Tells the delegate that it has process all changes</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">controllerDidChangeContent</span><span class="p">(</span><span class="nv">controller</span><span class="p">:</span> <span class="kt"><a href="../Protocols/ResultsController.html">ResultsController</a></span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>controller</em> </code> </td> <td> <div> <p>The controller that was changed</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> </ul> </div> </section> </section> </article> </div> <div class="nav-wrapper"> <nav class="nav-bottom"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Guides.html">Guides</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../introduction.html">Introduction</a> </li> <li class="nav-group-task"> <a href="../basic-setup.html">Basic Setup</a> </li> <li class="nav-group-task"> <a href="../supplementary-views.html">Supplementary Views</a> </li> <li class="nav-group-task"> <a href="../layouts.html">Layouts</a> </li> <li class="nav-group-task"> <a href="../drag--drop.html">Drag &amp; Drop</a> </li> <li class="nav-group-task"> <a href="../content-updates.html">Content Updates</a> </li> <li class="nav-group-task"> <a href="../results-controller.html">Results Controller</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Collection View.html">Collection View</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/CollectionView.html">CollectionView</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionView.html#/s:14CollectionViewAAC13SelectionModeO">– SelectionMode</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDataSource.html">CollectionViewDataSource</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDelegate.html">CollectionViewDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDragDelegate.html">CollectionViewDragDelegate</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewCell.html">CollectionViewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionReusableView.html">CollectionReusableView</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewController.html">CollectionViewController</a> </li> <li class="nav-group-task"> <a href="../Collection View.html#/s:14CollectionView0aB17LayoutElementKindV">CollectionViewLayoutElementKind</a> </li> <li class="nav-group-task"> <a href="../Collection View.html#/s:14CollectionView0A15ElementCategoryO">CollectionElementCategory</a> </li> <li class="nav-group-task"> <a href="../Collection View.html#/s:14CollectionView0aB9DirectionO">CollectionViewDirection</a> </li> <li class="nav-group-task"> <a href="../Collection View.html#/s:14CollectionView0aB15ScrollDirectionO">CollectionViewScrollDirection</a> </li> <li class="nav-group-task"> <a href="../Collection View.html#/s:14CollectionView0aB14ScrollPositionO">CollectionViewScrollPosition</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewPreviewCell.html">CollectionViewPreviewCell</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewPreviewController.html">CollectionViewPreviewController</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewPreviewTransitionCell.html">CollectionViewPreviewTransitionCell</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewPreviewControllerDelegate.html">CollectionViewPreviewControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../Collection View.html#/s:14CollectionView19AnimationCompletiona">AnimationCompletion</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Collection View Layouts.html">Collection View Layouts</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/CollectionViewLayout.html">CollectionViewLayout</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewLayoutAttributes.html">CollectionViewLayoutAttributes</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewListLayout.html">CollectionViewListLayout</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDelegateListLayout.html">CollectionViewDelegateListLayout</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewColumnLayout.html">CollectionViewColumnLayout</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewColumnLayout.html#/s:14CollectionView0aB12ColumnLayoutC0D8StrategyO">– LayoutStrategy</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDelegateColumnLayout.html">CollectionViewDelegateColumnLayout</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewFlowLayout.html">CollectionViewFlowLayout</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewFlowLayout.html#/s:14CollectionView0aB10FlowLayoutC12RowTransformO">– RowTransform</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewFlowLayout/ItemStyle.html">– ItemStyle</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDelegateFlowLayout.html">CollectionViewDelegateFlowLayout</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewHorizontalListLayout.html">CollectionViewHorizontalListLayout</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionViewDelegateHorizontalListLayout.html">CollectionViewDelegateHorizontalListLayout</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Results Controller.html">Results Controller</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols/ResultsController.html">ResultsController</a> </li> <li class="nav-group-task"> <a href="../Protocols/ResultsControllerDelegate.html">ResultsControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../Classes/MutableResultsController.html">MutableResultsController</a> </li> <li class="nav-group-task"> <a href="../Classes/FetchedResultsController.html">FetchedResultsController</a> </li> <li class="nav-group-task"> <a href="../Classes/RelationalResultsController.html">RelationalResultsController</a> </li> <li class="nav-group-task"> <a href="../Classes/FetchedSetController.html">FetchedSetController</a> </li> <li class="nav-group-task"> <a href="../Results Controller.html#/s:14CollectionView27ResultsControllerChangeTypeO">ResultsControllerChangeType</a> </li> <li class="nav-group-task"> <a href="../Results Controller.html#/s:14CollectionView22ResultsControllerErrorO">ResultsControllerError</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewProvider.html">CollectionViewProvider</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionViewResultsProxy.html">CollectionViewResultsProxy</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Other Enums.html">Other Enumerations</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Enums/SortDescriptorResult.html">SortDescriptorResult</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Other Extensions.html">Other Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Extensions/IndexPath.html">IndexPath</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Other Protocols.html">Other Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Other Protocols.html#/s:14CollectionView30CustomDisplayStringConvertibleP">CustomDisplayStringConvertible</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Other Structs.html">Other Structures</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Structs/SortDescriptor.html">SortDescriptor</a> </li> </ul> </li> </ul> </nav> </div> <div class="footer-wrapper"> <section id="footer"> <p>&copy; 2018 <a class="link" href="" target="_blank" rel="external">Noun Project</a>. All rights reserved. (Last updated: 2018-10-16)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </div> </div> </body> </div> </html>
TheNounProject/CollectionView
docs/docsets/CollectionView.docset/Contents/Resources/Documents/Protocols/ResultsControllerDelegate.html
HTML
mit
30,322
<!doctype html> <html> <head> <title>Rishi Giri - Personal Blog</title> <meta charset="utf-8"> <meta name="author" content="Rishi Giri"> <meta name="keywords" content="Rishi, Rishi Giri, Rishi, dotjs, iama_rishi, Rishi Giri dotjs, CodeDotJS, Unicorn, JavaScript, Python, Node, Web Development, Web Design, Quora, Github, JavaScript - Python and FOSS Enthusiast, codedotjs." /> <meta name="description" content="Web Developer, JavaScript, Python & FOSS Enthusiast." /> <link rel="shortcut icon" href="https://raw.githubusercontent.com/web-place/rishigiri.in/gh-pages/rishi.png" type="image/x-icon" /> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <link rel="stylesheet" href="../assets/stylesheets/styles.css"> <link rel="stylesheet" href="../assets/stylesheets/pygment_trac.css"> <meta name="viewport" content="width=device-width"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125012328-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-125012328-1'); </script> </head> <body> <div class="wrapper"> <header> <h1>Rishi Giri</h1> <p>JavaScript, Python, and FOSS Enthusiast. Open Source Addict.</p> <!-- <p class="view"><a href=""><small></small></a></p> --> <ul> <li><a href="../index.html"><strong>HOME</strong></a></li> <li><a href="../projects/index.html"><strong>PROJECTS</strong></a></li> <li><a href="../resume/index.html"><strong>RÉSUMÉ</strong></a></li> </ul> <h1 align="center"><b><code>࿊</code></b></h1> </header> <section> <h1>Blog</h1> <h3> My thoughts and words, from the parallel universe! </h3> <p class="view"><code>For tech and programming related posts, click <a href="tech.html">here!</a></code></p> <ul> <li><code> <a href="post/studies-or-work.html">Work or Studies!</a></code></li> <li><code> <a href="post/quitting-some-parts-of-social-media.html">Quitting Some Parts Of Social Media</a><small> [09/01/2019]</small></code></li> <li><code> <a href="post/a-few-words.html">A Few Words!</a><small> [08/01/2019]</small></code></li> <li><code> <a href="post/homeless.html">The Choice of Living Homeless — Reason Towards an Experience</a><small> [31/08/2018]</small></code></li> <li><code> <a href="post/sometimes.html">Sometimes</a><small> [13/07/2018</small></code></li> <li><code> <a href="post/goals-morality-and-life.html">Goals, Faith, and Morality</a><small> [01/07/2018]</small></code></li> <li><code> <a href="post/running.html">Running</a><small> [28/06/2018]</small></code></li> <li><code> <a href="post/fuck-social-media.html">Fuck Social Media.</a><small> [18/11/2017]</small></code></li> </li> <li><code> <a href="post/saraha-sayatme-and-life.html">Sarahah, Sayat.me, and Life</a><small> [11/09/2017]</small></code></li> </li> <li><code> <a href="post/life-and-programming.html">Life, Decisions, and Programming!</a><small> [30/08/2017]</small></code></li> </li> </ul> </section> <footer> <p>Copyright &copy; 2019 <a href="https://rishi.ml">Rishi Giri</a></p> </footer> </div> <script src="../assets/javascripts/scale.fix.js "></script> </body> </html>
rishigiridotcom/rishigiri.ml
v2/_site/archive/blog/index.html
HTML
mit
3,827
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script> <style> body { background-color: white; font-family: Helvetica, Verdana, sans-serif; font-size: 10pt; } @media print { .no-print { display: none; } } #plot-wrapper { display: inline-block; } #placeholder { margin-top: 0.25em; } #info-text { text-align: center; position: absolute; z-index: 100; left: 170px; color: #bbb; } </style> <script> $(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ credits: { enabled: false }, chart: { backgroundColor: '#fff', renderTo: 'placeholder', type: 'line', zoomType: 'xy', height: 500, width: 600, spacingTop: 37 }, plotOptions: { line: { dashStyle: 'Solid', marker: { enabled: false } } }, title: { text: null }, xAxis: { gridLineWidth: 1, gridLineDashStyle: 'ShortDot', tickPosition: 'inside', maxPadding: 0, lineWidth: 0 }, yAxis: { gridLineWidth: 1, gridLineDashStyle: 'ShortDot', tickPosition: 'inside', title: { text: null } }, tooltip: { borderWidth: 1, formatter: function() { return 'At time ' + this.x + '<br><b>' + this.series.name + '<\/b> = ' + this.y; } }, legend: { borderWidth: 0, margin: 10, itemWidth: 140, itemMarginBottom: 10, symbolWidth: 45, symbolPadding: 5, x: 20 }, exporting: { buttons: { exportButton: { y: 5 }, printButton: { y: 5 } } }, series: [ { name: "S1", color: "#4572A7", dashStyle: "Solid", shadow: false, data: [ [0, 0.0015], [0.07, 0.001350486783627322], [0.14, 0.001215876367941789], [0.21, 0.001094683298279733], [0.28, 0.0009855702229769807], [0.35, 0.0008873330465146263], [0.42, 0.000798887695313261], [0.49, 0.0007192581547299241], [0.56, 0.0006475657829421294], [0.63, 0.000583019325077099], [0.7, 0.0005249066226811803], [0.77, 0.000472586282156046], [0.84, 0.000425481032854416], [0.91, 0.0003830710007045363], [0.98, 0.0003448882266481977], [1.05, 0.0003105113013980686], [1.12, 0.0002795609312855421], [1.19, 0.0002516955829459092], [1.26, 0.0002266077088446278], [1.33, 0.0002040204591428142], [1.4, 0.0001836846234973735], [1.47, 0.0001653757860107959], [1.54, 0.0001488918708762929], [1.61, 0.0001340509923009085], [1.68, 0.0001206894003389316], [1.75, 0.0001086596355159219], [1.82, 0.00009782892769785534], [1.89, 0.00008807777797864005], [1.96, 0.00007929858874062557], [2.03, 0.00007139446758163289], [2.1, 0.00006427818429933827], [2.17, 0.00005787122433861103], [2.24, 0.00005210288690616698], [2.31, 0.00004690950702164682], [2.38, 0.0000422337758168036], [2.45, 0.00003802410452178141], [2.52, 0.00003423403685097421], [2.59, 0.0000308217416432268], [2.66, 0.00002774956781637961], [2.73, 0.00002498361752340058], [2.8, 0.00002249336523076609], [2.87, 0.00002025132680118384], [2.94, 0.00001823276527773152], [3.01, 0.00001641540687461692], [3.08, 0.00001477919396717005], [3.15, 0.0000133060695671776], [3.22, 0.0000119797805517605], [3.29, 0.00001078569115755022], [3.36, 9.710622201069345e-6], [3.43, 8.742711016705953e-6], [3.5, 7.87127759882431e-6]] }, { name: "S2", color: "#AA4643", dashStyle: "Solid", shadow: false, data: [ [0, 0], [0.07, 0.0001495132163726771], [0.14, 0.0002841236320582098], [0.21, 0.000405316701720266], [0.28, 0.0005144297770230189], [0.35, 0.0006126669534853732], [0.42, 0.0007011123046867385], [0.49, 0.0007807418452700754], [0.56, 0.0008524342170578701], [0.63, 0.0009169806749229005], [0.7, 0.0009750933773188192], [0.77, 0.001027413717843953], [0.84, 0.001074518967145583], [0.91, 0.001116928999295463], [0.98, 0.001155111773351801], [1.05, 0.00118948869860193], [1.12, 0.001220439068714457], [1.19, 0.00124830441705409], [1.26, 0.001273392291155371], [1.33, 0.001295979540857185], [1.4, 0.001316315376502626], [1.47, 0.001334624213989203], [1.54, 0.001351108129123706], [1.61, 0.00136594900769909], [1.68, 0.001379310599661067], [1.75, 0.001391340364484077], [1.82, 0.001402171072302144], [1.89, 0.001411922222021359], [1.96, 0.001420701411259374], [2.03, 0.001428605532418366], [2.1, 0.001435721815700661], [2.17, 0.001442128775661388], [2.24, 0.001447897113093832], [2.31, 0.001453090492978353], [2.38, 0.001457766224183196], [2.45, 0.001461975895478218], [2.52, 0.001465765963149025], [2.59, 0.001469178258356772], [2.66, 0.00147225043218362], [2.73, 0.001475016382476599], [2.8, 0.001477506634769233], [2.87, 0.001479748673198815], [2.94, 0.001481767234722268], [3.01, 0.001483584593125382], [3.08, 0.001485220806032829], [3.15, 0.001486693930432822], [3.22, 0.001488020219448239], [3.29, 0.001489214308842449], [3.36, 0.00149028937779893], [3.43, 0.001491257288983293], [3.5, 0.001492128722401175]] } ] }); }); }); </script> <div id="plot-wrapper"> <div id="info-text" class="no-print"> Drag the mouse to zoom in on a rectangular region.<br> Click on variable names in the legend to toggle their visibility. </div> <div id="placeholder"></div> <div id="legend"></div> </div>
stanleygu/sbmltest2archive
sbml-test-cases/cases/semantic/01001/01001-plot.html
HTML
mit
5,969
<!DOCTYPE html> <html> <head><meta name="generator" content="Hexo 3.9.0"> <!-- hexo-inject:begin --><!-- hexo-inject:end --><meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Archives | TechBridge 技術共筆部落格</title> <meta name="description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- google-site-verification --> <meta name="google-site-verification" content="WX_9sZlrIYOEpy8RR7zCoa7-pJk611zZt11BSBUcDVY"> <link rel="stylesheet preload" type="text/css" href="/css/screen.css" as="style"> <link rel="stylesheet preload" type="text/css" href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400" as="style"> <!-- Favicons --> <link rel="apple-touch-icon" href="/img/favicon.ico"> <link rel="icon preload" href="/img/favicon.ico" as="image"> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="atom.xml"><!-- hexo-inject:begin --><!-- hexo-inject:end --> </head> <body class="home-template"> <!-- hexo-inject:begin --><!-- hexo-inject:end --><header class="site-head" > <div class="vertical"> <div class="site-head-content inner"> <a class="blog-logo" href="/"><img src="/img/logo-tb-500-500.png" alt="Blog Logo"/></a> <h1 class="blog-title">TechBridge 技術共筆部落格</h1> <h2 class="blog-description">var topics = ['Web前後端', '行動網路', '機器人/物聯網', '數據分析', '產品設計', 'etc.']</h2> <div class="navbar-block"> <span><a href="/">首頁</a></span> / <span><a href="/about/">關於我們</a></span> / <span><a href="http://weekly.techbridge.cc/" target="_blank">技術週刊</a></span> / <span><a href="https://www.facebook.com/techbridge.cc/" target="_blank">粉絲專頁</a></span> / <span><a href="/atom.xml" target="_blank">訂閱RSS </a></span> <br> </div> </div> </div> </header> <main class="content" role="main"> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2019-01-05T10:23:23.000Z" itemprop="datePublished"> 2019-01-05 </time> | <a href='/tags/scrum/'>scrum</a>, <a href='/tags/scrum-master/'>scrum master</a>, <a href='/tags/product-owner/'>product owner</a>, <a href='/tags/dev-tame/'>dev tame</a>, <a href='/tags/軟體工程師/'>軟體工程師</a>, <a href='/tags/軟體工程/'>軟體工程</a>, <a href='/tags/software-engineering/'>software engineering</a>, <a href='/tags/敏捷開發/'>敏捷開發</a>, <a href='/tags/agile/'>agile</a> </span> <meta name="generator" content="當一個 Scrum Master 是一個怎樣的體驗?"> <meta name="og:title" content="當一個 Scrum Master 是一個怎樣的體驗?"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2019/01/05/hello-i-am-a-scrum-master/">當一個 Scrum Master 是一個怎樣的體驗?</a></h1> </header> <section class="post-excerpt"> <p> 前言Scrum 是一個以團隊為基礎來開發複雜系統和產品的敏捷開發框架和方法論。相信很多軟體開發人員都聽過 Scrum,而且也把它運用在產品開發中,然而每個團隊在使用 Scrum 時都會遇到不同的問題,有些是共通性的問題,有些是個別團隊所遇到的問題。過去一段時間在筆者的職業生涯中因緣際會地經歷了開發者、產品負責人以及 Scrum Master 等角色,對於不同角色的特性和所應具備的特質和能力以及 Scrum 的能與不能都有些許的認識。接 </p> <p> <a href="/2019/01/05/hello-i-am-a-scrum-master/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-12-29T15:44:06.000Z" itemprop="datePublished"> 2018-12-29 </time> | <a href='/tags/Software-Engineer/'>Software Engineer</a> </span> <meta name="generator" content="兩年過後,我能夠被稱為資深工程師了嗎?"> <meta name="og:title" content="兩年過後,我能夠被稱為資深工程師了嗎?"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/12/29/review-2018/">兩年過後,我能夠被稱為資深工程師了嗎?</a></h1> </header> <section class="post-excerpt"> <p> 前言在兩年前我寫了這篇一個資淺工程師年末的自我省視,內文主要是檢視自己那年學到的東西以及抒發心得感想,並提出一些對於自己職涯發展上的疑問。 標題之所以是打「資淺」工程師,是因為那時覺得連資深的邊都沾不上,所以用了資淺這個字來形容自己。 兩年過去了,職稱從工程師變成資深工程師,甚至還再往上變成了 Front-end Team Lead。雖然職稱本來就不代表一切,但我認為它至少「代表著什麼」,你到了那個位子就必須負起責任,如果覺得自己能力未 </p> <p> <a href="/2018/12/29/review-2018/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-12-22T23:01:50.000Z" itemprop="datePublished"> 2018-12-22 </time> | <a href='/tags/Human-Robot-Interaction/'>Human-Robot Interaction</a>, <a href='/tags/Markov-Decision-Process/'>Markov Decision Process</a> </span> <meta name="generator" content="Markov Decision Process 的程式範例"> <meta name="og:title" content="Markov Decision Process 的程式範例"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/12/22/intro-to-mdp-program/">Markov Decision Process 的程式範例</a></h1> </header> <section class="post-excerpt"> <p> 前言之前跟大家介紹過 Markov Decision Process(MDP) 的原理跟數學推導 還有 在 Human-Robot Interaction 上的應用,今天我們就帶大家透過一個程式來體驗實作上的細節。有興趣的讀者可以透過這個例子將這個程式應用到機器人上! 快速複習 MDP 的基本概念在進入問題之前,我們先簡單複習一下 MDP,首先是 MDP 的定義: 然後,假設已經知道在每個 state 會獲得多少 reward,我們就 </p> <p> <a href="/2018/12/22/intro-to-mdp-program/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-12-15T15:15:09.000Z" itemprop="datePublished"> 2018-12-15 </time> | <a href='/tags/d3/'>d3</a>, <a href='/tags/data/'>data</a>, <a href='/tags/visualization/'>visualization</a>, <a href='/tags/nivo/'>nivo</a>, <a href='/tags/google-calendar/'>google calendar</a>, <a href='/tags/yearend/'>yearend</a> </span> <meta name="generator" content="用 Google Calendar 與 nivo 製作自己的年終檢討報告"> <meta name="og:title" content="用 Google Calendar 與 nivo 製作自己的年終檢討報告"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/12/15/dataviz-yearendreview/">用 Google Calendar 與 nivo 製作自己的年終檢討報告</a></h1> </header> <section class="post-excerpt"> <p> 前言從 2017 年開始,我每天都會用 Google Calendar 紀錄生活,也在年底的時候利用 D3.js 與 Google api 將紀錄的資料視覺化出來做個年終回顧。(沒看過的讀者可以往這裡走:一起用 Google Calendar 與 D3.js 進行年終回顧吧!) 2018 當然也不例外,我依然持續記錄每天的日常,透過每週回顧自己的時間花費來調整目標與心理狀態。 而既然我有了兩年的資料,不拿來比較看看就太可惜了,因此決定在 </p> <p> <a href="/2018/12/15/dataviz-yearendreview/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-12-08T08:37:35.000Z" itemprop="datePublished"> 2018-12-08 </time> | <a href='/tags/javascript/'>javascript</a>, <a href='/tags/closure/'>closure</a> </span> <meta name="generator" content="所有的函式都是閉包:談 JS 中的作用域與 Closure"> <meta name="og:title" content="所有的函式都是閉包:談 JS 中的作用域與 Closure"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/12/08/javascript-closure/">所有的函式都是閉包:談 JS 中的作用域與 Closure</a></h1> </header> <section class="post-excerpt"> <p> 在正文開始前先幫自己小小工商一下,前陣子把自己以前寫過的文章都放到了 GitHub 上面,那邊比較方便整理文章以及回應,如果有想討論的可以在這篇文章的 GitHub 版本下面留言,想收到新文章通知的也可以按個 watch,感謝。 前言請先原諒我用了一個比較聳動的標題,因為實在是想不到還有什麼標題好下,最後選擇了一個可能比較有爭議的標題,但能利用這樣的標題激起討論也是滿有趣的,何況我說這話也是有根據的。 在觀看此篇文章之前請先看過上一篇: </p> <p> <a href="/2018/12/08/javascript-closure/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-12-01T10:23:23.000Z" itemprop="datePublished"> 2018-12-01 </time> | <a href='/tags/container/'>container</a>, <a href='/tags/容器/'>容器</a>, <a href='/tags/Kubernetes/'>Kubernetes</a>, <a href='/tags/minikube/'>minikube</a>, <a href='/tags/雲端/'>雲端</a>, <a href='/tags/cloud-native/'>cloud native</a> </span> <meta name="generator" content="Kubernetes 與 minikube 入門教學"> <meta name="og:title" content="Kubernetes 與 minikube 入門教學"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/12/01/kubernetes101-introduction-tutorial/">Kubernetes 與 minikube 入門教學</a></h1> </header> <section class="post-excerpt"> <p> 前言Kubernetes(又稱 K8s,類似於 i18n/l10n,取中間字母的長度的簡寫命名)是一個協助我們自動化部署(automating deployment)、自動擴展(scaling)和管理容器應用程式(containerized applications)的指揮調度(Orchestration)工具。相比於傳統的手動部屬容器應用程式的方式,Kubernetes 主要有幾個好處: Automated rollouts a </p> <p> <a href="/2018/12/01/kubernetes101-introduction-tutorial/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-11-24T14:31:45.000Z" itemprop="datePublished"> 2018-11-24 </time> | <a href='/tags/Human-Robot-Interaction/'>Human-Robot Interaction</a>, <a href='/tags/Markov-Decision-Process/'>Markov Decision Process</a> </span> <meta name="generator" content="如何用 Markov Decision Process 描述 Human-Robot Interaction 問題"> <meta name="og:title" content="如何用 Markov Decision Process 描述 Human-Robot Interaction 問題"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/11/24/intro-to-mdp-on-hri/">如何用 Markov Decision Process 描述 Human-Robot Interaction 問題</a></h1> </header> <section class="post-excerpt"> <p> 前言上次我們介紹了 Markov Decision Process 的基本概念,雖然上次有簡單提到 MDP 的應用,但並不是很詳細,所以今天我們想嘗試把 MDP 跟 Human-Robot Interaction 問題連結起來,一起來看怎麼從一個簡單的 insight 出發,加上 MDP 的數學基礎,最後形成一篇嚴謹的論文 ( Human-Robot Interactive Planning using Cross-Training: </p> <p> <a href="/2018/11/24/intro-to-mdp-on-hri/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-11-15T00:18:37.000Z" itemprop="datePublished"> 2018-11-15 </time> | <a href='/tags/react/'>react</a>, <a href='/tags/css/'>css</a>, <a href='/tags/grid/'>grid</a>, <a href='/tags/mondrian/'>mondrian</a> </span> <meta name="generator" content="用 CSS Grid 創造蒙德里安藝術"> <meta name="og:title" content="用 CSS Grid 創造蒙德里安藝術"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/11/15/css-grid-art-generator/">用 CSS Grid 創造蒙德里安藝術</a></h1> </header> <section class="post-excerpt"> <p> 前言前陣子 netflix 上了最新一季的夜魔俠,其中的反派角色很愛在家中擺設畫作,有了藝術品襯托,壞人在我的腦海裡突然就變成看似很有深度的角色。這讓我覺得應該也該擺點畫作在家裡,看看能不能提高自己的層次。 而宅宅如我當然無法做如此的投資,不過如果能夠自己用 Web 技術產生一些藝術作品,然後投影在家中呢?應該很酷吧!然後就在 codepen 上發現了一個有趣的東西: See the Pen Randomly generate Mond </p> <p> <a href="/2018/11/15/css-grid-art-generator/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-11-14T18:16:00.000Z" itemprop="datePublished"> 2018-11-14 </time> | <a href='/tags/商業模式/'>商業模式</a> </span> <meta name="generator" content="軟體開發的未來,是大斗內時代?"> <meta name="og:title" content="軟體開發的未來,是大斗內時代?"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/11/14/future-of-software/">軟體開發的未來,是大斗內時代?</a></h1> </header> <section class="post-excerpt"> <p> 本文從付費軟體的困境,講到廣告商業模式以及付費帳號模式,再講到近年來日趨流行的「獎賞制度」,來談談內容創作的困境,以及當面對網際網路快速發展的因應之道。 軟體如何賺錢在我剛開始寫程式的時候,我就曾經想過,如果我做出了一個很好的遊戲,我該如何賺錢?,簡單就是賣嘛,付了錢我就給你程式。但這最大的問題是你如何確定買家不會將你的產品給其他人?。 我開始思考各種的商業模式,發現要賣軟體竟是一件相當困難的事,阻止盜版非常困難,其實這本質的原因在 </p> <p> <a href="/2018/11/14/future-of-software/" class="excerpt-link">Read More...</a> </p> </section> </article> <article class="post"> <header class="post-header"> <span class="post-meta"> <time datetime="2018-11-10T18:05:13.000Z" itemprop="datePublished"> 2018-11-10 </time> | <a href='/tags/javascript/'>javascript</a>, <a href='/tags/hoisting/'>hoisting</a> </span> <meta name="generator" content="我知道你懂 hoisting,可是你了解到多深?"> <meta name="og:title" content="我知道你懂 hoisting,可是你了解到多深?"> <meta name="og:description" content="TechBridge Weekly 技術週刊團隊是一群對用技術改變世界懷抱熱情的團隊。本技術共筆部落格初期專注於Web前後端、行動網路、機器人/物聯網、數據分析與產品設計等技術分享。"> <meta name="og:type" content="website"> <meta name="og:image" content="/img/og-cover.png"> <h1 class="post-title"><a href="/2018/11/10/javascript-hoisting/">我知道你懂 hoisting,可是你了解到多深?</a></h1> </header> <section class="post-excerpt"> <p> 前言這陣子我在忙一些教學相關的東西,稍微準備一些資料之後教了學生們 JavaScript 裡面的 hoisting,也就是「提升」這個觀念,例如說以下程式碼: 12console.log(a)var a = 10 會輸出undefined而不是ReferenceError: a is not defined,這種現象就叫做 Hoisting,變數的宣告被「提升」到最上面去了。 如果你只想了解最基本的 hoisting,其實差不多就是這樣 </p> <p> <a href="/2018/11/10/javascript-hoisting/" class="excerpt-link">Read More...</a> </p> </section> </article> <nav class="pagination" role="pagination"> <a class="newer-posts" href="/archives/page/5/">← Newer Posts</a> <span class="page-number">Page 6 of 22</span> <a class="older-posts" href="/archives/page/7/">Older Posts →</a> </nav> </main> <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-75308642-1', 'auto'); ga('send', 'pageview'); </script> <footer class="site-footer"> <a class="subscribe icon-feed" href="/atom.xml"><span class="tooltip">Subscribe!</span></a> <div class="inner"> <section class="copyright">All content copyright <a href="/">TechBridge 技術共筆部落格</a> &copy; 2017 &bull; All rights reserved.</section> </div> </footer> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script type="text/javascript" src="/js/jquery.fitvids.js"></script> <script type="text/javascript" src="/js/index.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '[object Object]']); _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> <script type="text/javascript"> var disqus_shortname = 'techbridgeweekly'; (function(){ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); }()); </script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/medium-zoom.min.js"></script> <script> // NodeList mediumZoom(document.querySelectorAll('img')); </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ["$","$"], ["\\(","\\)"] ], skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'], processEscapes: true } }); MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(); for (var i = 0; i < all.length; ++i) all[i].SourceElement().parentNode.className += ' has-jax'; }); </script> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!-- hexo-inject:begin --><!-- Begin: Injected MathJax --> <script type="text/x-mathjax-config"> MathJax.Hub.Config(""); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for(i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src=""> </script> <!-- End: Injected MathJax --> <!-- hexo-inject:end --> </body> </html>
TechBridgeWeekly/techbridgeweekly.github.io
archives/page/6/index.html
HTML
mit
24,795
@(snap: models.query.SnapshotSearch) @import com.github.nscala_time.time.Imports.DateTime @import models.query.SnapshotSearch.PageCount @main { <title>スナップショット検索</title> @Js.ImportJqplot("barRenderer", "categoryAxisRenderer", "pointLabels", "highlighter") <script src="@Js.Common"></script> <script src="@Js.Vue"></script> <script src="@Js.Coffee("snapshot")"></script> } { @statistics_head("search_snap") { <div class="page-header"> <h1>艦隊スナップショット検索</h1> </div> <form class="form-inline" role="form" onsubmit="var word = encodeURIComponent($('#search_input').val()); location.href = '@routes.ViewSta.searchSnap()?q=' + word; return false" style=""> <div class="form-group"> <input type="search" class="form-control" id="search_input" value="@snap.q"> </div> <button type="submit" class="btn btn-default">検索</button> </form> @if(snap.count > PageCount) { <ul class="pagination"> @if(snap.page == 0) { <li class="disabled"><a>&laquo;</a></li> } else { <li> <a href="@routes.ViewSta.searchSnap(snap.q, snap.page - 1)">&laquo;</a> </li> } @for(p <- 0 until math.min(snap.maxPage + 1, 10)) { <li @if(p == snap.page){class="active"}> <a href="@routes.ViewSta.searchSnap(snap.q, p)">@{p + 1}</a> </li> } @if(snap.isMaxPage) { <li class="disabled"><a>&raquo;</a></li> } else { <li> <a href="@routes.ViewSta.searchSnap(snap.q, snap.page + 1)">&raquo;</a> </li> } </ul> } @snap.snaps.map { x => <div class="panel panel-default" id="[email protected]"> <div class="panel-heading"> <div style="float: right;"> <div style="float: left; margin-right: 1em;">(@{new DateTime(x.created).toString("yyyy-MM-dd HH:mm")} 登録)</div> <div style="float: right; width: 80px; margin-top: -5px;"> <div class="input-group input-group-sm favorite-group" data-path="@routes.UserView.snapshot(x.memberId)#[email protected]" data-title="@x.title -@{x.admiral.nickname}提督のスナップショット-"> <span class="input-group-btn"> <button class="btn btn-default btn-add-favorite" type="button"> <span class="text-warning glyphicon glyphicon-star"></span> </button> </span> <input type="text" readonly="readonly" class="form-control fav-counter" style="width:35px;" /> </div> </div> </div> <h2 class="panel-title"><a href="@routes.UserView.snapshot(x.memberId)#[email protected]">@x.title</a>(<a href="@routes.UserView.snapshot(x.memberId)">@{x.admiral.nickname}提督</a>)</h2> </div> <div class="panel-body"> @x.comments.map { it => @it <br> } </div> <table class="table table-striped"> <thead> <tr> <th>艦種</th> <th>名前</th> <th>Lv</th> <th>HP</th> <th>装備1</th> <th>装備2</th> <th>装備3</th> <th>装備4</th> </tr> </thead> <tbody> @x.ships.map { ship => <tr> <td>@ship.stAbbName</td> <td class="nowrap"><a data-toggle="modal" href="@routes.UserView.snapAship(x.memberId, ship.id)" class="modal_link" data-target="#modal">@ship.name</a></td> <td style="@if(ship.expRate > 0){background-color:#D9EDF7;display:block;width:@{(ship.expRate*100).toInt}%}">@ship.lv</td> <td style="padding:0px;"><div style="background-color:@ship.hpRGB.toString;width:@{(ship.hpRate*100).toInt}%;padding:5px;">@ship.nowhp/@ship.maxhp</div></td> @ship.slotMaster.map { slot => <td>@slot.name</td> } @{(0 until (4 - ship.slotMaster.size)).map { _ => <td></td> }} </tr> } </tbody> </table> </div> } @if(snap.count > PageCount) { <ul class="pagination"> <li @if(snap.page == 0){class="disabled"}> <a href="@routes.ViewSta.searchSnap(snap.q, snap.page - 1)">&laquo;</a> </li> @for(p <- 0 until math.min(snap.maxPage + 1, 10)) { <li @if(p == snap.page){class="active"}> <a href="@routes.ViewSta.searchSnap(snap.q, p)">@{p + 1}</a> </li> } <li @if(snap.isMaxPage){class="disabled"}> <a href="@routes.ViewSta.searchSnap(snap.q, snap.page + 1)">&raquo;</a> </li> </ul> } <div> <p>タイトル・コメント・艦名・装備名で検索できます</p> </div> <div class="modal fade bs-example-modal-lg" aria-hidden="true" role="dialog" aria-labelledby="modalLabel" id="modal"> <div class="modal-dialog modal-lg"> <div class="modal-content"></div> </div> </div> } }
nekoworkshop/MyFleetGirls
server/app/views/sta/search_snap.scala.html
HTML
mit
5,073
<!DOCTYPE html> <html lang="en"> <head> <title>AnimatedMenuButton Class 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/Class/AnimatedMenuButton" class="dashAnchor"></a> <a title="AnimatedMenuButton Class Reference"></a> <header> <div class="content-wrapper"> <p><a href="../../index.html">NTComponents Docs</a> (4% documented)</p> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../../index.html">NTComponents Reference</a> <img id="carat" src="../../img/carat.png" /> AnimatedMenuButton Class 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/CircularTransitionAnimator.html">CircularTransitionAnimator</a> </li> <li class="nav-group-task"> <a href="../../Classes/CircularTransitionAnimator/NTTransitionMode.html">– NTTransitionMode</a> </li> <li class="nav-group-task"> <a href="../../Classes/DiscardableImageCacheItem.html">DiscardableImageCacheItem</a> </li> <li class="nav-group-task"> <a href="../../Classes/Lorem.html">Lorem</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTActionSheetItem.html">NTActionSheetItem</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTActionSheetViewController.html">NTActionSheetViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTActivityView.html">NTActivityView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTAlertViewController.html">NTAlertViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTAnimatedCollectionViewCell.html">NTAnimatedCollectionViewCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTAnimatedTextField.html">NTAnimatedTextField</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTAnimatedTextField/AnimationType.html">– AnimationType</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTAnimatedView.html">NTAnimatedView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTBarLabelItem.html">NTBarLabelItem</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTButton.html">NTButton</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCarouselView.html">NTCarouselView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCheckbox.html">NTCheckbox</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTChime.html">NTChime</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionDatasource.html">NTCollectionDatasource</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionDatasourceCell.html">NTCollectionDatasourceCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionUserHeaderCell.html">NTCollectionUserHeaderCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionViewCell.html">NTCollectionViewCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionViewController.html">NTCollectionViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionViewDefaultCell.html">NTCollectionViewDefaultCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionViewDefaultFooter.html">NTCollectionViewDefaultFooter</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCollectionViewDefaultHeader.html">NTCollectionViewDefaultHeader</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTCredentialPromptViewController.html">NTCredentialPromptViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTDrawerBarButtonItem.html">NTDrawerBarButtonItem</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTDrawerBarButtonItem/AnimatedMenuButton.html">– AnimatedMenuButton</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTDrawerController.html">NTDrawerController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTEULAController.html">NTEULAController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTEmailAuthViewController.html">NTEmailAuthViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTEmailRegisterViewController.html">NTEmailRegisterViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTExpandableView.html">NTExpandableView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormActionCell.html">NTFormActionCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormAnimatedInputCell.html">NTFormAnimatedInputCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormCell.html">NTFormCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormControlCell.html">NTFormControlCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormDatasource.html">NTFormDatasource</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormDateInputCell.html">NTFormDateInputCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormImageSelectorCell.html">NTFormImageSelectorCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormImageViewCell.html">NTFormImageViewCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormInputCell.html">NTFormInputCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormLongInputCell.html">NTFormLongInputCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormProfileCell.html">NTFormProfileCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormSection.html">NTFormSection</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormTagInputCell.html">NTFormTagInputCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTFormViewController.html">NTFormViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTImagePickerController.html">NTImagePickerController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTImageView.html">NTImageView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTImageViewController.html">NTImageViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTInputAccessoryView.html">NTInputAccessoryView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTLabel.html">NTLabel</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTLandingViewController.html">NTLandingViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTLoginButton.html">NTLoginButton</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTLoginViewController.html">NTLoginViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTMagicView.html">NTMagicView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTMapAnnotation.html">NTMapAnnotation</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTMapAnnotationView.html">NTMapAnnotationView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTMapView.html">NTMapView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTMapViewController.html">NTMapViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTNavigationController.html">NTNavigationController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTNavigationViewController.html">NTNavigationViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTOnboardingDatasource.html">NTOnboardingDatasource</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTOnboardingViewController.html">NTOnboardingViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTPageViewController.html">NTPageViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTPing.html">NTPing</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTProgressHUD.html">NTProgressHUD</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTProgressLineIndicator.html">NTProgressLineIndicator</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTRefreshControl.html">NTRefreshControl</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTScrollableTabBar.html">NTScrollableTabBar</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTScrollableTabBarController.html">NTScrollableTabBarController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTScrollableTabBarItem.html">NTScrollableTabBarItem</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTSearchBar.html">NTSearchBar</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTSearchBarView.html">NTSearchBarView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTSearchSelectViewController.html">NTSearchSelectViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTSearchViewController.html">NTSearchViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTSegmentedControl.html">NTSegmentedControl</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTSwitch.html">NTSwitch</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTabBar.html">NTTabBar</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTabBarController.html">NTTabBarController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTabBarItem.html">NTTabBarItem</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTableView.html">NTTableView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTableViewCell.html">NTTableViewCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTableViewController.html">NTTableViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTableViewHeaderFooterView.html">NTTableViewHeaderFooterView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTagDeleteButton.html">NTTagDeleteButton</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTagListView.html">NTTagListView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTagListView/Alignment.html">– Alignment</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTagView.html">NTTagView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTextField.html">NTTextField</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTextInputBar.html">NTTextInputBar</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTextView.html">NTTextView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTTimelineTableViewCell.html">NTTimelineTableViewCell</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTToast.html">NTToast</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTToolbar.html">NTToolbar</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTView.html">NTView</a> </li> <li class="nav-group-task"> <a href="../../Classes/NTViewController.html">NTViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/Person.html">Person</a> </li> <li class="nav-group-task"> <a href="../../Classes/Person/Gender.html">– Gender</a> </li> <li class="nav-group-task"> <a href="../../Classes/Person/Provider.html">– Provider</a> </li> <li class="nav-group-task"> <a href="../../Classes/PulleyViewController.html">PulleyViewController</a> </li> <li class="nav-group-task"> <a href="../../Classes/RippleView.html">RippleView</a> </li> <li class="nav-group-task"> <a href="../../Classes/ScaleBackTransitionAnimator.html">ScaleBackTransitionAnimator</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/FAType.html">FAType</a> </li> <li class="nav-group-task"> <a href="../../Enums/GMDType.html">GMDType</a> </li> <li class="nav-group-task"> <a href="../../Enums/LogMode.html">LogMode</a> </li> <li class="nav-group-task"> <a href="../../Enums/LogType.html">LogType</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTAlertType.html">NTAlertType</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTDrawerControllerState.html">NTDrawerControllerState</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTDrawerSide.html">NTDrawerSide</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTLoginMethod.html">NTLoginMethod</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTPreferredFontStyle.html">NTPreferredFontStyle</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTPresentationDirection.html">NTPresentationDirection</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTProgressIndicatorState.html">NTProgressIndicatorState</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTTabBarPosition.html">NTTabBarPosition</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTTimelineTableViewCellStyle.html">NTTimelineTableViewCellStyle</a> </li> <li class="nav-group-task"> <a href="../../Enums/NTViewState.html">NTViewState</a> </li> <li class="nav-group-task"> <a href="../../Enums/PulleyPosition.html">PulleyPosition</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/Array.html">Array</a> </li> <li class="nav-group-task"> <a href="../../Extensions/CALayer.html">CALayer</a> </li> <li class="nav-group-task"> <a href="../../Extensions/Date.html">Date</a> </li> <li class="nav-group-task"> <a href="../../Extensions/DispatchQueue.html">DispatchQueue</a> </li> <li class="nav-group-task"> <a href="../../Extensions/Int.html">Int</a> </li> <li class="nav-group-task"> <a href="../../Extensions/NSMutableAttributedString.html">NSMutableAttributedString</a> </li> <li class="nav-group-task"> <a href="../../Extensions/String.html">String</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIApplication.html">UIApplication</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIBarButtonItem.html">UIBarButtonItem</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIButton.html">UIButton</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIColor.html">UIColor</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIImage.html">UIImage</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIImageView.html">UIImageView</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UILabel.html">UILabel</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UISearchBar.html">UISearchBar</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UISegmentedControl.html">UISegmentedControl</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UISlider.html">UISlider</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIStepper.html">UIStepper</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UITabBarItem.html">UITabBarItem</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UITextField.html">UITextField</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UITextView.html">UITextView</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIView.html">UIView</a> </li> <li class="nav-group-task"> <a href="../../Extensions/UIViewController.html">UIViewController</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/IconType.html">IconType</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTEmailAuthDelegate.html">NTEmailAuthDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTMagicViewDelegate.html">NTMagicViewDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTNavigationViewControllerDelegate.html">NTNavigationViewControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTSearchBarViewDelegate.html">NTSearchBarViewDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTSegmentedControlDelegate.html">NTSegmentedControlDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTTabBarDelegate.html">NTTabBarDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTTabBarItemDelegate.html">NTTabBarItemDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTTableViewImageDataSource.html">NTTableViewImageDataSource</a> </li> <li class="nav-group-task"> <a href="../../Protocols/NTTagListViewDelegate.html">NTTagListViewDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/PulleyDelegate.html">PulleyDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/PulleyDrawerViewControllerDelegate.html">PulleyDrawerViewControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols.html#/s:12NTComponents38PulleyPrimaryContentControllerDelegateP">PulleyPrimaryContentControllerDelegate</a> </li> <li class="nav-group-task"> <a href="../../Protocols/RippleEffect.html">RippleEffect</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../../Structs.html">Structs</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../../Structs/Color.html">Color</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Default.html">– Default</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Red.html">– Red</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Pink.html">– Pink</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Purple.html">– Purple</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/DeepPurple.html">– DeepPurple</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Indigo.html">– Indigo</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Blue.html">– Blue</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/LightBlue.html">– LightBlue</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Cyan.html">– Cyan</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Teal.html">– Teal</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Green.html">– Green</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/LightGreen.html">– LightGreen</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Lime.html">– Lime</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Yellow.html">– Yellow</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Amber.html">– Amber</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Orange.html">– Orange</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/DeepOrange.html">– DeepOrange</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Brown.html">– Brown</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/Gray.html">– Gray</a> </li> <li class="nav-group-task"> <a href="../../Structs/Color/BlueGray.html">– BlueGray</a> </li> <li class="nav-group-task"> <a href="../../Structs/Font.html">Font</a> </li> <li class="nav-group-task"> <a href="../../Structs/Font/Default.html">– Default</a> </li> <li class="nav-group-task"> <a href="../../Structs/Font/Roboto.html">– Roboto</a> </li> <li class="nav-group-task"> <a href="../../Structs/Icon.html">Icon</a> </li> <li class="nav-group-task"> <a href="../../Structs/Icon/Arrow.html">– Arrow</a> </li> <li class="nav-group-task"> <a href="../../Structs/Log.html">Log</a> </li> <li class="nav-group-task"> <a href="../../Structs/NTCollectionDatasourceData.html">NTCollectionDatasourceData</a> </li> <li class="nav-group-task"> <a href="../../Structs/NTCollectionUserHeaderData.html">NTCollectionUserHeaderData</a> </li> <li class="nav-group-task"> <a href="../../Structs/NTDrawerViewProperties.html">NTDrawerViewProperties</a> </li> <li class="nav-group-task"> <a href="../../Structs/NTOnboardingDataSet.html">NTOnboardingDataSet</a> </li> <li class="nav-group-task"> <a href="../../Structs/Timeline.html">Timeline</a> </li> <li class="nav-group-task"> <a href="../../Structs/TimelinePoint.html">TimelinePoint</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../../Typealiases.html">Typealiases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../../Typealiases.html#/s:12NTComponents30PulleyAnimationCompletionBlocka">PulleyAnimationCompletionBlock</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>AnimatedMenuButton</h1> <p>Undocumented</p> </section> <section class="section task-group-section"> <div class="task-group"> <div class="task-name-container"> <a name="/Initializers"></a> <a name="//apple_ref/swift/Section/Initializers" class="dashAnchor"></a> <a href="#/Initializers"> <h3 class="section-name">Initializers</h3> </a> </div> <ul> <li class="item"> <div> <code> <a name="/s:12NTComponents21NTDrawerBarButtonItemC012AnimatedMenuD0CAESgSo7NSCoderC5coder_tcfc"></a> <a name="//apple_ref/swift/Method/init(coder:)" class="dashAnchor"></a> <a class="token" href="#/s:12NTComponents21NTDrawerBarButtonItemC012AnimatedMenuD0CAESgSo7NSCoderC5coder_tcfc">init(coder:)</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> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:12NTComponents21NTDrawerBarButtonItemC012AnimatedMenuD0CAESC6CGRectV5frame_So7UIColorC11strokeColortcfc"></a> <a name="//apple_ref/swift/Method/init(frame:strokeColor:)" class="dashAnchor"></a> <a class="token" href="#/s:12NTComponents21NTDrawerBarButtonItemC012AnimatedMenuD0CAESC6CGRectV5frame_So7UIColorC11strokeColortcfc">init(frame:strokeColor:)</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> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:12NTComponents21NTDrawerBarButtonItemC012AnimatedMenuD0C4drawySC6CGRectVF"></a> <a name="//apple_ref/swift/Method/draw(_:)" class="dashAnchor"></a> <a class="token" href="#/s:12NTComponents21NTDrawerBarButtonItemC012AnimatedMenuD0C4drawySC6CGRectVF">draw(_:)</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> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2017 <a class="link" href="https://github.com/nathantannar4/NTComponents" target="_blank" rel="external">Nathan Tannar</a>. All rights reserved. (Last updated: 2017-09-26)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </article> </div> </body> </div> </html>
nathantannar4/NTComponents
docs/docsets/NTComponents.docset/Contents/Resources/Documents/Classes/NTDrawerBarButtonItem/AnimatedMenuButton.html
HTML
mit
33,562
<div class="social-share"> <ul class="socialcount socialcount-small inline-list"> <li class="facebook"><a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" target="blank" title="Share on Facebook" ><span class="count"><i class="fa fa-facebook-square"></i> 페북</span></a></li> <li class="twitter"><a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" title="Share on Twitter"><span class="count"><i class="fa fa-twitter-square"></i> 트윗</span></a></li> <li class="googleplus"><a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" target="blank" title="Share on Google Plus"><span class="count"><i class="fa fa-google-plus-square"></i> 구글</span></a></li> </ul> </div><!-- /.social-share --> <!-- 포스트 내부 공우 -->
skhu-sw/blog
_includes/social-share.html
HTML
mit
822
{% extends "account/base.html" %} {% load i18n %} {% load account socialaccount %} {% load crispy_forms_tags %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block inner %} <h1>{% trans "Sign In" %}</h1> {% get_providers as socialaccount_providers %} {% if socialaccount_providers %} <p>{% blocktrans with site.name as site_name %}Please sign in with one of your existing third party accounts. Or, <a href="{{ signup_url }}">sign up</a> for a {{ site_name }} account and sign in below:{% endblocktrans %}</p> <div class="socialaccount_ballot"> <ul class="socialaccount_providers"> {% include "socialaccount/snippets/provider_list.html" with process="login" %} </ul> <div class="login-or">{% trans 'or' %}</div> </div> {% include "socialaccount/snippets/login_extra.html" %} {% else %} <p>{% blocktrans %}If you have not created an account yet, then please <a href="{{ signup_url }}">sign up</a> first.{% endblocktrans %}</p> {% endif %} <form class="login" method="POST" action="{% url 'account_login' %}"> {% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} <input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/> {% endif %} <a class="button secondaryAction" href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a> <button class="primaryAction btn btn-primary" type="submit">{% trans "Sign In" %}</button> </form> {% endblock %}
watchdogpolska/watchdog-id
watchdog_id/main/templates/account/login.html
HTML
mit
1,646
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Categories - moomou</title><meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="alternate" type="application/rss" href="https://paul.mou.dev/categories/index.xml" title="moomou" /> <meta property="og:title" content="Categories" /> <meta property="og:description" content="" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://paul.mou.dev/categories/" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Categories"/> <meta name="twitter:description" content=""/> <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet"> <link rel="stylesheet" type="text/css" media="screen" href="https://paul.mou.devcss/normalize.css" /> <link rel="stylesheet" type="text/css" media="screen" href="https://paul.mou.devcss/main.css" /> <script src="https://paul.mou.devjs/main.js"></script> </head> <body> <div class="container wrapper tags"> <div class="header"> <h1 class="site-title"><a href="https://paul.mou.dev">moomou</a></h1> <div class="site-description"><nav class="nav social"> <ul class="flat"></ul> </nav> </div> <nav class="nav"> <ul class="flat"> </ul> </nav> </div> <h1 class="page-title">All tags</h1> <div class="tag-cloud"> </div> </div> <div class="footer wrapper"> <nav class="nav"> <div> &amp;copy; 2020 | Follow on &lt;a href=&#34;https://github.com/moomou&#34; target=&#34;_blank&#34;&gt;Github&lt;/a&gt; | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div> </nav> </div> <script> var doNotTrack = false; if (!doNotTrack) { window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'trackingcode', 'auto'); ga('send', 'pageview'); } </script> <script async src='https://www.google-analytics.com/analytics.js'></script> </body> </html>
moo-mou/moo-mou.github.io
categories/index.html
HTML
mit
2,122
<template name="user_mentor"> {{#if isInRole 'mentor'}} <div id="user-mentor"> <div class=""> <div class="row"> <div class="col-xs-offset-1"> <h3>Mentoring Status</h3> {{#if checked_in}} {{#if active}} <div class="btn btn-danger user-mentor-btn" value="suspend"> Suspend </div> {{else}} <div class="btn btn-success user-mentor-btn" value="activate"> Activate </div> {{/if}} {{else}} <p> <b>You have not checked in yet. You cannot be added to the active mentor queue until you check in.</b> </p> {{/if}} </div> </div> <div class="row"> <div class="col-xs-offset-1"> <h3>Current Assignment</h3> {{#if assignment}} <dl class="dl-horizontal"> {{#with assignment}} <dt>Mentee</dt><dd>{{ name }}</dd> <dt>Tag</dt><dd>{{ tag }}</dd> <dt>Location</dt><dd>{{ loc }}</dd> {{/with}} </dl> <div class="btn btn-success user-mentor-btn" value="complete-task" title="Mark the current assignment as complete"> Complete </div> <div class="btn btn-warning user-mentor-btn" value="waive-task" title="Give the current assignment to someone else"> Waive </div> {{else}} <p> You do not currently have an assignment. </p> {{/if}} </div> </div> <div class="row"> <div class="col-xs-offset-1"> <h3>Skills</h3> {{#if editSkills}} <div class="row"> <div class="col-xs-4" id="user-mentor-checkbox-langs"> {{#each modifyLangs}} <div class="checkbox"> {{#if checked}} <label><input type="checkbox" name="{{name}}" checked>{{name}}</label> {{else}} <label><input type="checkbox" name="{{name}}">{{name}} </label> {{/if}} </div> {{/each}} </div> <div class="col-xs-4" id="user-mentor-checkbox-frames"> {{#each modifyFrames}} <div class="checkbox"> {{#if checked}} <label><input type="checkbox" name="{{name}}" checked>{{name}}</label> {{else}} <label><input type="checkbox" name="{{name}}">{{name}} </label> {{/if}} </div> {{/each}} </div> <div class="col-xs-4" id="user-mentor-checkbox-apis"> {{#each modifyApis}} <div class="checkbox"> {{#if checked}} <label><input type="checkbox" name="{{name}}" checked>{{name}}</label> {{else}} <label><input type="checkbox" name="{{name}}">{{name}} </label> {{/if}} </div> {{/each}} </div> </div> <div class="row"> <div class="col-xs-offset-4 col-xs-2"> <div class="btn btn-primary user-mentor-btn" value="save-skills"> Save Changes </div> </div> </div> {{else}} <div class="row mentor-tag-list"> <div class="col-xs-12"> {{#each skills}} <span class="btn btn-sm btn-default disabled skill-tag"> {{ this }}</span> {{/each}} </div> </div> {{/if}} <div class="btn btn-primary user-mentor-btn" value="edit-skills"> Edit Skills </div> </div> </div> <div class="row"> <div class="col-xs-offset-1"> <h3>History</h3> <table class="table"> <tr> <th>Name</th> <th>Tag</th> <th>Location</th> <th>Time Completed</th> </tr> <tbody> {{#each history}} <tr> <td>{{name}}</td> <td>{{tag}}</td> <td>{{loc}}</td> <td>{{time}}</td> </tr> {{/each}} </tbody> </table> </div> </div> </div> </div> {{else}} <h1>Unauthorized Access</h1> {{/if}} </template>
mpoegel/HackRPI-Status-Board
client/templates/user/mentor.html
HTML
mit
4,928
<!DOCTYPE html> <html xmlns:th="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>登录</title> <link rel="stylesheet" href="/css/base.css"/> <link rel="stylesheet" href="/css/common.css"/> <link rel="stylesheet" href="/css/userpage.css"/> <link rel="stylesheet" href="/css/inform.css"/> <!--[if lt IE 9]> <script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <nav> <ul class="nav-right"> <!--<a>--> <!--<li onclick="window.location.href='/user/register'">--> <!--注册--> <!--</li>--> <!--</a>--> <li class="on"> 登录 </li> </ul> </nav> <div class="login"> <h1>用户登录</h1> <hr/> <form method="post" id="login-form"> <div><label>用户名</label><input id="username" type="text" name="username"/></div> <div><label>密码</label><input id="password" type="password" name="password"/></div> <input type="button" id="login-btn" value="登录"/> <input type="button" id="login-reset" value="重置"/> </form> </div> <div class="inform"> <h1>通知公告</h1> <hr/> <div class="news" id="demo"> <li class="news-li" th:each="data:${announcement}"> <p th:text="${data.date}"></p> <a target="_blank" th:href="'/information/getAnnouncementById?id='+${data.id}" th:text="${data.title}"></a> </li> </div> </div> <footer> <div class="copyright"> <span>Copyright © | betahouse技术支持 | betahouse版权所有 </span> </div> </footer> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/main.js"></script> <script type="text/javascript" src="/js/inform.js"></script> </body> </html>
toukajiang/sztw
src/main/resources/templates/index/login.html
HTML
mit
2,090
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"> <title>Origami Barrage</title> <script type="text/javascript" src="js/phaser.min.js"></script> <script type="text/javascript" src="js/states/Boot.js"></script> <script type="text/javascript" src="js/states/Preloader.js"></script> <script type="text/javascript" src="js/states/MainMenu.js"></script> <script type="text/javascript" src="js/states/Game.js"></script> <script type="text/javascript" src="js/debug.js"></script> <style> body { padding: 0px; margin: 0px; background-color: black; } </style> </head> <body> </body> </html>
TerryKang/OrigamiBarrage
www/debug.html
HTML
mit
1,087
<gz-auth-form form-title="Sign up" submit-action="vm.register(user)" error="vm.error"> <!--Option to add extra fields using transclude.--> </gz-auth-form>
Hindol/suggest-a-movie
src/app/auth/register.html
HTML
mit
186
<!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>ASTConstructorDeclaration xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/java/ast/ASTConstructorDeclaration.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. ASTConstructorDeclaration.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.java.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/java/ast/ASTConstructorDeclaration.html">ASTConstructorDeclaration</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/AbstractJavaAccessNode.html">AbstractJavaAccessNode</a> { <a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/ASTConstructorDeclaration.html">ASTConstructorDeclaration</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/java/ast/ASTConstructorDeclaration.html">ASTConstructorDeclaration</a>(JavaParser 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> <strong class="jxr_keyword">public</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/ast/ASTFormalParameters.html">ASTFormalParameters</a> getParameters() { <a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">return</strong> (ASTFormalParameters) (jjtGetChild(0) instanceof ASTFormalParameters?jjtGetChild(0):jjtGetChild(1)); <a class="jxr_linenumber" name="L19" href="#L19">19</a> } <a class="jxr_linenumber" name="L20" href="#L20">20</a> <a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getParameterCount() { <a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">return</strong> getParameters().getParameterCount(); <a class="jxr_linenumber" name="L23" href="#L23">23</a> } <a class="jxr_linenumber" name="L24" href="#L24">24</a> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * Accept the visitor. *</em> <a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">public</strong> Object jjtAccept(JavaParserVisitor visitor, Object data) { <a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">return</strong> visitor.visit(<strong class="jxr_keyword">this</strong>, data); <a class="jxr_linenumber" name="L31" href="#L31">31</a> } <a class="jxr_linenumber" name="L32" href="#L32">32</a> <a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> containsComment; <a class="jxr_linenumber" name="L34" href="#L34">34</a> <a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> containsComment() { <a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.containsComment; <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">void</strong> setContainsComment() { <a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">this</strong>.containsComment = <strong class="jxr_keyword">true</strong>; <a class="jxr_linenumber" name="L41" href="#L41">41</a> } <a class="jxr_linenumber" name="L42" href="#L42">42</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/java/ast/ASTConstructorDeclaration.html
HTML
mit
6,017
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="SemiColonWeb" /> <!-- Stylesheets ============================================= --> <link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700,800,900|Permanent+Marker" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="style.css" type="text/css" /> <link rel="stylesheet" href="css/dark.css" type="text/css" /> <link rel="stylesheet" href="css/font-icons.css" type="text/css" /> <link rel="stylesheet" href="css/animate.css" type="text/css" /> <link rel="stylesheet" href="css/magnific-popup.css" type="text/css" /> <link rel="stylesheet" href="css/responsive.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lt IE 9]> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!-- SLIDER REVOLUTION 5.x CSS SETTINGS --> <link rel="stylesheet" type="text/css" href="include/rs-plugin/css/settings.css" media="screen" /> <link rel="stylesheet" type="text/css" href="include/rs-plugin/css/layers.css"> <link rel="stylesheet" type="text/css" href="include/rs-plugin/css/navigation.css"> <!-- Document Title ============================================= --> <title>Web Product Light - Revolution Slider | Canvas</title> <style> .demos-filter { margin: 0; text-align: right; } .demos-filter li { list-style: none; margin: 10px 0px; } .demos-filter li a { display: block; border: 0; text-transform: uppercase; letter-spacing: 1px; color: #444; } .demos-filter li a:hover, .demos-filter li.activeFilter a { color: #1ABC9C; } @media (max-width: 991px) { .demos-filter { text-align: center; } .demos-filter li { float: left; width: 33.3%; padding: 0 20px; } } @media (max-width: 767px) { .demos-filter li { width: 50%; } } .tp-video-play-button { display: none !important; } .tp-caption { white-space: nowrap; } </style> </head> <body class="stretched"> <!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix"> <!-- Slider ============================================= --> <section id="slider" class="revslider-wrap clearfix"> <div id="rev_slider_72_1_wrapper" class="rev_slider_wrapper fullscreen-container" data-alias="web-product-light" style="background-color:transparent;padding:0px;"> <!-- START REVOLUTION SLIDER 5.0.7 fullscreen mode --> <div id="rev_slider_72_1" class="rev_slider fullscreenbanner" style="display:none;" data-version="5.0.7"> <ul> <!-- SLIDE --> <li data-index="rs-251" data-transition="slidevertical" data-slotamount="1" data-easein="default" data-easeout="default" data-masterspeed="1500" data-thumb="include/rs-plugin/demos/assets/images/express_bglight-100x50.jpg" data-rotate="0" data-fstransition="fade" data-fsmasterspeed="1500" data-fsslotamount="7" data-saveperformance="off" data-title="Intro" data-description=""> <!-- MAIN IMAGE --> <img src="include/rs-plugin/demos/assets/images/express_bglight.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-resizeme" id="slide-251-layer-1" data-x="['right','right','center','center']" data-hoffset="['-254','-453','70','60']" data-y="['middle','middle','middle','bottom']" data-voffset="['50','50','211','25']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:right;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="2500" data-responsive_offset="on" style="z-index: 5;"><img src="include/rs-plugin/demos/assets/images/macbookpro.png" alt="" width="1000" height="600" data-ww="['1000px','1000px','500px','350px']" data-hh="['600px','600px','300px','210px']" data-no-retina> </div> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-251-layer-2" data-x="['left','left','center','center']" data-hoffset="['828','865','70','60']" data-y="['top','top','top','bottom']" data-voffset="['266','216','580','63']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="z:0;rX:0deg;rY:0;rZ:0;sX:1.5;sY:1.5;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-mask_in="x:0px;y:0px;s:inherit;e:inherit;" data-start="3350" data-responsive_offset="on" style="z-index: 6;"><img src="include/rs-plugin/demos/assets/images/express_macbook_content1.jpg" alt="" width="653" height="408" data-ww="['653px','653px','330px','230px']" data-hh="['408px','408px','206px','144px']" data-no-retina> </div> <!-- LAYER NR. 3 --> <div class="tp-caption tp-resizeme" id="slide-251-layer-3" data-x="['left','left','center','center']" data-hoffset="['593','633','-110','-60']" data-y="['top','top','top','bottom']" data-voffset="['253','203','590','20']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:right;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="2750" data-responsive_offset="on" style="z-index: 7;"><img src="include/rs-plugin/demos/assets/images/ipad.png" alt="" width="430" height="540" data-ww="['430px','430px','200px','170px']" data-hh="['540px','540px','251px','213px']" data-no-retina> </div> <!-- LAYER NR. 4 --> <div class="tp-caption tp-resizeme" id="slide-251-layer-4" data-x="['left','left','left','center']" data-hoffset="['663','703','212','-60']" data-y="['top','top','top','bottom']" data-voffset="['341','291','632','50']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="z:0;rX:0deg;rY:0;rZ:0;sX:1.5;sY:1.5;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-mask_in="x:0px;y:0px;s:inherit;e:inherit;" data-start="3700" data-responsive_offset="on" style="z-index: 8;"><img src="include/rs-plugin/demos/assets/images/express_ipad_content1.jpg" alt="" width="290" height="374" data-ww="['290px','290px','135px','115px']" data-hh="['374px','374px','174px','148px']" data-no-retina> </div> <!-- LAYER NR. 5 --> <div class="tp-caption tp-resizeme" id="slide-251-layer-5" data-x="['left','left','left','left']" data-hoffset="['530','553','127','58']" data-y="['top','top','top','top']" data-voffset="['348','297','622','529']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:right;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="3000" data-responsive_offset="on" style="z-index: 9;"><img src="include/rs-plugin/demos/assets/images/ihpone.png" alt="" width="260" height="450" data-ww="['260px','260px','130px','100px']" data-hh="['450px','450px','225px','173px']" data-no-retina> </div> <!-- LAYER NR. 6 --> <div class="tp-caption tp-resizeme" id="slide-251-layer-6" data-x="['left','left','left','left']" data-hoffset="['576','598','150','75']" data-y="['top','top','top','top']" data-voffset="['431','379','663','560']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="z:0;rX:0deg;rY:0;rZ:0;sX:1.5;sY:1.5;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-mask_in="x:0px;y:0px;s:inherit;e:inherit;" data-start="3950" data-responsive_offset="on" style="z-index: 10;"><img src="include/rs-plugin/demos/assets/images/express_iphone_content1.jpg" alt="" width="170" height="286" data-ww="['170px','170px','85px','66px']" data-hh="['286px','286px','143px','111px']" data-no-retina> </div> <!-- LAYER NR. 7 --> <div class="tp-caption WebProduct-Title tp-resizeme" id="slide-251-layer-7" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['-80','-80','137','130']" data-fontsize="['90','90','75','75']" data-lineheight="['90','90','75','70']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1000" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 11; white-space: nowrap;">Beautiful<br>Websites </div> <!-- LAYER NR. 8 --> <div class="tp-caption WebProduct-SubTitle tp-resizeme" id="slide-251-layer-10" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['44','44','294','277']" data-fontsize="['15','15','15','13']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1250" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 12; white-space: nowrap;letter-spacing:2px;font-weight:500;">WORDPRESS / HTML & CSS / JQUERY </div> <!-- LAYER NR. 9 --> <div class="tp-caption WebProduct-Content tp-resizeme" id="slide-251-layer-9" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['129','127','345','316']" data-fontsize="['16','16','16','14']" data-lineheight="['24','24','24','22']" data-width="['448','356','334','277']" data-height="['none','none','76','68']" data-whitespace="normal" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1500" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 13; min-width: 448px; max-width: 448px; white-space: normal;">Our portfolio includes some of the most prominent clients.<br> You can be a part now! </div> <!-- LAYER NR. 10 --> <div class="tp-caption rev-btn rev-btn " id="slide-251-layer-8" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['268','268','456','420']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Linear.easeNone;" data-style_hover="c:rgba(51, 51, 51, 1.00);bg:rgba(255, 255, 255, 1.00);" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1750" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-252","delay":""}]' data-responsive_offset="on" data-responsive="off" style="z-index: 14; white-space: nowrap; font-size: 16px; line-height: 48px; font-weight: 600; color: rgba(255, 255, 255, 1.00);font-family:Raleway;background-color:rgba(51, 51, 51, 1.00);padding:0px 40px 0px 40px;border-color:rgba(0, 0, 0, 1.00);border-width:2px;letter-spacing:1px;color: #FFF;">GET STARTED TODAY </div> </li> <!-- SLIDE --> <li data-index="rs-252" data-transition="slidevertical" data-slotamount="1" data-easein="default" data-easeout="default" data-masterspeed="1500" data-thumb="include/rs-plugin/demos/assets/images/desktopbg1-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Examples" data-description=""> <!-- MAIN IMAGE --> <img src="include/rs-plugin/demos/assets/images/desktopbg1.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-resizeme" id="slide-252-layer-1" data-x="['right','right','center','center']" data-hoffset="['103','161','-264','-116']" data-y="['middle','middle','middle','bottom']" data-voffset="['-260','-152','252','65']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;rZ:-30;" data-transform_hover="o:1;sX:0.9;sY:0.9;skX:0px;rX:0;rY:0;rZ:-30;z:0;s:500;e:Power1.easeInOut;" data-style_hover="c:rgba(255, 255, 255, 1.00);" data-transform_in="y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:2000;e:Power4.easeIn;s:2000;e:Power4.easeIn;" data-start="2500" data-responsive_offset="on" data-end="8500" style="z-index: 5;"><img src="include/rs-plugin/demos/assets/images/examplelayer3.jpg" alt="" width="800" height="450" data-ww="['600px','500px','400px','200px']" data-hh="['338px','281px','225px','113px']" data-no-retina> </div> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-252-layer-3" data-x="['left','left','center','center']" data-hoffset="['779','623','-3','16']" data-y="['top','top','top','bottom']" data-voffset="['276','325','809','-32']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;rZ:-10;" data-transform_hover="o:1;sX:0.9;sY:0.9;rX:0;rY:0;rZ:-10;z:0;s:500;e:Power1.easeInOut;" data-style_hover="c:rgba(255, 255, 255, 1.00);" data-transform_in="y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:2000;e:Power4.easeIn;s:2000;e:Power4.easeIn;" data-start="2750" data-responsive_offset="on" data-end="8500" style="z-index: 6;"><img src="include/rs-plugin/demos/assets/images/examplelayer2.jpg" alt="" width="800" height="450" data-ww="['600px','500px','400px','200px']" data-hh="['338px','281px','225px','113px']" data-no-retina> </div> <!-- LAYER NR. 3 --> <div class="tp-caption tp-resizeme" id="slide-252-layer-5" data-x="['left','left','left','left']" data-hoffset="['813','638','396','263']" data-y="['top','top','top','top']" data-voffset="['557','549','551','507']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;rZ:10;" data-transform_hover="o:1;sX:0.9;sY:0.9;rX:0;rY:0;rZ:10;z:0;s:500;e:Power1.easeInOut;" data-style_hover="c:rgba(255, 255, 255, 1.00);" data-transform_in="y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:2000;e:Power4.easeIn;s:2000;e:Power4.easeIn;" data-start="3000" data-responsive_offset="on" data-end="8500" style="z-index: 7;"><img src="include/rs-plugin/demos/assets/images/examplelayer1.jpg" alt="" width="800" height="450" data-ww="['600px','500px','400px','200px']" data-hh="['338px','281px','225px','113px']" data-no-retina> </div> <!-- LAYER NR. 4 --> <div class="tp-caption WebProduct-Title tp-resizeme" id="slide-252-layer-7" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['-80','-80','137','140']" data-fontsize="['90','90','75','75']" data-lineheight="['90','90','75','70']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1000" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 8; white-space: nowrap;">This is<br> Variety! </div> <!-- LAYER NR. 5 --> <div class="tp-caption WebProduct-SubTitle tp-resizeme" id="slide-252-layer-10" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['44','44','294','287']" data-fontsize="['15','15','15','13']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1250" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 9; white-space: nowrap;letter-spacing:2px;font-weight:500;">JUST PICK AND CUSTOMIZE </div> <!-- LAYER NR. 6 --> <div class="tp-caption WebProduct-Content tp-resizeme" id="slide-252-layer-9" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['129','127','345','326']" data-fontsize="['16','16','16','14']" data-lineheight="['24','24','24','22']" data-width="['448','356','334','277']" data-height="['none','none','76','68']" data-whitespace="normal" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1500" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 10; min-width: 448px; max-width: 448px; white-space: normal;">We made sure that there are plenty of examples available for you to choose from. </div> <!-- LAYER NR. 7 --> <div class="tp-caption WebProduct-Button rev-btn " id="slide-252-layer-8" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['268','268','456','430']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Linear.easeNone;" data-style_hover="c:rgba(51, 51, 51, 1.00);bg:rgba(255, 255, 255, 1.00);" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1750" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-253","delay":""}]' data-responsive_offset="on" data-responsive="off" style="z-index: 11; white-space: nowrap;letter-spacing:1px;color: #FFF">HOW DOES IT WORK? </div> </li> <!-- SLIDE --> <li data-index="rs-253" data-transition="slidevertical" data-slotamount="1" data-easein="default" data-easeout="default" data-masterspeed="1500" data-thumb="include/rs-plugin/demos/assets/images/mountainbg-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Easy to Use" data-description=""> <!-- MAIN IMAGE --> <img src="include/rs-plugin/demos/assets/images/mountainbg.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- LAYER NR. 1 --> <div class="tp-caption tp-resizeme" id="slide-253-layer-1" data-x="['right','right','center','center']" data-hoffset="['-54','-133','0','0']" data-y="['middle','middle','middle','bottom']" data-voffset="['50','50','211','5']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:right;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="2500" data-responsive_offset="on" style="z-index: 5;"><img src="include/rs-plugin/demos/assets/images/macbookpro.png" alt="" width="1000" height="600" data-ww="['1000px','1000px','500px','350px']" data-hh="['600px','600px','300px','210px']" data-no-retina> </div> <!-- LAYER NR. 2 --> <div class="tp-caption tp-resizeme" id="slide-253-layer-2" data-x="['left','left','center','center']" data-hoffset="['628','545','0','0']" data-y="['top','top','top','bottom']" data-voffset="['267','216','580','43']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="z:0;rX:0deg;rY:0;rZ:0;sX:1.5;sY:1.5;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-mask_in="x:0px;y:0px;s:inherit;e:inherit;" data-start="3350" data-responsive_offset="on" style="z-index: 6;"><img src="include/rs-plugin/demos/assets/images/editor_layers1.jpg" alt="" width="653" height="408" data-ww="['653px','653px','330px','230px']" data-hh="['408px','408px','206px','144px']" data-no-retina> </div> <!-- LAYER NR. 3 --> <div class="tp-caption WebProduct-Title tp-resizeme" id="slide-253-layer-7" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['-80','-80','137','140']" data-fontsize="['90','90','75','75']" data-lineheight="['90','90','75','70']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1000" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 7; white-space: nowrap;">How Does<br> it Work? </div> <!-- LAYER NR. 4 --> <div class="tp-caption WebProduct-SubTitle tp-resizeme" id="slide-253-layer-10" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['44','44','294','287']" data-fontsize="['15','15','15','13']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1250" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 8; white-space: nowrap;letter-spacing:2px;font-weight:500;">IT'S SO EASY THAT ANYONE CAN DO IT </div> <!-- LAYER NR. 5 --> <div class="tp-caption WebProduct-Content tp-resizeme" id="slide-253-layer-9" data-x="['left','left','left','left']" data-hoffset="['30','30','200','80']" data-y="['middle','middle','top','top']" data-voffset="['129','127','345','326']" data-fontsize="['16','16','16','14']" data-lineheight="['24','24','24','22']" data-width="['448','356','334','277']" data-height="['none','none','76','68']" data-whitespace="normal" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1500" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 9; min-width: 448px; max-width: 448px; white-space: normal;">Our new Visual Editor will make creating any design an absolute breeze. Designers will feel at home right away! </div> <!-- LAYER NR. 6 --> <div class="tp-caption WebProduct-Button rev-btn " id="slide-253-layer-8" data-x="['left','left','left','left']" data-hoffset="['30','30','200','79']" data-y="['middle','middle','top','top']" data-voffset="['268','268','456','430']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Linear.easeNone;" data-style_hover="c:rgba(51, 51, 51, 1.00);bg:rgba(255, 255, 255, 1.00);" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1750" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-254","delay":""}]' data-responsive_offset="on" data-responsive="off" style="z-index: 10; white-space: nowrap;letter-spacing:1px;color: #FFF;">I WANT A LICENSE </div> </li> <!-- SLIDE --> <li data-index="rs-254" data-transition="slidevertical" data-slotamount="1" data-easein="default" data-easeout="default" data-masterspeed="1500" data-thumb="include/rs-plugin/demos/assets/images/officeloop_cover-100x50.jpg" data-rotate="0" data-saveperformance="off" data-title="Get a License" data-description=""> <!-- MAIN IMAGE --> <img src="include/rs-plugin/demos/assets/images/officeloop_cover.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" class="rev-slidebg" data-no-retina> <!-- LAYERS --> <!-- BACKGROUND VIDEO LAYER --> <div class="rs-background-video-layer" data-forcerewind="on" data-volume="mute" data-videowidth="100%" data-videoheight="100%" data-videomp4="include/rs-plugin/demos/assets/videos/officeloop_low.mp4" data-videopreload="preload" data-videoloop="none" data-forceCover="1" data-aspectratio="16:9" data-autoplay="true" data-autoplayonlyfirsttime="false" data-nextslideatend="true" ></div> <!-- LAYER NR. 1 --> <div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" id="slide-254-layer-11" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']" data-width="full" data-height="full" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="opacity:0;s:1500;e:Power3.easeInOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="0" data-basealign="slide" data-responsive_offset="on" style="z-index: 5;background-color:rgba(245, 245, 245, 0.95);border-color:rgba(0, 0, 0, 1.00);"> </div> <!-- LAYER NR. 2 --> <div class="tp-caption WebProduct-Title tp-resizeme" id="slide-254-layer-7" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','top','top']" data-voffset="['-80','-80','176','187']" data-fontsize="['90','90','50','40']" data-lineheight="['90','90','50','40']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1000" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 6; white-space: nowrap;text-align:center;">The Whole World of<br> Canvas Template </div> <!-- LAYER NR. 3 --> <div class="tp-caption WebProduct-SubTitle tp-resizeme" id="slide-254-layer-10" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','top','top']" data-voffset="['44','44','294','287']" data-fontsize="['15','15','15','13']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1250" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 7; white-space: nowrap;letter-spacing:2px;font-weight:500;">LICENSES STARTING FROM $17 </div> <!-- LAYER NR. 4 --> <div class="tp-caption WebProduct-Content tp-resizeme" id="slide-254-layer-9" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','top','top']" data-voffset="['129','127','345','326']" data-fontsize="['16','16','16','14']" data-lineheight="['24','24','24','22']" data-width="['448','356','334','277']" data-height="['none','none','76','68']" data-whitespace="normal" data-transform_idle="o:1;" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1500" data-splitin="none" data-splitout="none" data-responsive_offset="on" style="z-index: 8; min-width: 448px; max-width: 448px; white-space: normal;text-align:center;">Make the most of your website and enhance it with cutting-edge ThemePunch technology. </div> <!-- LAYER NR. 5 --> <a class="tp-caption WebProduct-Button rev-btn " href="http://themeforest.net/item/canvas-the-multipurpose-html5-template/9228123?ref=SemiColonWeb&license=regular&open_purchase_for_item_id=9228123&purchasable=source" target="_blank" id="slide-254-layer-8" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','top','top']" data-voffset="['268','268','456','430']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Linear.easeNone;" data-style_hover="c:rgba(51, 51, 51, 1.00);bg:rgba(255, 255, 255, 1.00);" data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;" data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;" data-start="1750" data-splitin="none" data-splitout="none" data-actions='' data-responsive_offset="on" data-responsive="off" style="z-index: 9; white-space: nowrap;letter-spacing:1px; color: #FFF;">BUY ON THEMEFOREST </a> </li> </ul> <div class="tp-static-layers"> <!-- LAYER NR. 1 --> <div class="tp-caption - tp-static-layer" id="slide-36-layer-1" data-x="['right','right','right','right']" data-hoffset="['30','30','30','30']" data-y="['top','top','top','top']" data-voffset="['30','30','30','30']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="opacity:0;s:1000;e:Power3.easeInOut;" data-transform_out="auto:auto;s:1000;" data-start="500" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"toggleclass","layer":"slide-36-layer-1","delay":"0","classname":"open"},{"event":"click","action":"togglelayer","layerstatus":"hidden","layer":"slide-36-layer-3","delay":"0"},{"event":"click","action":"togglelayer","layerstatus":"hidden","layer":"slide-36-layer-4","delay":"0"},{"event":"click","action":"togglelayer","layerstatus":"hidden","layer":"slide-36-layer-5","delay":"0"},{"event":"click","action":"togglelayer","layerstatus":"hidden","layer":"slide-36-layer-6","delay":"0"}]' data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" style="z-index: 5; white-space: nowrap; font-size: 20px; line-height: 22px; font-weight: 400; color: rgba(255, 255, 255, 1.00);"><div id="rev-burger"> <span></span> <span></span> <span></span> </div> </div> <!-- LAYER NR. 2 --> <div class="tp-caption rev-burger revb-dark tp-static-layer" id="slide-36-layer-7" data-x="['right','right','right','right']" data-hoffset="['30','30','30','30']" data-y="['top','top','top','top']" data-voffset="['30','30','30','30']" data-width="60" data-height="60" data-whitespace="nowrap" data-transform_idle="o:1;" data-style_hover="cursor:pointer;" data-transform_in="opacity:0;s:1000;e:Power3.easeInOut;" data-transform_out="opacity:0;s:1000;s:1000;" data-start="500" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"toggleclass","layer":"slide-36-layer-7","delay":"0","classname":"open"},{"event":"click","action":"togglelayer","layerstatus":"visible","layer":"slide-36-layer-3","delay":""},{"event":"click","action":"togglelayer","layerstatus":"visible","layer":"slide-36-layer-4","delay":""},{"event":"click","action":"togglelayer","layerstatus":"visible","layer":"slide-36-layer-5","delay":""},{"event":"click","action":"togglelayer","layerstatus":"visible","layer":"slide-36-layer-6","delay":""}]' data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" style="z-index: 6; min-width: 60px; max-width: 60px; max-width: 60px; max-width: 60px; white-space: nowrap; font-size: px; line-height: px; font-weight: 100;padding:22px 0px 0px 14px;border-color:rgba(51, 51, 51, 0.24);border-style:solid;border-width:1px;border-radius:50% 50% 50% 50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;"> <span></span> <span></span> <span></span> </div> <!-- LAYER NR. 3 --> <div class="tp-caption tp-static-layer" id="slide-36-layer-2" data-x="['left','left','left','left']" data-hoffset="['30','30','30','30']" data-y="['top','top','top','top']" data-voffset="['10','10','10','10']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_in="opacity:0;s:1000;e:Power3.easeInOut;" data-transform_out="auto:auto;s:1000;" data-start="500" data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" style="z-index: 7;"><img src="images/[email protected]" alt="" width="126" height="100" data-ww="['126px','126px','126px','126px']" data-hh="['100px','100px','100px','100px']"> </div> <!-- LAYER NR. 4 --> <div class="tp-caption WebProduct-Menuitem tp-static-layer" id="slide-36-layer-3" data-x="['right','right','right','right']" data-hoffset="['120','120','120','120']" data-y="['top','top','top','top']" data-voffset="['30','30','30','30']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:200;e:Linear.easeNone;" data-style_hover="c:rgba(153, 153, 153, 1.00);bg:rgba(255, 255, 255, 1.00);cursor:pointer;" data-transform_in="y:top;s:800;e:Power3.easeInOut;" data-transform_out="x:[100%];s:1000;e:Power3.easeInOut;s:1000;e:Power3.easeInOut;" data-mask_out="x:inherit;y:inherit;" data-start="bytrigger" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-251","delay":""},{"event":"click","action":"simulateclick","layer":"slide-36-layer-7","delay":"0"}]' data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" data-end="bytrigger" data-lasttriggerstate="keep" style="z-index: 8; white-space: nowrap; color: #FFF;">INTRO </div> <!-- LAYER NR. 5 --> <div class="tp-caption WebProduct-Menuitem tp-static-layer" id="slide-36-layer-4" data-x="['right','right','right','right']" data-hoffset="['120','120','120','120']" data-y="['top','top','top','top']" data-voffset="['61','61','61','61']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:200;e:Linear.easeNone;" data-style_hover="c:rgba(153, 153, 153, 1.00);bg:rgba(255, 255, 255, 1.00);cursor:pointer;" data-transform_in="y:top;s:800;e:Power3.easeInOut;" data-transform_out="x:[100%];s:1000;e:Power3.easeInOut;s:1000;e:Power3.easeInOut;" data-mask_out="x:inherit;y:inherit;" data-start="bytrigger" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-252","delay":""},{"event":"click","action":"simulateclick","layer":"slide-36-layer-7","delay":"0"}]' data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" data-end="bytrigger" data-lasttriggerstate="keep" style="z-index: 9; white-space: nowrap; color: #FFF;">EXAMPLES </div> <!-- LAYER NR. 6 --> <div class="tp-caption WebProduct-Menuitem tp-static-layer" id="slide-36-layer-5" data-x="['right','right','right','right']" data-hoffset="['120','120','120','120']" data-y="['top','top','top','top']" data-voffset="['92','92','92','92']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:200;e:Linear.easeNone;" data-style_hover="c:rgba(153, 153, 153, 1.00);bg:rgba(255, 255, 255, 1.00);cursor:pointer;" data-transform_in="y:top;s:800;e:Power3.easeInOut;" data-transform_out="x:[100%];s:1000;e:Power3.easeInOut;s:1000;e:Power3.easeInOut;" data-mask_out="x:inherit;y:inherit;" data-start="bytrigger" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-253","delay":""},{"event":"click","action":"simulateclick","layer":"slide-36-layer-7","delay":"0"}]' data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" data-end="bytrigger" data-lasttriggerstate="keep" style="z-index: 10; white-space: nowrap; color: #FFF;">EASY TO USE </div> <!-- LAYER NR. 7 --> <div class="tp-caption WebProduct-Menuitem tp-static-layer" id="slide-36-layer-6" data-x="['right','right','right','right']" data-hoffset="['120','120','120','120']" data-y="['top','top','top','top']" data-voffset="['123','123','123','123']" data-width="none" data-height="none" data-whitespace="nowrap" data-transform_idle="o:1;" data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:200;e:Linear.easeNone;" data-style_hover="c:rgba(153, 153, 153, 1.00);bg:rgba(255, 255, 255, 1.00);cursor:pointer;" data-transform_in="y:top;s:800;e:Power3.easeInOut;" data-transform_out="x:[100%];s:1000;e:Power3.easeInOut;s:1000;e:Power3.easeInOut;" data-mask_out="x:inherit;y:inherit;" data-start="bytrigger" data-splitin="none" data-splitout="none" data-actions='[{"event":"click","action":"jumptoslide","slide":"rs-254","delay":"0"},{"event":"click","action":"simulateclick","layer":"slide-36-layer-7","delay":"0"}]' data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-startslide="0" data-endslide="3" data-end="bytrigger" data-lasttriggerstate="keep" style="z-index: 11; white-space: nowrap; color: #FFF;">BUY LICENSE </div> </div> <div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div> </div><!-- END REVOLUTION SLIDER --> </section> </div><!-- #wrapper end --> <!-- External JavaScripts ============================================= --> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/plugins.js"></script> <!-- Footer Scripts ============================================= --> <script type="text/javascript" src="js/functions.js"></script> <!-- SLIDER REVOLUTION 5.x SCRIPTS --> <script type="text/javascript" src="include/rs-plugin/js/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="include/rs-plugin/js/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.video.min.js"></script> <script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.slideanims.min.js"></script> <script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.actions.min.js"></script> <script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.layeranimation.min.js"></script> <script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.navigation.min.js"></script> <script type="text/javascript"> var tpj=jQuery, revapi72; tpj(document).ready(function() { if(tpj("#rev_slider_72_1").revolution == undefined){ revslider_showDoubleJqueryError("#rev_slider_72_1"); }else{ revapi72 = tpj("#rev_slider_72_1").show().revolution({ sliderType:"standard", jsFileLocation:"include/rs-plugin/js/", sliderLayout:"fullscreen", dottedOverlay:"none", delay:9000, navigation: { keyboardNavigation:"on", keyboard_direction: "vertical", mouseScrollNavigation:"on", onHoverStop:"off", touch:{ touchenabled:"on", swipe_threshold: 75, swipe_min_touches: 50, swipe_direction: "vertical", drag_block_vertical: false } , bullets: { enable:true, hide_onmobile:true, hide_under:1024, style:"hephaistos", hide_onleave:false, direction:"vertical", h_align:"right", v_align:"center", h_offset:30, v_offset:0, space:5, tmp:'' } }, responsiveLevels:[1240,1024,778,480], gridwidth:[1400,1240,778,480], gridheight:[868,768,960,720], lazyType:"none", shadow:0, spinner:"spinner2", stopLoop:"on", stopAfterLoops:0, stopAtSlide:1, shuffle:"off", autoHeight:"off", fullScreenAlignForce:"off", fullScreenOffsetContainer: "", fullScreenOffset: "", disableProgressBar:"on", hideThumbsOnMobile:"off", hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, debugMode:false, fallbacks: { simplifyAll:"off", nextSlideOnWindowFocus:"off", disableFocusListener:false, } }); } }); /*ready*/ </script> </body> </html>
darrylivan/marcojscalise.com
reference/HTML/rs-demo-web-product-light.html
HTML
mit
46,086
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | E-commerce</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="css/plugins/summernote/summernote.css" rel="stylesheet"> <link href="css/plugins/summernote/summernote-bs3.css" rel="stylesheet"> <link href="css/plugins/datapicker/datepicker3.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head> <body> <div id="wrapper"> <nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav metismenu" id="side-menu"> <li class="nav-header"> <div class="dropdown profile-element"> <span> <img alt="image" class="img-circle" src="img/profile_small.jpg" /> </span> <a data-toggle="dropdown" class="dropdown-toggle" href="#"> <span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">David Williams</strong> </span> <span class="text-muted text-xs block">Art Director <b class="caret"></b></span> </span> </a> <ul class="dropdown-menu animated fadeInRight m-t-xs"> <li><a href="profile.html">Profile</a></li> <li><a href="contacts.html">Contacts</a></li> <li><a href="mailbox.html">Mailbox</a></li> <li class="divider"></li> <li><a href="login.html">Logout</a></li> </ul> </div> <div class="logo-element"> IN+ </div> </li> <li> <a href="index.html"><i class="fa fa-th-large"></i> <span class="nav-label">Dashboards</span> <span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="index.html">Dashboard v.1</a></li> <li><a href="dashboard_2.html">Dashboard v.2</a></li> <li><a href="dashboard_3.html">Dashboard v.3</a></li> <li><a href="dashboard_4_1.html">Dashboard v.4</a></li> <li><a href="dashboard_5.html">Dashboard v.5 <span class="label label-primary pull-right">NEW</span></a></li> </ul> </li> <li> <a href="layouts.html"><i class="fa fa-diamond"></i> <span class="nav-label">Layouts</span></a> </li> <li> <a href="#"><i class="fa fa-bar-chart-o"></i> <span class="nav-label">Graphs</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="graph_flot.html">Flot Charts</a></li> <li><a href="graph_morris.html">Morris.js Charts</a></li> <li><a href="graph_rickshaw.html">Rickshaw Charts</a></li> <li><a href="graph_chartjs.html">Chart.js</a></li> <li><a href="graph_chartist.html">Chartist</a></li> <li><a href="c3.html">c3 charts</a></li> <li><a href="graph_peity.html">Peity Charts</a></li> <li><a href="graph_sparkline.html">Sparkline Charts</a></li> </ul> </li> <li> <a href="mailbox.html"><i class="fa fa-envelope"></i> <span class="nav-label">Mailbox </span><span class="label label-warning pull-right">16/24</span></a> <ul class="nav nav-second-level collapse"> <li><a href="mailbox.html">Inbox</a></li> <li><a href="mail_detail.html">Email view</a></li> <li><a href="mail_compose.html">Compose email</a></li> <li><a href="email_template.html">Email templates</a></li> </ul> </li> <li> <a href="metrics.html"><i class="fa fa-pie-chart"></i> <span class="nav-label">Metrics</span> </a> </li> <li> <a href="widgets.html"><i class="fa fa-flask"></i> <span class="nav-label">Widgets</span></a> </li> <li> <a href="#"><i class="fa fa-edit"></i> <span class="nav-label">Forms</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="form_basic.html">Basic form</a></li> <li><a href="form_advanced.html">Advanced Plugins</a></li> <li><a href="form_wizard.html">Wizard</a></li> <li><a href="form_file_upload.html">File Upload</a></li> <li><a href="form_editors.html">Text Editor</a></li> <li><a href="form_markdown.html">Markdown</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-desktop"></i> <span class="nav-label">App Views</span> <span class="pull-right label label-primary">SPECIAL</span></a> <ul class="nav nav-second-level collapse"> <li><a href="contacts.html">Contacts</a></li> <li><a href="profile.html">Profile</a></li> <li><a href="profile_2.html">Profile v.2</a></li> <li><a href="contacts_2.html">Contacts v.2</a></li> <li><a href="projects.html">Projects</a></li> <li><a href="project_detail.html">Project detail</a></li> <li><a href="teams_board.html">Teams board</a></li> <li><a href="social_feed.html">Social feed</a></li> <li><a href="clients.html">Clients</a></li> <li><a href="full_height.html">Outlook view</a></li> <li><a href="vote_list.html">Vote list</a></li> <li><a href="file_manager.html">File manager</a></li> <li><a href="calendar.html">Calendar</a></li> <li><a href="issue_tracker.html">Issue tracker</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="article.html">Article</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="timeline.html">Timeline</a></li> <li><a href="pin_board.html">Pin board</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-files-o"></i> <span class="nav-label">Other Pages</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="search_results.html">Search results</a></li> <li><a href="lockscreen.html">Lockscreen</a></li> <li><a href="invoice.html">Invoice</a></li> <li><a href="login.html">Login</a></li> <li><a href="login_two_columns.html">Login v.2</a></li> <li><a href="forgot_password.html">Forget password</a></li> <li><a href="register.html">Register</a></li> <li><a href="404.html">404 Page</a></li> <li><a href="500.html">500 Page</a></li> <li><a href="empty_page.html">Empty page</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-globe"></i> <span class="nav-label">Miscellaneous</span><span class="label label-info pull-right">NEW</span></a> <ul class="nav nav-second-level collapse"> <li><a href="toastr_notifications.html">Notification</a></li> <li><a href="nestable_list.html">Nestable list</a></li> <li><a href="agile_board.html">Agile board</a></li> <li><a href="timeline_2.html">Timeline v.2</a></li> <li><a href="diff.html">Diff</a></li> <li><a href="i18support.html">i18 support</a></li> <li><a href="sweetalert.html">Sweet alert</a></li> <li><a href="idle_timer.html">Idle timer</a></li> <li><a href="truncate.html">Truncate</a></li> <li><a href="spinners.html">Spinners</a></li> <li><a href="tinycon.html">Live favicon</a></li> <li><a href="google_maps.html">Google maps</a></li> <li><a href="code_editor.html">Code editor</a></li> <li><a href="modal_window.html">Modal window</a></li> <li><a href="clipboard.html">Clipboard</a></li> <li><a href="forum_main.html">Forum view</a></li> <li><a href="validation.html">Validation</a></li> <li><a href="tree_view.html">Tree view</a></li> <li><a href="loading_buttons.html">Loading buttons</a></li> <li><a href="chat_view.html">Chat view</a></li> <li><a href="masonry.html">Masonry</a></li> <li><a href="tour.html">Tour</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-flask"></i> <span class="nav-label">UI Elements</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="typography.html">Typography</a></li> <li><a href="icons.html">Icons</a></li> <li><a href="draggable_panels.html">Draggable Panels</a></li> <li><a href="resizeable_panels.html">Resizeable Panels</a></li> <li><a href="buttons.html">Buttons</a></li> <li><a href="video.html">Video</a></li> <li><a href="tabs_panels.html">Panels</a></li> <li><a href="tabs.html">Tabs</a></li> <li><a href="notifications.html">Notifications & Tooltips</a></li> <li><a href="badges_labels.html">Badges, Labels, Progress</a></li> </ul> </li> <li> <a href="grid_options.html"><i class="fa fa-laptop"></i> <span class="nav-label">Grid options</span></a> </li> <li> <a href="#"><i class="fa fa-table"></i> <span class="nav-label">Tables</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="table_basic.html">Static Tables</a></li> <li><a href="table_data_tables.html">Data Tables</a></li> <li><a href="table_foo_table.html">Foo Tables</a></li> <li><a href="jq_grid.html">jqGrid</a></li> </ul> </li> <li class="active"> <a href="#"><i class="fa fa-shopping-cart"></i> <span class="nav-label">E-commerce</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="ecommerce_products_grid.html">Products grid</a></li> <li><a href="ecommerce_product_list.html">Products list</a></li> <li class="active"><a href="ecommerce_product.html">Product edit</a></li> <li><a href="ecommerce_product_detail.html">Product detail</a></li> <li><a href="ecommerce-cart.html">Cart</a></li> <li><a href="ecommerce-orders.html">Orders</a></li> <li><a href="ecommerce_payments.html">Credit Card form</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-picture-o"></i> <span class="nav-label">Gallery</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="basic_gallery.html">Lightbox Gallery</a></li> <li><a href="slick_carousel.html">Slick Carousel</a></li> <li><a href="carousel.html">Bootstrap Carousel</a></li> </ul> </li> <li> <a href="#"><i class="fa fa-sitemap"></i> <span class="nav-label">Menu Levels </span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li> <a href="#">Third Level <span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> <li> <a href="#">Third Level Item</a> </li> </ul> </li> <li><a href="#">Second Level Item</a></li> <li> <a href="#">Second Level Item</a></li> <li> <a href="#">Second Level Item</a></li> </ul> </li> <li> <a href="css_animation.html"><i class="fa fa-magic"></i> <span class="nav-label">CSS Animations </span><span class="label label-info pull-right">62</span></a> </li> <li class="landing_link"> <a target="_blank" href="landing.html"><i class="fa fa-star"></i> <span class="nav-label">Landing Page</span> <span class="label label-warning pull-right">NEW</span></a> </li> <li class="special_link"> <a href="package.html"><i class="fa fa-database"></i> <span class="nav-label">Package</span></a> </li> </ul> </div> </nav> <div id="page-wrapper" class="gray-bg"> <div class="row border-bottom"> <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a> <form role="search" class="navbar-form-custom" action="search_results.html"> <div class="form-group"> <input type="text" placeholder="Search for something..." class="form-control" name="top-search" id="top-search"> </div> </form> </div> <ul class="nav navbar-top-links navbar-right"> <li> <span class="m-r-sm text-muted welcome-message">Welcome to INSPINIA+ Admin Theme.</span> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#"> <i class="fa fa-envelope"></i> <span class="label label-warning">16</span> </a> <ul class="dropdown-menu dropdown-messages"> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a7.jpg"> </a> <div class="media-body"> <small class="pull-right">46h ago</small> <strong>Mike Loreipsum</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">3 days ago at 7:58 pm - 10.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a4.jpg"> </a> <div class="media-body "> <small class="pull-right text-navy">5h ago</small> <strong>Chris Johnatan Overtunk</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">Yesterday 1:21 pm - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/profile.jpg"> </a> <div class="media-body "> <small class="pull-right">23h ago</small> <strong>Monica Smith</strong> love <strong>Kim Smith</strong>. <br> <small class="text-muted">2 days ago at 2:30 am - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="mailbox.html"> <i class="fa fa-envelope"></i> <strong>Read All Messages</strong> </a> </div> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#"> <i class="fa fa-bell"></i> <span class="label label-primary">8</span> </a> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="mailbox.html"> <div> <i class="fa fa-envelope fa-fw"></i> You have 16 messages <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="profile.html"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="grid_options.html"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="notifications.html"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </div> </li> </ul> </li> <li> <a href="login.html"> <i class="fa fa-sign-out"></i> Log out </a> </li> </ul> </nav> </div> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-10"> <h2>Product edit</h2> <ol class="breadcrumb"> <li> <a href="index.html">Home</a> </li> <li> <a>E-commerce</a> </li> <li class="active"> <strong>Product edit</strong> </li> </ol> </div> </div> <div class="wrapper wrapper-content animated fadeInRight ecommerce"> <div class="row"> <div class="col-lg-12"> <div class="tabs-container"> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#tab-1"> Product info</a></li> <li class=""><a data-toggle="tab" href="#tab-2"> Data</a></li> <li class=""><a data-toggle="tab" href="#tab-3"> Discount</a></li> <li class=""><a data-toggle="tab" href="#tab-4"> Images</a></li> </ul> <div class="tab-content"> <div id="tab-1" class="tab-pane active"> <div class="panel-body"> <fieldset class="form-horizontal"> <div class="form-group"><label class="col-sm-2 control-label">Name:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="Product name"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Price:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="$160.00"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Description:</label> <div class="col-sm-10"> <div class="summernote"> <h3>Lorem Ipsum is simply</h3> dummy text of the printing and typesetting industry. <strong>Lorem Ipsum has been the industry's</strong> standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with <br/> </div> </div> </div> <div class="form-group"><label class="col-sm-2 control-label">Meta Tag Title:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="..."></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Meta Tag Description:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="Sheets containing Lorem"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Meta Tag Keywords:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="Lorem, Ipsum, has, been"></div> </div> </fieldset> </div> </div> <div id="tab-2" class="tab-pane"> <div class="panel-body"> <fieldset class="form-horizontal"> <div class="form-group"><label class="col-sm-2 control-label">ID:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="543"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Model:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="..."></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Location:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="location"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Tax Class:</label> <div class="col-sm-10"> <select class="form-control" > <option>option 1</option> <option>option 2</option> </select> </div> </div> <div class="form-group"><label class="col-sm-2 control-label">Quantity:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="Quantity"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Minimum quantity:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="2"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Sort order:</label> <div class="col-sm-10"><input type="text" class="form-control" placeholder="0"></div> </div> <div class="form-group"><label class="col-sm-2 control-label">Status:</label> <div class="col-sm-10"> <select class="form-control" > <option>option 1</option> <option>option 2</option> </select> </div> </div> </fieldset> </div> </div> <div id="tab-3" class="tab-pane"> <div class="panel-body"> <div class="table-responsive"> <table class="table table-stripped table-bordered"> <thead> <tr> <th> Group </th> <th> Quantity </th> <th> Discount </th> <th style="width: 20%"> Date start </th> <th style="width: 20%"> Date end </th> <th> Actions </th> </tr> </thead> <tbody> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <select class="form-control" > <option selected>Group 1</option> <option>Group 2</option> <option>Group 3</option> <option>Group 4</option> </select> </td> <td> <input type="text" class="form-control" placeholder="10"> </td> <td> <input type="text" class="form-control" placeholder="$10.00"> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <div class="input-group date"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span><input type="text" class="form-control" value="07/01/2014"> </div> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> </tbody> </table> </div> </div> </div> <div id="tab-4" class="tab-pane"> <div class="panel-body"> <div class="table-responsive"> <table class="table table-bordered table-stripped"> <thead> <tr> <th> Image preview </th> <th> Image url </th> <th> Sort order </th> <th> Actions </th> </tr> </thead> <tbody> <tr> <td> <img src="img/gallery/2s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image1.png"> </td> <td> <input type="text" class="form-control" value="1"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <img src="img/gallery/1s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image2.png"> </td> <td> <input type="text" class="form-control" value="2"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <img src="img/gallery/3s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image3.png"> </td> <td> <input type="text" class="form-control" value="3"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <img src="img/gallery/4s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image4.png"> </td> <td> <input type="text" class="form-control" value="4"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <img src="img/gallery/5s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image5.png"> </td> <td> <input type="text" class="form-control" value="5"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <img src="img/gallery/6s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image6.png"> </td> <td> <input type="text" class="form-control" value="6"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> <tr> <td> <img src="img/gallery/7s.jpg"> </td> <td> <input type="text" class="form-control" disabled value="http://mydomain.com/images/image7.png"> </td> <td> <input type="text" class="form-control" value="7"> </td> <td> <button class="btn btn-white"><i class="fa fa-trash"></i> </button> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> <div class="footer"> <div class="pull-right"> 10GB of <strong>250GB</strong> Free. </div> <div> <strong>Copyright</strong> Example Company &copy; 2014-2015 </div> </div> </div> </div> <!-- Mainly scripts --> <script src="js/jquery-2.1.1.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script> <script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script> <!-- Custom and plugin javascript --> <script src="js/inspinia.js"></script> <script src="js/plugins/pace/pace.min.js"></script> <!-- SUMMERNOTE --> <script src="js/plugins/summernote/summernote.min.js"></script> <!-- Data picker --> <script src="js/plugins/datapicker/bootstrap-datepicker.js"></script> <script> $(document).ready(function(){ $('.summernote').summernote(); $('.input-group.date').datepicker({ todayBtn: "linked", keyboardNavigation: false, forceParse: false, calendarWeeks: true, autoclose: true }); }); </script> </body> </html>
vellonce/CodePM
templates/static/theme/ecommerce_product.html
HTML
mit
58,483
{{diagnostic}} <div class="aw-ui-callout aw-ui-callout-info"> <span>Please see below all the price set for various Asha Payment Activities.</span> </div> <form class="form-horizontal" #rulesForm="ngForm" (ngSubmit)="onSubmit(ruleForm.value)" method="POST"> <div> <h2>Maternal Health</h2> <h3>ANC Checkups</h3> <div class="form-group"> <label for="101" class="col-sm-4 control-label">No. of Registration during the first trimester of pregnancy at</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-101-R"><i class="fa fa-inr"></i></span> <input id="101_R" class="form-control" type="text" aria-describedby="addon-101-R" [(ngModel)]="model.R_101" name="R_101" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-101-U"><i class="fa fa-inr"></i></span> <input id="101_U" class="form-control" type="text" aria-describedby="addon-101-U" [(ngModel)]="model.U_101" name="U_101" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="101_H" class="form-control" row="1" [(ngModel)]="model.H_101" name="H_101" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="102" class="col-sm-4 control-label">No. of 1st check up</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-102-R"><i class="fa fa-inr"></i></span> <input id="102_R" class="form-control" type="" aria-describedby="addon-102-R" [(ngModel)]="model.R_102" name="R_102" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-102-U"><i class="fa fa-inr"></i></span> <input id="102_U" class="form-control" type="" aria-describedby="addon-102-U" [(ngModel)]="model.U_102" name="U_102" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="102_H" class="form-control" row="1" [(ngModel)]="model.H_102" name="H_102" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="103" class="col-sm-4 control-label">No. of 2 nd check up </label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-103-R"><i class="fa fa-inr"></i></span> <input id="103_R" class="form-control" type="" aria-describedby="addon-103-R" [(ngModel)]="model.R_103" name="R_103" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-103-U"><i class="fa fa-inr"></i></span> <input id="103_U" class="form-control" type="" aria-describedby="addon-103-U" [(ngModel)]="model.U_103" name="U_103" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="103_H" class="form-control" row="1" [(ngModel)]="model.H_103" name="H_102" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="104" class="col-sm-4 control-label">No. of 3 rd check up</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-104-R"><i class="fa fa-inr"></i></span> <input id="104_R" class="form-control" type="" aria-describedby="addon-104-R" [(ngModel)]="model.R_104" name="R_104" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-104-U"><i class="fa fa-inr"></i></span> <input id="104_U" class="form-control" type="" aria-describedby="addon-104-U" [(ngModel)]="model.U_104" name="U_104" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="104_H" class="form-control" row="1" [(ngModel)]="model.H_104" name="H_104" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="105" class="col-sm-4 control-label">No. of 4 th check up by M.O</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-105-R"><i class="fa fa-inr"></i></span> <input id="105_R" class="form-control" type="" aria-describedby="addon-105-R" [(ngModel)]="model.R_105" name="R_105" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-105-U"><i class="fa fa-inr"></i></span> <input id="105_U" class="form-control" type="" aria-describedby="addon-105-U" [(ngModel)]="model.R_105" name="R_105" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="105_H" class="form-control" row="1" [(ngModel)]="model.H_105" name="H_105" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="106" class="col-sm-4 control-label">No. of Deliveres conducted in PHC/Institutons</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-106-R"><i class="fa fa-inr"></i></span> <input id="106_R" class="form-control" type="" aria-describedby="addon-106-R" [(ngModel)]="model.R_106" name="R_106" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-106-U"><i class="fa fa-inr"></i></span> <input id="106_U" class="form-control" type="" aria-describedby="addon-106-U" [(ngModel)]="model.U_106" name="U_106" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="106_H" class="form-control" row="1" [(ngModel)]="model.H_106" name="H_106" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="107" class="col-sm-4 control-label">No. of Maternal Death reported to Sub Centre</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-107-R"><i class="fa fa-inr"></i></span> <input id="107_R" class="form-control" type="" aria-describedby="addon-107-R" [(ngModel)]="model.R_107" name="R_107" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-107-U"><i class="fa fa-inr"></i></span> <input id="107_U" class="form-control" type="" aria-describedby="addon-107-U" [(ngModel)]="model.U_107" name="U_107" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="107_H" class="form-control" row="1" [(ngModel)]="model.H_107" name="H_107" #name="ngModel"></textarea> </div> </div> </div> <div> <h2>Child Health</h2> <div class="form-group"> <label for="108" class="col-sm-4 control-label">Postnatal Visits (HBNC) (6 visits in Institutional Delivery, 7 Visits in Home Delivery)</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-108-R"><i class="fa fa-inr"></i></span> <input id="108_R" class="form-control" type="" aria-describedby="addon-108-R" [(ngModel)]="model.R_108" name="R_108" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-108-U"><i class="fa fa-inr"></i></span> <input id="108_U" class="form-control" type="" aria-describedby="addon-108-U" [(ngModel)]="model.U_108" name="U_108" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="108_H" class="form-control" row="1" [(ngModel)]="model.H_108" name="H_108" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="109" class="col-sm-4 control-label">Rreferral & Follow up of SAM Cases to NRC</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-109-R"><i class="fa fa-inr"></i></span> <input id="109_R" class="form-control" type="" aria-describedby="addon-109-R" [(ngModel)]="model.R_109" name="R_109" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-109-U"><i class="fa fa-inr"></i></span> <input id="109_U" class="form-control" type="" aria-describedby="addon-109-U" [(ngModel)]="model.U_109" name="U_109" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="109_H" class="form-control" row="1" [(ngModel)]="model.H_109" name="H_109" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="110" class="col-sm-4 control-label">Follow up of LBW babies (LBW Low Birth Weight Babies)</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-110-R"><i class="fa fa-inr"></i></span> <input id="110_R" class="form-control" type="" aria-describedby="addon-110-R" [(ngModel)]="model.R_110" name="R_110" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-110-U"><i class="fa fa-inr"></i></span> <input id="110_U" class="form-control" type="" aria-describedby="addon-110-U" [(ngModel)]="model.U_110" name="U_110" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea id="110_H" class="form-control" row="1" [(ngModel)]="model.H_110" name="H_110" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="111" class="col-sm-4 control-label">Follow up of SNCU discharge babies</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-111-R"><i class="fa fa-inr"></i></span> <input id="111_R" class="form-control" type="" aria-describedby="addon-111-R" [(ngModel)]="model.R_111" name="R_111" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-111-U"><i class="fa fa-inr"></i></span> <input id="111_U" class="form-control" type="" aria-describedby="addon-111-U" [(ngModel)]="model.U_111" name="U_111" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_111" name="H_111" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="112" class="col-sm-4 control-label">Infant death reporting to Sub-centre and PHC</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-112-R"><i class="fa fa-inr"></i></span> <input id="112_R" class="form-control" type="" aria-describedby="addon-112-R" [(ngModel)]="model.R_112" name="R_112" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-112-U"><i class="fa fa-inr"></i></span> <input id="112_U" class="form-control" type="" aria-describedby="addon-112-U" [(ngModel)]="model.U_112" name="U_112" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_112" name="H_112" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="113" class="col-sm-4 control-label">Intesive Diarrhoea Control Programme</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-113-R"><i class="fa fa-inr"></i></span> <input id="113_R" class="form-control" type="" aria-describedby="addon-113-R" [(ngModel)]="model.R_113" name="R_113" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-113-U"><i class="fa fa-inr"></i></span> <input id="113_U" class="form-control" type="" aria-describedby="addon-113-U" [(ngModel)]="model.U_113" name="U_113" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_113" name="H_113" #name="ngModel"></textarea> </div> </div> </div> <div> <h2>Immunization</h2> <div class="form-group"> <label for="114" class="col-sm-4 control-label">Pulse Polio Booth Mobilization</label> <div class="col-sm-2"> <div class="input-group disabled"> <span class="input-group-addon" id="addon-114-R"><i class="fa fa-inr"></i></span> <input id="114_R" class="form-control" type="" aria-describedby="addon-114-R" [(ngModel)]="model.R_114" name="R_114" #name="ngModel" disabled> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-114-U"><i class="fa fa-inr"></i></span> <input id="114_U" class="form-control" type="" aria-describedby="addon-114-U" [(ngModel)]="model.U_114" name="U_114" #name="ngModel" disabled> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_114" name="H_114" #name="ngModel"></textarea> </div> </div> <h3>Full Immunization</h3> <div class="form-group"> <label for="115" class="col-sm-4 control-label">Complete Immunization in 1st year of age</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-115-R"><i class="fa fa-inr"></i></span> <input id="115_R" class="form-control" type="" aria-describedby="addon-115-R" [(ngModel)]="model.R_115" name="R_115" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-115-U"><i class="fa fa-inr"></i></span> <input id="115U" class="form-control" type="" aria-describedby="addon-115-U" [(ngModel)]="model.U_115" name="U_115" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_115" name="H_115" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="116" class="col-sm-4 control-label">Full Immunization of 2nd year of age</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-116-R"><i class="fa fa-inr"></i></span> <input id="116" class="form-control" type="" aria-describedby="addon-116-R" [(ngModel)]="model.R_116" name="R_116" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-116-U"><i class="fa fa-inr"></i></span> <input id="116" class="form-control" type="" aria-describedby="addon-116-U" [(ngModel)]="model.U_116" name="U_116" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_116" name="H_116" #name="ngModel"></textarea> </div> </div> </div> <div> <h2>Family Planning</h2> <div class="form-group"> <label for="117" class="col-sm-4 control-label">No. of Counseling & Motivation of women for Tubectomy</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-117-R"><i class="fa fa-inr"></i></span> <input id="117" class="form-control" type="" aria-describedby="addon-117-R" [(ngModel)]="model.R_117" name="R_117" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-117-U"><i class="fa fa-inr"></i></span> <input id="117" class="form-control" type="" aria-describedby="addon-117-U" [(ngModel)]="model.U_117" name="U_117" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_117" name="H_117" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="118" class="col-sm-4 control-label">No. of Counseling & Motivation for men of Vasectomy</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-118-R"><i class="fa fa-inr"></i></span> <input id="118" class="form-control" type="" aria-describedby="addon-118-R" [(ngModel)]="model.R_118" name="R_118" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-118-U"><i class="fa fa-inr"></i></span> <input id="118" class="form-control" type="" aria-describedby="addon-118-U" [(ngModel)]="model.U_118" name="U_118" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_118" name="H_118" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="119" class="col-sm-4 control-label">Accompanying the beneficiary for PPIUCD</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-119-R"><i class="fa fa-inr"></i></span> <input id="119" class="form-control" type="" aria-describedby="addon-119-R" [(ngModel)]="model.R_119" name="R_119" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-119-U"><i class="fa fa-inr"></i></span> <input id="119" class="form-control" type="" aria-describedby="addon-119-U" [(ngModel)]="model.U_119" name="U_119" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_119" name="H_119" #name="ngModel"></textarea> </div> </div> </div> <div> <h2>RKSK (only for HPDs)</h2> <div class="form-group"> <label for="120" class="col-sm-4 control-label">Support to Peer Educator</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-120-R"><i class="fa fa-inr"></i></span> <input id="120" class="form-control" type="" aria-describedby="addon-120-R" [(ngModel)]="model.R_120" name="R_120" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-120-U"><i class="fa fa-inr"></i></span> <input id="120" class="form-control" type="" aria-describedby="addon-120-U" [(ngModel)]="model.U_120" name="U_120" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_120" name="H_120" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="121" class="col-sm-4 control-label">Mobilizing Adolescents for AHD</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-121-R"><i class="fa fa-inr"></i></span> <input id="121" class="form-control" type="" aria-describedby="addon-121-R" [(ngModel)]="model.R_121" name="R_121" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-121-U"><i class="fa fa-inr"></i></span> <input id="121" class="form-control" type="" aria-describedby="addon-121-U" [(ngModel)]="model.U_121" name="U_121" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_121" name="H_121" #name="ngModel"></textarea> </div> </div> </div> <div> <h2>RNTCP</h2> <div class="form-group"> <label for="122" class="col-sm-4 control-label">New TB case Catg.I TB (42 contacts 6-7 months treatment)</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-122-R"><i class="fa fa-inr"></i></span> <input id="122" class="form-control" type="" aria-describedby="addon-122-R" [(ngModel)]="model.R_122" name="R_122" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-122-U"><i class="fa fa-inr"></i></span> <input id="122" class="form-control" type="" aria-describedby="addon-122-U" [(ngModel)]="model.U_122" name="U_122" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_122" name="H_122" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="123" class="col-sm-4 control-label">Previous treated TB case (57 contacts, catg.II TB 8-9 months treatment</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-123-R"><i class="fa fa-inr"></i></span> <input id="123" class="form-control" type="" aria-describedby="addon-123-R" [(ngModel)]="model.R_123" name="R_123" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-123-U"><i class="fa fa-inr"></i></span> <input id="123" class="form-control" type="" aria-describedby="addon-123-U" [(ngModel)]="model.U_123" name="U_123" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_123" name="H_123" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="124" class="col-sm-4 control-label">Providing treatment and support to Drug resistant TB patient (MDR)</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-124-R"><i class="fa fa-inr"></i></span> <input id="124" class="form-control" type="" aria-describedby="addon-124-R" [(ngModel)]="model.R_124" name="R_124" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-124-U"><i class="fa fa-inr"></i></span> <input id="124" class="form-control" type="" aria-describedby="addon-124-U" [(ngModel)]="model.U_124" name="U_124" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_124" name="H_124" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="125" class="col-sm-4 control-label">Identification & Successful completion of DOTS for TB</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-125-R"><i class="fa fa-inr"></i></span> <input id="125" class="form-control" type="" aria-describedby="addon-125-R" [(ngModel)]="model.R_125" name="R_125" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-125-U"><i class="fa fa-inr"></i></span> <input id="125" class="form-control" type="" aria-describedby="addon-125-U" [(ngModel)]="model.U_125" name="U_125" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.H_125" name="H_125" #name="ngModel"></textarea> </div> </div> </div> <div> <h2>NLEP</h2> <div class="form-group"> <label for="126" class="col-sm-4 control-label">PB - Referring for Diagnostics + Complete treatment</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-126-R"><i class="fa fa-inr"></i></span> <input id="126" class="form-control" type="" aria-describedby="addon-126-R" [(ngModel)]="model.R_126" name="R_126" #name="ngModel"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-126-U"><i class="fa fa-inr"></i></span> <input id="126" class="form-control" type="" aria-describedby="addon-126-U" [(ngModel)]="model.U_126" name="R_126" #name="ngModel"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1" [(ngModel)]="model.R_126" name="R_126" #name="ngModel"></textarea> </div> </div> <div class="form-group"> <label for="127" class="col-sm-4 control-label">MB - Dsetection + complete treatment</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-127-R"><i class="fa fa-inr"></i></span> <input id="127" class="form-control" type="" aria-describedby="addon-127-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-127-U"><i class="fa fa-inr"></i></span> <input id="127" class="form-control" type="" aria-describedby="addon-127-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> </div> <div> <h2>NVBDC Programme (Srikakulam, Vizianagaram, East Godavari)</h2> <div class="form-group"> <label for="128" class="col-sm-4 control-label">Preparation of Blood Slide </label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-128-R"><i class="fa fa-inr"></i></span> <input id="128" class="form-control" type="" aria-describedby="addon-128-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-128-U"><i class="fa fa-inr"></i></span> <input id="128" class="form-control" type="" aria-describedby="addon-128-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="129" class="col-sm-4 control-label">Complete treatment for RDT +ve PF case & complete Radical treatment to +ve PF & PC cases</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-129-R"><i class="fa fa-inr"></i></span> <input id="129" class="form-control" type="" aria-describedby="addon-129-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-129-U"><i class="fa fa-inr"></i></span> <input id="129" class="form-control" type="" aria-describedby="addon-129-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="130" class="col-sm-4 control-label">Lymphatic Filariasis – for One time Line listing of Lymphoedema and Hydrocele cases in non-endemic dist</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-130-R"><i class="fa fa-inr"></i></span> <input id="130" class="form-control" type="" aria-describedby="addon-130-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-130-U"><i class="fa fa-inr"></i></span> <input id="130" class="form-control" type="" aria-describedby="addon-130-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="131" class="col-sm-4 control-label">Line listing of Lymphatic Filariasis</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-131-R"><i class="fa fa-inr"></i></span> <input id="131" class="form-control" type="" aria-describedby="addon-131-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-131-U"><i class="fa fa-inr"></i></span> <input id="131" class="form-control" type="" aria-describedby="addon-131-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="132" class="col-sm-4 control-label">Referral of AES / JE cases to the nearest CHC / DH / Medical College</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-132-R"><i class="fa fa-inr"></i></span> <input id="132" class="form-control" type="" aria-describedby="addon-132-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-132-U"><i class="fa fa-inr"></i></span> <input id="132" class="form-control" type="" aria-describedby="addon-132-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> </div> <div> <h2>Routine & Recurrent activities</h2> <div class="form-group"> <label for="133" class="col-sm-4 control-label">Mobilizing & attending VHND in the month</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-133-R"><i class="fa fa-inr"></i></span> <input id="133" class="form-control" type="" aria-describedby="addon-133-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-133-U"><i class="fa fa-inr"></i></span> <input id="133" class="form-control" type="" aria-describedby="addon-133-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="134" class="col-sm-4 control-label">Attending VHSNC meeting</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-134-R"><i class="fa fa-inr"></i></span> <input id="134" class="form-control" type="" aria-describedby="addon-134-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-134-U"><i class="fa fa-inr"></i></span> <input id="134" class="form-control" type="" aria-describedby="addon-134-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="135" class="col-sm-4 control-label">Atttending ASHA Day Meeting</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-135-R"><i class="fa fa-inr"></i></span> <input id="135" class="form-control" type="" aria-describedby="addon-135-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-135-U"><i class="fa fa-inr"></i></span> <input id="135" class="form-control" type="" aria-describedby="addon-135-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="136" class="col-sm-4 control-label">Line listing of households done at beginning of the year and updated after six months</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-136-R"><i class="fa fa-inr"></i></span> <input id="136" class="form-control" type="" aria-describedby="addon-136-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-136-U"><i class="fa fa-inr"></i></span> <input id="136" class="form-control" type="" aria-describedby="addon-136-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="137" class="col-sm-4 control-label">Maintaining village health register and supporting universal registration of births and deaths</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-137-R"><i class="fa fa-inr"></i></span> <input id="137" class="form-control" type="" aria-describedby="addon-137-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-137-U"><i class="fa fa-inr"></i></span> <input id="137" class="form-control" type="" aria-describedby="addon-137-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="138" class="col-sm-4 control-label">Preparation of due list of children to be immunized updated on monthly basis</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-138-R"><i class="fa fa-inr"></i></span> <input id="138" class="form-control" type="" aria-describedby="addon-138-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-138-U"><i class="fa fa-inr"></i></span> <input id="138" class="form-control" type="" aria-describedby="addon-138-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="139" class="col-sm-4 control-label">Preparation of list of ANC beneficiaries to be updated on monthly basis</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-139-R"><i class="fa fa-inr"></i></span> <input id="139" class="form-control" type="" aria-describedby="addon-139-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-139-U"><i class="fa fa-inr"></i></span> <input id="139" class="form-control" type="" aria-describedby="addon-139-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> <div class="form-group"> <label for="140" class="col-sm-4 control-label">Preparation of list of eligible couples updated on monthly basis</label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-140-R"><i class="fa fa-inr"></i></span> <input id="140" class="form-control" type="" aria-describedby="addon-140-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-140-U"><i class="fa fa-inr"></i></span> <input id="140" class="form-control" type="" aria-describedby="addon-140-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> </div> <div> <h2>104 (by state budget)</h2> <div class="form-group"> <label for="141" class="col-sm-4 control-label">No.of ASHA attended 104 Fixed day health services in villages </label> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-141-R"><i class="fa fa-inr"></i></span> <input id="141" class="form-control" type="" aria-describedby="addon-141-R"> </div> </div> <div class="col-sm-2"> <div class="input-group"> <span class="input-group-addon" id="addon-141-U"><i class="fa fa-inr"></i></span> <input id="141" class="form-control" type="" aria-describedby="addon-141-U"> </div> </div> <div class="col-sm-2"> <textarea class="form-control" row="1"></textarea> </div> </div> </div> <div> <button type="submit" class="btn btn-primary">Save</button> </div> </form>
mnjkumar426/AshaFrontEnd
.history/src/app/admin-configuration/manage-activity-payment/manage-activity-payment.component_20170211125031.html
HTML
mit
43,906
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04518/0451862051500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:23:11 GMT --> <head><title>法編號:04518 版本:062051500</title> <link rel="stylesheet" type="text/css" href="../../version.css" > </HEAD> <body><left> <table><tr><td><FONT COLOR=blue SIZE=5>票據法(04518)</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=0451818092800.html target=law04518><nobr><font size=2>中華民國 18 年 9 月 28 日</font></nobr></a> </td> <td valign=top><font size=2>制定139條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 18 年 10 月 30 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0451843043000.html target=law04518><nobr><font size=2>中華民國 43 年 4 月 30 日</font></nobr></a> </td> <td valign=top><font size=2>修正第123條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 43 年 5 月 14 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0451849032200.html target=law04518><nobr><font size=2>中華民國 49 年 3 月 22 日</font></nobr></a> </td> <td valign=top><font size=2>修正全文145條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 49 年 3 月 31 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0451862051500.html target=law04518><nobr><font size=2>中華民國 62 年 5 月 15 日</font></nobr></a> </td> <td valign=top><font size=2>增訂第146條<br> 修正第6, 8, 11, 13, 14, 16, 18, 19, 22, 23, 25, 29, 30, 31至34, 37, 41, 46, 47, 49, 64, 65, 67, 71, 73, 76, 85至87, 99至101, 111, 114, 116, 120, 124, 125, 128, 130, 131, 135, 138, 139, 141, 144, 145條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 62 年 5 月 28 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0451866071300.html target=law04518><nobr><font size=2>中華民國 66 年 7 月 13 日</font></nobr></a> </td> <td valign=top><font size=2>修正第4, 127, 139, 141條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 66 年 7 月 23 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0451875062000.html target=law04518><nobr><font size=2>中華民國 75 年 6 月 20 日</font></nobr></a> </td> <td valign=top><font size=2>修正第4, 127, 139條<br> 增訂第144之1條<br> 第141、142條之施行期限,已於中華民國75年12月31日屆滿當然廢止</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 75 年 6 月 29 日公布</font></nobr></td> <tr><td align=left valign=top> <a href=0451876062200.html target=law04518><nobr><font size=2>中華民國 76 年 6 月 22 日</font></nobr></a> </td> <td valign=top><font size=2>刪除第144之1條</font></td> <tr><td align=left valign=top><nobr><font size=2>中華民國 76 年 6 月 29 日公布</font></nobr></td> </table></table></table></table> <p><table><tr><td><font color=blue size=4>民國62年5月15日(非現行條文)</font></td> <td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/0451862051500.htm target=reason><font size=2>立法理由</font></a></td> <td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0451862051500 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> </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> </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> </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> </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> </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>   票據上之債權,雖依本法因時效或手續之欠缺而消滅,執票人對於發票人或承兌人,於其所受利益之限度,得請求償還。<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=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>   二、一定之金額。<br>   三、付款人之姓名或商號。<br>   四、受款人之姓名或商號。<br>   五、無條件支付之委託。<br>   六、發票地。<br>   七、發票年、月、日。<br>   八、付款地。<br>   九、到期日。<br>   未載到期日者,視為見票即付。<br>   未載付款人者,以發票人為付款人。<br>   未載受款人者,以執票人為受款人。<br>   未載發票地者,以發票人之營業所、住所或居所所在地為發票地。<br>   未載付款地者,以付款人之營業所、住所或居所所在地為付款地。<br> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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>   背書人於票上記載禁止轉讓者,仍得依背書而轉讓之。但禁止轉讓者,對於禁止後再由背書取得匯票之人,不負責任。<br> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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>   二、發票日後定期付款。<br>   三、見票即付。<br>   四、見票後定期付款。<br>   分期付款之匯票,其中任何一期,到期不獲付款時,未到期部分,視為全部到期。<br>   前項視為到期之匯票金額中所含未到期之利息,於清償時,應扣減之。<br>   利息經約定於匯票到期日前分期付款者,任何一期利息到期不獲付款時,全部匯票金額視為均已到期。<br> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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>   為交換票據向票據交換所提示者,與付款之提示有同一效力。<br> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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>   一、匯票不獲承兌時。<br>   二、付款人或承兌人死亡、逃避或其他原因,無從為承兌或付款提示時。<br>   三、付款人或承兌人受破產宣告時。<br> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td> <td> <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>   執票人就匯票作成謄本時,應將已作成謄本之旨,記載於原本。<br>   背書及保證,亦得在謄本上為之,與原本上所為之背書及保證有同一效力。<br> </td> </table> </table> </table> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td> <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> <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>   二、一定之金額。<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> </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> </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>   二、一定之金額。<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> </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> </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> </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>   前項情形,執票人應於支票上記明實收之數目。<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> </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> </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> </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><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> </left> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/04518/0451862051500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:23:11 GMT --> </html>
g0v/laweasyread-data
rawdata/utf8_lawstat/version2/04518/0451862051500.html
HTML
mit
78,733
<!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=iso-8859-1" /> <title>SLF4J News</title> <link rel="stylesheet" type="text/css" media="screen" href="css/site.css" /> <link rel="stylesheet" type="text/css" href="css/prettify.css" /> </head> <body onload="prettyPrint()"> <script type="text/javascript">prefix='';</script> <script type="text/javascript" src="js/prettify.js"></script> <script src="templates/header.js" type="text/javascript"></script> <div id="left"> <script src="templates/left.js" type="text/javascript"></script> </div> <div id="content"> <h1>SLF4J News</h1> <p>Please note that you can receive SLF4J related announcements by subscribing to the <a href="http://www.qos.ch/mailman/listinfo/announce">QOS.ch announce</a> mailing list. </p> <hr noshade="noshade" size="1"/> <h3>March 26th, 2015 - Release of SLF4J 1.7.12</h3> <p>All java files have been reformatted to with the code formatter style defined in <i>codeStyle.xml</i>. This style uses 4 spaces for indentation and a maximum line width of 160.</p> <p>As SLF4J requires JDK 1.5 or later, the <code>Bundle-RequiredExecutionEnvironment</code> declaration in the various MANIFEST files have been updated to J2SE-1.5. </p> <p>Added missing Bundle-ManifestVersion attribute in the MANIFEST files in log4j-over-slf4j. The issue was raised in <a href="http://jira.qos.ch/browse/SLF4J-321">SLF4J-231</a> by Nikolas Falco who also provided the the appropriate pull request. </p> <p>Added <code>getAppender(String)</code> method in <code>Category</code> class in the log4j-over-slf4j module. This addition was requested by Ramon Gordillo in <a href="http://jira.qos.ch/browse/SLF4J-319">SLF4J-319</a>. </p> <p>Added <code>setThreshold</code> method in <code>AppenderSkeleton</code> class in the log4j-over-slf4j module. This addition was requested by Dimitrios Liapis who also provided the appropriate pull request. </p> <p>Added <code>getParent</code> method in <code>Category</code> class in the log4j-over-slf4j module. This addition was requested by Himanshu Bhardwaj in <a href="http://jira.qos.ch/browse/SLF4J-318">SLF4J-318</a>. </p> <hr noshade="noshade" size="1"/> <h3>6th of January, 2015 - Release of SLF4J 1.7.10</h3> <p>The <code>MDC.putCloseable</code> method now explicitly returns <code>MDC.MDCloseable</code> instead of the more generic <code>java.io.Closeable</code>. This in turn allows one to write try-with-resources statement without a catch clause. Many thanks to William Delanoue for proposing this change.</p> <p>The various constructors in <code>FileAppender</code> in the log4j-over-slf4j module are now public. </p> <hr noshade="noshade" size="1"/> <h3>16th of December, 2014 - Release of SLF4J 1.7.9</h3> <p class="highlight"><a href="codes.html#loggerNameMismatch">Spot incorrectly named loggers</a> by setting the <code>slf4j.detectLoggerNameMismatch</code> system property to true.</p> <p><a href="codes.html#loggerNameMismatch">Spot incorrectly named loggers</a> by setting the <code>slf4j.detectLoggerNameMismatch</code> system property to true. This significant feature was contributed by Alexander Dorokhine.</p> <p>Added <code>MDC.putCloseable</code> method so that it can be used as a <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/language/try-with-resources.html">closeable resource</a> under Java 7.</p> <p>Added <code>getContext</code> method returning a hashtable in org.apache.log4j.MDC in the log4j-over-slf4j module. </p> <p>The introduction of the @Nonnull JSR 305 annotation in SLF4J version 1.7.8 causes the Scala compiler to fail. This is issue has been documented in <a href="https://issues.scala-lang.org/browse/SI-5420">SI-5420</a>. Given that many Scala users will be affected by this issue for the foreseeable future, we have decided to renounce the user of JSR 305 annotations in SLF4J for the time being. </p> <p>Numerous small code improvements too minor to be listed here.</p> <hr noshade="noshade" size="1"/> <h3>4th of April, 2014 - Release of SLF4J 1.7.7 </h3> <p>SFL4J API now uses generics. This enhancement was contributed by Otavio Garcia. Due to erasure of generics in Java, the changes are backward-compatible.</p> <p>The slf4j-migrator can now convert statements using the long deprecated <code>Category</code> class.</p> <p>Added the <code>SimpleLayout</code> and <code>FileAppender</code> classes to the log4j-over-slf4j module.</p> <h3>February 5th, 2014 - Release of SLF4J 1.7.6</h3> <p>Added slf4j-android module to the slf4j distribution. This module is contributed by Andrey Korzhevskiy.</p> <p>Loggers created during the initialization phase are no longer <code>NOPLoggers</code> which drop all logging calls. Instead, SLF4J now creates substitute loggers which delegate to the appropriate logger implementation after the initilization phase completes. Only calls made to these loggers during the initialization phase are dropped. This enhacement was proposed in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=311">bug 311</a> by Chetan Mehrotra. </p> <p>Improvements to the <code>exit()</code> and <code>throwing()</code> methods in <code>XLogger</code>. This enhacement was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=197">bug 197</a>. </p> <p>Concunrrency improvement in <code>MessageFormatter</code>. This improvement was contributed by Vivek Pathak in a <a href="https://github.com/qos-ch/slf4j/pull/52">pull request</a>.</p> <p>Concunrrency improvement in <code>BasicMarkerFactory</code>. This improvement was contributed by Mikhail Mazursky in a <a href="https://github.com/qos-ch/slf4j/pull/40">pull request</a>.</p> <p><code>JCLLoggerAdapter</code> was incorrectly invoking <code>isDebugEnabled</code> calls in its <code>trace()</code> methods. This issue was reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=281">bug 281</a>. </p> <p>In the log4j-over-slf4j module, the <code>setLevel</code> method in the <code>Category</code> class. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=279">bug 279</a>. Alfredo Ramos provied the relevant patch. </p> <p>In the log4j-over-slf4j module, added empty implementations for <code>OptionHander</code>, <code>WriterAppender</code>, <code>ConsoleAppender</code> and <code>AppenderSkeleton</code> classes. </p> <hr noshade="noshade" size="1"/> <h3>25th of March, 2013 - Release of SLF4J 1.7.5</h3> <p class="highlight">Given the significance of these performance improvements, users are highly encouraged to migrate to SLF4J version 1.7.5 or later. </p> <p><span class="label notice">performance improvements</span> The logger factories in most SLF4J modules namely in jcl-over-slf4j, log4j-over-slf4j, slf4j-jcl, slf4j-jdk14, slf4j-log4j12, and slf4j-simple now use a <code>ConcurrentHashMap</code> instead of a regular <code>HashMap</code> to cache logger instances. This change significantly improves logger retrieval times at the cost of some memory overhead. This improvement was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=298">bug #298</a> by Taras Tielkes who also provided the relevant patch. </p> <hr noshade="noshade" size="1"/> <h3>18th of March, 2013 - Release of SLF4J 1.7.4</h3> <p>Added a package private <code>reset()</code> method to <code>SimpleLoggerFactory</code> for testing purposes.</p> <hr noshade="noshade" size="1"/> <h3>15th of March, 2013 - Release of SLF4J 1.7.3</h3> <p>The jul-to-slf4j bridge now correctly handles cases where the message string contains {}-placeholders but has no or zero parameters. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=212">bug #212</a>. The relevant patch was provided by Matthew Preston in a git pull request.</p> <p>Added missing methods and classes in log4j-over-slf4j module for Velocity compatibility. This issue was reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=280">bug 280</a> by Thomas Mortagne.</p> <hr noshade="noshade" size="1"/> <h3>11th of October, 2012 - Release of SLF4J 1.7.2</h3> <p>Added osgi-over-slf4j module which serves as an OSGi LogService implementation delegating to slf4j. This module is maintained by Matt Bishop and Libor Jelinek.</p> <p> Christian Trutz added missing PatternLayout class as well as several methods in the <code>Logger</code> and <code>Category</code> classes. See commit 442e90ba5785cba9 dated September 27th 2012 for details. </p> <p>Added org.slf4j.simpleLoggerwarnLevelString in slf4j-simple module.</p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=272">bug 272</a>. All <code>Logger</code> implementations shipping with SLF4J use <code>Object...</code> instead of <code>Object[]</code> to avoid compiler warnings.</p> <hr noshade="noshade" size="1"/> <h3>14th of September, 2012 - Release of SLF4J 1.7.1</h3> <p><a href="apidocs/org/slf4j/impl/SimpleLogger.html"><code>SimpleLogger</code></a> now supports writing to a file. The property names for configuring <code>SimpleLogger</code> have been modified to be consistently in camel case. More configuration options have been added. In the absence of configuration directives, <code>SimpleLogger</code> will behave exactly the same as in the past. <b>If you are one of the few users configuring <code>SimpleLogger</code> with configuration properties, you will need to adapt to the new and more consistent property names.</b></p> <hr noshade="noshade" size="1"/> <h3>6th of September, 2012 - Release of SLF4J 1.7.0</h3> <p><span class="bold big green">SLF4J now requires JDK 1.5.</span></p> <p>Printing methods in the <a href="apidocs/org/slf4j/Logger.html">Logger</a> interface now offers variants accepting <a href="http://docs.oracle.com/javase/1.5.0/docs/guide/language/varargs.html">varargs</a> instead of Object[]. Given that under the hood, the Java compiler transforms varargs into an array, this change is totally 100% no-ifs-or-buts backward compatible with all existing client code. </p> <p>The logger field (of type <code>java.util.logging.Logger</code>) in <code>JDK14LoggerAdapter</code> is now marked as transient. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=261">bug #261</a>, a serialization problem reported by Thorbj&oslash;rn Ravn Andersen.</p> <hr noshade="noshade" size="1"/> <h3>11th of June, 2012 - Release of SLF4J 1.6.6</h3> <p>Source repository has been moved to <a href="https://github.com/qos-ch/slf4j">https://github.com/qos-ch/slf4j</a> on github.</p> <p>In case multiple bindings are found on the class path, SLF4J will now output the name of the framework/implementation class it binds with.</p> <p><a href="apidocs/org/slf4j/impl/SimpleLogger.html">SimpleLogger</a> now supports configuration properties. </p> <p>LoggerWrapper in the slf4j-ext module now correctly deals with markers. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=265">bug #265</a> reported by Dario Campagna.</p> <p>The log4j-over-slf4j module now supports legacy projects providing their own log4j <code>LoggerFactory</code>. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=234">bug #234</a> reported by Laurent Pellegrino with Piotr Jagielski providing the appropriate patch.</p> <h3>4th of June, 2012 - Release of SLF4J 1.6.5</h3> <p>In the slf4j-log4j12 module, upgraded the log4j dependency to version 1.2.17.</p> <p>Added removeHandlersForRootLogger() method to <code><a href="apidocs/org/slf4j/bridge/SLF4JBridgeHandler.html">SLF4JBridgeHandler</a></code> class.</p> <p>The log4j-over-slf4j module now exports all its packages in its manifest. This issue was reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=262">262</a> by Mikhail Mazursky who also provided the relevant patch. </p> <h3>October 31st, 2011 - Release of SLF4J 1.6.4</h3> <p>Fixed in thread-safety issues in <code>BasicMDCAdapter</code> fixing <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=203">bug #203</a> and <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=224">bug #224</a>. Note that <code>BasicMDCAdapter</code> is only used with the slf4j-jdk14.jar binding. </p> <p><code>BasicMDCAdapter</code> invoked a method introduced in JDK 1.5 preventing it from running under JDK 1.4. Interestingly enough, this issue has never been reported by the user community.</p> <h3>October 17th, 2011 - Release of SLF4J 1.6.3</h3> <p><code>LogEvent</code> class in slf4j-ext module now correctly passes the event data as a parameter object. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=246">bug #246</a> reported by Ralph Goers. </p> <p>Added missing OSGi manifest to the jul-to-slf4j module. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=166">bug #166</a> reported by Ekkehard Gentz. </p> <p>In the log4j-over-slf4j module, added missing <code>getAllAppenders</code>() method in <code>Category</code> class. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=235">bug #235</a> reported by Anthony Whitford. </p> <h3>August 19th, 2011 - Release of SLF4J 1.6.2</h3> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=138">bug #138</a>. SLF4J will no longer complain about multiple SLF4J bindings when running under a Weblogic server. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=228">bug #228</a>. When running under IBM's JDK, and if no binding can be found, SLF4J will no longer throw a <code>NoClassDefFoundError</code>. Instead, it will default to an NOP implementation. Under the same circumstances but with Sun's JDK, SLF4J already defaulted to an NOP implementation since release 1.6.0.</p> <p>Added certain missing classes to the log4j-over-slf4j module as requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=225">bug 225</a> by Josh Stewart. </p> <hr noshade="noshade" size="1"/> <h3>July 5th, 2010 - Release of SLF4J 1.6.1</h3> <p>Updated log4j dependency to version 1.2.16 and <a href="http://cal10n.qos.ch/">CAL10N</a> dependency to version 0.7.4. </p> <p>Fixed missing versioning OSGi metadata in the log4j-over-slf4j module. This problem was reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=187">bug 187</a> by David Savage. </p> <hr noshade="noshade" size="1"/> <h3>May 8th, 2010 - Release of SLF4J 1.6.0</h3> <p>It is expected that <em>all</em> SLF4J releases in the 1.6.x series will be mutually compatible. </p> <p>As of SLF4J version 1.6.0, in the absence of an SLF4J binding, slf4j-api will default to a no-operation implementation discarding all log requests. Thus, instead of throwing an exception, SLF4J will emit a single warning message about the absence of a binding and proceed to discard all log requests without further protest. See also the <a href="manual.html#libraries">relevant section</a> in the user manual. </p> <p>In the presence of multiple parameters and if the last argument in a logging statement is an exception, then SLF4J will now presume that the user wants the last argument to be treated as an exception and not a simple parameter. See the relevant <a href="faq.html#paramException">FAQ entry</a> for further details. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=70">bug 70</a> submitted by Joern Huxhorn who also provided the relevant patch. </p> <p>The <code>log</code> method in <code>LocationAwareLogger</code> interface now admits an additional parameter of type <code>Object[]</code> representing additional arguments of the log request. Due to this modification, slf4j-api version 1.6.x will not work with bindings shipping with SLF4J 1.5.x -- bindings shipping with 1.6.x must be used. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=150">bug 150</a> by implementing missing <code>resetConfiguration()</code> and <code>shutdown()</code> methods in <code>LogManager</code> (in log4j-over-slf4j) as nop. In addition, the <code>getCurrentLoggers()</code> method has been implemented by returning an empty enumeration. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=170">bug 170</a> by a bare-bones implementation of the <code>NDC</code> class in log4j-over-slf4j.</p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=175">bug 175</a> by synchronizing access to the loggerNameList field.</p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=164">bug 164</a> observed when SLF4J artifacts were placed under java.endorsed.dirs.</p> <p>Fixed sub-optimal list type usage in <code>SLF4JLogFactory</code> as reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=179">bug 179</a> by Sebastian Davids. </p> <p>Fixed documentation inconsistency in <code>SLF4JLog</code> as reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=180">bug 180</a> by Sebastian Davids. </p> <hr noshade="noshade" size="1"/> <h3>February 25th, 2010 - Release of SLF4J 1.5.11</h3> <p>Users yet unfamiliar with SLF4J sometimes unknowingly place both <em>log4j-over-slf4j.jar</em> and <em>slf4j-log4j12.jar</em> simultaneously on the class path causing stack overflow errors. Simultaneously placing both <em>jcl-over-slf4j.jar</em> and <em>slf4j-jcl.jar</em> on the class path, is another occurrence of the same general problem. As of this version, SLF4J preempts the inevitable stack overflow error by throwing an exception with details about the actual cause of the problem. This is deemed to be better than leaving the user wondering about the reasons of the <code>StackOverflowError</code>. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=168">bug 168</a>. In case log4j-over-slf4j is used and a logback appender requires a third party library which depends on log4j, the <code>log(String FQCN, Priority p, Object msg, Throwable t)</code> method in log4j-over-slf4j's Category class would throw an <code>UnsupportedOperationException</code>. Problem reported by Seth Call.</p> <hr noshade="noshade" size="1"/> <h3>December 3rd, 2009 - Release of SLF4J 1.5.10</h3> <p>SLF4J version 1.5.10 consist of bug fixes and minor enhancements. It is totally backward compatible with SLF4J version 1.5.8. However, the slf4j-ext module ships with a new package called <code>org.slf4j.cal10n</code> which adds <a href="localization.html">localized/internationalized logging</a> support as a thin layer built upon the <a href="http://cal10n.qos.ch">CAL10N API</a>.</p> <p><a href="http://www.slf4j.org/android/">SLF4J-android</a>, maintained by <a href="http://dbis.cs.unibas.ch/team/thorsten-moller/dbis_staff_view">Thorsten M&ouml;ller</a>, was added as a daughter project of SLF4J. </p> <p>Added missing "Export-Package" declaration for cal10n in the OSGi manifest file for sfl4j-ext. This was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=156">bug 156</a> by Pete Muir.</p> <p>In log4j-over-slf4j, added missing log(...) methods as requested by Zoltan Szel in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=139">bug report 139</a>.</p> <p>In log4j-over-slf4j, added missing <code>LogManager</code> class as requested by Rick Beton in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=150">bug report 150</a>.</p> <p>In the slf4j-ext module, added <code>getCopyOfChildTimeInstruments</code> and <code>getCopyOfGlobalStopWatch</code> methods to the <code>Profiler</code> class. This enables developers to build their own output formatters for a given Profiler. This feature was requested by David Lindel&ouml;f in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=141">bug 141</a>. </p> <p>Fixed a <code>NullPointerException</code> occurring in unspecified conditions as described in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=146">bug report 146</a> by Dapeng Ni.</p> <p>Added missing OSGi manifest to the <em>log4j-over-slf4j</em> module as requested by Wade Poziombka in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=117">bug 117</a>. </p> <p>OSGi manifests produced by SLF4J now replace the '-' character by '.' in compliance with the OSGi specification. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=152">bug 152</a> according to the patch supplied by Hugues Malphettes. </p> <p>Fixed packaging issue in jcl104-over-slf4j which inadvertently produced a jar file as described in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=151">bug 151</a> by Jesse McConnell.</p> <hr noshade="noshade" size="1"/> <h3>June 11th, 2009 - Release of SLF4J 1.5.8</h3> <p>SLF4J version 1.5.8 consist of bug fixes. It is totally backward compatible with SLF4J version 1.5.7.</p> <p>The Maven pom file for the <code>log4j-over-slf4j</code> module contained a compile time dependency on the <code>slf4j-jdk14</code> module. The dependency should have been declared in the test scope. This problem was reported by Jean-Luc Geering on the slf4j user list. </p> <h3>June 10th, 2009 - Release of SLF4J 1.5.7</h3> <p>SLF4J version 1.5.7 consist of bug fixes and minor enhancements. It is totally backward compatible with SLF4J version 1.5.6.</p> <p>In SLF4J versions 1.5.5 and 1.5.6, the <code>LoggerFactory</code> class which is at the core of SLF4J, if a version compatibility issue was detected, accidentally invoked a method which was introduced in JDK 1.5. Thus, instead of issuing a clear warning message, SLF4J would throw a <code>NoClassDefFoundError</code>. Consequently, SLF4J would not run with JDK 1.4 and earlier but only if a version incompatibility issue was present. For example, if you were mixing <em>slf4j-api-1.5.6.jar</em> with <em>slf4j-simple-1.4.2.jar</em>, which are mutually incompatible. Please note that this bug affects only SLF4J versions 1.5.5 and 1.5.6 <em>and</em> only in the presence of incompatible versions of slf4j-api and its binding. </p> <p>SLF4J will now emit a warning if more than one binding is present on the class path. This enhancement was proposed in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=132">bug 132</a> contributed by by Robert Elliot. </p> <p>The Log interface implementations in the jcl-over-slf4j module will now correctly cope with serialization. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=79">bug 79</a> reported by Mathias Bogaert. Many thanks to Eric Vargo for precisely identifying the problem and supplying the corresponding patch.</p> <p>The log4j-over-slf4j module will now correctly interact with logging frameworks supporting location information such as java.util.logging and logback. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=131">bug 131</a> reported by Marc Zampetti. </p> <p><code>SLF4JBridgeHandler</code> will no longer ignore log records with an empty message. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=108">bug 108</a> reported by Pepijn Van Eeckhoudt and independently by Dan Lewis. </p> <p>In case the <code>toString()</code> method of a parameter throws an exception, <code>MessageFormatter</code> will now print an error message, instead of letting the exception bubble higher up as previously. This fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=112">bug 112</a> submitted by Joern Huxhorn. </p> <hr noshade="noshade" size="1"/> <h3>November 21st, 2008 - Release of SLF4J 1.5.6</h3> <p>SLF4J version 1.5.6 consists of bug fixes. Users are encouraged to upgrade to SLF4J version 1.5.6. The upgrade should pose no problems. Nevertheless, you might still want to refer to the SLF4J <a href="compatibility.html">compatibility report</a>. </p> <p>Fixed long standing <a href="http://jira.qos.ch/browse/LBCLASSIC-87">LBCLASSIC-87</a> and its younger sibling <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=113">bug 113</a>. With each call to getLogger() method, <code>LoggerContext</code> will now retrieve the ILoggerFactory afresh from <code>StaticLoggerBinder</code>. This change enables context selectors of native implementations, e.g logback, to work correctly. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=114">bug 114</a> reported by Jason Arndt. Corrected the way <code>XLogger</code> (in slf4j-ext) passes its fully qualified class name so that the underlying logging system can correctly compute location information. </p> <p>The <code>install()</code> method of <code>SLF4JBridgeHandler</code> will no longer reset the entire j.u.l. environment but solely add a <code>SLF4JBridgeHandler</code> instance to jul's root logger. By the same token, the <code>uninstall()</code> method will remove previously added <code>SLF4JBridgeHandler</code> instances without making any other modifications to the j.u.l. configuration. </p> <p>Added <code>MDCStrLookup</code> to slf4j-ext. This class can be used with Apache Commons Lang's <code>StrSubstitutor</code> class to inject values in the SLF4J MDC into strings. Information on StrSubstitutor can be found at <a href="http://commons.apache.org/lang/api-release/org/apache/commons/lang/text/StrSubstitutor.html">StrSubstitutor javadoc</a>. </p> <hr noshade="noshade" size="1"/> <h3>October 17th, 2008 - Release of SLF4J 1.5.5</h3> <p>The version check mechanism introduced in SLF4J 1.5.4 was inconsistent with the large size of SLF4J's installed user base. We cannot expect external SLF4J implementations to align their release schedule with that of SLF4J. Consequently, this SLF4J version, namely 1.5.5, retains versions checks but as an elective process. For further details see the <a href="faq.html#version_checks">relevant entry</a> in the FAQ. </p> <p>You are highly encouraged to upgrade to SLF4J version 1.5.5. The upgrade should pose no problems. Nevertheless, you might still want to refer to the SLF4J <a href="compatibility.html">compatibility report</a>. </p> <h3>October 16th, 2008 - Release of SLF4J 1.5.4</h3> <p>This version corrects critical bugs. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=106">critical bug 106</a>. In previous versions of SLF4J, if during the initial binding phase, the underlying logging system's default configuration created or invoked loggers, a <code>NullPointerException</code> would be thrown. Refer to the <a href="codes.html#substituteLogger">in error codes</a> document for a fuller explanation.</p> <p>At initialization time, LoggerFactory will now check that the version of the slf4j-binding matches that of slf4j-api. If there is a mismatch a warning will be issued on the console. This should help users identify SLF4J related problems more quickly.</p> <p>Improvements in documentation as well as fix for <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=102">packaging problems</a> related to <em>slf4j-ext</em> module. </p> <p>SLF4JBridgeHandler (part of jul-to-slf4j) now accounts for loggers with resourceBundle as well parameters. This feature requested by Darryl Smith in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=98">bug 98</a> and by Jarek Gawor in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=103">bug 103</a>.</p> <p>We now say that markers contain <em>references</em> to other markers. We no longer talk about child markers. The javadocs of the <code>Marker</code> interface have been updated to reflect this change. Moreover, the <code>hasChildren()</code> method in the Marker interface has been deprecated and a new method called <code>hasReferences()</code> was added. </p> <hr noshade="noshade" size="1"/> <h3>September 12th, 2008 - Release of SLF4J 1.5.3</h3> <p>See also the <a href="compatibility.html#1_5_3">compatibility report for this version</a>. </p> <p>Added a new module called slf4j-ext for slf4j-extensions. See <a href="extensions.html">its documentation</a> for further details.</p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=71">bug 71</a> which was re-opened by Manfred Geiler. SLF4J loggers now survive serialization. By survive serialization, we mean that the deserialized logger instance are fully functional. </p> <p>The fix for <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=68">bug 68</a> as implemented in version 1.5.1 was incomplete. Michael Furman supplied a more complete fix which was incorporated in this release.</p> <p>When slf4j bridges, e.g. jcl-over-slf4j or log4j-over-slf4j, were used in conjunction with JUL as the underlying logging system, JDK14LoggerAdapter created a LogRecord even for disabled log statements. This performance issue was reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=90">bug 90</a> by Matthew Mastracci. </p> <p>Added support for array values, including multi-dimensional arrays, as parameters. For example,</p> <p class="source">log.debug("{} {}", "A", new int[] {1, 2}});</p> <p>will print as "A [1, 2]" instead of "A [I@6ca1c" as previously. This enhancement was proposed by "lizongbo". </p> <p>Parameter substitution code has been simplified. SLF4J now only cares about the "{}" formatting anchor, that is the '{' character immediately followed by '}'. Previously, the '{' had meaning on its own. As a result of this change, users no longer need to escape the '{' unless it is immediately followed by '}'. Existing messages which escaped standalone '{' character will be printed with a preceding backslash. However, no data loss in the printed messages will occur. </p> <p>Added missing <code>getInstance</code> methods to the <code>Category</code> class in the log4j-over-slf4j module, fixing <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=95">bug 95</a> reported by Michael Rumpf.</p> <hr noshade="noshade" size="1"/> <h3>June 8th, 2008 - Release of SLF4J 1.5.2</h3> <p>Improvements to SLF4J documentation as well as fix of <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=88">packaging problems</a> related to <em>jul-to-slf4j.jar</em> and <em>jcl104-over-slf4j.jar</em>. </p> <h3>June 5th, 2008 - Release of SLF4J 1.5.1</h3> <p>See also the <a href="compatibility.html#1_5_1">compatibility report for this version</a>.</p> <p>In order to support JCL version 1.1.1, the <em>jcl<b>104</b>-over-slf4j</em> module was renamed as <em>jcl-over-slf4j</em>. SLF4J will no longer ship with <em>jcl104-over-slf4j.jar</em> but with <em>jcl-over-slf4j.jar</em>. The related work responds to enhancement request discussed in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=85">bug 85</a> as reported by Niklas Gustavsson. </p> <p>The <em>slf4j-jcl</em> binding now depends on commons-logging version 1.1.1 instead of the older 1.0.4</p> <p>Added a java.util.logging to SLF4J bridge as requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=38">bug 38</a> by Christian Stein, David Smiley, Johan Ferner, Joern Huxhorn and others. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=68">bug 68</a> reported by Su Chuan and David Rauschenbach. SLF4J requires log4j 1.2.12 or later. However, if an older version of log4j is present (lacking the TRACE level), in order to avoid NoSuchMethodError exceptions, the SLF4J's <code>Log4jLoggerAdapter</code> will map the TRACE level as DEBUG. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=78">bug 78</a> reported by Venu Thachappilly. If the argument array passed to a Logger printing method (debug, info, etc.) was null, a <code>NullPointerException</code> was thrown. With the correction, the messagePattern is returned as is, without parameter substitution. </p> <p>Added the <code>getCopyOfContextMap</code> and <code>setContextMap</code> methods to the <code>MDCAdapter</code> and <code>org.sf4j.MDC</code> classes. This was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=84">bug 84</a> by Anton Tagunov. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=74">bug 74</a>, an endless recursion problem in Marker.contains method, reported by Michael Newcomb. Also added he <code>getDetachedMarker</code> method to <code>IMarkerFactor</code> and <code>MarkerFactory</code> classes which was indirectly requested in bug 74. </p> <p>Added the methods <code>getLevel()</code> and <code>getEffectiveLevel()</code> to the <code>Category</code> class in log4j-over-slf4j. This addition was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=74">bug 74</a> by Michael Newcomb. </p> <p>The <a href="migrator.html">SLF4J Migrator</a> tool has been improved to support migration from JUL to SLF4J. </p> <p>In <code>MarkerIgnoringBase</code> class, corrected mapping of trace methods with markers to their equivalents without marker data. Previously, the mapping was trace to debug. The incorrect mapping affected only calls to the trace method with markers. Interestingly enough, this bug was picked up by new unit tests and has not been reported as a bug by our users. </p> <h3>February 26th, 2008 - Release of SLF4J 1.5.0</h3> <p>A tool called <a href="migrator.html">SLF4J Migrator</a> now ships with SLF4J. It can help you migrate your project using JCL or log4j to use SLF4J instead. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=61">bug 61</a> reported by Christopher Sahnwaldt. It is now possible to place a backslash in front of a formatting anchor, by escaping the backslash. For example, the call to <code>MessageFormatter.format("C:\\\\{}", "foo")</code> will now correctly return "C:\\foo". The backslash character needs to be escaped in Java, which leads to four backslashes. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=63">bug 63</a> reported by Maarten Bosteels. SLF4J now supports MDC for <code>java.util.logging</code> package. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=64">bug 64</a> reported by Michal Bernhard. The log4j binding will now alert the user if she uses SLF4J with a version of log4j earlier than 1.2.12. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=65">bug 65</a> reported by Ben Gidley. Superfluous &lt;version>$&#x7B;parent.version}&lt;/version> lines have been removed from pom.xml files. These lines reportedly confuse certain Maven repositories. </p> <p>In the <code>org.apache.log4j.Category</code> class, as implemented in the log4j-over-slf4j module, calls to the printing trace() are now correctly mapped to SLF4J's trace() printing method (instead of debug()). Superfluous printing methods with the signature <code>xxxx(Object, Object)</code> and <code>xxxx(String, Object, Object)</code> have been removed. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=67">bug 67</a> reported by Chris Custine. The manifest file for jcl104-over-slf4j now correctly declares version 1.0.4 for the exported JCL packages. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=69">bug 69</a> reported by Joern Huxhorn, who graciously supplied the fix as well as a test case. The <code>add</code> method in <code>BasicMarker</code> class now correctly prevents multiple addition of the same child. Moreover, the <code>remove</code> method now correctly removes the specified child marker. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=41">bug 41</a> reported by Sebastian Davids. The manifest files of various projects now mention J2SE-1.3 as the required execution environment. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=71">bug 71</a> reported by Manfred Geiler. The SLF4JLog and SLF4JLocationAwareLog classes are now serializable solving serialization problems encountered with certain libraries which attempt to serialize JCL log instances. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=73">bug 73</a> reported by Oleg Smirsky. A "Fragment-Host: slf4j.api" line has been added to every MANIFEST.MF file exporting <code>org.slf4j.impl</code>. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=72">bug 72</a> reported by Ian Carr. Performance issues with slf4j-jdk14 for disabled log statements have now been corrected. </p> <hr noshade="noshade" size="1"/> <h3>August 20th, 2007 - Release of SLF4J 1.4.3</h3> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=60">bug 60</a> as reported by Costin Leau. OSGI manifest entries now declare the correct SLF4J version. </p> <p>Clarified the behavior of the various methods methods in the MDC class with respect to "null" parameters. This was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=58">bug 58</a> by Sebastian Davids. </p> <p>Removed the slf4j-archetype module because nobody seems to have a use for it.</p> <h3>July 12th, 2007 - Release of SLF4J 1.4.2</h3> <p>The <a href="log4j-over-slf4j.html">log4j-over-slf4j</a> module has been moved back into SLF4J. Originally, this module was part of SLF4J and was moved into logback due to the lack of MDC support in SLF4J. With version 1.4.2 and the addition of MDC support in SLF4J 1.4.1, log4j-over-slf4j returns to its original home. Note that the previous name of the module was <a href="http://logback.qos.ch/bridge.html">log4j-bridge</a>. </p> <p>Addition of the <code>getMDCAdapter</code> method to org.slf4j.MDC class. This allows access to the actual MDC implementation which can on occasion come in very handy. </p> <hr noshade="noshade" size="1"/> <h3>July 4th, 2007 - Release of SLF4J 1.4.1</h3> <p>SLF4J now supports <a href="manual.html#mdc">Mapped Diagnostic Contexts</a> (MDC) as requested by Andy Gerweck and Steve Ebersole in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=49">bug 49</a>. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=53">bug 53</a> as reported by Heinrich Nirschl. The public method <code>trace(String)</code> in the <code>Log4jLoggerAdapter</code> class incorrectly called the underlying log4j logger with level DEBUG instead of TRACE. </p> <p>Fixed various documentation related errors kindly reported by Mark Vedder. </p> <hr noshade="noshade" size="1"/> <h3>May 16th, 2007 - Release of SLF4J 1.4.0</h3> <p>In response to many user requests over time, the TRACE level has been added to <a href="api/org/slf4j/Logger.html">org.slf4j.Logger</a> interface. Please also see the <a href="faq.html#trace">FAQ entry discussing</a> the TRACE level. </p> <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=47">bug 47</a> as reported by Terry Todd. In previous a SLF4J release the <code>org.apache.commons.logging.impl.SLF4FLogFactory</code> class was renamed as <code>SLF4JLogFactory</code>. The <em>META-INF/services/org.apache.commons.logging.LogFactory</em> resource file had not reflected this change. It does now. </p> <p>Eric Yung <a href="http://www.slf4j.org/pipermail/user/2007-April/000327.html">reported</a> that Apache commons-configuration access certain commons-logging classes, namely <code>org.apache.commons.logging.impl.NoOpLog</code> and SimpleLog, directly. Following Eric's suggestion, jcl104-over-slf4j now includes the aforementioned classes. </p> <hr noshade="noshade" size="1"/> <h3>April 15th, 2007 - Release of SLF4J 1.3.1</h3> <p>In response to a <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=39">enhancement request</a> made by Michael Newcomb, a marker can now be detached from the internal list of the <code>MarkerFactory</code> that generated it. </p> <p>Fixed a silly but nonetheless annoying bug where log request of level ERROR made through jcl104-over-slf4j would log twice. This bug was <a href="http://www.slf4j.org/pipermail/user/2007-April/000323.html">reported</a> and precisely described by Andrew Cooke. </p> <hr noshade="noshade" size="1"/> <h3>February 25th, 2007 - Release of SLF4J 1.3.0</h3> <p>This release consists of rearrangement of classes among projects. More specifically, the <code>org.slf4j.LoggerFactory</code> class is now packaged within the <em>slf4j-api.jar</em> file instead of the various slf4j bindings. <b>It follows that client code needs to depend on only slf4j-api in order to compile, while the various slf4j bindings are only needed as runtime dependencies.</b> See also the <a href="faq.html#maven2">Maven2-related FAQ entry</a>. Given the practical significance of this change, we highly recommend that library-authors upgrade to version 1.3 at their earliest convenience. </p> <p><a href="http://bugzilla.slf4j.org/show_bug.cgi?id=23">Bug number 23</a> has been fixed, at the cost of minor and backward compatible changes. In other words, jcl104-over-slf4j now preserves caller location information. </p> <p>It is now possible to obtain the root logger of the underlying logging implementation by requesting a logger named &quot;ROOT&quot;. This feature was requested by Sebastien Davids in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=35">bug report 35</a>. </p> <p>For an exact list of changes please refer to the <a href="changes/changes-1.3.txt">1.3.0 compatibility report</a> file as generated by clirr.</p> <hr noshade="noshade" size="1"/> <h3>January 24th, 2007 - Release of SLF4J 1.2</h3> <p>This release includes several modifications to make SLF4J an <a href="http://www.osgi.org/">OSGi</a>-friendly framework. The modules' MANIFEST.MF files now include OSGi metadata. Regarding these improvements, and OSGi in general, the SLF4J project is happy to welcome John E. Conlon as a new committer. </p> <p>Marker objects are now Serializable. </p> <hr noshade="noshade" size="1"/> <h3>December 21st, 2006 - Release of SLF4J 1.1.0 (final)</h3> <p>This release consists of minor bug fixes and documentation changes. More importantly, the log4j-over-slf4j module has been moved to the logback project, under the name <a href="http://logback.qos.ch/bridge.html">log4j-bridge</a>. </p> <p>Added the file "org.apache.commons.logging.LogFactory" under META-INF/services directory which went missing in the 1.1.0 series of SLF4J. This fixes a compatibility problem with Apache Axis which uses its own discovery mechanism, namely, commons-discovery version 0.2. The problem was reported in bug <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=33">report 33</a> by David Varnes. </p> <p>The file jcl104-over-slf4j.jar had various entries missing in its MANIFEST.MF file, as reported by Boris Unkel in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=30">bug number 30</a>. </p> <hr noshade="noshade" size="1"/> <h3>November 16th, 2006 - Release of SLF4J 1.1.0-RC1</h3> <p>This release consists of packaging related bug fix in addition to minor documentation changes. </p> <p>Contrary to RC0, RC1 no longer uses SNAPSHOT versions for the slf4j-parent pom. The solution to <a href="http://ceki.blogspot.com/2006/11/solution-to-maven2-version-number.html">Maven version problem</a> does not work for public projects such as SLF4J because SNAPSHOTs are not allowed on ibiblio. </p> <hr noshade="noshade" size="1"/> <h3>November 4th, 2006 - Release of SLF4J 1.1.0-RC0</h3> <p>This release consists of bug fixes. Moreover, since the major packaging related changes in 1.1.0-beta0 seem to work well, this release is marked as RC0.</p> <p>Fixed the JDK 1.5 dependency for the SLF4J build, as reported by Boris Unkel in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=28">bug number 28</a>. SLF4J now explicitly declares a dependency on JDK 1.4 in its pom.xml file. </p> <p>Fixed an incorrect reference to the logback project in slf4j-api pom file. This bug was reported by Boris Unkel in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=29">bug number 29</a>. </p> <p>Fixed a synchronization problem in factories of almost all SLF4J bindings. This bug was reported independently by Howard M. Lewis Ship and Boris Unkel in bug reports <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=26">26</a> and respectively <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=26">27</a>. </p> <hr noshade="noshade" size="1"/> <h3>September 7th, 2006 - Release of SLF4J 1.1.0-beta0</h3> <p>Release 1.1.0-beta0 is a relatively important release with a refactoring of the way class files are organized in jar files. In previous releases, each binding was self-contained in a single jar file. In this release, each and every binding depends on <em>slf4j-api.jar</em> which contains the bulk of the classes required to use SLF4J, except for one or two adapter classes. Only the adapter classes are now shipped with each specific binding jar as appropriate for the underlying logging system.. </p> <p>This release is built using Maven instead of Ant. As for the java code, it has not been changed.</p> <hr noshade="noshade" size="1"/> <h3>June 8th, 2006 - Release of SLF4J 1.0.2</h3> <p>Release 1.0.2 is a maintenance release containing bug fixes only.</p> <ul> <li>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=22">bug number 22</a> reported by Bjorn Danielsson. This version of the SLF4J API will no longer systematically throw an exception when the <code>o.a.c.l.impl.SLF4FLogFactory#release()</code> method is invoked. Instead, the <code>release()</code> method will issue a <a href="http://www.slf4j.org/codes.html">warning</a>. </li> </ul> <hr noshade="noshade" size="1"/> <h3>May 1st, 2006 - Release of SLF4J 1.0.1</h3> <p>Release 1.0.1 is a maintenance release containing bug fixes only.</p> <ul> <li>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=20">bug number 20</a> reported by Steve Bate. <code>JDK14LoggerAdapter</code> will now correctly relay the logger name to the underlying JDK 14 logging system. </li> <li>Added the file "org.apache.commons.logging.LogFactory" under META-INF/services directory in the jcl104-over-slf4j jar file. This fixes a compatibility problem with Apache Axis which uses its own discovery mechanism, namely, commons-discovery version 0.2. The bug was reported by Dave Wallace. </li> </ul> <hr noshade="noshade" size="1"/> <h3>March 8th, 2006 - Release of SLF4J 1.0</h3> <p>This is release labeled as 1.0 (final) contains few relatively minor changes: </p> <ul> <li>As <a href="http://marc.theaimsgroup.com/?t=114063163800004">discussed</a> on the slf4j user list, <code>SimpleLogger</code> now directs its output to stderr instead of stdout. </li> <li>Modified <code>JDK14LoggerAdapter</code> so that caller information is now correctly printed, as reported in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=13">bug 13</a> by Peter Royal. </li> <li>Minor additions to the Marker interface.</li> </ul> <hr noshade="noshade" size="1"/> <h3>February 4th, 2006 - Release of SLF4J 1.0-RC6 and NLOG4J 1.2.22</h3> <p>The <code>MarkingLogger</code> interface has been removed and its contents merged into <code>org.slf4j.Logger</code>. This change should not adversely affect end-users. However, SLF4J bindings need to be updated. This has been done for all the bindings shipped with SLF4J distribution as well as NLOG4J. As for x4juli, the update is planned for its next release. </p> <p>The merge between the <code>MarkingLogger</code> and <code>Logger</code> interfaces has been motivated by the need to allow end-users to easily switch between logging systems that support markers and those that do not. </p> <p>Added a default instance to SimpleLoggerFactory to serve as a last resort fallback mechanism. This instance is designed to be used by a very specific group of users, namely for those developing logging systems (e.g. log4j or LOGBack). It is not intended for end-users of the SLF4J API. </p> <hr noshade="noshade" size="1"/> <h3>January 9th, 2006 - Release of SLF4J 1.0-RC5 and NLOG4J 1.2.21</h3> <p>A maintenance release correcting bugs <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=11">#11</a> and <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=12">#12</a> and in general improved resilience to null input parameters across implementations. Many thanks to Boris Unckel and Kenneth for reporting the null input issue. </p> <hr noshade="noshade" size="1"/> <h3>December 27th, 2005 - Release of SLF4J 1.0-RC4 and NLOG4J 1.2.20</h3> <p>The printing methods in <code>org.slf4j.Logger</code> interface now support passing 3 or more parameters in an <code>Object</code> array. This was a frequently requested feature missing in previous versions of SLF4J. </p> <p>NLOG4J 1.2.20 reflects the addition of new methods in the <code>org.slf4j.Logger</code> interface.</p> <hr noshade="noshade" size="1"/> <h3>December 8th, 2005 - Release of SLF4J 1.0-RC3</h3> <p>Maintenance release fixing reported bugs <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=6">#6</a> and <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=7">#7</a>. </p> <h3>November 28th, 2005 - Release of SLF4J 1.0-RC2</h3> <p>In response to a request by Greg Wilkins, this release adds the jar file <em>slf4j-jcl.jar</em>, an SLF4J binding for JCL. Please read the <a href="manual.html#gradual">gradual migration section</a> in the manual for more details. </p> <hr noshade="noshade" size="1"/> <h3>November 21st, 2005 - Release of SLF4J 1.0-RC1</h3> <p>A maintenance release correcting bugs <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=4">#4</a> and <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=5">#5</a>. Many thanks to Christian Beil for accurately reporting bug #4. </p> <p>There has been also an effort to minimize the file sizes of the various jar files produced by SLF4J, resulting in jar files approximately 40% smaller than in version 1.0beta9. </p> <p>Given that the SLF4J API is now deemed stable, this release is marked as RC1, that is release candidate number 1. </p> <hr noshade="noshade" size="1"/> <h3>October 19th, 2005 - Release of SLF4J 1.0-beta9</h3> <p>The SLF4J distribution now includes two distinct bindings <em>slf4j-log4j12.jar</em> and <em>slf4j-log4j13.jar</em> in order to differentiate between log4j version 1.2 and version 1.3. This distinction is absolutely necessary because log4j 1.2 and 1.3 are not run-time compatible, although they are mostly compile-time compatible. </p> <hr noshade="noshade" size="1"/> <h3>October 19th, 2005 - Release of SLF4J 1.0-beta8 and NLOG4J 1.2.18</h3> <p>Added a new SLF4J binding, <em>slf4j-log4j.jar</em>, intended to be used in conjunction with vanilla <em>log4j.jar</em>, as distributed by the <a href="http://logging.apache.org">Apache Logging Services</a> project. The slf4j-log4j binding is quite similar in structure to the JDK 1.4 binding that existed previously. </p> <p>The slf4j-log4j binding addresses compatibility problems which arose when copies of both <em>log4j.jar</em> and <em>nlog4j.jar</em> lay on the class path, in particular when it was undesirable or impossible to remove the preexisting <em>log4j.jar</em> file. </p> <p>Methods in the <code>org.slf4j.Logger</code> interface related to markers were moved to a separate super interface called <a href="api/org/slf4j/MarkingLogger.html"> <code>org.slf4j.MarkingLogger</code></a>. This refactoring reduces the weight of the <a href="api/org/slf4j/Logger.html"> <code>Logger</code></a> interface. </p> <hr noshade="noshade" size="1"/> <h3>August 28th, 2005 - Release of SLF4J 1.0-beta7 and NLOG4J 1.2.17</h3> <p>Spurred by <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=3">bug report #3</a>, SLF4J binding code has been refactored and simplified. Logging systems implementing SLF4J interfaces have to have less work in order to bind with SLF4J. Moreover, these changes have no incidence on the published interface of SLF4J. </p> <hr noshade="noshade" size="1"/> <h3>August 26th, 2005 - Release of SLF4J 1.0-beta6</h3> <p>To ease migration to SLF4J from JCL, this release includes a jar file called <em>jcl-over-slf4j-1.0.4.jar</em>. This jar file can be used as drop-in replacement for JCL version 1.0.4. It implements the public API of JCL using SLF4J underneath. </p> <p>Thus, you can immediately benefit from the advantages of SLF4J without waiting for all the libraries you depend on to migrate to SLF4J first.</p> <hr noshade="noshade" size="1"/> <h3>August 16th, 2005 - Release of NLOG4J 1.2.16</h3> <p>This release adds solves a compatibility problem between log4j and nlog4j. Previous to this release, code compiled with log4j would not run correctly with nlog4j. </p> <p>With the fixes introduced in NLOG4J 1.2.16, code compiled with log4j 1.2.x will run without problems when deployed using NLOG4j. </p> <p>However, the inverse is not true. Code compiled with nlog4j can only be deployed using nlog4j. </p> <hr noshade="noshade" size="1"/> <h3>August 12th, 2005 - Release of SLF4J 1.0-beta5 and NLOG4J 1.2.15</h3> <p>This release adds support for the <a href="api/org/slf4j/Marker.html">Marker</a> interface. Thus, log statements can be decorated with Marker data allowing more expressive power in the processing of log statements. </p> <p>For the sake of IoC frameworks, <code>Logger</code> instances can new be queried for their <a href="api/org/slf4j/Logger.html#getName()">name</a>. </p> <p>With the addition of markers, sub-domains are no longer needed.</p> <p>The <code>LoggerFactoryAdapter</code> has been simplified and renamed as <a href="api/org/slf4j/ILoggerFactory.html"><code>ILoggerFactory</code></a>. </p> <hr noshade="noshade" size="1"/> <h3>July 5th, 2005 - Release of NLOG4J 1.2.14</h3> <p>This release fixes compatibility problems between NLOG4J and Jakarta Commons Logging. </p> <hr noshade="noshade" size="1"/> <h3>June 28th, 2005 - Release of SLF4J 1.0-beta4 and NLOG4J 1.2.13</h3> <p>Following discussions on the SLF4J developers list, the signatures of the printing methods in <a href="api/org/slf4j/Logger.html"><code>org.slf4j.Logger</code></a> interface have been modified to admit messages of type <code>String</code> instead of type <code>Object</code> as previously. The current set of printing methods is listed below. </p> <pre class="source"> void debug(String msg); void debug(String format, Object arg); void debug(String format, Object arg1, Object arg2); void debug(String msg, Throwable t); void error(String msg); void error(String format, Object arg;) void error(String format, Object arg1, Object arg2); void error(String msg, Throwable t); void info(String msg); void info(String format, Object arg); void info(String format, Object arg1, Object arg2); void info(String msg, Throwable t); void warn(String msg); void warn(String format, Object arg); void warn(String format, Object arg1, Object arg2); void warn(String msg, Throwable t); </pre> <p>NLOG4J release 1.2.13 reflects changes in the SLF4J API. </p> <p>You can download SLF4J and NLOG4J, including full source code, class files and documentation on our <a href="download.html">download page</a>. </p> <hr noshade="noshade" size="1"/> <h3>May 17th, 2005 - SLF4J version 1.0-beta-3 released</h3> <p>In response to user comments, the <code>org.slf4j.ULogger</code> interface has been renamed as <code>org.slf4j.Logger</code>. </p> <hr noshade="noshade" size="1"/> <h3>May 17th, 2005 - NLOG4J version 1.2.12 released</h3> <p>SLF4J.ORG is proud to release NLOG4J 1.2.12, a log4j-replacement with native SLF4J API support. Except for users of LF5, chainsaw or <code>NTEvenAppender</code>, NLOG4J should be considered as a 100% compatible, drop-in replacement for log4j version 1.2.9. </p> <p>This release reflects changes in the SLF4J API, i.e renaming of <code>org.slf4j.ULogger</code> interface as <code>org.slf4j.Logger</code>. </p> <hr noshade="noshade" size="1"/> <h3>May 17th, 2005 - SLF4J version 1.0-beta-3 released</h3> <p>SLF4J.ORG is proud to release SLF4J 1.0-beta-3. In response to user comments, the <code>org.slf4j.ULogger</code> interface has been renamed as <code>org.slf4j.Logger</code>. </p> <p>You can download SLF4J, including full source code, class files and documentation on our <a href="download.html">download page</a>. </p> <hr noshade="noshade" size="1"/> <h3>May 14th, 2005 - NLOG4J version 1.2.11 released</h3> <p>SLF4J.ORG is proud to release NLOG4J 1.2.11, a log4j-replacement with native SLF4J API support. Except for users of LF5, chainsaw or <code>NTEvenAppender</code>, NLOG4J should be considered as a 100% compatible, drop-in replacement for log4j version 1.2.9. </p> <p>You can download NLOG4J version 1.2.11, including full source code, class files and documentation on our <a href="download.html">download page</a>. </p> <hr noshade="noshade" size="1"/> <h3>May 4th, 2005 - SLF4J version 1.0-beta-2 released</h3> <p>SLF4J.ORG is proud to release SLF4J 1.0-beta-2. This release contains cosmetic or javadoc changes. For example, the project has a new logo. </p> <p>You can download SLF4J version 1.0-beta2, including full source code, class files and documentation on our <a href="download.html">download page</a>. </p> <hr noshade="noshade" size="1"/> <h3>1 May 2005 - not-log4j-1.2.10 released</h3> <p>Subsequent to the recall of log4j 1.2.10, SLF4J.ORG releases non-log4j-1.2.10 for those interested in SLF4J support in log4j. </p> <p>You can download not-log4j version 1.2.10, including full source code, class files and documentation on our <a href="download.html">download page</a>. </p> <hr noshade="noshade" size="1"/> <h3>22 April 2005 - SLF4J project goes live</h3> <p>The SLF4J project site, including SVN repositories go live. Users can download SLF4J version 1.0-beta1. </p> <hr noshade="noshade" size="1"/> <h3>15 April 2005 - start of work on SLF4J source code</h3> <p>Start of work on the SLF4j source code. </p> <hr noshade="noshade" size="1"/> <h3>13 April 2005 - start of work on SLF4J project</h3> <p>Launch of the SLF4J project. Work has begun on the web-site, svn repositories as well as the source code. </p> <script src="templates/footer.js" type="text/javascript"></script> </div> </body> </html>
geekboxzone/mmallow_external_slf4j
slf4j-site/src/site/pages/news.html
HTML
mit
60,690
<!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"> <title>Tweets Sentiment Map</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="css/index.css"> <script type="text/javascript" src="lib/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDNc0dmlvo53X4djeek5mOLB3Q0ETqCg7w"> </script> <script type="text/javascript" src="lib/angular.min.js"></script> <script type="text/javascript" src="lib/angular-animate.min.js"></script> <script type="text/javascript" src="lib/socket.io.js"></script> <script type="text/javascript" src="controller/app.js"></script> </head> <body ng-app="app"> <div class="container" ng-controller="MapController"> <div class="row text-center text-muted" id="title"> <h1>Real-time Tweets Sentiment Map</h1> </div> <div class="row" ng-if="showLimitMessage"> <div class="col-md-2"></div> <div class="col-md-8 text-left text-muted warning"> Oops... The server has temporarily reached the use limit of Twitter API. Please revisit it in 10 minutes. </div> </div> <div class="row"> <div class="col-md-12 title-seperator"> <hr> </div> </div> <div class="row"> <div class="col-md-2 text-muted text-center" id="marker-note-group"> <div class="row marker-note"> <img src="res/img/marker-green.png"> <h5>Tweet of Positive Sentiment</h5> </div> <div class="row marker-note"> <img src="res/img/marker-yellow.png"> <h5>Tweet of Neutral Sentiment</h5> </div> <div class="row marker-note"> <img src="res/img/marker-red.png"> <h5>Tweet of Negative Sentiment</h5> </div> </div> <div class="col-md-8"> <div class="row"> <div class="col-md-6 col-sm-12 col-xs-12 text-left pull-left pull-right"> <div class="input-group"> <input class="form-control" type="text" placeholder="keyword" ng-model="keyword"/> <span class="input-group-btn"> <button class="btn btn-info btn-outline" type="submit" ng-click="RestartBtnClick()">Restart</button> <button class="btn btn-info btn-outline" type="submit" ng-click="StopBtnClick()">{{stopBtnValue}}</button> </span> </div> </div> <div class="col-md-6 col-sm-12 col-xs-12 text-muted" id="hint"> <h5> <em>Hint: Click little markers to get tweet details.</em> </h5> </div> </div> <div class="row text-center" id="map-container"> <div id="map-canvas"></div> </div> </div> <div class="col-md-2 text-left side-area"> <div class="row"> <h4>Twitter Trends</h4> </div> <div class="row animate" ng-repeat="trend in trends"> <a href="{{trend.url}}" target="_blank">{{trend.name}}</a> </div> </div> </div> </div> <footer class="footer"> <div class="container text-muted text-center"> <h5>Copyright 2015 © Weiliang Wang</h5> <h5>[email protected]</h5> <a href="https://github.com/williamwang61/Real-Time-Tweets-Sentiment-Map" target="_blank">github.com/williamwang61/Real-Time-Tweets-Sentiment-Map</a> </div> </footer> </body> </html>
williamwang61/Real-Time-Tweets-Sentiment-Map
client/index.html
HTML
mit
3,530
<html> <head> <title>A-Frame Hyper Link Component</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css"/> <style> html { background: #EF2D5E; color: #FAFAFA; font-family: monospace; font-size: 20px; padding: 10px 20px; } h1 { font-weight: 300; } a { color: #FAFAFA; display: block; padding: 15px 0; } </style> </head> <body> <h1>A-Frame Hyper Link Component</h1> <a href="basic/index.html">Basic</a> <a href="basic/link.html">Hyper Links</a> <a href="basic/anchor.html">Anchors</a> <a href="basic/animation.html">Animation</a> <div class="github-fork-ribbon-wrapper right"> <div class="github-fork-ribbon" style="background: #3482AA"> <a href="https://github.com/gasolin/aframe-href-component">Fork me on GitHub</a> </div> </div> </body> </html>
karunakaruna/karunakaruna.github.io
node_modules/aframe-href-component/examples/index.html
HTML
mit
1,002
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_72) on Wed Nov 05 20:55:10 EST 2014 --> <title>ColumnDefinition (apache-cassandra API)</title> <meta name="date" content="2014-11-05"> <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="ColumnDefinition (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ColumnDefinition.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/config/CFMetaData.SpeculativeRetry.RetryType.html" title="enum in org.apache.cassandra.config"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/config/ColumnDefinition.html" target="_top">Frames</a></li> <li><a href="ColumnDefinition.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.config</div> <h2 title="Class ColumnDefinition" class="title">Class ColumnDefinition</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">org.apache.cassandra.cql3.ColumnSpecification</a></li> <li> <ul class="inheritance"> <li>org.apache.cassandra.config.ColumnDefinition</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">ColumnDefinition</span> extends <a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#kind">kind</a></strong></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_org.apache.cassandra.cql3.ColumnSpecification"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.apache.cassandra.cql3.<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a></h3> <code><a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html#cfName">cfName</a>, <a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html#ksName">ksName</a>, <a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html#name">name</a>, <a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html#type">type</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#ColumnDefinition(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer,%20org.apache.cassandra.config.ColumnDefinition.Kind)">ColumnDefinition</a></strong>(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex, <a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a>&nbsp;kind)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#ColumnDefinition(java.lang.String,%20java.lang.String,%20org.apache.cassandra.cql3.ColumnIdentifier,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.config.IndexType,%20java.util.Map,%20java.lang.String,%20java.lang.Integer,%20org.apache.cassandra.config.ColumnDefinition.Kind)">ColumnDefinition</a></strong>(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, <a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions, java.lang.String&nbsp;indexName, java.lang.Integer&nbsp;componentIndex, <a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a>&nbsp;kind)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#apply(org.apache.cassandra.config.ColumnDefinition)">apply</a></strong>(<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;def)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#clusteringKeyDef(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">clusteringKeyDef</a></strong>(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#compactValueDef(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType)">compactValueDef</a></strong>(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#copy()">copy</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#deleteFromSchema(org.apache.cassandra.db.Mutation,%20long)">deleteFromSchema</a></strong>(<a href="../../../../org/apache/cassandra/db/Mutation.html" title="class in org.apache.cassandra.db">Mutation</a>&nbsp;mutation, long&nbsp;timestamp)</code> <div class="block">Drop specified column from the schema using given mutation.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.List&lt;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#fromSchema(org.apache.cassandra.cql3.UntypedResultSet,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20boolean)">fromSchema</a></strong>(<a href="../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;serializedColumns, java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;rawComparator, boolean&nbsp;isSuper)</code> <div class="block">Deserialize columns from storage-level representation</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#fromThrift(java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.thrift.ColumnDef)">fromThrift</a></strong>(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftComparator, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftSubcomparator, <a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&nbsp;thriftColumnDef)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.List&lt;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#fromThrift(java.lang.String,%20java.lang.String,%20org.apache.cassandra.db.marshal.AbstractType,%20org.apache.cassandra.db.marshal.AbstractType,%20java.util.List)">fromThrift</a></strong>(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftComparator, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftSubcomparator, java.util.List&lt;<a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&gt;&nbsp;thriftDefs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#getComponentComparator(org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer,%20org.apache.cassandra.config.ColumnDefinition.Kind)">getComponentComparator</a></strong>(<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;rawComparator, java.lang.Integer&nbsp;componentIndex, <a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a>&nbsp;kind)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#getIndexName()">getIndexName</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.lang.String&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#getIndexOptions()">getIndexOptions</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#getIndexType()">getIndexType</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#hasIndexOption(java.lang.String)">hasIndexOption</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Checks if the index option with the specified name has been specified.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#isIndexed()">isIndexed</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#isOnAllComponents()">isOnAllComponents</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#isPartOfCellName()">isPartOfCellName</a></strong>()</code> <div class="block">Whether the name of this definition is serialized in the cell nane, i.e.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#isPrimaryKeyColumn()">isPrimaryKeyColumn</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#isStatic()">isStatic</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#isThriftCompatible()">isThriftCompatible</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#partitionKeyDef(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">partitionKeyDef</a></strong>(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#partitionKeyDef(java.lang.String,%20java.lang.String,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">partitionKeyDef</a></strong>(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#position()">position</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#regularDef(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">regularDef</a></strong>(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#resultify(org.apache.cassandra.db.Row)">resultify</a></strong>(<a href="../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>&nbsp;serializedColumns)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#setIndex(java.lang.String,%20org.apache.cassandra.config.IndexType,%20java.util.Map)">setIndex</a></strong>(java.lang.String&nbsp;indexName, <a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#setIndexName(java.lang.String)">setIndexName</a></strong>(java.lang.String&nbsp;indexName)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#setIndexType(org.apache.cassandra.config.IndexType,%20java.util.Map)">setIndexType</a></strong>(<a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#staticDef(org.apache.cassandra.config.CFMetaData,%20java.nio.ByteBuffer,%20org.apache.cassandra.db.marshal.AbstractType,%20java.lang.Integer)">staticDef</a></strong>(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#toSchema(org.apache.cassandra.db.Mutation,%20long)">toSchema</a></strong>(<a href="../../../../org/apache/cassandra/db/Mutation.html" title="class in org.apache.cassandra.db">Mutation</a>&nbsp;mutation, long&nbsp;timestamp)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#toThrift()">toThrift</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.util.List&lt;<a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#toThrift(java.util.Map)">toThrift</a></strong>(java.util.Map&lt;java.nio.ByteBuffer,<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&gt;&nbsp;columns)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#withNewName(org.apache.cassandra.cql3.ColumnIdentifier)">withNewName</a></strong>(<a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>&nbsp;newName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/ColumnDefinition.html#withNewType(org.apache.cassandra.db.marshal.AbstractType)">withNewType</a></strong>(<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;newType)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="kind"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>kind</h4> <pre>public final&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a> kind</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ColumnDefinition(org.apache.cassandra.config.CFMetaData, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer, org.apache.cassandra.config.ColumnDefinition.Kind)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ColumnDefinition</h4> <pre>public&nbsp;ColumnDefinition(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex, <a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a>&nbsp;kind)</pre> </li> </ul> <a name="ColumnDefinition(java.lang.String, java.lang.String, org.apache.cassandra.cql3.ColumnIdentifier, org.apache.cassandra.db.marshal.AbstractType, org.apache.cassandra.config.IndexType, java.util.Map, java.lang.String, java.lang.Integer, org.apache.cassandra.config.ColumnDefinition.Kind)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ColumnDefinition</h4> <pre>public&nbsp;ColumnDefinition(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, <a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions, java.lang.String&nbsp;indexName, java.lang.Integer&nbsp;componentIndex, <a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a>&nbsp;kind)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="partitionKeyDef(org.apache.cassandra.config.CFMetaData, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>partitionKeyDef</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;partitionKeyDef(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</pre> </li> </ul> <a name="partitionKeyDef(java.lang.String, java.lang.String, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>partitionKeyDef</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;partitionKeyDef(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</pre> </li> </ul> <a name="clusteringKeyDef(org.apache.cassandra.config.CFMetaData, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clusteringKeyDef</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;clusteringKeyDef(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</pre> </li> </ul> <a name="regularDef(org.apache.cassandra.config.CFMetaData, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>regularDef</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;regularDef(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</pre> </li> </ul> <a name="staticDef(org.apache.cassandra.config.CFMetaData, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>staticDef</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;staticDef(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator, java.lang.Integer&nbsp;componentIndex)</pre> </li> </ul> <a name="compactValueDef(org.apache.cassandra.config.CFMetaData, java.nio.ByteBuffer, org.apache.cassandra.db.marshal.AbstractType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compactValueDef</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;compactValueDef(<a href="../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a>&nbsp;cfm, java.nio.ByteBuffer&nbsp;name, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;validator)</pre> </li> </ul> <a name="copy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>copy</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;copy()</pre> </li> </ul> <a name="withNewName(org.apache.cassandra.cql3.ColumnIdentifier)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>withNewName</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;withNewName(<a href="../../../../org/apache/cassandra/cql3/ColumnIdentifier.html" title="class in org.apache.cassandra.cql3">ColumnIdentifier</a>&nbsp;newName)</pre> </li> </ul> <a name="withNewType(org.apache.cassandra.db.marshal.AbstractType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>withNewType</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;withNewType(<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;newType)</pre> </li> </ul> <a name="isOnAllComponents()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isOnAllComponents</h4> <pre>public&nbsp;boolean&nbsp;isOnAllComponents()</pre> </li> </ul> <a name="isStatic()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isStatic</h4> <pre>public&nbsp;boolean&nbsp;isStatic()</pre> </li> </ul> <a name="position()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>position</h4> <pre>public&nbsp;int&nbsp;position()</pre> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="isThriftCompatible()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isThriftCompatible</h4> <pre>public&nbsp;boolean&nbsp;isThriftCompatible()</pre> </li> </ul> <a name="isPrimaryKeyColumn()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isPrimaryKeyColumn</h4> <pre>public&nbsp;boolean&nbsp;isPrimaryKeyColumn()</pre> </li> </ul> <a name="toThrift(java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toThrift</h4> <pre>public static&nbsp;java.util.List&lt;<a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&gt;&nbsp;toThrift(java.util.Map&lt;java.nio.ByteBuffer,<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&gt;&nbsp;columns)</pre> </li> </ul> <a name="isPartOfCellName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isPartOfCellName</h4> <pre>public&nbsp;boolean&nbsp;isPartOfCellName()</pre> <div class="block">Whether the name of this definition is serialized in the cell nane, i.e. whether it's not just a non-stored CQL metadata.</div> </li> </ul> <a name="toThrift()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toThrift</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&nbsp;toThrift()</pre> </li> </ul> <a name="fromThrift(java.lang.String, java.lang.String, org.apache.cassandra.db.marshal.AbstractType, org.apache.cassandra.db.marshal.AbstractType, org.apache.cassandra.thrift.ColumnDef)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fromThrift</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;fromThrift(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftComparator, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftSubcomparator, <a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&nbsp;thriftColumnDef) throws <a href="../../../../org/apache/cassandra/exceptions/SyntaxException.html" title="class in org.apache.cassandra.exceptions">SyntaxException</a>, <a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/exceptions/SyntaxException.html" title="class in org.apache.cassandra.exceptions">SyntaxException</a></code></dd> <dd><code><a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></code></dd></dl> </li> </ul> <a name="fromThrift(java.lang.String, java.lang.String, org.apache.cassandra.db.marshal.AbstractType, org.apache.cassandra.db.marshal.AbstractType, java.util.List)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fromThrift</h4> <pre>public static&nbsp;java.util.List&lt;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&gt;&nbsp;fromThrift(java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftComparator, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;thriftSubcomparator, java.util.List&lt;<a href="../../../../org/apache/cassandra/thrift/ColumnDef.html" title="class in org.apache.cassandra.thrift">ColumnDef</a>&gt;&nbsp;thriftDefs) throws <a href="../../../../org/apache/cassandra/exceptions/SyntaxException.html" title="class in org.apache.cassandra.exceptions">SyntaxException</a>, <a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/exceptions/SyntaxException.html" title="class in org.apache.cassandra.exceptions">SyntaxException</a></code></dd> <dd><code><a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></code></dd></dl> </li> </ul> <a name="deleteFromSchema(org.apache.cassandra.db.Mutation, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deleteFromSchema</h4> <pre>public&nbsp;void&nbsp;deleteFromSchema(<a href="../../../../org/apache/cassandra/db/Mutation.html" title="class in org.apache.cassandra.db">Mutation</a>&nbsp;mutation, long&nbsp;timestamp)</pre> <div class="block">Drop specified column from the schema using given mutation.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>mutation</code> - The schema mutation</dd><dd><code>timestamp</code> - The timestamp to use for column modification</dd></dl> </li> </ul> <a name="toSchema(org.apache.cassandra.db.Mutation, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toSchema</h4> <pre>public&nbsp;void&nbsp;toSchema(<a href="../../../../org/apache/cassandra/db/Mutation.html" title="class in org.apache.cassandra.db">Mutation</a>&nbsp;mutation, long&nbsp;timestamp)</pre> </li> </ul> <a name="apply(org.apache.cassandra.config.ColumnDefinition)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>apply</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;apply(<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;def) throws <a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></code></dd></dl> </li> </ul> <a name="resultify(org.apache.cassandra.db.Row)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>resultify</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;resultify(<a href="../../../../org/apache/cassandra/db/Row.html" title="class in org.apache.cassandra.db">Row</a>&nbsp;serializedColumns)</pre> </li> </ul> <a name="fromSchema(org.apache.cassandra.cql3.UntypedResultSet, java.lang.String, java.lang.String, org.apache.cassandra.db.marshal.AbstractType, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fromSchema</h4> <pre>public static&nbsp;java.util.List&lt;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&gt;&nbsp;fromSchema(<a href="../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;serializedColumns, java.lang.String&nbsp;ksName, java.lang.String&nbsp;cfName, <a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;rawComparator, boolean&nbsp;isSuper)</pre> <div class="block">Deserialize columns from storage-level representation</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>serializedColumns</code> - storage-level partition containing the column definitions</dd> <dt><span class="strong">Returns:</span></dt><dd>the list of processed ColumnDefinitions</dd></dl> </li> </ul> <a name="getComponentComparator(org.apache.cassandra.db.marshal.AbstractType, java.lang.Integer, org.apache.cassandra.config.ColumnDefinition.Kind)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getComponentComparator</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;getComponentComparator(<a href="../../../../org/apache/cassandra/db/marshal/AbstractType.html" title="class in org.apache.cassandra.db.marshal">AbstractType</a>&lt;?&gt;&nbsp;rawComparator, java.lang.Integer&nbsp;componentIndex, <a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config">ColumnDefinition.Kind</a>&nbsp;kind)</pre> </li> </ul> <a name="getIndexName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexName</h4> <pre>public&nbsp;java.lang.String&nbsp;getIndexName()</pre> </li> </ul> <a name="setIndexName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIndexName</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;setIndexName(java.lang.String&nbsp;indexName)</pre> </li> </ul> <a name="setIndexType(org.apache.cassandra.config.IndexType, java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIndexType</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;setIndexType(<a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions)</pre> </li> </ul> <a name="setIndex(java.lang.String, org.apache.cassandra.config.IndexType, java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIndex</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/ColumnDefinition.html" title="class in org.apache.cassandra.config">ColumnDefinition</a>&nbsp;setIndex(java.lang.String&nbsp;indexName, <a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;indexType, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;indexOptions)</pre> </li> </ul> <a name="isIndexed()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isIndexed</h4> <pre>public&nbsp;boolean&nbsp;isIndexed()</pre> </li> </ul> <a name="getIndexType()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexType</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/config/IndexType.html" title="enum in org.apache.cassandra.config">IndexType</a>&nbsp;getIndexType()</pre> </li> </ul> <a name="getIndexOptions()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexOptions</h4> <pre>public&nbsp;java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;getIndexOptions()</pre> </li> </ul> <a name="hasIndexOption(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>hasIndexOption</h4> <pre>public&nbsp;boolean&nbsp;hasIndexOption(java.lang.String&nbsp;name)</pre> <div class="block">Checks if the index option with the specified name has been specified.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - index option name</dd> <dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the index option with the specified name has been specified, <code>false</code> otherwise.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ColumnDefinition.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/config/CFMetaData.SpeculativeRetry.RetryType.html" title="enum in org.apache.cassandra.config"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/config/ColumnDefinition.Kind.html" title="enum in org.apache.cassandra.config"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/config/ColumnDefinition.html" target="_top">Frames</a></li> <li><a href="ColumnDefinition.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2014 The Apache Software Foundation</small></p> </body> </html>
vangav/vos_backend
apache-cassandra-2.1.2/javadoc/org/apache/cassandra/config/ColumnDefinition.html
HTML
mit
56,568
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>greenlet.error</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="couchdbkit-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> greenlet :: error :: Class&nbsp;error </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="greenlet.error-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class error</h1><p class="nomargin-top"></p> <pre class="base-tree"> object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | <strong class="uidshort">error</strong> </pre> <hr /> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: <code>__init__</code>, <code>__new__</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: <code>__delattr__</code>, <code>__getattribute__</code>, <code>__getitem__</code>, <code>__getslice__</code>, <code>__reduce__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__setstate__</code>, <code>__str__</code>, <code>__unicode__</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__format__</code>, <code>__hash__</code>, <code>__reduce_ex__</code>, <code>__sizeof__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: <code>args</code>, <code>message</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="couchdbkit-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Fri Feb 18 10:31:29 2011 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
arnaudsj/couchdbkit
doc/couchdbkit.org/htdocs/docs/api/greenlet.error-class.html
HTML
mit
6,456
<h1 id="h1--markdown-"> <a name="欢迎使用Markdown编辑器写文章" class="reference-link"></a> <span class="header-link octicon octicon-link"></span>欢迎使用Markdown编辑器写文章 </h1> <p>本Markdown编辑器使用<strong>Editor.md</strong>修改而来,用它写技术文章,将会带来全新的体验哦:</p> <ul> <li><strong>Markdown和扩展Markdown简洁的语法</strong></li> <li><strong>代码块高亮</strong></li> <li><strong>图片链接和图片上传</strong></li> <li><strong><em>LaTex</em>数学公式</strong></li> <li><strong>UML序列图和流程图</strong></li> <li><strong>离线写文章</strong></li> <li><strong>导入导出Markdown文件</strong></li> <li><strong>丰富的快捷键</strong></li> </ul> <hr> <h2 id="h2-u5FEBu6377u952E"><a name="快捷键" class="reference-link"></a><span class="header-link octicon octicon-link"></span>快捷键</h2> <ul> <li>加粗 <code>Ctrl + B</code></li> <li>斜体 <code>Ctrl + I</code></li> <li>引用 <code>Ctrl + Q</code></li> <li>插入链接 <code>Ctrl + L</code></li> <li>插入代码 <code>Ctrl + K</code></li> <li>插入图片 <code>Ctrl + G</code></li> <li>提升标题 <code>Ctrl + H</code></li> <li>有序列表 <code>Ctrl + O</code></li> <li>无序列表 <code>Ctrl + U</code></li> <li>横线 <code>Ctrl + R</code></li> <li>撤销 <code>Ctrl + Z</code></li> <li>重做 <code>Ctrl + Y</code></li> </ul> <h2 id="h2-markdown-"><a name="Markdown及扩展" class="reference-link"></a><span class="header-link octicon octicon-link"></span>Markdown及扩展</h2> <blockquote> <p>Markdown 是一种轻量级标记语言,它允许人们使用易读易写的纯文本格式编写文档,然后转换成格式丰富的HTML页面。 —— <a href="https://zh.wikipedia.org/wiki/Markdown" target="_blank"> [ 维基百科 ]</p> </blockquote> <p>使用简单的符号标识不同的标题,将某些文字标记为<strong>粗体</strong>或者<em>斜体</em>,创建一个<a href="http://www.csdn.net">链接</a>等,详细语法参考帮助?。</p> <p>本编辑器支持 <strong>Markdown Extra</strong> ,  扩展了很多好用的功能。具体请参考[Github][2].</p> <h3 id="h3-u8868u683C"><a name="表格" class="reference-link"></a><span class="header-link octicon octicon-link"></span>表格 </h3><p><strong>Markdown Extra</strong> 表格语法:</p> <table> <thead> <tr> <th>项目</th> <th>价格</th> </tr> </thead> <tbody> <tr> <td>Computer</td> <td>$1600</td> </tr> <tr> <td>Phone</td> <td>$12</td> </tr> <tr> <td>Pipe</td> <td>$1</td> </tr> </tbody> </table> <p>可以使用冒号来定义对齐方式:</p> <table> <thead> <tr> <th style="text-align:left">项目</th> <th style="text-align:right">价格</th> <th style="text-align:center">数量</th> </tr> </thead> <tbody> <tr> <td style="text-align:left">Computer</td> <td style="text-align:right">1600 元</td> <td style="text-align:center">5</td> </tr> <tr> <td style="text-align:left">Phone</td> <td style="text-align:right">12 元</td> <td style="text-align:center">12</td> </tr> <tr> <td style="text-align:left">Pipe</td> <td style="text-align:right">1 元</td> <td style="text-align:center">234</td> </tr> </tbody> </table> <h3 id="h3-u4EE3u7801u5757"><a name="代码块" class="reference-link"></a><span class="header-link octicon octicon-link"></span>代码块</h3><p>代码块语法遵循标准markdown代码,例如:</p> <pre><code class="lang-python">@requires_authorization def somefunc(param1=&#39;&#39;, param2=0): &#39;&#39;&#39;A docstring&#39;&#39;&#39; if param1 &gt; param2: # interesting print &#39;Greater&#39; return (param2 - param1 + 1) or None class SomeClass: pass &gt;&gt;&gt; message = &#39;&#39;&#39;interpreter ... prompt&#39;&#39;&#39; </code></pre> <h3 id="h3-u76EEu5F55"><a name="目录" class="reference-link"></a><span class="header-link octicon octicon-link"></span>目录 </h3><p>用 <code>[TOC]</code>来生成目录:</p> <div class="markdown-toc editormd-markdown-toc">[TOC]</div><h3 id="h3-u6570u5B66u516Cu5F0F"><a name="数学公式" class="reference-link"></a><span class="header-link octicon octicon-link"></span>数学公式</h3><p>使用MathJax渲染<em>LaTex</em> 数学公式,详见[math.stackexchange.com][1].</p> <ul> <li>行内公式,数学公式为:$\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$。</li> <li>块级公式:</li> </ul> <p class="editormd-tex"> x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} </p> <p>更多LaTex语法请参考 [这儿][3].</p> <h3 id="h3-uml-"><a name="UML 图:" class="reference-link"></a><span class="header-link octicon octicon-link"></span>UML 图:</h3><p>可以渲染序列图:</p> <div class="sequence-diagram">张三->李四: 嘿,小四儿, 写博客了没? Note right of 李四: 李四愣了一下,说: 李四-->张三: 忙得吐血,哪有时间写。 </div><p>或者流程图:</p> <div class="flowchart">st=>start: 开始 e=>end: 结束 op=>operation: 我的操作 cond=>condition: 确认? st->op->cond cond(yes)->e cond(no)->op </div> <ul> <li>关于 <strong>序列图</strong> 语法,参考 [这儿][4],</li> <li>关于 <strong>流程图</strong> 语法,参考 [这儿][5].</li> </ul> <h2 id="h2-u79BBu7EBFu5199u535Au5BA2"><a name="离线写博客" class="reference-link"></a><span class="header-link octicon octicon-link"></span>离线写博客</h2><p>即使用户在没有网络的情况下,也可以通过本编辑器离线写文章(直接在曾经使用过的浏览器中输入<a href="http://write.blog.csdn.net/mdeditor">write.blog.csdn.net/mdeditor</a>即可。<strong>Markdown编辑器</strong>使用浏览器离线存储将内容保存在本地。 </p> <p>用户写文章的过程中,内容实时保存在浏览器缓存中,在用户关闭浏览器或者其它异常情况下,内容不会丢失。用户再次打开浏览器时,会显示上次用户正在编辑的没有发表的内容。</p> <p>文章发表后,本地缓存将被删除。</p> <p>用户可以选择 <i class="icon-disk"></i> 把正在写的文章保存到服务器草稿箱,即使换浏览器或者清除缓存,内容也不会丢失。</p> <blockquote> <p><strong>注意:</strong>虽然浏览器存储大部分时候都比较可靠,但为了您的数据安全,在联网后,<strong>请务必及时发表或者保存到服务器草稿箱</strong></p> </blockquote>
XilongPei/Openparts
Openparts-web/src/main/webapp/resources/common/libs/markdown/test.html
HTML
mit
7,009
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width", initial-scale="1", maximum-scale="1"> <title>Sovereign Chickamauga Cherokee</title> <script type="text/javascript" src="./js/jquery.js"></script> <script type="text/javascript" src="./js/jquery.fittext.js"></script> <link rel="stylesheet" type="text/css" href="./css/index.css"> </head> <body> <center><img id="svg2" src="./assets/Seal1.png" alt=""></center> <div id="emblem"></div> <div id="app"></div> <script type="text/javascript" src="./dist/bundle.js"></script> </body> </html>
cotyembry/JamesHenderson
root/surgeVersions/v3/index.html
HTML
mit
582
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /*<a name="line.1"></a> <FONT color="green">002</FONT> * Copyright (C) 2007 Google Inc.<a name="line.2"></a> <FONT color="green">003</FONT> *<a name="line.3"></a> <FONT color="green">004</FONT> * Licensed under the Apache License, Version 2.0 (the "License");<a name="line.4"></a> <FONT color="green">005</FONT> * you may not use this file except in compliance with the License.<a name="line.5"></a> <FONT color="green">006</FONT> * You may obtain a copy of the License at<a name="line.6"></a> <FONT color="green">007</FONT> *<a name="line.7"></a> <FONT color="green">008</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.8"></a> <FONT color="green">009</FONT> *<a name="line.9"></a> <FONT color="green">010</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.10"></a> <FONT color="green">011</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.11"></a> <FONT color="green">012</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.12"></a> <FONT color="green">013</FONT> * See the License for the specific language governing permissions and<a name="line.13"></a> <FONT color="green">014</FONT> * limitations under the License.<a name="line.14"></a> <FONT color="green">015</FONT> */<a name="line.15"></a> <FONT color="green">016</FONT> <a name="line.16"></a> <FONT color="green">017</FONT> package com.google.common.collect;<a name="line.17"></a> <FONT color="green">018</FONT> <a name="line.18"></a> <FONT color="green">019</FONT> import static com.google.common.base.Preconditions.checkState;<a name="line.19"></a> <FONT color="green">020</FONT> <a name="line.20"></a> <FONT color="green">021</FONT> import com.google.common.annotations.GwtCompatible;<a name="line.21"></a> <FONT color="green">022</FONT> <a name="line.22"></a> <FONT color="green">023</FONT> import java.util.NoSuchElementException;<a name="line.23"></a> <FONT color="green">024</FONT> <a name="line.24"></a> <FONT color="green">025</FONT> /**<a name="line.25"></a> <FONT color="green">026</FONT> * This class provides a skeletal implementation of the {@code Iterator}<a name="line.26"></a> <FONT color="green">027</FONT> * interface, to make this interface easier to implement for certain types of<a name="line.27"></a> <FONT color="green">028</FONT> * data sources.<a name="line.28"></a> <FONT color="green">029</FONT> *<a name="line.29"></a> <FONT color="green">030</FONT> * &lt;p&gt;{@code Iterator} requires its implementations to support querying the<a name="line.30"></a> <FONT color="green">031</FONT> * end-of-data status without changing the iterator's state, using the {@link<a name="line.31"></a> <FONT color="green">032</FONT> * #hasNext} method. But many data sources, such as {@link<a name="line.32"></a> <FONT color="green">033</FONT> * java.io.Reader#read()}), do not expose this information; the only way to<a name="line.33"></a> <FONT color="green">034</FONT> * discover whether there is any data left is by trying to retrieve it. These<a name="line.34"></a> <FONT color="green">035</FONT> * types of data sources are ordinarily difficult to write iterators for. But<a name="line.35"></a> <FONT color="green">036</FONT> * using this class, one must implement only the {@link #computeNext} method,<a name="line.36"></a> <FONT color="green">037</FONT> * and invoke the {@link #endOfData} method when appropriate.<a name="line.37"></a> <FONT color="green">038</FONT> *<a name="line.38"></a> <FONT color="green">039</FONT> * &lt;p&gt;Another example is an iterator that skips over null elements in a backing<a name="line.39"></a> <FONT color="green">040</FONT> * iterator. This could be implemented as: &lt;pre&gt; {@code<a name="line.40"></a> <FONT color="green">041</FONT> *<a name="line.41"></a> <FONT color="green">042</FONT> * public static Iterator&lt;String&gt; skipNulls(final Iterator&lt;String&gt; in) {<a name="line.42"></a> <FONT color="green">043</FONT> * return new AbstractIterator&lt;String&gt;() {<a name="line.43"></a> <FONT color="green">044</FONT> * protected String computeNext() {<a name="line.44"></a> <FONT color="green">045</FONT> * while (in.hasNext()) {<a name="line.45"></a> <FONT color="green">046</FONT> * String s = in.next();<a name="line.46"></a> <FONT color="green">047</FONT> * if (s != null) {<a name="line.47"></a> <FONT color="green">048</FONT> * return s;<a name="line.48"></a> <FONT color="green">049</FONT> * }<a name="line.49"></a> <FONT color="green">050</FONT> * }<a name="line.50"></a> <FONT color="green">051</FONT> * return endOfData();<a name="line.51"></a> <FONT color="green">052</FONT> * }<a name="line.52"></a> <FONT color="green">053</FONT> * };<a name="line.53"></a> <FONT color="green">054</FONT> * }}&lt;/pre&gt;<a name="line.54"></a> <FONT color="green">055</FONT> *<a name="line.55"></a> <FONT color="green">056</FONT> * This class supports iterators that include null elements.<a name="line.56"></a> <FONT color="green">057</FONT> *<a name="line.57"></a> <FONT color="green">058</FONT> * @author Kevin Bourrillion<a name="line.58"></a> <FONT color="green">059</FONT> * @since 2 (imported from Google Collections Library)<a name="line.59"></a> <FONT color="green">060</FONT> */<a name="line.60"></a> <FONT color="green">061</FONT> @GwtCompatible<a name="line.61"></a> <FONT color="green">062</FONT> public abstract class AbstractIterator&lt;T&gt; extends UnmodifiableIterator&lt;T&gt; {<a name="line.62"></a> <FONT color="green">063</FONT> private State state = State.NOT_READY;<a name="line.63"></a> <FONT color="green">064</FONT> <a name="line.64"></a> <FONT color="green">065</FONT> private enum State {<a name="line.65"></a> <FONT color="green">066</FONT> /** We have computed the next element and haven't returned it yet. */<a name="line.66"></a> <FONT color="green">067</FONT> READY,<a name="line.67"></a> <FONT color="green">068</FONT> <a name="line.68"></a> <FONT color="green">069</FONT> /** We haven't yet computed or have already returned the element. */<a name="line.69"></a> <FONT color="green">070</FONT> NOT_READY,<a name="line.70"></a> <FONT color="green">071</FONT> <a name="line.71"></a> <FONT color="green">072</FONT> /** We have reached the end of the data and are finished. */<a name="line.72"></a> <FONT color="green">073</FONT> DONE,<a name="line.73"></a> <FONT color="green">074</FONT> <a name="line.74"></a> <FONT color="green">075</FONT> /** We've suffered an exception and are kaput. */<a name="line.75"></a> <FONT color="green">076</FONT> FAILED,<a name="line.76"></a> <FONT color="green">077</FONT> }<a name="line.77"></a> <FONT color="green">078</FONT> <a name="line.78"></a> <FONT color="green">079</FONT> private T next;<a name="line.79"></a> <FONT color="green">080</FONT> <a name="line.80"></a> <FONT color="green">081</FONT> /**<a name="line.81"></a> <FONT color="green">082</FONT> * Returns the next element. &lt;b&gt;Note:&lt;/b&gt; the implementation must call {@link<a name="line.82"></a> <FONT color="green">083</FONT> * #endOfData()} when there are no elements left in the iteration. Failure to<a name="line.83"></a> <FONT color="green">084</FONT> * do so could result in an infinite loop.<a name="line.84"></a> <FONT color="green">085</FONT> *<a name="line.85"></a> <FONT color="green">086</FONT> * &lt;p&gt;The initial invocation of {@link #hasNext()} or {@link #next()} calls<a name="line.86"></a> <FONT color="green">087</FONT> * this method, as does the first invocation of {@code hasNext} or {@code<a name="line.87"></a> <FONT color="green">088</FONT> * next} following each successful call to {@code next}. Once the<a name="line.88"></a> <FONT color="green">089</FONT> * implementation either invokes {@code endOfData} or throws an exception,<a name="line.89"></a> <FONT color="green">090</FONT> * {@code computeNext} is guaranteed to never be called again.<a name="line.90"></a> <FONT color="green">091</FONT> *<a name="line.91"></a> <FONT color="green">092</FONT> * &lt;p&gt;If this method throws an exception, it will propagate outward to the<a name="line.92"></a> <FONT color="green">093</FONT> * {@code hasNext} or {@code next} invocation that invoked this method. Any<a name="line.93"></a> <FONT color="green">094</FONT> * further attempts to use the iterator will result in an {@link<a name="line.94"></a> <FONT color="green">095</FONT> * IllegalStateException}.<a name="line.95"></a> <FONT color="green">096</FONT> *<a name="line.96"></a> <FONT color="green">097</FONT> * &lt;p&gt;The implementation of this method may not invoke the {@code hasNext},<a name="line.97"></a> <FONT color="green">098</FONT> * {@code next}, or {@link #peek()} methods on this instance; if it does, an<a name="line.98"></a> <FONT color="green">099</FONT> * {@code IllegalStateException} will result.<a name="line.99"></a> <FONT color="green">100</FONT> *<a name="line.100"></a> <FONT color="green">101</FONT> * @return the next element if there was one. If {@code endOfData} was called<a name="line.101"></a> <FONT color="green">102</FONT> * during execution, the return value will be ignored.<a name="line.102"></a> <FONT color="green">103</FONT> * @throws RuntimeException if any unrecoverable error happens. This exception<a name="line.103"></a> <FONT color="green">104</FONT> * will propagate outward to the {@code hasNext()}, {@code next()}, or<a name="line.104"></a> <FONT color="green">105</FONT> * {@code peek()} invocation that invoked this method. Any further<a name="line.105"></a> <FONT color="green">106</FONT> * attempts to use the iterator will result in an<a name="line.106"></a> <FONT color="green">107</FONT> * {@link IllegalStateException}.<a name="line.107"></a> <FONT color="green">108</FONT> */<a name="line.108"></a> <FONT color="green">109</FONT> protected abstract T computeNext();<a name="line.109"></a> <FONT color="green">110</FONT> <a name="line.110"></a> <FONT color="green">111</FONT> /**<a name="line.111"></a> <FONT color="green">112</FONT> * Implementations of {@code computeNext} &lt;b&gt;must&lt;/b&gt; invoke this method when<a name="line.112"></a> <FONT color="green">113</FONT> * there are no elements left in the iteration.<a name="line.113"></a> <FONT color="green">114</FONT> *<a name="line.114"></a> <FONT color="green">115</FONT> * @return {@code null}; a convenience so your {@link #computeNext}<a name="line.115"></a> <FONT color="green">116</FONT> * implementation can use the simple statement {@code return endOfData();}<a name="line.116"></a> <FONT color="green">117</FONT> */<a name="line.117"></a> <FONT color="green">118</FONT> protected final T endOfData() {<a name="line.118"></a> <FONT color="green">119</FONT> state = State.DONE;<a name="line.119"></a> <FONT color="green">120</FONT> return null;<a name="line.120"></a> <FONT color="green">121</FONT> }<a name="line.121"></a> <FONT color="green">122</FONT> <a name="line.122"></a> <FONT color="green">123</FONT> public final boolean hasNext() {<a name="line.123"></a> <FONT color="green">124</FONT> checkState(state != State.FAILED);<a name="line.124"></a> <FONT color="green">125</FONT> switch (state) {<a name="line.125"></a> <FONT color="green">126</FONT> case DONE:<a name="line.126"></a> <FONT color="green">127</FONT> return false;<a name="line.127"></a> <FONT color="green">128</FONT> case READY:<a name="line.128"></a> <FONT color="green">129</FONT> return true;<a name="line.129"></a> <FONT color="green">130</FONT> default:<a name="line.130"></a> <FONT color="green">131</FONT> }<a name="line.131"></a> <FONT color="green">132</FONT> return tryToComputeNext();<a name="line.132"></a> <FONT color="green">133</FONT> }<a name="line.133"></a> <FONT color="green">134</FONT> <a name="line.134"></a> <FONT color="green">135</FONT> private boolean tryToComputeNext() {<a name="line.135"></a> <FONT color="green">136</FONT> state = State.FAILED; // temporary pessimism<a name="line.136"></a> <FONT color="green">137</FONT> next = computeNext();<a name="line.137"></a> <FONT color="green">138</FONT> if (state != State.DONE) {<a name="line.138"></a> <FONT color="green">139</FONT> state = State.READY;<a name="line.139"></a> <FONT color="green">140</FONT> return true;<a name="line.140"></a> <FONT color="green">141</FONT> }<a name="line.141"></a> <FONT color="green">142</FONT> return false;<a name="line.142"></a> <FONT color="green">143</FONT> }<a name="line.143"></a> <FONT color="green">144</FONT> <a name="line.144"></a> <FONT color="green">145</FONT> public final T next() {<a name="line.145"></a> <FONT color="green">146</FONT> if (!hasNext()) {<a name="line.146"></a> <FONT color="green">147</FONT> throw new NoSuchElementException();<a name="line.147"></a> <FONT color="green">148</FONT> }<a name="line.148"></a> <FONT color="green">149</FONT> state = State.NOT_READY;<a name="line.149"></a> <FONT color="green">150</FONT> return next;<a name="line.150"></a> <FONT color="green">151</FONT> }<a name="line.151"></a> <FONT color="green">152</FONT> <a name="line.152"></a> <FONT color="green">153</FONT> /**<a name="line.153"></a> <FONT color="green">154</FONT> * Returns the next element in the iteration without advancing the iteration,<a name="line.154"></a> <FONT color="green">155</FONT> * according to the contract of {@link PeekingIterator#peek()}.<a name="line.155"></a> <FONT color="green">156</FONT> *<a name="line.156"></a> <FONT color="green">157</FONT> * &lt;p&gt;Implementations of {@code AbstractIterator} that wish to expose this<a name="line.157"></a> <FONT color="green">158</FONT> * functionality should implement {@code PeekingIterator}.<a name="line.158"></a> <FONT color="green">159</FONT> */<a name="line.159"></a> <FONT color="green">160</FONT> public final T peek() {<a name="line.160"></a> <FONT color="green">161</FONT> if (!hasNext()) {<a name="line.161"></a> <FONT color="green">162</FONT> throw new NoSuchElementException();<a name="line.162"></a> <FONT color="green">163</FONT> }<a name="line.163"></a> <FONT color="green">164</FONT> return next;<a name="line.164"></a> <FONT color="green">165</FONT> }<a name="line.165"></a> <FONT color="green">166</FONT> }<a name="line.166"></a> </PRE> </BODY> </HTML>
jgaltidor/VarJ
analyzed_libs/guava-libraries-read-only/javadoc/src-html/com/google/common/collect/AbstractIterator.html
HTML
mit
15,263
{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block body %} <h1>{% trans "Password Reset" %}</h1> {% if user.is_authenticated %} <p><span class="warning">{% trans "Note" %}</span>: {% blocktrans %}you are already logged in as {{ user }}.{% endblocktrans %}</p> {% endif %} <p>{% blocktrans %}A new password has been sent to <b>{{ email }}</b>. If you do not receive it within a few minutes, contact us at <a href="mailto:{{ contact_email }}">{{ contact_email }}</a>.{% endblocktrans %}</p> {% url acct_login as login_url %} <p>{% blocktrans %}When you receive the new password, you should <a href="{{ login_url }}">log in</a> and change it as soon as possible.{% endblocktrans %}</p> {% endblock %}
ingenieroariel/pinax
templates/default/account/password_reset_done.html
HTML
mit
821
<html> <title> The Palm Programmer's Cookbook. </title> <body> <h1> The Palm Programmer's Cookbook. v0.7.2 </h1> <hr> <b><u>Copyright</u></b> 2002, Wade Guthrie. Permission is granted to copy and redistribute this document so long as it is unmodified (including the section that describes where to get this document for free) and the copyright remains in-tact. Permission explicitly granted (in fact you're encouraged) to copy any and all code samples from this document into your own code -- and you can do whatever you'd like with the resultant code (sell it, give it away, whatever).<p> This should really be copyrighted by the OnBoard C group since much of this has been gleaned from that discussion group but I don't know if that would be a legally binding copyright. The purpose of the copyright, anyway, is just to make sure that noone charges for the information, such as it is, that we're giving away for free.<p> <b><u>Disclaimer</u></b>. The information in this FAQ is a compilation from members of the OnBoard C group and various other sources including the internet. The author/maintainer does not guarantee any of the information found in this FAQ. Use this FAQ AT YOUR OWN RISK and with your own judgement (in fact, this is pretty good advice for all the information found on the internet). <p> <b><u>Location</u></b>. The latest version of this document can be obtained (for free) from <a href=http://onboardc.sourceforge.net/cookbook.html> http://onboardc.sourceforge.net/cookbook.html</a>. If you have any questions, comments, corrections or suggestions, please don't hesitate to send them to <a href="mailto:[email protected]"> [email protected]</a>.<p> <b><u>Thanks</u></b>. A special thanks goes to the following people (listed, here, in alphabetical order) who contributed large sections of this document. If I've left anyone out, please contact me at the above address. The major contributors include: "Ian Bailey" &lt;baileyi AT-SIGN bigpond PERIOD com&gt;, "Andrew Empson" &lt;andrew PERIOD empson AT-SIGN xtra PERIOD co PERIOD nz&gt;, and Roger Lawrence.<p> <b><u>Changes</u></b>. The following changes have been made to get to the versions that are described.<p> v0.7.0, 0.7.1, 0.7.2 <ul> <li> Added checkboxes and 'thanks' for checkbox submission. <li> Changed types in support of the appropriate API (like 'Handle' to 'MemHandle' and 'Word' to 'Int') </ul> v0.6.8 <ul> <li> Moved the home of the cookbook to SourceForge. </ul> v0.6.7 <ul> <li> Added some error checking in database example. <li> Fixed some minor issues and clarified a couple of things. </ul> v0.6.6 <ul> <li> Added some error checking in database example. <li> Added libraries. <li> Added preferences. <li> Updated the skeleton to verify it builds with PRC tools. <li> Made all pForm, pEvent, etc. variable names agree. <li> Using special character strings in cookbook HTML instead of &gt;, etc. </ul> v0.6.5 <ul> <li> Added icons. <li> Fixed a stupid error in alerts. </ul> v0.6 <ul> <li> Changed some data types to be compilable with the PRC tools. <li> Added menus. <li> Added alerts since the menus section makes use of it. </ul> v0.5 <ul> <li> Fixed some embarrasing spelling errors. <li> Reformatted a bit. </ul> v0.41 <ul> <li> Fixed an HTML bug. </ul> v0.4 <ul> <li> Added Database writing. <li> List stuff now uses a function to generate list items. <li> Added Popup Lists. </ul> v0.3 <ul> <li> Added a table of contents. <li> Database beginnings. <li> Forms. <li> Push Buttons. </ul> v0.2 <ul> <li> Reformatted some stuff. <li> Memory management. <li> Text Fields. <li> Lists. </ul> <br><br><hr> <h1> Contents </h1> This document has a weird arrangement. You can read it in order to learn no more than you need to learn to get the job done. To do that, I had to interleave some concept sections with those for the various user-interface objects (buttons, lists, etc.). Because of that, I think it'd be a little tough to scroll through this document to search for subjects you want. To make that easier, I broke the table of contents into those two sections.<p> <table> <tr> <td> <a href="#intro">Introduction</a><br> <a href="#differ"> How Palm Code Differs From "Normal" Software. </a><br> <a href="#event"> Event-Driven Code </a><br> <a href="#resource"> Resource Files. </a><br> <a href="#skeleton"> The Skeleton Program </a><br> <a href="#uiobj"> User-Interface objects </a><br> <a href="#memory"> Memory Handling </a><br> <a href="#database"> Beginning Database </a> </td> <td> <a href="#button"> Buttons </a><br> <a href="#rptbutton"> Repeat Buttons </a><br> <a href="#menu"> Menus </a><br> <a href="#lists"> Lists </a><br> <a href="#popuplists"> Lists with Popup Trigger</a><br> <a href="#pushbtn"> Push Buttons </a><br> <a href="#chkbox"> Check Boxes </a><br> <a href="#slider"> Sliders </a><br> <a href="#feedslider"> Feedback Sliders </a><br> <a href="#field"> Text Fields </a><br> <a href="#scroll"> Scroll Bars </a><br> <a href="#tables"> Tables </a><br> <a href="#alert"> Alerts </a><br> <a href="#icons"> Icons </a><br> <a href="#forms"> Forms </a> </td> </tr> </table> <br><br><hr> <h1> <a name="intro" id="intro"> 0. Introduction </a> </h1> The intent of this paper is to provide a C programmer with all the information necessary to jump quickly into writing Palm code. It's aimed at a programmer who's new to the Palm platform and, in fact, GUI programming in general. Though this document covers the material from the perspective of the OnBoard C and RsrcEdit toolset, almost all of it is applicable to other tools. <p> This document is organized as a description of some of the differences between ordinary code and GUI code followed by a cut-and-paste treatment of various items (buttons and lists, for example) that you may want to use to build your own Palm code. <p> This paper gives you the basics -- the intimate details are completely explained by the Palm Developer's documents that you'll find <a href=http://www.palmos.com/dev/support/docs/palmos/>here</a>. <p> <br><br><hr> <h1> <a name="differ" id="differ"> 1. How Palm Code Differs From "Normal" Software. </a> </h1> If you're used to writing standard, inline, code, you'll find that writing Palm code is a little different. For one thing, there's no way to stop the program from inside the code -- your program stops when someone starts another program. Here's some other differences you'll notice:<p> <ul> <li> It's event-driven. The user drives the the action through events that are handled by the code. <li> There's no standard I/O. You use the GUI library routines associated with the Palm. <li> Resource files accompany source code and header files as part of your project. <li> Memory allocation is different. The Palm uses a technique that allows allocated memory to be moved around while you're using it. <li> There are no files. Databases are used instead -- and you use the data in-place rather than reading it into local variables. </ul> This stuff is all described in more detail, below.<p> In addition, there are some more advanced things you'll notice about Palm code.<p> <ul> <li> There's more than one way to call your program. There's the normal way and there's 'find'. You have to handle them differently. </ul> (Some of this may be addressed in future versions of this document)<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="event" id="event"> Event-Driven Code </a> </h2> This section is an introduction to event-driven code. If you're already familiar with these techniques, please feel free to skip to the next section.<p> In ordinary code, the software drives the action. The code goes through a sequence of operations, pretty-much in a software-controlled order until the program is done. Sometimes, the code waits for user input but then, it goes back to stepping through its pre-defined list of tasks.<p> Graphical user interface (GUI) code, however, is a little less ego-centric -- the user drives the action and the software sits around and waits for him. To be more specific, the software sits around and waits for _events_ that are generated by the operating system in response to the user's actions. <p> This is interesting and all, but how does it affect *your* code? Glad you asked. Your software takes on a different structure than it did before it was a GUI application. Its parts are different, too. It is made up of <p> <ul> <li> a bunch of event handlers (there's got to be code for every GUI thing on every screen), <li> some setup code, <li> some shutdown code, and <li> an event loop. </ul> The event loop is the place where your code spends most of its waking hours. It's the thing that waits for events from the operating system, acquires those events, and hands them to the specific event handlers you've written. <p> So, you've written and compiled your code. It worked the first time because you are, in fact, a brilliant programmer. Some guy decided to run your program on his Palm and he taps a button on the screen with his stylus. <p> At this point, the operating system generates a button tap event and passes it to your code. Your event loop function is running -- it has called a function that is waiting for the next event and the OS passes it a structure that describes the button tap event. That function returns to your event loop with that structure. Your event loop code then sees that this is a button push event for, say, button number three and calls the event handling code for that button.<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> A Couple Things About GUIs. </h2> <h3><i> UI Objects </i></h3> The average Palm program has a screen that is littered with buttons, lists, check boxes, and other similar stuff. Here, I'll call these "User-Interface Objects", or UI objects. There's no <stdio.h> in Palm programming, no 'printf' or 'getc' -- instead you use Palm's GUI library to create and handle UI objects. <p> <h3><i> Forms </i></h3> Now, if UI objects are the paint in your picture, then a 'form' is the canvas. An application can have several forms but it has to have at least one. We'll call that the main form.<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="resource" id="resource"> Resource Files. </a> </h2> Most non-GUI programs are made up of source files, header files, and maybe a library or two. Most GUI code, however, also has a resource file. <p> There're two parts to a UI object -- the picture on the screen and the code to handle user interaction with that picture. Strictly speaking, you can generate the picture with your code but most programmers choose to use a resource compiler to draw those pictures. The resource compiler generates a file called a resource file and that file is compiled into your code.<p> The resource editor / compiler that is usually used with OnBoard C is RsrcEdit. It is tied pretty-well to the OnBoard C compiler. You can launch one from the other, OnBoard C generates a default resource file, RsrcEdit can edit that file easily, and those resource files are part of your OnBoard C project by default.<p> <!-- ------------------------------------------------- --> <br><br><hr> <h1> <a name="skeleton" id="skeleton"> 2. Code: Looking at Basic Palm Code </a> </h1> There're lots of examples of simple Palm programs. Sometimes it's a good idea to look at several in case one strikes your understanding better than another or if the combination, together, helps you see what's happening. There are some excellent examples of basic Palm programs <a href=http://groups.yahoo.com/group/OnBoardC/files/Source%20Code/HelloWorld02_OBC.zip>here</a>, <a href=http://groups.yahoo.com/group/OnBoardC/files/Source%20Code/HelloWorld_OBC-n-CW.zip>here</a>, and <a href=http://groups.yahoo.com/group/OnBoardC/files/Source%20Code/HelloWorld_OBC.zip>here</a>.<p> <h2> The Skeleton Program </h2> This section goes over yet another basic Palm skeleton. It's not absolutely necessary that you write your code exactly like this but this is a good starting point. This code is really pretty simple, though the mass of comments make it look huge. It's made up of only six functions (two of which are empty -- they're only placeholders for more complicated code. Those functions are:<p> <ul> <li> <u>PilotMain</u>. All Palm programs start here. <li> <u>mainFormInit</u>. This sets-up the main form. <li> <u>appHandleEvent</u>. This handles top-level GUI events. <li> <u>mainFormEventHandler</u>. This handles GUI events for the main form. <li> <u>doMainMenu</u>. This handles what happens when a menu item is tapped. <li> <u>startApp</u>. Empty. It's a placeholder for future code. <li> <u>stopApp</u>. Empty. It's a placeholder for future code. </ul> Our skeleton code looks like this:<p> <pre> /* * This code is just in there in case you're trying to run this * with the PRC tools. */ #ifdef __GNUC__ # include &lt;PalmOS.h&gt; #endif /* * 'MainForm' is the ID number of the form. It is the ID for the * form in the resource file. Here is where you add the IDs of * other objects you will use in your code. Also, here, are three * prototypes. */ #define MainForm 1000 <a name="uidef" id="uidef"> // *** PUT UI-DEFINITIONS HERE *** // </a> // Prototypes static Boolean appHandleEvent (EventPtr pEvent); static void mainFormInit (FormPtr pForm); static Boolean mainFormEventHandler (EventPtr pEvent); static Boolean doMainMenu (FormPtr pForm, UInt16 command); /* * startApp and stopApp are here for future reference. They clearly * don't do anything for this program, but it's a good idea to do * program clean-up and shutdown in these files. One thing that * typically goes here is database opening and closing. */ static void startApp() {return;} static void stopApp() {return;} /* * A Palm program starts at the PilotMain function -- you can use * this example verbatim for most (maybe all) your Palm applications. * Some other examples might separate the event loop into a separate * function but we've combined the two, here. This function does * the following. * * o calls startApp, * o initiates the first form, * o handles the event loop, * o cleans-up (when it gets the 'leaving now' event), and * o leaves. */ UInt32 PilotMain (UInt16 cmd, void *cmdPBP, UInt16 launchFlags) { EventType event; UInt16 error; if (cmd == sysAppLaunchCmdNormalLaunch) { startApp(); /* * FrmGotForm generates a frmLoadEvent that'll get * handled as soon as we have an event handler that * knows what to do with it. */ FrmGotoForm(MainForm); /* * This loop gets events, handles the events, and * checks to see if we've got a 'done' event. */ do { /* * Wait for an event (we already generated the * first one). */ EvtGetEvent(&amp;event, evtWaitForever); /* * Then, ask the system, the menu system, * and our *OWN* event handlers (one for the * application as a whole and one for the * current form) to deal with the event. */ if (!SysHandleEvent (&amp;event)) if (!MenuHandleEvent (0, &amp;event, &amp;error)) if (!appHandleEvent (&amp;event)) FrmDispatchEvent (&amp;event); } while (event.eType != appStopEvent); /* * When we're done, shut down */ stopApp(); FrmCloseAllForms(); } return 0; } /* * This is the top-level event handler for the entire application. * Here, we handle form load events and our menu events. */ static Boolean appHandleEvent (EventPtr pEvent) { FormPtr pForm; Int16 formId; Boolean handled = false; if (pEvent-&gt;eType == frmLoadEvent) { /* * Load the resource for the form */ formId = pEvent-&gt;data.frmLoad.formID; pForm = FrmInitForm(formId); FrmSetActiveForm(pForm); /* * install a form-specific event handler */ if (formId == MainForm) FrmSetEventHandler (pForm, mainFormEventHandler); <a name="form" id="form"> // *** ADD NEW FORM HANDLING HERE *** // </a> handled = true; } /* * If it is a menu item, follow a sub-control path, in this case * doMainMenu although remember that you need a seperate menu handler * function for each menu bar, and then must include the line to call * it in the form handler (i.e. this) for each form that has that menu * bar. */ else if (pEvent-&gt;eType == menuEvent) { handled = doMainMenu(pForm, pEvent-&gt;data.menu.itemID); } return handled; } /* * This is the event handler for the main form. It handles all of * the user interactions with the user interface objects (e.g., * buttons, lists, text fields, and such) on the main form. */ static Boolean mainFormEventHandler(EventPtr pEvent) { Boolean handled = false; FormPtr pForm = FrmGetActiveForm(); switch (pEvent-&gt;eType) { /* * the first event received by a form's event handler is * the frmOpenEvent. */ case frmOpenEvent: FrmDrawForm(pForm); mainFormInit(pForm); handled = true; break; <a name="eventh" id="eventh"> // *** ADD EVENT HANDLING HERE *** // </a> default: break; } return handled; } /* * This is the menu handler for the main form. It handles doing the users selections. It takes a FormPtr for fast access to the form it's 'installed' for, and so that if something changes the active form between now and the end of the function it still works on the form it's designed for, altough that is rare.*/ static Boolean doMainMenu (FormPtr pForm, UInt16 command) { Boolean handled = false; switch(command) { <a name="menuhand" id="menuhand"> // *** ADD MENU HANDLING HERE *** // </a> } return handled; } /* * This is the startup code for the form. Here, we write our message * to the screen. */ static void mainFormInit (FormPtr pForm) { static Char foo[10] = "Hello GUI"; WinDrawChars (foo,StrLen(foo),20,18); <a name="finit" id="finit"> // *** ADD FORM INITIALIZATION HERE *** // </a> } </pre> <h2> Other Useful Bits </h2> Here are some other bits of code that you'll want to include in your Palm code. <h3><i> getObjectPtr </i></h3> The Palm API has lots of ways to keep track of UI Objects. There's indecis, pointers, and resource numbers. The programmer typically knows his objects by resource number but most of the Palm APIs want a pointer. Unfortunately, there's no function that'll get you directly from one to the other. The getObjectPtr function uses a series of two instructions to do this job. <pre> void * getObjectPtr (FormPtr pForm, Int16 resourceNo) { UInt16 objIndex=FrmGetObjectIndex(pForm,resourceNo); return FrmGetObjectPtr(pForm,objIndex); } </pre> <!-- ------------------------------------------------- --> <br><br><hr> <h1> <a name="uiobj" id="uiobj"> 3. User-Interface objects </a> </h1> This section provides a cookbook for many of the user interface objects you'll be interested in adding to your forms. Each section will describe a single UI object, how to generate the UI object with the resource compiler, and what code you'll need to handle the main events for your object. For each case, you'll be able to take your UI object-handling code to the next level by reading the Palm documentation.<p> In each section, below, you'll be asked to open the form on which you'll be adding your object. There are several ways to go about this but here is one way to do it.<p> <a name="open" id="open"> Starting in OnBoard C, do the following:<p> <ul> <li> tap on the .rsrc file <li> tap the 'RsrcEdit' button; this will bring-up RsrcEdit. </ul> In RsrcEdit, do the following:<p> <ul> <li> tap the form name (it'll look like 'tFRM 1000') <li> tap the 'open' button; this will open the form -- you gotta add your object to a specific form. </ul> Now, you can go about adding your object's resource to the form.<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="button" id="button"> UI Objects: Buttons </a> </h2> <h3><i> What They Are </i></h3> Well, they're buttons!<p> <h3><i> How To Make One -- In The Resource Editor </i></h3> You need to add the button to the main form in your program and we'll do that in RsrcEdit. You tie the button in your resource file to your program by remembering the ID of the button and referring to that number in your code. We'll start by adding the button to your form.<p> <ul> <li> <a href="#open">open the form</a>, as described above, <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'control'; this will open the control form, <li> name the button by writing 'Foo' under 'Title', <li> under 'ID', write '1001' -- REMEMBER THIS NUMBER, <li> under 'Style', choose 'Button' (it's probably already selected), <li> under 'Frame', choose 'Standard', <li> position the button on the screen by doing the following:<br> <ul> <li> under 'top', write '30', <li> under 'left', write '20', </ul> <li> tap the 'Calc Width' button, <li> under 'height' write '10', <li> check the 'Enabled' box, <li> check the 'Usable' box, <li> tap the 'OK' button; this will close RsrcEdit's control form, <li> tap the 'OK' button; this will close RsrcEdit's form for the main form in your program, and <li> tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C (note that this button will only be available if you invoked RsrcEdit from OnBoard C -- if you got here via the Palm application launcher, you'll have to get back to OnBoard C via the application launcher). </ul> <h3><i> How To Set One Up -- In The Code </i></h3> There's nothing that you need to do in the code before the button can be drawn on the screen. Some things (like lists) require that you fill them before you can draw them but buttons are simple. <h3><i> How To Handle One -- In The Code </i></h3> In your code, you'll want to handle the event caused by someone pressing that button. <p> At the top of your file, you should add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> #define MainButton 1001 // that's the button's number you remembered </pre> Now, in your form's event handler (that was mainFormEventHandler in the above example, at the place marked '<a href="#eventh">ADD EVENT HANDLING HERE</a>'), add the following:<p> <pre> case ctlSelectEvent: switch (pEvent-&gt;data.ctlSelect.controlID) { case MainButton: { static Char bar[7]="button"; // 1 WinDrawChars(bar, StrLen(bar), 60, 30); // 2 handled = true; break; } // other buttons... } break; </pre> You can, of course, replace the lines marked '1' and '2' with your own code -- this was just for illustration.<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="rptbutton" id="rptbutton"> UI Objects: Repeat Buttons </a> </h2> <h3><i> What They Are </i></h3> <h3><i> How To Make One -- In The Resource Editor </i></h3> <h3><i> How To Set One Up -- In The Code </i></h3> <h3><i> How To Handle One -- In The Code </i></h3> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="menu" id="menu"> UI Objects: Menus </a> </h2> <h3><i> What They Are </i></h3> A menu is a list of choices that pops down from the top of the Palm's screen. You've all used them throughout this tutorial so this should've been obvious :-). <h3><i> How To Make One -- In The Resource Editor </i></h3> We'll add a menu to the main form in RsrcEdit. <p> <!--Note (Nick Guenther, Feb 16, 2003 16:15 GMT ): I have removed the leading space in front of the first <li>'s (after the <ul>) here because in Konqueror it moves the text forward and doesn't do the same to the rest. I haven't edited other sections since I can see that that might cause a lot of problems if this is a Konqueror specific error.--> <ul> <li>go to the main form of the resource (the first thing you see when you open a Rsrc file), <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'menu bar'; this will open the menu bar form, <li> add menu headings by doing the following:<br> <ul> <li>tap the 'menu' silkscreen button, <li> select 'new', <li> where is says 'New Menu' on a line highlight it, <li> write 'Menu 1', </ul> <li> now, add menu items like this:<br> <ul> <li>in the list of menu headings, select the menu heading you want to edit, <li> tap the 'open' button, <li> tap the 'menu' silkscreen button, <li> select 'new', <li> where is says 'New Item' on a line highlight it, <li> write in 'Item 1', <li> in the 'ID' field, write '1000' -- REMEMBER THIS NUMBER <li> in the 'Key' field write 'A' (this can be any symbol, number, or <u><b>CAPTIAL</b></u> letter), <li> tap the 'Calc. Size' button to have the menu sized appropriately for what menu items it has,<br> <br> (It is worth noting here that if you ever move the top level menu heading (ie change it's dimensions) you must match up the 'left' value of the menu heading, and the 'left' value plus 2 (that is, add 2 to the 'left' value of the menu heading) in the menu edit form.)<br> </ul> <li> tap the 'OK' button; this will close RsrcEdit's menu item form, <li> tap the 'OK' button; this will close RsrcEdit's menu bar form, <li> making sure that the new menu bar is selected, change it's ID number to something logical,<br> '1004', and tap 'apply' -- REMEMBER THIS NUMBER <li> find your the form you want to give your new menu bar to, and open it, <li> where it says 'MBar ID' write in '1004' -- HERE'S THE NUMBER YOU REMEMBERED <li> tap the 'OK' button; this will close RsrcEdit's form for the main form in your program, and <li> tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C. </ul> <h3><i> How To Set One Up -- In The Code </i></h3> This part is not so hard, however, it can be tedious if you have large menu bars. Lucky we only made one heading and one item :D. <p> At the top of your file, you'll want to add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>': <pre> #define Menu1MenuItem1 1000; // HERE'S THE NUMBER YOU REMEMBERED //(And yes, you probably want to have better names for your defines in real-life applications) </pre> <br>When you add menu items I find it is good if you either switch back and forth between RsrcEdit and SrcEdit and are writing #defines as you go along or decide on a naming convention (e.g. first menu heading is 1000, second is 1010, third is 1020...). <h3><i> How To Handle One -- In The Code </i></h3> Again, not difficult (especially if you make use of copy-paste) but possibly tedious. Where it says '<a href="#menuhand">ADD MENU HANDLING HERE</a>' put in this code (note that this requires you to have followed the instructions in the 'Alerts' section): <pre> case Menu1Item1: FrmAlert(Alert1); break; </pre> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="lists" id="lists"> UI Objects: Lists </a> </h2> <!-- TODO: WITH SELECTOR TRIGGER --> <h3><i> What They Are </i></h3> A list is a group of choices, one per line, setup to allow the user to pick one by tapping on it. <h3><i> How To Make One -- In The Resource Editor </i></h3> We'll add a list to the main form in RsrcEdit. <p> <ul> <li> <a href="#open">open the form</a>, as described above, <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'list'; this will open the list form, <li> position the button on the screen by doing the following:<br> <ul> <li> under 'top', write '55', <li> under 'width', write '120', <li> under 'left', write '20', <li> under 'height', write '35', </ul> <li> under 'ID', write '1005' -- REMEMBER THIS NUMBER, <li> check the 'Usable' box, <li> tap the 'OK' button; this will close RsrcEdit's control form, <li> tap the 'OK' button; this will close RsrcEdit's form for the main form in your program, and <li> tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C </ul> <h3><i> How To Set One Up -- In The Code </i></h3> You'll want to fill the list with choices (note that when you get a 'select' event, it'll include the numerical index of the choice the user selected). There're different ways to fill the list with choices but we'll only go into one, the LstSetDrawFunction function, here. With this method, the Palm OS calls a function we designate each time it wants to draw a list item on the screen. This works great for dynamically changing lists (where, for example, the user can add or remove things from the list) but it's also good because we don't have to allocate space for the list items and we don't have to deal with deallocating that space. <p> At the top of your file, you'll want to add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> #define MainList 1005 // HERE'S THE NUMBER YOU REMEMBERED </pre> OnBoard C uses a header file that includes several, BUT NOT ALL, of the Palm APIs. It turns out that the LstDrawList, LstSetDrawFunction, and WinDrawTruncChars APIs aren't in OnBoard C's header file. We must add the link between our call and the APIs ourselves. We do this by placing the following lines in the section marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> void LstDrawList (ListType *pList) SYS_TRAP(sysTrapLstDrawList); void LstSetDrawFunction (ListType *pList, ListDrawDataFuncPtr func) SYS_TRAP(sysTrapLstSetDrawFunction); void WinDrawTruncChars (Char *c, int i, int x, int y, int w) SYS_TRAP(sysTrapWinDrawTruncChars); </pre> Next, you'll want to add the functions for setting-up the list. This being 'C', you can either add the functions at the top of the file or you can add prototypes to the top and the functions at the bottom (or in another file). This is all your choice and we're not going to cover it here. <p> First, we need our function that'll draw the list items. For this function, I'm going to call WinDrawTruncChars, a function that not only writes a string to the screen but also chops it off if the string is too long. <pre> #define listCount 5 static Char *listString[listCount] = {"one", "two", "three", "four", "five"}; void drawList (Int16 i, RectangleType *bounds, Char **items) { WinDrawTruncChars (listString[i], StrLen(listString[i]), bounds-&gt;topLeft.x, bounds-&gt;topLeft.y, bounds-&gt;extent.x); } </pre> Next, we'll write the list setup function, setupList, that installs our drawList function. Here's the function definition (below, I'll tell you where to call it). <pre> void setupList(int lIndex) { FormPtr pForm = FrmGetActiveForm(); void *pList = getObjectPtr(pForm, lIndex); LstSetListChoices (pList, 0, listCount); LstSetDrawFunction (pList, (ListDrawDataFuncPtr) drawList); // Since the list is already showing, we have to redraw it LstDrawList (pList); } </pre> Now you have to place the call to this function in your code to setup the list when you draw a form. Do that by adding the following function call in your 'mainFormInit' function where it says '<a href="#finit">ADD FORM INITIALIZATION HERE</a>':<p> <pre> setupList (MainList); </pre> And, voila -- you've built your list. <h3><i> How To Handle One -- In The Code </i></h3> The user is probably going to tap on one of your list's choices and you should have some code to deal with that. That code goes in your form's event handler (that was mainFormEventHandler in the above example) at the place marked '<a href="#eventh">ADD EVENT HANDLING HERE</a>'). Add the following code at that spot:<p> <pre> case lstSelectEvent: { // let's save the list selection -- this is the index of the // thing the user tapped in the array we passed to the list int i = pEvent-&gt;data.lstSelect.selection; // this is a check for *WHICH* list -- we'll leave it here // even though we only have one list switch (pEvent-&gt;data.lstSelect.listID) { case MainList: // We'll draw the selected string on the screen, but // normally, you'd do something with the index, here WinDrawChars (listString[i], // 1 StrLen(listString[i]), // 2 120, // 3 30); // 4 break; } } </pre> The lines marked 1 through 4 comprise the statement that reacts to a user selecting an item in your list. In real code, you'll want to replace these lines with something more sophisticated.<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="popuplists" id="popuplists"> UI Objects: Lists (with Popup Trigger) </a> </h2> <h3><i> What They Are </i></h3> This is a variation on a <a href="#lists">list</a> where the list doesn't appear until the user taps a button-like trigger. <h3><i> How To Make One -- In The Resource Editor </i></h3> Make a list just like before, only don't make it usable. The idea is that the list doesn't appear (i.e., it's not usable) until the user taps the popup trigger.<p> <ul> <li> <a href="#open">open the form</a>, as described above, <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'list'; this will open the list form, <li> position the list on the screen by doing the following:<br> <ul> <li> under 'top', write '55', <li> under 'width', write '120', <li> under 'left', write '20', <li> under 'height', write '35', </ul> <li> under 'ID', write '2005' -- REMEMBER THIS NUMBER, <li> <b>UNCHECK</b> the 'Usable' box, <li> tap the 'OK' button; this will close RsrcEdit's control form, </ul> Then, make a popup trigger. Overlay it on the top of the list.<p> <ul> <li> (the form should already be open) <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'control'; this will open the control form, <li> name the popup trigger by writing 'Trigger' under 'Title', <li> under 'ID', write '2006' -- REMEMBER THIS NUMBER, <li> under 'Style', choose 'Popup Trigger', <li> under 'Frame', choose 'No Frame', <li> position the trigger on the screen by doing the following:<br> <ul> <li> under 'top', write '55', <li> under 'left', write '20', <li> under 'width', write '120', <li> under 'height' write '10', </ul> <li> check the 'Enabled' box, <li> check the 'Usable' box, <li> tap the 'OK' button; this will close RsrcEdit's control form, </ul> Make the popup -- this associates the list with the popup trigger.<p> <ul> <li> (the form should already be open) <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'popup'; this will open the popup form, <li> under 'Control ID', write '2006' <li> under 'List ID', write '2005' <li> tap the 'OK' button; this will close RsrcEdit's control form, </ul> Now, close the form. <ul> <li> tap the 'OK' button; this will close RsrcEdit's form for the main form in your program, and <li> tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C </ul> <h3><i> How To Set One Up -- In The Code </i></h3> You'll install the list draw function almost exactly the same way as before.<p> At the top of your file, you'll want to add a couple #define statements to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> #define MyPopup 2006 // HERE'S ONE NUMBER YOU REMEMBERED #define MyList 2005 // HERE'S THE OTHER NUMBER YOU REMEMBERED </pre> OnBoard C uses a header file that includes several, BUT NOT ALL, of the Palm APIs. It turns out that the LstDrawList, LstSetDrawFunction, and WinDrawTruncChars APIs aren't in OnBoard C's header file. We must add the link between our call and the APIs ourselves. We do this by placing the following lines in the section marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> void LstDrawList (ListType *pList) SYS_TRAP(sysTrapLstDrawList); void LstSetDrawFunction (ListType *pList, ListDrawDataFuncPtr func) SYS_TRAP(sysTrapLstSetDrawFunction); void WinDrawTruncChars (Char *c, int i, int x, int y, int w) SYS_TRAP(sysTrapWinDrawTruncChars); </pre> Next, you'll want to add the functions for setting-up the list. This being 'C', you can either add the functions at the top of the file or you can add prototypes to the top and the functions at the bottom (or in another file). This is all your choice and we're not going to cover it here. <p> First, we need our function that'll draw the list items. For this function, I'm going to call WinDrawTruncChars, a function that not only writes a string to the screen but also chops it off if the string is too long. <pre> #define listCount 5 static Char *listString[listCount] = {"one", "two", "three", "four", "five"}; void drawList (Int16 i, RectangleType *bounds, Char **items) { WinDrawTruncChars (listString[i], StrLen(listString[i]), bounds-&gt;topLeft.x, bounds-&gt;topLeft.y, bounds-&gt;extent.x); } </pre> Next, we'll write the list setup function, setupList, that installs our drawList function. This is just like before, except that you won't draw the list in the form's startup function (the list is hidden -- you wouldn't want to draw a hidden list). Here's the function definition (below, I'll tell you where to call it). <pre> void setupList(int lIndex) { FormPtr pForm = FrmGetActiveForm(); void *pList = getObjectPtr(pForm, lIndex); LstSetListChoices (pList, 0, listCount); LstSetDrawFunction (pList, (ListDrawDataFuncPtr) drawList); // Don't redraw the list } </pre> Now you have to place the call to this function in your code to setup the list when you draw a form. Do that by adding the following function call in your 'mainFormInit' function where it says '<a href="#finit">ADD FORM INITIALIZATION HERE</a>':<p> <pre> setupList (MyList); </pre> And, voila -- you've built your list. <h3><i> How To Handle One -- In The Code </i></h3> The user will select an item off your list in two steps. First, he'll tap on the popup trigger -- the Palm OS will handle this by showing your list. Next, he'll probably to tap on one of your list's choices and you should have some code to deal with that. It's almost exactly like the plain list-handling code except that the user selecting a list item gives you get a popSelectEvent rather than a lstSelectEvent. That code goes in your form's event handler (that was mainFormEventHandler in the above example) at the place marked '<a href="#eventh">ADD EVENT HANDLING HERE</a>'). Add the following code at that spot:<p> <pre> case popSelectEvent: { // let's save the list selection -- this is the index of the // thing the user tapped in the array we passed to the list int i = pEvent-&gt;data.popSelect.selection; // this is a check for *WHICH* list -- we'll leave it here // even though we only have one list switch (pEvent-&gt;data.popSelect.controlID) { case MyPopup: // We'll draw the selected string on the screen, but // normally, you'd do something with the index, here WinDrawChars (listString[i], // 1 StrLen(listString[i]), // 2 100, // 3 0); // 4 handled = true; break; } } </pre> Make sure that you include the 'handled=true;' line whether or not you want to do anything when the user selects the line. Otherwise, the OS tries to change the title of the popup to the selection it has stored (but it doesn't have anything stored -- we're writing the list elements dynamically -- so you get garbage).<p> The lines marked 1 through 4 comprise the statement that reacts to a user selecting an item in your list. In real code, you'll want to replace these lines with something more sophisticated.<p> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="pushbtn" id="pushbtn"> UI Objects: Push Buttons (AKA Radio Buttons) </a> </h2> <h3><i> What They Are </i></h3> Push Buttons are a group of buttons that work in concert. Only one can be pushed at a time. <h3><i> How To Make One -- In The Resource Editor </i></h3> Well, you can't make just one -- it's a group of buttons so you have to make at least two. The user-interface standards are to make them immediately next to each other or immediately over the top of each other. We'll make ours next to each other.<p> You need to add the buttons to the main form in your program and, as usual, we'll do that in RsrcEdit. This is a bunch like a couple of regular buttons. The differences lie in that the buttons are carefully aligned (as described earlier) and the buttons are all part of the same group. We'll start by adding the button to your form.<p> <ul> <li> <a href="#open">open the form</a>, as described above, </ul> Now create the first button: <p> <ul> <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'control'; this will open the control form, <li> name the button by writing 'Up' under 'Title', <li> under 'ID', write '1020' -- REMEMBER THIS NUMBER, <li> under 'Style', choose 'PushButton', <li> under 'Frame', choose 'Rectangle', <li> position the button on the screen by doing the following:<br> <ul> <li> under 'top', write '100', <li> under 'left', write '20', <li> under 'width', write '30', <li> under 'height', write '10', </ul> <li> under 'group' write '1', <li> check the 'Enabled' box, <li> check the 'Usable' box, <li> tap the 'OK' button; this will close RsrcEdit's control form, </ul> Now, make the second button:<p> <ul> <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'control'; this will open the control form, <li> name the button by writing 'Down' under 'Title', <li> under 'ID', write '1021' -- REMEMBER THIS NUMBER, <li> under 'Style', choose 'PushButton', <li> under 'Frame', choose 'Rectangle', <li> position the button on the screen by doing the following:<br> <ul> <li> under 'top', write '100', <li> under 'left', write '50', <li> under 'width', write '30', <li> under 'height', write '10', </ul> <li> under 'group' write '1', <li> check the 'Enabled' box, <li> check the 'Usable' box, <li> tap the 'OK' button; this will close RsrcEdit's control form, </ul> And then, finish it off:<p> <ul> <li> tap the 'OK' button; this will close RsrcEdit's form for the main form in your program, and <li> tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C </ul> <h3><i> How To Set One Up -- In The Code </i></h3> There's nothing that you need to do in the code before the buttons can be drawn on the screen. <h3><i> How To Handle One -- In The Code </i></h3> In your code, you'll want to handle the event caused by someone pressing one of the buttons button. <p> At the top of your file, you should add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> #define UpButton 1020 #define DownButton 1021 </pre> Now, in your form's event handler (that was mainFormEventHandler in the above example, at the place marked '<a href="#eventh">ADD EVENT HANDLING HERE</a>'), add the following:<p> <pre> case ctlSelectEvent: switch (pEvent-&gt;data.ctlSelect.controlID) { case UpButton: WinDrawChars("Up", 2, 60, 30); handled = true; break; case DownButton: WinDrawChars("Down", 4, 60, 30); handled = true; break; // other buttons... } break; </pre> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="chkbox" id="chkbox"> UI Objects: Check Boxes </a> </h2> <h3><i> What They Are </i></h3> Most programmers familiar with GUI programming will know the check box. It is that little box that can have a tick in it. If you have been following this example you have been using them for 'Usable' and 'Enabled' in the Resource Editor. <h3><i> How To Make One -- In The Resource Editor </i></h3> <ul> <li> Open the form, as described above <li> Tap the 'menu' silkscreen button <li> Tap 'new'-&gt;'control'; this will open the control form <li> Name the checkbox by writing 'Check it' under 'Title', <li> Under 'ID', write '1005' - REMEMBER THIS NUMBER <li> Under 'Style' choose 'CheckBox' <li> Position the check box on the screen by doing the following: <ul> <li> Under 'top' write '100' <li> Under 'left' write '90' <li> Under 'width' write '50' ('Calc Width' does not work properly for checkboxes) <li> Under 'height' write '12' </ul> <li> Check the 'enabled' and 'usable' checkboxes <li> Tap the 'OK' button; this will close RsrcEdit's control form <li> Tap the 'OK' button; this will close RsrcEdit's form for the main form in your program, and <li> Tap the 'OnBoardC' button; this will take you to OnBoardC </ul> <h3><i> How To Set One Up -- In The Code </i></h3> There's nothing that you need to do in the code before the check box can be drawn on the screen. <h3><i> How To Handle One -- In The Code </i></h3> In your code there are three things you might be interested in doing. At any stage in your program you might want to know whether the check box is ticked or not, you might want to set the checkbox to ticked or not, or you might want to take some action when the user ticks or un-ticks the check box.<p> Before we forget lets put in the define for the resource ID number. At the top of your code, marked 'PUT UI-DEFINITIONS HERE':<p> <pre> #define CHECKBOX 1005 </pre> With the other controls we have looked at we have referred to the control in the code by it's resource ID (as in the ctlSelectEvent) or with a pointer that we obtained with the getObjectPtr function outline earlier. There is a third way of accessing a control - by its index. For some reason this is the way the PalmOS writers though would be the best way to deal with checkboxes. It is not a problem, we just have to call a function to get the index from a resource id.<p> You might call a function like this to see if a checkbox was ticked.<p> <pre> static void doCheckBox(void) { FormPtr form; UInt16 ctlIndex; Int16 checked; form = FrmGetActiveForm(); ctlIndex = FrmGetObjectIndex(form, CHECKBOX); checked = FrmGetControlValue(form, cltIndex); if(checked) WinDrawChars("Checked", 7, 5, 120); else WinDrawChars("Not Checked", 11, 5, 120); } </pre> Setting the state of a check box is just as simple: <pre> static void setCheckBox(Int16 checked) { FormPtr form; UInt16 ctlIndex; form = FrmGetActiveForm(); ctlIndex = FrmGetObjectIndex(form, CHECKBOX); FrmSetControlValue(form, ctlIndex, checked); } </pre> Reacting to the user tapping on the checkbox is exactly the same as if it was a button. In your form's event handler (that was mainFormEventHandler in the above example, at the place marked 'ADD EVENT HANDLING HERE') add the following <pre> case ctlSelectEvent: switch (pEvent-&gt;data.ctlSelect.controlID) { case CHECKBOX: { WinDrawChars("Tap", 3, 5, 120); handled = true; break; } //other buttons } break; </pre> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="slider" id="slider"> UI Objects: Sliders </a> </h2> <h3><i> What They Are </i></h3> <h3><i> How To Make One -- In The Resource Editor </i></h3> <h3><i> How To Set One Up -- In The Code </i></h3> <h3><i> How To Handle One -- In The Code </i></h3> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="feedslider" id="feedslider"> UI Objects: Feedback Sliders </a> </h2> <h3><i> What They Are </i></h3> <h3><i> How To Make One -- In The Resource Editor </i></h3> <h3><i> How To Set One Up -- In The Code </i></h3> <h3><i> How To Handle One -- In The Code </i></h3> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="memory" id="memory"> Memory Handling </a> </h2> Memory is handled a bit differently on the Palm than in most programming environments. The Palm has a <b>stack</b> like most machines. The stack is the place where each function's local variables are stored but a variable's space is given away to other variables when the function returns. The <b>heap</b>, on the other hand, is treated differently on the Palm. You can allocate memory normally (using <i>MemPtrNew</i> and <i>MemPtrFree</i> rather than <i>malloc</i> and <i>free</i>) or you can declare something <i>static</i> or <i>global</i> but you really don't want to do that. The problem with that is that there's not a lot of memory and it can easily get fragmented. What you really want is to make your allocations <b>relocatable</b> with <i>MemHandleNew</i> and <i>MemHandleFree</i>. The Palm OS can move this memory around (thus, unfragmenting it and making more of it available) when you're not using it. When you want to use it, get a pointer with <i>MemHandleLock</i> but don't forget to unlock the memory chunk with <i>MemHandleUnlock</i>. An example of using this technique is as follows.<p> <pre> MemHandle h = MemHandleNew(100); // 100 bytes CharPtr p = MemHandleLock(h); // turn a handle into a pointer // use 'p' as you would any pointer MemHandleUnlock(h); // go off and do other stuff -- the stuff above and below this line // can be in the same function or in different functions, if you wish. p = MemHandleLock(h); // turn a handle back into a pointer // use 'p' as you would any pointer MemHandleUnlock(h); // and when you're done MemHandleFree(h); </pre> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="field" id="field"> UI Objects: Text Fields </a> </h2> <h3><i> What They Are </i></h3> A text field is a line or block of text which can show and edit a text string. This string can live either directly in a database, or be from a string in memory. Editing is handled by the system, so if you're happy with the way you edit text on a Palm, you only need to worry about the setup of the field, and not the event loop. <h3><i> How To Make One -- In The Resource Editor </i></h3> You need to add the field to the main form in your program and once again, we'll do that in RsrcEdit. You tie the field in your resource file to your program by remembering the ID of the field and referring to that number in your code. We'll start by adding the field to your form. <p> <ul> <li> <a href="#open">open the form</a>, as described above, <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'field'; this will open the field form, <li> under 'ID', write '1010' -- REMEMBER THIS NUMBER, <li> position the button on the screen by doing the following:<br> <ul> <li> under 'top', write '42', <li> under 'left', write '20', <li> under 'width', write '120', <li> under 'height', write '12', </ul> <li> check the 'Editable' box, <li> check the 'Usable' box, <li>check the 'Underline' box, <li>check the 'Single Line' box <li>under 'Max Chars', write '32', <li> tap the 'OK' button; this will close RsrcEdit's control form, <li> tap the 'OK' button; this will close RsrcEdit's form for the main form in your program <li>tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C. </ul> <h3><i>How To Set One Up -- In The Code </i></h3> There are several things you have to do to set up a field in the code, and there are more things you have to do when you have finished with it. To start with, we need to link the text field to a region of memory that holds the text, then we need to tell the system to draw it. <p> At the top of your file, you'll want to add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> #define MainField 1010 // HERE'S THE NUMBER YOU REMEMBERED </pre> Next, you'll want to add some functions for dealing with the field. This being 'C', you can either add the functions at the top of the file or you can add prototypes to the top and the functions at the bottom (or in another file). This is all your choice and we're not going to cover it here. <p> The field setup function, setFieldText, sets the text of the field. Now, the user can add or remove text to his or her little heart's desire so you'll want to be able to get the text from the field. You do that with the 'getFieldText' function. <p> Here's the function definition (below, I'll tell you where to call them). <pre> // Use a function like this to set a field to a string static void setFieldText (UInt32 fIndex, Char *StrToShow) { FormPtr pForm = FrmGetActiveForm(); void *pField = getObjectPtr (pForm, fIndex); // get the field's old text handle MemHandle oldH = FldGetTextHandle(pField); //Copy our string into a memhandle int len = StrLen(StrToShow); MemHandle mH = MemHandleNew(len+1); Char *pMem = MemHandleLock(mH); StrCopy(pMem, StrToShow); //The memhandle needs to be unlocked to work... MemHandleUnlock(mH); //To establish the field's link to the handle FldSetTextHandle(pField,mH); //To draw the field FldDrawField(pField); // get rid of old handle if (oldH != NULL) MemHandleFree (oldH); } </pre> Now you have to place the calls to this function in your code to set the text of the field when you draw a form for the first time. Do that by adding the following function call in your 'mainFormInit' function where it says '<a href="#finit">ADD FORM INITIALIZATION HERE</a>':<p> <pre> setFieldText (MainField,"Hello Field"); </pre> <h3><i>How To Handle One -- In The Code </i></h3> <p>There's nothing much to handle here, unless you want advanced editing capabilities, which I've never needed. Anybody else?</p> I'm not sure whether this counts as in the code or as shut down but you'll want to be able to extract the text from a field (by the way, make sure you set the field before you try to get it.) You do that with the following function (again, I'll explain where to call it, below). <pre> // Use a function like this to find out what the field's contents // are and to put them into a string: static void getFieldText (UInt32 fIndex, Char *StrToGet) { FormPtr pForm = FrmGetActiveForm(); void *pField = getObjectPtr (pForm, fIndex); MemHandle mH = FldGetTextHandle(pField); Char *pMem=MemHandleLock(mH); StrCopy(StrToGet, pMem); MemHandleUnlock(mH); } </pre> To use this, you can replace the button handling code (that goes at the spot marked '<a href="#eventh">ADD EVENT HANDLING HERE</a>'), described elsewhere in this document, with the following bit of code:<p> <pre> case MainButton: static Char bar[80]; getFieldText (MainField, bar); WinDrawChars (bar, StrLen(bar), 60, 30); handled = true; break; </pre> <h3><i>How To Shut One Down -- In The Code </i></h3> There's one more function that will interest you if the text in your field is actually living in a database. Since a field deallocates its text when your program shuts down, you'll want to remove any text that is still living (i.e., in a database) before you shut down. You do this with the 'nullField' function. <p> <pre> // To unlink a field from a text handle, use a function like this: static void nullField (UInt32 fIndex) { //We need a pointer to the field FormPtr pForm = FrmGetActiveForm(); void *pField = getObjectPtr (pForm, fIndex); //Unlink the field by setting the handle to 'NULL'. FldSetTextHandle(pField,NULL); } </pre> Finally, <b>remember</b> that if you forget to unlink a field that is connected to a database before you close the form, or exit the application, you will get a fatal error! Fix that by adding the following to the application close function (stopApp, in our code) or, if your code has multiple forms, in the close form function:<p> <pre> nullField (MainField); </pre> <p> <!-- ------------------------------------------------- --> </p> <br><br><hr align=left width=66%> <h2> <a name="scroll" id="scroll"> UI Objects: Scroll Bars </a> </h2> <h3><i> What They Are </i></h3> <h3><i> How To Make One -- In The Resource Editor </i></h3> <h3><i> How To Set One Up -- In The Code </i></h3> <h3><i> How To Handle One -- In The Code </i></h3> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="tables" id="tables"> UI Objects: Tables </a> </h2> <h3><i> What They Are </i></h3> <h3><i> How To Make One -- In The Resource Editor </i></h3> <h3><i> How To Set One Up -- In The Code </i></h3> <h3><i> How To Handle One -- In The Code </i></h3> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="alert" id="alert"> UI Objects: Alerts </a> </h2> <h3><i> What They Are </i></h3> An alert is a little pop up with some text and a/some button(s). Also, it is possible to use a nifty little trick that puts text on an alert recource during execution (without using dynamic resource creation). <!-- Note (Nick Guenther Feb 16, 2003 13:16 GMT): Ok, so I lied. Like in the menu section, I have removed the leading spaces here--> <h3><i> How To Make One -- In The Resource Editor </i></h3> This is where you will do most of the work to get an alert. One small explanation first. There is a function (described in the 'How to Handle...' section that will replace text in an alert, specifically the text ^1, ^2, and ^3 with text you provide it. If you want to use this feature put ^1 and/or ^2 and/or ^3 in the message that your alert displays. Many people have special 'Debug' alerts made up of only the text "^1^2^3" that they can then use to get info out of their programs. <p> <ul> <li>go to the main form of the resource (the first thing you see when you open a Rsrc file), <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'alert'; this will open the alert form, <li> under 'Title', write 'Alert' <li> where it says 'Alert Type' select 'information' (you may choose the other styles but stick with this for now) <li> in the 'Message' field put: "This is some text ^1^2^3", <li> add buttons by doing the following:<br> <ul> <li>tap the 'menu' silkscreen button, <li> tap 'new', <li> highlight where it says 'Button'; this is the text of the button. Change it to 'OK'. <li> tap 'Apply',<br> <br> Note: you can add up to four buttons but that pushes that last off the screen. Three buttons is also not an ideal choice unless you really need it. Two is generally used for confirmation alerts (one of the other 'Alert Types'). For almost all alerts (the kind that you just want to stop the program and give some information) use one button. <br><br> </ul> <li> Add a second button, 'Cancel', for tutorial purposes. <li> tap the 'Preview' button to see what your alert looks like. <li>tap the 'OK' button; this will close RsrcEdit's alert form, <li>Change the 'ID' number of the alert to '1200' -- REMEMBER THIS NUMBER, <li>tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C. </ul> <h3><i> How To Set One Up -- In The Code </i></h3> At the top of your file, you'll want to add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>': <pre> #define Alert1 1200; // HERE'S THE NUMBER YOU REMEMBERED </pre> <h3><i> How To Handle One -- In The Code </i></h3> There are two ways to do this. Both of them consist of calling functions. <font color=red><h3>WARNING</h3></font> Be <b>very careful</b> here! You can lock your palm into an infinite loop if you put this somewhere that it will be called on every iteration of the event loop. The event loop of the active program handles <b>all</b> UI interaction, that is, it recieves every event. Now, a button tap is an event, a hard key (including the power button) press is an event, <u>everything</u>. This means that when someone taps a button on an alert an event occurs. If there is an alert happening every time round each alert spawns another alert! <p> <b>1)</b> UInt16 FrmAlert(UInt16 alertID); will pop up an alert with the given ID number. Wherever you want this to happen put: <br> <pre> FrmAlert(Alert1); </pre> Ok, so that's great for displaying something, but wouldn't it be great if you could get information from this? Well, FrmAlert returns a value, the ID of the button tapped. Now, this isn't something you've set, it's just that the first button is #0, the second is #1, the third is #2, and the fourth that you should never use is #3. <br> <pre> UInt16 alertSelection = FrmAlert(Alert1); </pre> Cool, huh? <p> <b>2)</b> UInt16 FrmCustomAlert(UInt16 alertID, CharPtr string1, CharPtr string2, CharPtr string3); is the other function. It is the way for displaying custom text. string1, string2, and string3 and what replace ^1, ^2, and ^3, respectively. You may want to use it in conjunction with StrPrintF to display any kind of data. One word of warning though: this function should not take null strings (i.e. ""). This is because until Palm OS 3.0 this caused problems, crashes I believe. If you want backward compatibility but don't want to use more than 1 or 2 strings make sure to use empty strings (i.e. " ") in the remaining arguments. <br> <pre> FrmCustomAlert(Alert1, "\nMore text","\nThe second text","Hello, World!"); </pre> Good, good. Now there is an alert saying:<br> <pre> This is some text More text The second text Hello, World! </pre> But now what? Well, as you've probably guessed, this also returns the pressed button. Here, I have used StrPrintF to display the choice in a second alert. UInt16 alertSelection = FrmCustomAlert(Alert1, "\nMore text","\nThe second text","Hello, World!"); MemHandle h= MemHandleNew(100); CharPtr s = MemHandleLock(h); StrPrintF(s, "\nThe button tapped was: %d", alertSelection); FrmCustomAlert(alert1, s, " ", " "); MemHandleUnlock(h); MemHandleFree(h); <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="icons" id="icons"> UI Objects: Icons </a> </h2> <h3><i> What They Are </i></h3> Icons are the pretty pictures that show up in the app launcher. There are two kinds, the large icons, and the list-view icons. Large icons <h3><i> How To Make One -- In The Resource Editor </i></h3> This is the only place you need to do any work with icons. <p> <ul> <li>go to the main form of the resource (the first thing you see when you open a Rsrc file), <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'icon'; this will open the icon form, <li> using the menu, select 'Properties', <li> change the dimensions to: <ul> <li>If making a large icon: 32 width, 22 height, <br> or, <br> <li>if making a list-view: 15 width, 9 height, </ul> <li>start drawing; you may wish to switch into whatever the highest color you can get is using the menu (where it says 1 bit, 2 bit...), <li>use the 'zoom' button to view you icon as it would be in the apps launcher <li>tap the 'OK' button; this will close RsrcEdit's image editor form, <li>Change the 'ID' number of the icon to: <ul> <li>If making a large icon: '1000', <br> or, <br> <li>if making a list-view: '1001', </ul> <li>tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C. </ul> <h3><i> How To Set One Up -- In The Code </i></h3> There is nothing to do in the code. <h3><i> How To Handle One -- In The Code </i></h3> Ditto, nothing to do. <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="forms" id="forms"> UI Objects: Forms </a> </h2> <h3><i> What They Are </i></h3> As described earlier, a Form is a canvas on which you can put other UI objects. Every application has at least one but many have more than one. Every alert box is a form (though the guts of handling it is in the Palm OS rather than in your code). <h3><i> How To Make One -- In The Resource Editor </i></h3> Starting in OnBoard C, do the following:<p> <ul> <li> tap on the .rsrc file <li> tap the 'RsrcEdit' button; this will bring-up RsrcEdit. </ul> In RsrcEdit, do the following:<p> <ul> <li> tap the 'menu' silkscreen button, <li> tap 'new'-&gt;'form'; <li> We'll use the whole screen by doing the following:<br> <ul> <li> under 'top', write '0', <li> under 'left', write '0', <li> under 'width', write '160', <li> under 'height', write '160', </ul> <li> check the 'Usable' box, </ul> Now, we have to add a title to make it a proper form:<p> <ul> <li> tap 'new'-&gt;'title'; <li> Write 'Second Form' <li> tap 'OK' </ul> Finally, we finish up:<p> <ul> <li> tap the 'OK' button; this will close RsrcEdit's form for our new form <li> Now, TAKE NOTE OF THE 'ID' or the number next to the 'tFRM' label in the list. It's probably '1100' but look anyway. <li>tap the 'OnBoardC' (or 'QuartusC') button; this will take you to OnBoard C. </ul> <h3><i> How To Set One Up -- In The Code </i></h3> We need a few things, now. We could use a way to get to the form, a startup function for the form, and an event handler for the form. We'll use the button that we generated earlier to go to our new form but how you get there depends on why you want the form in your code. <p> At the top of your file, you'll want to add a #define to help your code be a bit more readable. You should add this at the place marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>':<p> <pre> #define NewForm 1100 // HERE'S THE NUMBER YOU REMEMBERED </pre> I'm going to repeat: we're using a button to switch to the second form. Make a button just like before, but in your form's event handler (that was mainFormEventHandler in the skeleton code, at the place marked '<a href="#eventh">ADD EVENT HANDLING HERE</a>'), add the following:<p> <pre> case ctlSelectEvent: switch (pEvent-&gt;data.ctlSelect.controlID) { case MainButton: FrmGotoForm (NewForm); handled=true; break; // other buttons... } break; </pre> Now, this means that pushing the button will call FrmGotoForm which, in turn, sends the following <ul> <li> a frmCloseEvent to the current form, <li> a frmLoadEvent to the application, and <li> a frmOpenEvent to the new form </ul> (actually, these all get sent to the application -- I was just explaining where we'll handle them). <p> We won't worry about handling the frmCloseEvent because we don't have anything we need to do.<p> We'll handle the frmLoadEvent in the 'appHandleEvent' function. Here, we initialize the form, set it as the active form, and install a new event handler. At the place marked '<a href="#form">ADD NEW FORM HANDLING HERE</a>', add the following code:<p> <pre> else if (formId == NewForm) FrmSetEventHandler (frm, newFormEventHandler); </pre> This means that we need a 'newFormEventHandler'. We are going to steal mainFormEvent handler <i>verbatim</i> except for one line. Add the following function to your code:<p> <pre> static Boolean newFormEventHandler (EventPtr pEvent) { Boolean handled = false; FormPtr pForm = FrmGetActiveForm(); switch (pEvent-&gt;eType) { /* * the first event received by a form's event handler is * the frmOpenEvent. */ case frmOpenEvent: FrmDrawForm(pForm); newFormInit(pForm); // THIS IS THE DIFFERENT LINE handled = true; break; // Add other event handling here default: break; } return handled; } </pre> And <i>this</i> implies that we need a newFormInit function which we'll steal from mainFormInit. <pre> static void mainFormInit (FormPtr pForm) { static Char foo[30] = "Hello Form 2"; WinDrawChars (foo,StrLen(foo),20,18); } </pre> <h3><i> How To Handle One -- In The Code </i></h3> Nothing to do but sit back and enjoy your new form. Typically, you'd have a way to get back to your main form but that depends on the application. <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="database" id="database"> Beginning Database </a> </h2> There're two different ways to have permanent storage on a Palm. While there's off-line memory cards on some Palms, even the oldest Palm devices have non-volatile storage in which you can store databases. We'll look at databases, here.<p> In the first article, here, we'll discuss reading from an existing database -- the memo database. <p> <h3><i> Open the Database. </i></h3> First, we open the database. <p> <pre> LocalID dbld; DmOpenRef dbRef; MemHandle record; CharPtr pChar; //... dbld = DmFindDatabase (0, "MemoDB"); if (dbld != 0) dbRef = DmOpenDatabase (0, dbld, dmModeReadWrite); </pre> <h3><i> Read the Database. </i></h3> Now, we can navigate through the database. When you get a record from a database, you get a handle. Remember that you have to lock a handle to make a pointer that you can use.<p> In this example, I'm going to do more than I <i>absolutely</i> need to in order to read from a database. I'm going to read from every record in the database and print out a few characters from each record. <pre> int i, count; if (dbRef != 0) { // get th number of records in the database count = DmNumRecords (dbRef); // for each record in the database for (i=0; i&lt;count; i++) { // Get the record, make sure it hasn't been deleted, // and lock the handle record = DmGetRecord (dbRef, i); if (record == 0) continue; pChar = MemHandleLock (record); // Now, read from 'pChar' like the pointer it is WinDrawChars (pChar, 20, 2, (10*i)+20); // Now, unlock the handle and release the record MemHandleUnlock (record); DmReleaseRecord (dbRef, i, 0); } } </pre> <h3><i> Write the Database. </i></h3> Writing to a database is just the tiniest bit more complicated than reading. The thing is, the Palm folks didn't want anyone with a stray pointer to be able to trash a database. For that reason, they protected database memory and made you use a function to write it.<p> Here, I'll create a new record in which to write. If you pick a record less than the number of records in the database, the database manager will move the others down. If you pick one that's greater, you'll get additional records (that'll be deleted, I believe, next time you hotsync). If you choose the exact number (remember that the record count, like arrays in C, is zero-based), then you'll just add one more record to the end of the database. That's what we'll do, here. <pre> #define SIZE 100 { int count = 0; MemHandle record = 0; Char *pChar = 0; Char *string = "Just some text"; int length = StrLen (string); // create a new record at the end of a database (that gives // us a handle) and turn it into a pointer. count = DmNumRecords (dbRef); record = DmNewRecord (dbRef, &amp;count, SIZE); pChar = MemHandleLock (record); // Write to the database with DmWrite (since writing through // the pointer won't work). DmWrite (pChar, 0, string, length+1); // Then, unlock the handle and release the record. MemHandleUnlock (record); DmReleaseRecord (dbRef, count, 0); } </pre> <h3><i> Close the Database. </i></h3> And, finally, you have to close the database when you're done. <pre> if (dbRef != 0) DmCloseDatabase (dbRef); </pre> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="libraries" id="libraries"> Using Shared Libraries </a> </h2> There are libraries that can augment your Palm code. The most common library of this sort is the math library. In order to use a library, do the following. <h3><i> Open the Library. </i></h3> First, we open the library. First, you have to find the library (with SysLibFind). Next, you load the library (with SysLibLoad). Finally, you need to open the library using the 'open' function defined in the library header file.<p> Start by including the header file and defining a global variable that signifies whether the library is open. <pre> #include &lt;mathlib.h&gt; int MathLibRef = -1; </pre> Then, probably in the startApp function at the beginning of execution, do the following:<p> <pre> Err err; // ... err = SysLibFind("MathLib", &amp;MathLibRef); if (err != 0) { // library not loaded already err = SysLibLoad('libr', 'MthL', &amp;MathLibRef); if (err == 0) err = MathLibOpen (MathLibRef, 1); } </pre> <h3><i> Use the Library. </i></h3> Call the functions that are defined in the library header -- I'm not going too far into this since this isn't really about the use of any particular library. <pre> FlpCompDouble x; x.d = sqrt(867.5309) * tan(42); FlpFToA(x.fd, buffer); </pre> <h3><i> Close the Libary. </i></h3> And, finally, you have to close the library when you're done. A good place to do this is in the stopApp function at the end of the execution. <pre> if (MathLibRef != -1) { Err err; UInt16 usecount; err = MathLibClose (MathLibRef, &amp;usecount); if (usecount == 0) SysLibRemove (MathLibRef); } </pre> <!-- ------------------------------------------------- --> <br><br><hr align=left width=66%> <h2> <a name="preferences" id="preferences"> Preferences </a> </h2> An application can have a database that it accesses every time it is run (in addition to the separate databases it can access). This is often used to house the applications options or preferences. This information is often stored in a struct.<p> The first thing you need to decide is how you're going to use the your preferences during the course of your code. If you need to access them in several forms, you might want to declare the preferences as global. We'll do that in the cookbook. You'd place this global definition at the location marked '<a href="#uidef">PUT UI-DEFINITIONS HERE</a>' in the skeleton application:<p> <pre> typedef struct { int skeletonData; } Prefs; Prefs prefs; </pre> <h3><i> Open Preferences. </i></h3> A good place to open the preference database is the startApp function. One thing you may want to do is to provide for your application changing its preferences over different versions. A simplistic guard for that is to check the size of the preference database with the size you think it should be. Another is to check the value returned by PrefGetAppPreferences. We use the size in the following code.<p> <pre> void startApp() { Int16 prefSize = sizeof(Prefs); if ((PrefGetAppPreferences (AppCreator, 1000, // pref database id &amp;prefs, &amp;prefSize, true) // saved during Hotsync == noPreferenceFound) || (prefSize != sizeof(Prefs))) { // default initialization, since discovered // Prefs was missing or old. prefs.skeletonData=1; } } </pre> <h3><i> Use the Preferences. </i></h3> Now, you can use the preferences any way you want. It's a global variable, so set the values, read the values, whatever. <h3><i> Write Preferences. </i></h3> And, finally, you have to write the preferences back to the preference database. A great place to do that is the stopApp function. <pre> void stopApp() { PrefSetAppPreferences (AppCreator, 1000, // pref database id 1, // version of pref database &amp;prefs, sizeof(Prefs), true); // saved during hotsync } </pre> </body> </html>
jrsharp/jrsharp.github.io
files/c/Documentation/cookbook.html
HTML
mit
80,367
<!DOCTYPE html> <html lang='en'> <head> <title>VPKPublicVeep Class 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/objc/Class/VPKPublicVeep' class='dashAnchor'></a> <a title='VPKPublicVeep Class Reference'></a> <header class='header'> <p class='header-col header-col--primary'> <a class='header-link' href='../index.html'> VPKit Docs </a> (52% documented) </p> <p class='header-col header-col--secondary'> <a class='header-link' href='https://github.com/veepionyc/VPKitDemo/tree/2.9.9'> <img class='header-icon' src='../img/gh.png'/> View on GitHub </a> </p> </header> <p class='breadcrumbs'> <a class='breadcrumb' href='../index.html'>VPKit Reference</a> <img class='carat' src='../img/carat.png' /> VPKPublicVeep Class Reference </p> <div class='content-wrapper'> <nav class='navigation'> <ul class='nav-groups'> <li class='nav-group-name'> <a class='nav-group-name-link' href='../Classes.html'>Classes</a> <ul class='nav-group-tasks'> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKApp.html'>VPKApp</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKColorStyles.html'>VPKColorStyles</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKDevice.html'>VPKDevice</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKEnvironment.html'>VPKEnvironment</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKFontStyles.html'>VPKFontStyles</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKImage.html'>VPKImage</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKPlayerItem.html'>VPKPlayerItem</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKPreview.html'>VPKPreview</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKPublicVeep.html'>VPKPublicVeep</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKSdk.html'>VPKSdk</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKStyles.html'>VPKStyles</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKUser.html'>VPKUser</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKVeepViewer.html'>VPKVeepViewer</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Classes/VPKit.html'>VPKit</a> </li> </ul> </li> <li class='nav-group-name'> <a class='nav-group-name-link' href='../Constants.html'>Constants</a> <ul class='nav-group-tasks'> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoComplete'>VPKEventVideoComplete</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoFramesPerSecondKey'>VPKEventVideoFramesPerSecondKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoLoad'>VPKEventVideoLoad</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoNumberOfDroppedVideoFrames'>VPKEventVideoNumberOfDroppedVideoFrames</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoObservedBitrateKey'>VPKEventVideoObservedBitrateKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoPause'>VPKEventVideoPause</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoPlay'>VPKEventVideoPlay</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoPlayRequested'>VPKEventVideoPlayRequested</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoPlaybackBitrateKey'>VPKEventVideoPlaybackBitrateKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoPlaybackTypeKey'>VPKEventVideoPlaybackTypeKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoSeekComplete'>VPKEventVideoSeekComplete</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoSeekStart'>VPKEventVideoSeekStart</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoStartupTimeKey'>VPKEventVideoStartupTimeKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKEventVideoUnload'>VPKEventVideoUnload</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@VPKIdentifierKey'>VPKIdentifierKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@vpkErrorKey'>vpkErrorKey</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@vpkErrorNotification'>vpkErrorNotification</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Constants.html#/c:@vpkPresentErrorKey'>vpkPresentErrorKey</a> </li> </ul> </li> <li class='nav-group-name'> <a class='nav-group-name-link' href='../Enumerations.html'>Enumerations</a> <ul class='nav-group-tasks'> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Enums/VPKEnvironmentType.html'>VPKEnvironmentType</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Enums/VPKServerEnvironment.html'>VPKServerEnvironment</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Enums/VPKUserType.html'>VPKUserType</a> </li> </ul> </li> <li class='nav-group-name'> <a class='nav-group-name-link' href='../Protocols.html'>Protocols</a> <ul class='nav-group-tasks'> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Protocols/VPKAdHandler.html'>VPKAdHandler</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Protocols/VPKPreviewDelegate.html'>VPKPreviewDelegate</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Protocols/VPKPreviewPassThroughDelegate.html'>VPKPreviewPassThroughDelegate</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Protocols/VPKVeepViewerDelegate.html'>VPKVeepViewerDelegate</a> </li> </ul> </li> <li class='nav-group-name'> <a class='nav-group-name-link' href='../Type Definitions.html'>Type Definitions</a> <ul class='nav-group-tasks'> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKBOOLErrorBlock'>VPKBOOLErrorBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKCompetitiveStatsBlock'>VPKCompetitiveStatsBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKDailyStatsBlock'>VPKDailyStatsBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKNetworkResponseBlock'>VPKNetworkResponseBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKUserStatsErrorBlock'>VPKUserStatsErrorBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKVeepIdentifierErrorCompletionBlock'>VPKVeepIdentifierErrorCompletionBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKitConsumerIdCompletionBlock'>VPKitConsumerIdCompletionBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKitPublicVeepErrorCompletionBlock'>VPKitPublicVeepErrorCompletionBlock</a> </li> <li class='nav-group-task'> <a class='nav-group-task-link' href='../Type Definitions.html#/c:VPKitClass.h@T@VPKitVeepErrorCompletionBlock'>VPKitVeepErrorCompletionBlock</a> </li> </ul> </li> </ul> </nav> <article class='main-content'> <section class='section'> <div class='section-content'> <h1>VPKPublicVeep</h1> <div class='declaration'> <div class='language'> <pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">VPKPublicVeep</span> <span class="p">:</span> <span class="nc">NSObject</span></code></pre> </div> </div> <p>Public interface for a VPKVeep object</p> </div> </section> <section class='section'> <div class='section-content'> <div class="task-group"> <ul class='item-container'> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)identifier"></a> <a name="//apple_ref/objc/Property/identifier" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)identifier">identifier</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Uniquely identifies a veep</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nonnull</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">identifier</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L19" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)title"></a> <a name="//apple_ref/objc/Property/title" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)title">title</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Title string, if provided</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">title</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L23" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)descriptionString"></a> <a name="//apple_ref/objc/Property/descriptionString" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)descriptionString">descriptionString</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Description string, if provided</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">descriptionString</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L27" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)originalContentURI"></a> <a name="//apple_ref/objc/Property/originalContentURI" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)originalContentURI">originalContentURI</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Source URI for veep&rsquo;d media item</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSURL</span> <span class="o">*</span><span class="n">originalContentURI</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L31" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)alternativeContentURIs"></a> <a name="//apple_ref/objc/Property/alternativeContentURIs" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)alternativeContentURIs">alternativeContentURIs</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Alternative URIs for veep&rsquo;d media item</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSArray</span><span class="o">&lt;</span><span class="n">NSString</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="n">alternativeContentURIs</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L35" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)originalContentWidth"></a> <a name="//apple_ref/objc/Property/originalContentWidth" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)originalContentWidth">originalContentWidth</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Width of media item at soure URI</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">originalContentWidth</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L39" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)originalContentHeight"></a> <a name="//apple_ref/objc/Property/originalContentHeight" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)originalContentHeight">originalContentHeight</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Height of media item at soure URI</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">originalContentHeight</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L43" class="button">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div class="item-heading"> <code> <a name="/c:objc(cs)VPKPublicVeep(py)previewURL"></a> <a name="//apple_ref/objc/Property/previewURL" class="dashAnchor"></a> <a class="token" href="#/c:objc(cs)VPKPublicVeep(py)previewURL">previewURL</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>URL of preview item. This is the poster image if the media item is a video.</p> </div> <div class="declaration"> <h5>Declaration</h5> <div class="language"> <p class="aside-title">Objective-C</p> <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">readwrite</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">previewURL</span><span class="p">;</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/veepionyc/VPKitDemo/tree/2.9.9/demo/VPKit.framework/Headers/VPKPublicVeep.h#L47" class="button">Show on GitHub</a> </div> </section> </div> </li> </ul> </div> </div> </section> </article> </div> <section class='footer'> <p>© 2021 <a class="link" href="https://veep.io" target="_blank" rel="external">Veepio</a>. All rights reserved.</p> <p>Generated by <a class='link' href='https://github.com/realm/jazzy' target='_blank' rel='external'>jazzy ♪♫ v0.9.1</a>, a <a class='link' href='http://realm.io' target='_blank' rel='external'>Realm</a> project.</p> </section> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-114402605-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-114402605-1'); </script> <script async src="https://www.google-analytics.com/analytics.js"></script> <!-- End Google Analytics --> </body> </div> </html>
veepionyc/veepionyc.github.io
reference/ios/2/9/9/docsets/VPKit.docset/Contents/Resources/Documents/Classes/VPKPublicVeep.html
HTML
mit
28,072
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Register - Quarca</title> <!-- Styling --> <link href="vendor/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/ui.css" rel="stylesheet"> <!-- Theme --> <link id="theme" href="assets/css/themes/theme-default.css" rel="stylesheet" type="text/css"> <!-- Fonts --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'> <link href="vendor/fonts/font-awesome.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="page-membership"> <!-- Preloader --> <div id="preloader"><div id="status">&nbsp;</div></div> <div class="wrapper"> <div class="member-container"> <div class="app-logo"> <a href="#"> <img src="assets/img/core/logo.png" alt="Quarca Logo"> </a> </div><!-- app-logo --> <div class="member-container-inside"> <form> <div class="form-group"> <input type="text" class="form-control" placeholder="First Name"> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Last Name"> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Email Address"> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Username"> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="Password"> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Confirm Password"> </div> <div class="form-group"> <a href="index.html" class="btn btn-primary btn-block">Register</a> </div> </form> </div><!-- member-container-inside --> <p><small>Copyright &copy; 2015 Quarca.</small></p> </div><!-- member-container --> </div><!-- wrapper --> <!-- REQUIRED SCRIPTS --> <script src="vendor/jquery/jquery-1.11.2.min.js"></script> <script src="vendor/plugins/others/jquery-cookie/jquery.cookie.js"></script> <script type="text/javascript"> "use strict"; /******************************* PAGE PRELOADER *******************************/ $(window).load(function() { // makes sure the whole site is loaded $('#status').fadeOut( "slow" ); // will first fade out the loading animation $('#preloader').fadeOut( "slow" ); // will fade out the white DIV that covers the website. $('body').delay(350).css({'overflow':'visible'}); }) /******************************* THEME COLOR COOKIE *******************************/ if($.cookie("css")) { $("#theme").attr("href",$.cookie("css")); } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-60863013-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
newset/theme
backend/normal/Quarca/page-register.html
HTML
mit
4,151
<article class="mod-post" itemscope itemtype="http://schema.org/Article"><a href="/notes/2016/10/08/aframe/" itemprop="url" title="A-Frame WebVR试玩报告"><div class="mod-post-cover" itemscope itemtype="http://schema.org/ImageObject"><img src="//misc.aotu.io/ONE-SUNDAY/aframe_900x500.jpg" alt="A-Frame WebVR试玩报告" itemprop="contentUrl"></div><div class="mod-post-info"><h3 class="mod-post-tit" itemprop="name headline">A-Frame WebVR试玩报告</h3><p class="mod-post-desc" itemprop="about">什么叫真?你怎样给真下定义,如果你说真就是你能感觉到的东西,你能闻到的气味,你能尝到的味道,那么这个真只是你大脑作出反应的电子信号。 —— 《黑客帝国》</p></div></a></article>
JDC-FD/jdc-fd.github.io
fragments/tags/体验报告/index.html
HTML
mit
750
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title> {% if page.title %} {{ page.title }} | {{ site.title }} {% else %} {{ site.title }} {% endif %} </title> <meta name="author" content="{{ site.author }}" /> <!-- Description --> {% if page.description %} <meta name="description" content="{{ page.description }}" /> {% else %} <meta name="description" content="{{ site.description }}"> {% endif %} <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="{{ "/reveal.js/css/reveal.css" | prepend: site.baseurl }}"/> {%if page.theme %} <link rel="stylesheet" href="{{ "/reveal.js/css/theme/" | prepend: site.baseurl | append: page.theme | append: '.css' }}" id="theme"/> {% else %} <link rel="stylesheet" href="{{ "/reveal.js/css/theme/black.css" | prepend: site.baseurl }}" id="theme"/> {% endif %} <!-- Code syntax highlighting --> <link rel="stylesheet" href="{{ "/reveal.js/lib/css/zenburn.css" | prepend: site.baseurl }}"/> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? '{{ "/reveal.js/css/print/pdf.css" | prepend: site.baseurl }}' : '{{ "/reveal.js/css/print/paper.css" | prepend: site.baseurl }}'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <link rel="apple-touch-icon" href="{{ "/apple-touch-icon.png" | prepend: site.baseurl }}" /> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <div class="slides"> {{ content }} </div> </div> <script src="{{ "/reveal.js/lib/js/head.min.js" | prepend: site.baseurl }}"></script> <script src="{{ "/reveal.js/js/reveal.js" | prepend: site.baseurl }}"></script> <script> // Full list of configuration options available at: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, {%if page.transition %} transition: '{{page.transition}}', {% else %} transition: 'slide', // none/fade/slide/convex/concave/zoom {% endif %} // Optional reveal.js plugins dependencies: [ { src: '{{ "/reveal.js/lib/js/classList.js" | prepend: site.baseurl }}', condition: function() { return !document.body.classList; } }, { src: '{{ "/reveal.js/plugin/markdown/marked.js" | prepend: site.baseurl }}', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '{{ "/reveal.js/plugin/markdown/markdown.js" | prepend: site.baseurl }}', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '{{ "/reveal.js/plugin/highlight/highlight.js" | prepend: site.baseurl }}', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: '{{ "/reveal.js/plugin/zoom-js/zoom.js" | prepend: site.baseurl }}', async: true }, { src: '{{ "/reveal.js/plugin/notes/notes.js" | prepend: site.baseurl }}', async: true } ] }); </script> </body> </html>
biobenkj/biobenkj.github.io
_layouts/slide.html
HTML
mit
3,849
<ion-view class="JoinLadderView picture-bg"> <ion-nav-title>Join and Win</ion-nav-title> <ion-content padding="true"> <ion-list> <ion-item class="item-input item-input-clear"> <i class="icon ion-key placeholder-icon"></i> <input type="text" ng-model="player.battleTag" class="full-width" placeholder="Enter BATTLETAG™: ItsOVER#9001" autocapitalize="off" autocorrect="off" autocomplete="off"> </ion-item> <div class="padding"> <button class="full-width button-calm button" ng-click="registerPlayer()" ng-if="user">Register</button> </div> </ion-list> </ion-content> </ion-view>
bigplayalman/ONOG-Battlezone
app/templates/ladder/join.html
HTML
mit
659
{% assign sermon = site.data.sermons[-1] %} {% for series in site.data.sermon-series %} {% if series.token == sermon.series %} {% assign series = series %} {% assign title = series.title %} {% if series.prefix-title %} {% assign title = series.prefix-title %} {% endif %} {% endif %} {% endfor %} {% assign sermon_series_description_text = "All sermons for " | append: title | append: " series" %} {% if series and series.has_image %} {% capture sermon_series_image_class %}bg-sermon-series-{{ series.token }}{% endcapture %} {% else %} {% assign sermon_series_image_class = 'bg-sermon-series-default' %} {% endif %}
austinchapel/austinchapel.github.io
_includes/most-recent-sermon-variables.html
HTML
mit
650
<!doctype html> <html lang="en" ng-app="dashboard" ng-strict-di> <head> <title>Team Victoria Dashboard</title> <meta name="viewport" content="width=device-width"> <base href="/"/> <link rel="stylesheet" href="main.css" /> </head> <body> <div ui-view class="root-ui-view"></div> <!-- Firebase --> <script src="app.js"></script> </body> </html>
TamasJozsefSzabo/victoria-dashboard
app/index.html
HTML
mit
365
<html> <head><title>News</title></head> <body> <p> <a href="http://academy.telerik.com">Telerik Academy</a>aims to provide free real-world practical training for young people who want to turn into skillful .NET software engineers. </p> </body> </html>
d-georgiev-91/TelerikAcademy
Programming/CSharp/CSharpPart2/StringsAndTextProcessing/HTMLExtract/htmlFile.html
HTML
mit
283
<!DOCTYPE html> <html> <head> <title>Data analyses - Elipot - Lecture 4</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <!-- This is template for http://remarkjs.com/ by Ole Petter Bang --> <!-- CSS modifcations by J. M. Lilly--> <style type="text/css"> body { font-family: 'Georgia';letter-spacing:0.025em;} h1, h2, h3 { font-family: 'Georgia'; font-weight: normal; } .remark-slide-content h1 { font-size: 2.4em; color:#606060;font-weight: bold;letter-spacing:0.05em;margin-top:-.25em} .remark-slide-content h2 { font-size: 1.55em;color:#606060;font-weight: bold;letter-spacing:0.05em;margin-top:0em} .remark-slide-content h3 { font-size: 1.4em;color:#606060;font-weight: bold;letter-spacing:0.05em;margin-top:0em} .remark-slide-content p,ol,ul { font-size: 1.2em; } .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } .remark-fading { z-index: 9; } .toc {bottom:12px;opacity:0.5;position:absolute;left:30px;font-size: 1.4em;}/*JML*/ /*I find this by jgrepping for remark for slide-number, see resources.js*/ /* Thanks to http://www.partage-it.com/animez-vos-presentations-remark-js/ (in French) */ .remark-slide-container {transition: opacity 0.5s ease-out;opacity: 0;} .remark-visible {transition: opacity 0.5s ease-out;opacity: 1;} /* Two-column layout */ .left-column { width: 50%; float: left; } .right-column { width: 49%; float: right; padding-top: 0em; margin-top: 0em; text-align: left; } .footnote { position:absolute; bottom: 2em; left: 14em; font-size: 0.7em; } /* Some special classes */ .title {font-size: 1.6em; color:#606060;font-weight:bold;letter-spacing:0.05em} .author {font-size: 1.4em; color:#606060;font-weight:bold;letter-spacing:0.02em} .coauthor {font-size: 1.0em; color:#606060;font-weight:bold;letter-spacing:0.02em} .institution {font-size: 1.0em;} .date {font-size: 1.0em;font-style: italic} .note {font-size: 0.8em;font-style: italic} .caption {font-size: 0.65em;} .cite {font-size: 0.8em; color:#33AA99;font-style: italic} .strike {color:salmon;text-decoration:line-through} /*Set color scheme for links.*/ a {text-decoration: none; color: #666666;text-align:center; width: 24%} /*Setting link properties is particular, do not change order below*/ a:visited {color:#666666} a:hover {color:#33AA99} a:active, a#active {color:#FF9700;} </style> </head> <body> <textarea id="source"> class: center, middle .title[Lecture 4: Time Series Analyses] &nbsp; &nbsp; .author[Shane Elipot] .institution[The Rosenstiel School of Marine and Atmospheric Science, University of Miami] &nbsp; &nbsp; .date[] .note[] .footnote[Created with [{Remark.js}](http://remarkjs.com/) using [{Markdown}](https://daringfireball.net/projects/markdown/) + [{MathJax}](https://www.mathjax.org/)] --- name: foreword class: left, .toc[[&#10023;](#toc)] # Foreword This lecture is heavily based on a longer course by Jonathan M. Lilly freely available for online viewing or download at [http://jmlilly.net/course.html](http://jmlilly.net/course.html) --- name: references class: left, .toc[[&#10023;](#toc)] ## References [1] Bendat, J. S., & Piersol, A. G. (2011). *Random data: analysis and measurement procedures* (Vol. 729). John Wiley & Sons. [2] Percival, D. B. and Walden, A. T. (1993). *Spectral Analysis for Physical Applications*. Cambridge University Press [3] Jenkins, G.M. and Watts, D. G. (1968). *Spectral Analysis and its Applications*. Holden Days --- name: toc class: left, .toc[[&#10023;](#toc)] # Outline 1. [The time domain](#timedomain) 2. [Stationarity, non-stationarity, and trends](#stationarity) 3. [Fourier Spectral analysis](#spectral) 4. [Bivariate time series](#bivariate) 4. [Filtering and other topics](#filtering) 4. [Multitaper revisited](#revisited) --- name: timedomain class: center, middle, .toc[[&#10023;](#toc)] # 1. The time domain --- class: left, .toc[[&#10023;](#toc)] # The Sample Interval We have a sequence of `$N$` observations `$$x_n, \quad\quad n=0,1,2,\ldots N-1$$` which coincide with times `$$t_n, \quad\quad n=0,1,2,\ldots N-1.$$` <!--It is a little strange to start counting at zero, but this makes life easier later.--> The sequence `$x_n$` is called a *discrete time series*. It is assumed that the *sample interval*, `$\Delta_t$`, is constant `$$t_n=n\Delta_t$$` with the time at `$n=0$` defined to be `$0$`. The *duration* is `$T=N\Delta_t$`. If the sample interval in your data is not uniform, the first processing step is to interpolate it to be so. --- class: left, .toc[[&#10023;](#toc)] # The Underlying Process A critical assumption is that there exists some &ldquo;process&rdquo; `$x(t)$` that our data sequence `$x_n$` is a *sample of*: `\[x_n=x(n\Delta_t), \quad\quad n=0,1,2,\ldots N-1.\]` Unlike `$x_n$`, `$x(t)$` is believed to exist for *all times*. (i) The process `$x(t)$` exists in *continuous time*, while `$x_n$` only exists at *discrete times*. (ii) The process `$x(t)$` exists for *all past and future* times, while `$x_n$` is only available over a certain time interval. <!--The process `$x(t)$` represents an idealized physical process that continues for all times.--> It is the properties of `$x(t)$` that we are trying to estimate, *based on* the available sample `$x_n$`. --- class: left, .toc[[&#10023;](#toc)] # Measurement Noise In reality, the measurement device and/or data processing probably introduces some artifical variability, termed *noise*. It is more realistic to consider that the observations `$x_n$` contain samples of the process of interest, `$y(t)$`, *plus* some noise `$\epsilon_n$`: `\[x_n = y(n\Delta_t)+ \epsilon_n, \quad\quad n=0,1,2,\ldots N-1.\]` This is an example of the *unobserved components model*. This means that we *believe* that the data is composed of *different components*, but we cannot observe these components individually. The process `$y(t)$` is potentially obscured or degraded by the limitations of data collection in three ways: (i) finite sample interval, (ii) finite duration, (iii) noise. Because of this, the time series is an *imperfect* representation of the real-world processes we are trying to study. <!--Q: What are some examples of measurement noise?--> --- class: left, .toc[[&#10023;](#toc)] # Time versus Frequency There are two complementary points of view regarding the time series `$x_n$`. The first regards `$x_n$` as being built up as a sequence of discrete values `$x_0,x_2,\dots x_{N-1}$`. This is the domain of *statistics*: the mean, variance, histogram, etc. When we look at data statistics, generally, the order in which the values are observed *doesn't matter*. The second point of view regards `$x_n$` as being built up of sinusoids: purely periodic functions spanning the whole duration of the data. This is the domain of *Fourier spectral analysis*. In between these two extremes is wavelet analysis which is not covered here, see the Oslo lectures. --- class: left, .toc[[&#10023;](#toc)] # Time-Domain Statistics Time domain statistics consist of the parameters we have considered earlier during the week: sample mean, sample variance, skewness, kurtosis, and higher moments. The term *sample* is being used to distinguish these quantities calculated from the data sample from the population, or true, statistics of the assumed underlying process `$x(t)$`. That's why we use `$\widehat{(\cdot)}$` --- name: stationarity class: center, middle, , .toc[[&#10023;](#toc)] # 2. Stationarity vs non-stationarity, trends --- class: center, .toc[[&#10023;](#toc)] #First Example <img style="width:100%" src="./figures/drifteruv.png"> --- class: center, .toc[[&#10023;](#toc)] #First Example <img style="width:100%" src="./figures/drifteruvzoomed.png"> --- class: center, .toc[[&#10023;](#toc)] #First Example <img style="width:100%" src="./figures/driftermap.png"> --- class: left, .toc[[&#10023;](#toc)] # Observable Features 1. The data consists of two time series that are similar in character. 1. Both time series present a superposition of scales and a high degree of roughness. 1. The data seems to consist of different time periods with distinct statistical characteristics&mdash;the data is *nonstationary*. 1. Zooming in to one particular period show regular oscillations of roughly uniform amplitude and frequency. 1. The phasing of these show a circular polarization orbited in a counterclockwise direction. 1. The zoomed-in plot shows a fair amount of what appears to be measurement noise superimposed on the oscillatory signal. -- This is a record of velocities of a single surface drifter at 6-hour intervals. All Surface drifter data are freely available from the Data Assembly Center of the Global Drifter Program [{www.aoml.noaa.gov/phod/dac/}](http://www.aoml.noaa.gov/phod/dac/index.php). --- class: center, .toc[[&#10023;](#toc)] # Second Example We have already encountered this time series ... <img style="width:100%" src="./figures/dailyco2.png"> --- class: center, .toc[[&#10023;](#toc)] # Second Example <img style="width:100%" src="./figures/dailyco2zoomed.png"> --- class: left, .toc[[&#10023;](#toc)] # Observable Features 1. The data exhibit a very strong positive trend, roughly linear with time. Thus, this time series does not present a **mean statistics** that represents a "typical" value. 1. On top of the trend there seems to be a sinusoid-like oscillation that does not appear to change with time. 1. The zoomed-in plot shows noise superimposed on the sinusoidal and trend processes. -- This is a record of daily atmospheric CO$_2$ measured at Mauna Loa in Hawaii at an altitude of 3400 m. Data from Dr. Pieter Tans, NOAA/ESRL ([{www.esrl.noaa.gov/gmd/ccgg/trends/}](http://www.esrl.noaa.gov/gmd/ccgg/trends/)) and Dr. Ralph Keeling, Scripps Institution of Oceanography ([{scrippsco2.ucsd.edu}](http://scrippsco2.ucsd.edu/)). We will investigate again this time series during the practical session this afternoon, this time using a spectral analysis approach. --- class: left, .toc[[&#10023;](#toc)] # Non-stationarity The sample statistics may be changing with time because the underlying process (that is its statistics) is changing with time. The process is said to be &ldquo;non-stationary&rdquo;. Sometimes we need to re-think our model for the underlying process. As we say in Lecture 3, we can hypothesize that the process `$x(t)$` is the sum of an unknown process $y(t)$, plus a linear trend $a$, plus noise: `$$x(t) = y(t) + a t + \epsilon(t),$$` -- or maybe the trend is better described as being quadratic with time because of an acceleration: `$$x(t) = y(t) + b t^2 + a t + \epsilon(t).$$` -- The goal is then to estimate the unknowns $a,b$, which consists of methods of analyses generally called &ldquo;parametric&rdquo;. It is a bit like analyzing the data in terms of its statistics (with no prior expectations) or assuming a form for the data. --- name: spectral class: center, middle, .toc[[&#10023;](#toc)] # 3. Fourier Spectral Analysis --- class: center, .toc[[&#10023;](#toc)] # Complex Fourier Series It is possible to represent a discrete time series `$x_n$` as a sum of complex exponentials, a complex Fourier series: `\[ x_n = \frac{1}{N \Delta_t}\sum_{m=0}^{N-1} X_m e^{i2\pi m n/N}, \quad\quad\quad n=0,1,\ldots N-1 \]` <img style="width:55%" src="./figures/sinesandcosines.png"> We leave out for now how to obtain the complex coefficients `$X_m$` ... --- class: left, .toc[[&#10023;](#toc)] # About Frequency You will typically find two frequency notations: `\[ \cos(2 \pi f t)\quad\quad \text{or} \quad\quad \cos(\omega t) \]` `$f$` is called the *cyclic* frequency. Its units are cycles/time. Example: Hz = cycles/sec. `$\omega = 2 \pi f$` is called the *radian* or *angular* frequency. Its units are rad/time. The associated *period* of oscillation is `$P=1/f=2\pi/\omega$`. As `$t$` goes from `$0$` to `$1/f = 2\pi/\omega = P$`, `$2 \pi f t$` goes from `$0$` to `$2\pi$` and `$\omega t$` goes from `$0$` to `$2\pi$`. A very common error in Fourier analysis is mixing up cyclic and radian frequencies! Note: neither &ldquo;cycles&rdquo; nor &ldquo;radians&rdquo; actually have any units, thus both `$f$` and `$\omega$` have units of 1/time. However, specifying for example 'cycles per day' or 'radians per day' helps to avoid confusion. --- class: center, .toc[[&#10023;](#toc)] #Review: Sinusoids Cosine function (blue) and sine function (orange) <img style="width:80%" src="./figures/sineandcosine.png"> --- class: center, .toc[[&#10023;](#toc)] # Complex Exponentials, 2D Now consider a plot `$\cos(t)$` vs. `$\sin(t)$`. That's the same as `$ \cos(t) + i \sin( t) = e^{i t}$`. <center><img style="width:60%" src="./figures/twodcomplexexponential.png"> </center> --- class: center, .toc[[&#10023;](#toc)] # Complex Exponentials, 3D This is better seen in 3D as a *spiral* as time increases. `\[\cos(t) + i \sin( t) = e^{i t} \]` <center><img style="width:80%" src="./figures/threedcomplexexponential.png"> </center> --- class: left, .toc[[&#10023;](#toc)] # The complex Fourier series The discrete time series `$x_n$` can written as a sum of complex exponentials: `\[ x_n = \frac{1}{N\Delta_t}\sum_{m=0}^{N-1} X_m e^{i2\pi m n/N} = \frac{1}{N\Delta_t}\sum_{m=0}^{N-1} X_m e^{i2\pi n \Delta_t \cdot (m/N \Delta_t)}, \quad n=0,1,\ldots N-1 \]` <!-- `\[ x_n = \frac{1}{N \Delta_t} \left[ X_0 + X_1 e^{i2\pi n \Delta_t \,(1/N \Delta_t)} + X_2 e^{i2\pi n \Delta_t \,(2/N \Delta_t)} + X_3 e^{i2\pi n \Delta_t\, (3/N \Delta_t)} +\ldots \right]. \]` --> -- The `$m$`th term behaves as `$ e^{i2\pi f_m n \Delta_t} =\cos(2\pi f_m n \Delta_t) +i \sin(2\pi f_m n \Delta_t) $`, where `$f_m\equiv m/N \Delta_t$`. Note that in the literature, `$\Delta_t$` is often set to one, and thus omitted, leading to a lot of confusion (including for me!). The quantity `$f_m\equiv m/N \Delta_t$` is called the `$m$`th *Fourier frequency*. The *period* associated with `$f_m$` is `$1/f_m=\Delta_t N/m$`. Thus `$m$` tells us the *number of oscillations* contained in the length `$N \Delta_t$` time series. <!--The next slides illustrate continuously sampling, versus discretely sampling with unit and non-unit sample interval. --> --- class: center, .toc[[&#10023;](#toc)] # Continuous Time `$\cos(2\pi f_m t)$` and `$\sin(2\pi f_m t)$` `$f_m=0,$` `$1/100,$` `$2/100,$` `$3/100\quad\quad$` `$t=[0\ldots 100]$` <img style="width:75%" src="./figures/sinesandcosines.png"> --- class: center, .toc[[&#10023;](#toc)] # Discrete Time `$\cos(2\pi f_m n \Delta_t)$` and `$\sin(2\pi f_m n \Delta_t)$` `$f_m=0,$` `$1/100,$` `$2/100,$` `$3/100\quad$` `$n=0,1,2,\dots 99\quad$` `$\Delta_t = 1$` <img style="width:75%" src="./figures/sinesandcosines_discrete.png"> --- class: center, .toc[[&#10023;](#toc)] # The Nyquist Frequency The single most important frequency is the *highest resolvable* frequency, the *Nyquist frequency*. `$f^\mathcal{N} \equiv \frac{1}{2\Delta_t} = \frac{1}{2}\cdot\frac{1}{\Delta_t}\quad\quad \omega^\mathcal{N} \equiv \frac{1}{2}\cdot\frac{2\pi}{\Delta_t}=\frac{\pi}{\Delta_t}$` <img style="width:80%" src="./figures/nyquistfrequency.png "> The highest resolvable frequency is *half* the *sampling rate* or *one cycle per two sampling intervals*. `$e^{i2\pi f^{\mathcal{N}} n \Delta_t}=e^{i2\pi \cdot 1/(2\Delta_t) \cdot n\Delta_t}=e^{i\pi n} = (-1)^n = 1,-1,1,-1,\dots $` Note that there is no &ldquo;sine&rdquo; component at Nyquist in the Fourier series! <!-- class: center, .toc[[&#10023;](#toc)] # Non-Unit Sample Interval--> <!-- `$\cos(2\pi f_m n\Delta)$` and `$\sin(2\pi f_m n \Delta)$` `$f_m=0,$` `$1/100,$` `$2/100,$` `$3/100\quad\quad$` `$n=0,1,2,\dots 99\quad\quad$` `$\Delta=10$`--> <!--<img style="width:85%" src="./figures/sinesandcosines_discrete.png">--> --- class: center, .toc[[&#10023;](#toc)] # The Rayleigh Frequency The second most important frequency is the *lowest resolvable* frequency, the *Rayleigh frequency*. `$f^\mathcal{R} \equiv \frac{1}{N\Delta_t}\quad\quad \omega^\mathcal{R} \equiv \frac{2\pi}{N\Delta_t}$` <img style="width:85%" src="./figures/rayleighfrequency.png "> The lowest resolvable frequency is one cycle over the *entire record*. Here the sample interval `$\Delta_t=1$` and the number of points is `$N=10$`. <!-- If we think of the data as a vibrating string, the Rayleigh frequency is the *first overtone*. The fundamental does not appear in the DFT. --> --- class: left, .toc[[&#10023;](#toc)] # Importance of Rayleigh The Rayleigh frequency `$f^\mathcal{R}$` is important because it gives the *spacing between* the Fourier frequencies: `$f_0=0$`, `$f_1=\frac{1}{N\Delta_t}$`, `$f_2=\frac{2}{N\Delta_t},\ldots$` `$\quad\quad f_n=n\,f^\mathcal{R},\quad\quad f^\mathcal{R}=\frac{1}{N\Delta_t}$` Thus, it controls the *frequency-domain resolution*. If you want to distiguish between two closely spaced peaks, you need the dataset *duration* to be sufficiently *large* so that the Rayleigh frequency is sufficiently *small*. -- As an example, the two principal semi-diurnal tidal &ldquo;species&rdquo; have period of 12 h (M`$_2$`) and 12.4206012 h (S`$_2$`). The minimum record length to distinguish the two frequencies is thus `\[N \Delta_t = \frac{1}{f^\mathcal{R}} = \frac{1}{f^{S_2} - f^{M_2}} =\frac{1}{\frac{1}{12} - \frac{1}{12.4206012}} = 354.36 \text{ hours}.\]` --- class: left, .toc[[&#10023;](#toc)] # Rayleigh and Nyquist frequencies The ratio of the Rayleigh to Nyquist frequencies tells you how many *different frequencies* you can resolve. `\[\frac{f^\mathcal{N}}{f^\mathcal{R}}=\frac{N\Delta_t}{2\Delta_t}=\frac{N}{2}\]` So why do we have `$N$` frequencies in the sum for the complex Fourier series? `\[ x_n = \frac{1}{N \Delta_t}\sum_{m=0}^{N-1} X_m e^{i2\pi m n/N}\]` --- class: left, .toc[[&#10023;](#toc)] #The Fourier Frequencies The first few Fourier frequencies `$f_m=m/(N\Delta_t)$` are: `\[f_0=\frac{0}{N\Delta_t},\quad f_1=\frac{1}{N\Delta_t}, \quad f_2=\frac{2}{N\Delta_t},\ldots\]` while the last few are `\[\ldots,f_{N-2}=\frac{N-2}{N\Delta_t}=\frac{1}{\Delta_t}-\frac{2}{N\Delta_t},\quad f_{N-1}=\frac{N-1}{N\Delta_t}=\frac{1}{\Delta_t}-\frac{1}{N\Delta_t}.\]` But notice that the last Fourier exponential term is `\[e^{i2\pi f_{N-1} n\Delta_t} = e^{i2\pi (N-1) n/N}=e^{i2\pi n}e^{-i2\pi n/N}=e^{-i2\pi n/N} = e^{-i2\pi f_1 n \Delta_t}\]` because `$e^{i2\pi n}=1$` for all integers `$n$`! Frequencies higher than the Nyquist cannot appear due to our sample rate. Therefore, these terms instead specify terms that have a frequency *less than* the Nyquist but that rotate in the *negative* direction. --- class: left, .toc[[&#10023;](#toc)] #The Fourier Frequencies In the vicinity of `$m=N/2$`, for even `$N$`, we have `\[f_{N/2-1}=\frac{1}{2\Delta_t}-\frac{1}{N\Delta_t},\quad f_{N/2}=\frac{1}{2\Delta_t}, \quad f_{N/2+1}=\frac{1}{2\Delta_t}+\frac{1}{N\Delta_t},\ldots\]` but actually the first frequency higher than the Nyquist is the *highest negative frequency*: `\[f_{N/2-1}=\frac{1}{2\Delta_t}-\frac{1}{N\Delta_t},\quad f_{N/2}=\frac{1}{2\Delta_t}, \ldots \]` `\[f_{N/2+1} = -f_{N/2-1} =-\left(\frac{1}{2\Delta_t}-\frac{1}{N\Delta_t}\right),\ldots.\]` Thus the positive frequencies and negative frequencies are both increasing *toward the middle* of the Fourier transform array. For this reason Matlab provides <tt>fftshift</tt>, to shifts the zero frequency, *not* the Nyquist, to be in the middle of the array. --- class: left, .toc[[&#10023;](#toc)] #One-Sided vs. Two-Sided There exists two strictly equivalent representations, *two-sided* and *one-sided*, of the discrete Fourier transform: `\begin{eqnarray} x_n&=&\frac{1}{N\Delta_t}\sum_{m=0}^{N-1} X_m e^{i2\pi m n/N},\\ x_n&=& \frac{1}{N\Delta_t}X_0 + \frac{2}{N\Delta_t}\sum_{m=1}^{N/2-1} A_m \cos\left(2\pi m n/N +\Phi_m\right) + X_{N/2} (-1)^n, \end{eqnarray}` where `$A_m$` and `$\Phi_m$` are an *amplitude* and *phase*, with `$X_m = A_m e^{i \Phi_m}$`. The two-sided representation is more compact mathematically. For real-valued `$x_n$`, the one-sided representation is more intuitive as it expresses `$x_n$` as a sum of *phase-shifted* cosinusoids. -- A price of the one-sided form is that even and odd `$N$` are somewhat different! The expression above is for even-valued `$N$`. <!--For a *complex-valued* discrete times series $z_n$ is *complex-valued*, there is no one-sided form, and the two-sided form is exactly what you want.--> --- class: left, .toc[[&#10023;](#toc)] #The Forward DFT So? How do we know the values of the Fourier coefficients `$X_m$`? It can be shown that: `\[X_m = \Delta_t \sum_{n=0}^{N-1}x_n e^{-i2\pi m n/N}\]` This is called the *discrete Fourier transform* of `$x_n$`. The DFT *transforms* `$x_n$` from the time domain to the frequency domain. The DFT *defines* a sequence of `$N$` complex-valued numbers, `$X_m$`, for `$m=0,1,2,\ldots N-1$`, which are termed the *Fourier coefficients.* In Matlab, the discrete Fourier transform defined above is computed by <tt>fft(x)</tt>`$\times \Delta_t $`. --- class: left, .toc[[&#10023;](#toc)] #The Inverse DFT In fact, `\[x_n \equiv \frac{1}{N\Delta_t}\sum_{m=0}^{N-1}X_m e^{i2\pi m n/N}\]` is called the *inverse discrete Fourier transform.* It expresses how `$x_n$` may be *constructed* using the Fourier coefficients multiplying complex exponentials&mdash;or, as we saw earlier, phase-shifted cosinusoids. --- class: left, .toc[[&#10023;](#toc)] #The Spectrum **One of several definitions** of the *spectrum*, or *spectral density function*, at frequency `$f_m$`, is: `\[S(f_m) \equiv \lim_{N \rightarrow \infty} E\left\{ \frac{|X_m|^2}{N} \right\}.\]` `$E\{\cdot\}$` is called the *expectation*, it is a conceptual &ldquo;average&rdquo; over a statistical ensemble, and it cannot obtained in practice. -- Formally, the function `$S$` is defined for all frequencies `$f$`, not only `$f_m$`, but as `$N \rightarrow \infty$`, the Rayleigh frequency `$1/N\Delta_t$` becomes infinitesimally small, and all frequencies are obtained. -- However, `$N \rightarrow \infty$` is not achievable ... Therefore, one aspect of spectral analysis is to find an acceptable **estimate** of the true, unknown, spectrum `$S(f)$` of the process `$x(t)$`. --- class: left, .toc[[&#10023;](#toc)] #The Parseval Theorem A very important theorem is *Parseval's theorem* which takes the following form for the discrete case: `\[\Delta_t \sum_{n=0}^{N-1} |x_n|^2 = \frac{1}{N\Delta_t} \sum_{m=0}^{N-1} |X_m|^2.\]` When `$\widehat{\mu}_x=0$`, this theorem shows that the total **variance** of `$x_n$` is recoverable from the sum of absolute Fourier coefficients squared. Which can be interpreted as saying that the spectrum gives you the distribution of the variance as a function of frequency. <!-- The continuous-time, continuous-frequency, version of Parseval's theorem implies is --> <!-- `\begin{equation} --> <!-- \int_{-\infty}^{+\infty}|x(t)|^2\,dt = \int_{-\infty}^{+\infty}|X(f)|^2\,df \quad \text{for}\quad \int_{-\infty}^{+\infty}|x(t)|\,dt < \infty --> <!-- \end{equation}` --> --- class: left, .toc[[&#10023;](#toc)] #Spectral Estimates The simplest way to estimate the *spectrum* `$S(f)$` function of frequency `$f$` is to simply take the modulus squared of the Fourier transform, `\[\widehat{S}(f_m) = \widehat{S}_m\equiv \frac{1}{N}\left|X_m\right|^2,\quad\quad m=0, 1, 2, \ldots,(N-1).\]` This quantity is known as the *periodogram*. Note that the Matlab <tt>fft(x)</tt> command assumes `$\Delta_t = 1$` so you need to plot <tt>abs(fft(x))</tt>`$^2\times \Delta_t /N$`. As we shall see, the periodogram is *not* the spectrum! It is an *estimate* of the spectrum&mdash;and generally speaking, a very poor one. It is also said to be the *naive* spectral estimate, meaning it is the spectral estimate that you get if you don't know that there is something better. Please do not use the periodogram in your publications. --- class: left, .toc[[&#10023;](#toc)] #The Multitaper Method An alternate spectral estimate called the *multitaper* method. Here is a quick sketch of this method. We form a set of `$K$` different sequences the same length as the data, that is, having `$N$` points in time. These sequences are chosen from a special family of functions that is closely related to familiar orthogonal functions, e.g. the Hermite functions. These `$K$` different sequences are denoted as `$\psi_n^{\{k\}}$` for `$k=1,2,\ldots K$.` For each of these sequence, we form a spectral estimate as `\[\widehat S_m^{\{k\}}\equiv \left|\Delta_t \sum_{n=0}^{N-1} \psi_n x_n\, e^{-i 2\pi m n/N}\right|^2,\quad\quad n=0, 1, 2, \ldots,(N-1).\]` which involves *multiplying* the data by the sequence `$\psi_n^{\{k\}}$` *before* taking the Fourier transform. --- class: left, .toc[[&#10023;](#toc)] #The Multitaper Method The action of multiplying the data by some sequence before Fourier transforming it, as in `\[\widehat S_m^{\{k\}}\equiv \left|\Delta_t \sum_{n=0}^{N-1} \psi_n x_n\, e^{-i 2\pi m n/N}\right|^2,\quad\quad n=0, 1, 2, \ldots,(N-1)\]` is called *tapering*. The goal is to reduce the **bias** (systematic error) of the spectral estimate. These `$K$` different individual estimates (aka *eigenspectra*), are combined into one *average* spectral estimate, in order to reduce the **variance** (random error) of the estimate `\[\widehat S_m^{\psi}\equiv \frac{1}{K}\sum_{k=1}^K\widehat S_m^{\{k\}}.\]` The multitaper method therefore involves two steps: (i) *tapering* the data, and (ii) *averaging* over multiple individual spectral estimates. --- class:center, .toc[[&#10023;](#toc)] #The Taper Functions <img style="width:85%" src="./figures/tapers.png"> `Here $K=5$` *Slepian* tapers are shown. These are orthogonal functions that become more oscillatory for increasing `$K$.` --- class: left, .toc[[&#10023;](#toc)] #The Multitaper Method The multitaper method controls the degrees of spectral *smoothing* and *averaging* through changing the properties of the tapers. The multitaper method is generally the favorite spectral analysis method among those researchers who have thought the most about spectral analysis. It is recommended because **(i)** it avoids the deficiencies of the periodogram, **(ii)** it has, in a certain sense, provable optimal properties, **(iii)** it is very easy to implement and adjust, **(iv)** it allows an estimate of the spectrum for the period equal to the length of your time series (no need to divide up your time series as for the Welch's method!). See .cite[Thomson (1982)], .cite[Park et al. (1987)], and .cite[Percival and Walden, *Spectral Analysis for Physical Applications*]. <!-- A very nice introductory paper is Park et al. (1987), &ldquo;Frequency-dependent polarization analysis of high-frequency seismograms&rdquo;, *Journal of Geophysical Research C*. --> <!--.cite[Thomson (1982), Park et al. (1987a) ] --> --- class: left, .toc[[&#10023;](#toc)] #Example Agulhas current boundary transport from .cite[ Beal, L. M. and S. Elipot, Broadening not strengthening of the Agulhas Current since the early 1990s, Nature, 540, 570573, [doi:10.1038/nature19853](http://dx.doi.org/10.1038/nature19853)] <center><img style="width:100%" src="./figures/agulhas_timeseries.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Example: periodogram Linear plot <img style="width:90%" src="./figures/agulhas_spectrum_periodogram_linlin.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: periodogram Log-log plot <img style="width:100%" src="./figures/agulhas_spectrum_periodogram_loglog.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Effect of first taper <img style="width:100%" src="./figures/agulhas_taper_1.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Second taper <img style="width:100%" src="./figures/agulhas_taper_2.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Third taper <img style="width:100%" src="./figures/agulhas_taper_3.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Fourth taper <img style="width:100%" src="./figures/agulhas_taper_4.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Fifth taper <img style="width:100%" src="./figures/agulhas_taper_5.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Fifth taper <img style="width:100%" src="./figures/agulhas_taper_5.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: multitaper Eigen spectra (colors) and multitaper estimate (black) <img style="width:100%" src="./figures/agulhas_spectrum_multitaper_loglog.png"> --- class: left, .toc[[&#10023;](#toc)] #Example: period. vs mt Periodogram (gray) vs multitaper (black) <img style="width:100%" src="./figures/agulhas_spectrum_loglog.png"> --- class: left, .toc[[&#10023;](#toc)] ## Uncertainty of the spectrum It can be shown (not here) that the estimate of the spectrum with `$K$` tapers `$$ \widehat{S}(\omega) \sim S(\omega)\frac{\chi^2_{2K}}{2K} $$` -- As such, a `$(1-\alpha)100\%$` CI is `$$ \left[ \frac{2 K \widehat{S}(\omega)}{\chi^2_{2K;\alpha/2}} < S(\omega) < \frac{2 K \widehat{S}}{\chi^2_{2K;1-\alpha/2}}\right] $$` -- This means that you **multiply** `$\widehat{S(\omega)}$` by `${2 K}/{\chi^2_{2K;\alpha/2}}$` to get the lower bound and similarly for the upper bound. -- If you plot your estimates on a logarithmic scale, you obtain `$$ \left[ \log \left(\frac{2 K }{\chi^2_{2K;\alpha/2}}\right) + \log \widehat{S} < \log S < \log \left(\frac{2 K}{\chi^2_{2K;1-\alpha/2}}\right) + \log \widehat{S}\right] $$` --- class: left, .toc[[&#10023;](#toc)] ## Uncertainty of the spectrum Periodogram (left) and multitaper (right) estimate with CIs on linear-linear scales <img style="width:90%" src="./figures/agulhas_spectrum_linlin_ci.png"> --- class: left, .toc[[&#10023;](#toc)] ## Uncertainty of the spectrum Multitaper estimate with CIs on log-log scales Periodogram (left) and multitaper (right) estimate with CIs on log-log scales <img style="width:90%" src="./figures/agulhas_spectrum_loglog_ci.png"> --- name: bivariate class: center, middle, .toc[[&#10023;](#toc)] # 4. Bivariate time series --- class: left, .toc[[&#10023;] #Vector and complex notations What if your process of interest is composed of two time series, let's say `$x(t)$` and `$y(t)$`? As in the vector components of ocean currents or atmospheric winds: `\begin{eqnarray} \mathbf{z}(t) = \left[ \begin{matrix} x(t) \\ y(t) \end{matrix}\right] \end{eqnarray}` Often, a *bivariate* time series is conveniently written as a complex-valued time series: `\[ z(t) = x(t) + i y(t) = |z(t)| e^{i \arg{(z)}},\]` where `$i = \sqrt{-1}$` and `$\arg{(z)}$` is the *complex argument* (or polar angle) of `$z$` in the interval `$[-\pi,+\pi]$`. --- class: left, .toc[[&#10023;](#toc)] #The Mean of Bivariate Data The sample mean of the vector time series `$\mathbf{z}_n$` is also a vector, `\[\mathbf{\mu}_\mathbf{z} \equiv \frac{1}{N}\sum_{n=0}^{N-1}\mathbf{z}_n=\begin{bmatrix} \widehat{\mu}_x \\ \,\widehat{\mu}_y\,\end{bmatrix}\]` that consists of the *sample means* of the `$x_n$` and `$y_n$` components of `$\mathbf{z}_n$`. --- class: left, .toc[[&#10023;](#toc)] #Variance of Bivariate Data The *variance* of the vector-valued times series `$\mathbf{z}_n$` is not a scalar or a vector, it is a `$2\times 2$` *matrix* `\[\mathbf{\Sigma}\equiv \frac{1}{N}\sum_{n=0}^{N-1}\left(\mathbf{z}_n-\mathbf{\mu}_\mathbf{z}\right)\left(\mathbf{z}_n-\mathbf{\mu}_\mathbf{z}\right)^T \]` where &ldquo;`$T$`&rdquo; is the *matrix transpose*, `$\mathbf{z}_n =\begin{bmatrix} x_n \\ y_n \end{bmatrix}$`, `$\mathbf{z}_n^T =\begin{bmatrix} x_n & y_n \end{bmatrix}$`. Carrying out the matrix multiplication leads to `\[\mathbf{\Sigma}= \frac{1}{N}\sum_{n=0}^{N-1} \begin{bmatrix} \left(x_n-\widehat{\mu}_x\right)^2 & \left(x_n-\widehat{\mu}_x\right)\left(y_n-\widehat{\mu}_y\right)\\ \left(x_n-\widehat{\mu}_x\right)\left(y_n-\widehat{\mu}_y\right) &\left(y_n-\widehat{\mu}_y\right)^2 \end{bmatrix} \]` The diagonal elements of `$\mathbf{\Sigma}$` are the sample variances `$\sigma_x^2$` and `$\sigma_y^2$`, while the off-diagonal gives the *covariance* between `$x_n$` and `$y_n$`. Note that the two off-diagonal elements are identical. --- class: left, .toc[[&#10023;](#toc)] # Fourier transform The Fourier theory presented earlier for *scalar* time series is completely applicable to complex-valued time series, in discrete form (`$N$` even): `\begin{eqnarray} z_n & = & \frac{1}{N \Delta_t}\sum_{m=0}^{N/2} Z_m e^{i2\pi m n/N} & + \frac{1}{N \Delta_t}\sum_{m=N/2+1}^{N-1} Z_m e^{i2\pi m n/N}\\ & = & \frac{1}{N \Delta_t}\sum_{m=0}^{N/2} Z^+_m e^{i2\pi m n/N} & + \frac{1}{N \Delta_t}\sum_{m=1}^{N/2-1} Z^-_m e^{-i2\pi m n/N}. \end{eqnarray}` The first sum corresponds to **positive** frequencies, and the second sum to the associated **negative** frequencies (except the zero and Nyquist frequencies for `$m=0,N/2$`). --- class: left, .toc[[&#10023;](#toc)] #Rotary Spectra `\begin{equation} z_n = \frac{1}{N \Delta_t}\sum_{m=0}^{N/2} Z^+_m e^{i2\pi m n/N} + \frac{1}{N \Delta_t}\sum_{m=1}^{N/2-1} Z^-_m e^{-i2\pi m n/N}. \end{equation}` This introduces the concept of *rotary spectrum*: `\begin{eqnarray} S(f_m>0) \equiv S^+(f_m) & \equiv & \lim_{N \rightarrow \infty} E\left\{ \frac{|Z^+_m|^2}{N} \right\} \quad \text{counterclockwise spectrum,}\\ S(f_m<0) \equiv S^-(-f_m) & \equiv & \lim_{N \rightarrow \infty} E\left\{ \frac{|Z^-_m|^2}{N} \right\} \quad \text{clockwise spectrum.}\\ \end{eqnarray}` `\[f_m = \frac{m}{N\Delta_t}, \quad m = 0,\ldots,N/2\]` This is very useful in geophysical fluid mechanics because counterclockwise motions are *cyclonic* in the northern hemisphere and clockwise motions are *anticyclonic*, and vice-versa in the southern hemisphere. --- class: left, .toc[[&#10023;](#toc)] #Rotary variance Imagine you have only two opposite components present in your time series at frequency `$f_k$`: `\begin{eqnarray} z_n & = & Z_k^+ e^{i2\pi k n /N} + Z_k^- e^{-i2\pi k n /N} \\ & = & \left\{A^+ e^{i \phi^+} \right\} e^{i2\pi k n /N} + \left\{A^- e^{i \phi^-}\right\}e^{-i2\pi k n /N} \\ & = & e^{i\theta}\left\{ A \cos (2\pi k n/N + \phi) + i B \sin(2\pi k n/N + \phi) \right\} \end{eqnarray}` where `\begin{eqnarray} \theta & = & (\phi^+-\phi^-)/2\\ \phi & = & (\phi^++\phi^-)/2\\ A&=& A^++A^-\\ B &= & A^+-A^-. \\ \end{eqnarray}` --- class: left, .toc[[&#10023;](#toc)] #Elliptic variance `\[ z_n = e^{i\theta}\left\{ A \cos (2\pi k n/N + \phi) + i B \sin(2\pi k n/N + \phi) \right\}\]` This is the equation for an ellipse oriented at an angle `$\theta$` from the `$x$` axis, with semi-major and semi-minor axes $A$ and $B$, respectively, rotating at frequency $f_k = k/(N\Delta_t)$, in the direction given by the sign of `$B$`. <center><img style="width:30%" src="./figures/ellipseschematic.png"></center> See more details about elliptic variance in JML's Oslo lectures. --- class: left, .toc[[&#10023;](#toc)] #Cartesian Spectra Rotary and Cartesian spectra are two alternate representation of the variance of the complex time series: `\begin{equation} z_n = \frac{1}{N \Delta_t}\sum_{m=0}^{N/2} Z^+_m e^{i2\pi m n/N} + \frac{1}{N \Delta_t}\sum_{m=1}^{N/2-1} Z^-_m e^{-i2\pi m n/N}. \end{equation}` `\begin{equation} \widehat{S}^+_m \equiv \frac{1}{N}\left|Z^+_m\right|^2, \quad \widehat{S}^-_m \equiv \frac{1}{N}\left|Z^-_m\right|^2 \quad \text{Rotary spectra estimates} \end{equation}` `\begin{equation} z_n = x_n+ i y_n = \frac{1}{N \Delta_t}\sum_{m=0}^{N-1} X_m e^{i2\pi m n/N} + i \left\{ \frac{1}{N \Delta_t}\sum_{m=0}^{N-1} Y_m e^{i2\pi m n/N}\right\}. \end{equation}` `\begin{equation} \widehat{S}^x_m \equiv \frac{1}{N}\left|X_m\right|^2, \quad \widehat{S}^y_m \equiv \frac{1}{N}\left|Y_m\right|^2 \quad \text{Cartesian spectra estimates} \end{equation}` --- class: left, .toc[[&#10023;](#toc)] #Parseval theorem For bivariate data, the discrete form of the Parseval theorem takes the form: `\begin{eqnarray} \Delta_t \sum_{n=0}^{N-1} |z_n|^2 = \frac{1}{N\Delta_t} \sum_{m=0}^{N-1} |Z_m|^2 & = & \frac{1}{N\Delta_t} \sum_{m=0}^{N-1} |X_m|^2 + \frac{1}{N\Delta_t} \sum_{m=0}^{N-1} |Y_m|^2\\ & = & \frac{1}{N\Delta_t} \sum_{m=0}^{N/2} |Z^+_m|^2 + \frac{1}{N\Delta_t} \sum_{m=1}^{N/2-1} |Z^-_m|^2 \\ \end{eqnarray}` -- This shows that the total variance of the bivariate process is recovered completely by the Cartesian, or rotary Fourier representation. --- class: left, .toc[[&#10023;](#toc)] #Example Hourly current meter record at 110 m depth from the Bravo mooring in the Labrador Sea, .cite[Lilly and Rhines (2002)] <center><img style="width:55%" src="./figures/bravomap.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Example 1 Hourly current meter record at 110 m depth from the Bravo mooring in the Labrador Sea, .cite[Lilly and Rhines (2002)] <center><img style="width:85%" src="./figures/mybravo.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Example 1 Hourly current meter record at 110 m depth from the Bravo mooring in the Labrador Sea, .cite[Lilly and Rhines (2002)] <center><img style="width:85%" src="./figures/mybravozoomed.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Observable Features 1. The data consists of two time series that are similar in character. 1. Both time series present a superposition of scales. 1. At the smallest scale, there is an apparently oscillatory roughness which changes its amplitude in time. 1. A larger scale presents itself either as localized features, or as wavelike in nature. 1. Several sudden transitions are associated with isolated events. 1. Zooming in, we see the small-scale oscillatory behavior is sometimes `$90^\circ$` degrees out of phase, and sometimes `$180^\circ$`. 1. The amplitude of this oscillatory variability changes with time. The fact that the oscillatory behavior is not consistently `$90^\circ$` out of phase removes the possibility of these features being purely inertial oscillations. The amplitude modulation suggests tidal beating. -- The isolated events are eddies, which cause the currents to suddenly rotate as they pass by. The oscillations are due to tides and internal waves. --- class: left, .toc[[&#10023;](#toc)] #Cartesian vs Rotary Spectra <center><img style="width:100%" src="./figures/bravospectraperiodogram.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Cartesian vs Rotary Spectra <center><img style="width:100%" src="./figures/bravospectramultitaper.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Cartesian vs Rotary Spectra <center><img style="width:100%" src="./figures/bravospectraperiodogramzoomed.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Cartesian vs Rotary Spectra <center><img style="width:100%" src="./figures/bravospectramultitaperzoomed.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Example Global zonally-averaged rotary spectra from hourly drifter velocities, see [Elipot et al. 2016](#http://dx.doi.org/10.1002/2016JC011716). <center><img style="width:50%" src="./figures/elipotspectra2016.png"></center> --- name: filtering class: center, middle, .toc[[&#10023;](#toc)] # 5. Filtering and other topics --- class: left, .toc[[&#10023;](#toc)] # Continuous Fourier We have considered the FT for a discrete time series `$x_n$`: `$$ x_n = \frac{1}{N\Delta_t}\sum_{m=0}^{N-1}X_me^{2\pi mn/N}, \quad X_m = \Delta_t \sum_{n=0}^{N-1}x_n e^{-i2\pi m n/N} $$` -- but it extends to continuous time series `$x(t)$`: `$$ \begin{equation} x(t) =\frac{1}{2\pi} \int_{-\infty}^{\infty} X(\omega)\, e^{i\omega t} d\omega,\quad\quad X(\omega)\equiv \int_{-\infty}^{\infty} x(t)\, e^{-i\omega t} d t. \end{equation} $$` Note that here we are using radian frequency `$\omega$`. -- The continuous notation is easier to understand the mechanics of *filtering* a time series, as well as spectral *blurring*. --- class: left, .toc[[&#10023;](#toc)] ## The Spectrum (revisited) An alternative definition of the spectrum `$S(\omega)$` is that it is the Fourier transform of the autocorrelation function `$R(\tau)$`: `\[ S(\omega) \equiv \int_{-\infty}^\infty e^{-i \omega \tau} R(\tau) d\tau , \quad\quad R (\tau) = \frac{1}{2\pi}\int_{-\infty}^\infty e^{i \omega \tau} S(\omega) \, d\omega \]` -- This is called the *Wiener–Khintchine theorem*. The spectrum and the autocorrelation function are *Fourier transform pairs*. While both are essentially equivalent in that they capture the *same* second-order statistical information in different forms, the spectrum turns out to generally be far more illuminating, as well as easier to work with in practice. -- But the true autocorrelation function is not observable unless we have (i) infinite time and (ii) access to an abstract set of other universes where things might have happened differently! --- exclude: true class: left, .toc[[&#10023;](#toc)] #Aliasing Any spectral estimate is distorted from `$S(\omega)$` in two important ways. The first is through *aliasing*. Imagine that our time series extends at discrete times into the infinite past and future, that is, we have `$z_n=z(n\Delta)$` for *all* positive and negative integers `$n$`, but not in between those times. In this case, it turns out that the spectrum can still be considered a function of continuous frequency `$\omega$`, but *only* up to the Nyquist at `$\omega=\pm \pi/\Delta_t$`. (Recall that `$f=1/(2\Delta_t)$` is the same as `$\omega= \pi/\Delta_t$`.) It can be shown (but not right now) that the spectrum then becomes `\[\sum_{p=-\infty}^{\infty }S\left(\omega + p \frac{2\pi }{\Delta_t} \right) \equiv S^{\Delta}(\omega)\]` which states that all frequencies higher or lower than `$\omega=\pm \pi/\Delta_t$` are *wrapped around* to the next resolved frequency. <!--The *aliased spectrum* `$ S^{\Delta}(\omega)$` is the best you can hope for from finitely sample data, even if you are very patient.--> --- class: left, .toc[[&#10023;](#toc)] # The Convolution Integral The *convolution* `$h(t)$` of a function `$f(t)$` and `$g(t)$` is defined as: `\[ h(t)\equiv \int_{-\infty}^{\infty} f(\tau) g(t-\tau) d\tau.\]` Note that in convolution, the order does not matter and we can show that `\[ h(t)\equiv \int_{-\infty}^{\infty} g(\tau) f(t-\tau) d\tau\]` This mathematical operation is actually what is being done when &ldquo;smoothing&rdquo; data. (It is like sliding the iron on the tablecloth, or pulling the tablecloth under a static iron). --- class: left, .toc[[&#10023;](#toc)] # Convolution Theorem The *convolution theorem* states convolving `$f(t)$` and `$g(t)$` in the time domain is the same as a *multiplication* in the frequency domain. Let `$F(\omega)$` and `$G(\omega)$` be the Fourier transforms of `$f(t)$` and `$g(t)$`, respectively. It can be shown that if `\[h(t)= \int_{-\infty}^{\infty} f(\tau) g(t-\tau) d\tau\]` then the fourier transform of `$h(t)$` is `\[ H(\omega) = F(\omega) G(\omega).\]` -- This result is key to understand what happens in the Fourier domain when you perform a time-domain smoothing. --- class: left, .toc[[&#10023;](#toc)] #Smoothing Now we consider what happens when we *smooth* the time series `$x(t)$` by the filter `$g(t)$` to obtain a smoothed version `$\widetilde x(t)$` of your time series: `\begin{eqnarray} \widetilde x(t)= \int_{-\infty}^{\infty} x(t-\tau) g(\tau) d\tau & \equiv & \frac{1}{2\pi} \int_{-\infty}^{\infty} \widetilde{X}(\omega) \, e^{i\omega t} d\omega.\\ &=& \frac{1}{2\pi}\int_{-\infty}^{\infty} X(\omega) G(\omega) \, e^{i\omega t} d\omega,\\ \end{eqnarray}` by the convolution theorem. When we perform simple smoothing, we are also reshaping the Fourier transform of the signal by *multiplying* its Fourier transform by that of the smoothing window. --- class: left, .toc[[&#10023;](#toc)] #Three Window examples <center><img style="width:100%" src="./figures/smoothingwindowstime.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Three Tapering Windows <center><img style="width:100%" src="./figures/smoothingwindowsfrequency.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Three Tapering Windows <center><img style="width:100%" src="./figures/smoothingwindowslogfrequency.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Lowpass &amp; Highpass Filters From the convolution theorem, we understand that filtering will keep the frequencies near zero but reject higher frequencies. For this reason they are called *low-pass filters*. The reverse type of filtration, rejecting the low frequencies but keeping the high frequencies, is called *high-pass filtering*. The residual `$\breve x(t)\equiv x(t) -\widetilde x(t)$` is an example of a high-pass filtered time series. In practice, to find the frequency form of your filter, you *pad it with zeros* so that it becomes the same length as your time series, and then you take its discrete Fourier transform. --- class: left, .toc[[&#10023;](#toc)] # Convolution Theorem II This theorem is reciprocal: is your *multiply* in the time domain, you *convolve* in the Fourier domain. It can be shown that if `\[ h(t) = f(t) g(t)\]` then the fourier transform of `$h(t)$` is `\[ H(\omega) = \int_{-\infty}^{\infty} F(\nu) G(\omega -\nu) d\omega.\]` This result is key to understand what happens in the Fourier domain when you try to estimate spectra, i.e. *spectral bluring*, or to design band-pass filters. --- class: left, .toc[[&#10023;](#toc)] # Bandpass filtering We can use the convolution theorem to build a band-pass filter. We want to modify the lowpass filter `$g(t)$` so that its Fourier transform is localized not about zero, but about some non-zero frequency `$\omega_o$`. To do this, we multiply `$g(t)$` by a complex exponential `$g(t) e^{i\omega_o t}$`. It can be shown (see Oslo lectures) that the Fourier transform of `$g(t) e^{i\omega_o t}$` is `$G(\omega-\omega_o)$`, which is localized around `$\omega_o$`. Thus, a convolution with `$g(t) e^{i\omega_o t}$` will *bandpass* the data in the vicinity of `$\omega_o$.` In fact, a lowpass filter is a particular type of bandpass in which the center of the *pass band* has been chosen as zero frequency. --- name: revisited class: left, .toc[[&#10023;](#toc)] #Effect of Truncation Now imagine instead that we have a *continuously* sampled time series of length `$T$`, that is, we have `$z(t)$` but only between times `$-T/2$` and `$T/2$`. This is like multiplying `$z(t)$` by a function `$g(t)$` which is equal to one between `$-T/2$` and `$T/2$` and 0 otherwise: `\[ z_T(t) = g(t) \times z(t) \]` We will denote this truncted version of `$z(t)$` by `$z_T(t)$`. How does the spectrum compare of `$z_T(t)$` compare with that of `$z(t)$`? -- Q. Using one of the windows encountered today, how can we express the relationship between `$z(t)$` and `$z_T(t)$`? -- Q. Therefore, using another theorem learned today, what is the difference between their spectra? --- class: left, .toc[[&#10023;](#toc)] #Spectral Blurring The spectrum of the truncated time series is *blurred* through smoothing with a function `$F_{T}(\omega)$` that is the *square* of the Fourier transform of a boxcar: `\[\widetilde S(\omega) \equiv\frac{1}{2\pi}\int_{-\infty}^\infty S(\nu) \,F_{T}(\nu-\omega)\, d \nu.\]` The smoothing function, which is known as the *Fej&eacute;r kernel* `\[F_T(\omega)\equiv \int_{-T}^{T}\left(1-\frac{|\tau|}{T}\right) \, e^{i\omega\tau} \, d \tau =\frac{1}{T}\frac{\sin^2(\omega T/2)}{(\omega/2)^2}\]` is essentially a squared version of the &ldquo;sinc&rdquo; or `$\sin(x)/x$` function. However, `$\sin(x)/x$` is not a very smooth function at all! --- class: left, .toc[[&#10023;](#toc)] #Multitapering Revisited We can now understand the purpose of multitapering. *Doing nothing* in your spectral estimate is equivalent to *truncating* your data, thus implicitly *smoothing* the true spectrum by an extremely undesirable function! The Fej&eacute;r kernel has a major problem in that it is not *well concentrated*. Its &ldquo;side lobes&rdquo; are large, leading to a kind of error called *broadband bias*. This is the source of the error shown in the motivating example. Next we take a look at three different tapering functions and their squared Fourier transforms. The broadband bias is most clear if we use logarithmic scaling for the `$y$`-axis. --- class: left, .toc[[&#10023;](#toc)] #Three Tapering Windows <center><img style="width:100%" src="./figures/smoothingwindowstime.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Three Tapering Windows <center><img style="width:100%" src="./figures/smoothingwindowsfrequency.png"></center> --- class: left, .toc[[&#10023;](#toc)] #Three Tapering Windows <center><img style="width:100%" src="./figures/smoothingwindowslogfrequency.png"></center> --- name: epilogue class: left, .toc[[&#10023;](#toc)] #Epilogue During the practical session this afternoon we will cover the material presented this morning, as well cover some of the topic of filtering. Thank you! Shane Elipot email: <tt>[email protected]</tt> </textarea> <!-- This is the link to the local copy of Remark --> <script src="./javascript/remark-latest.min.js" type="text/javascript"></script> <!-- See discussion at https://github.com/gnab/remark/issues/222--> <!-- You could alternately use the libraries from remote location --> <!--<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js" type="text/javascript"></script>--> <!-- This is the link to the remote MathJax libraries --> <!-- <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML&delayStartupUntil=configured" type="text/javascript"></script> --> <!-- This is for secure connections --> <!-- <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> --> <!-- If you want to run your presentation offline, you need to download the MathJax --> <!-- libraries, then uncomment the line below and comment out the one above.--> <!-- Note: see comment at http://stackoverflow.com/questions/19208536/mathjax-not-working-if-loaded-from-local-js-file-or-if-the-source-code-is-includ--> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"> </script> <script type="text/javascript"> var slideshow = remark.create({navigation: {click: false}, properties: {class: "center, middle"},countIncrementalSlides: false}); // Setup MathJax MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'] } }); MathJax.Hub.Queue(function() { $(MathJax.Hub.getAllJax()).map(function(index, elem) { return(elem.SourceElement()); }).parent().addClass('has-jax'); }); MathJax.Hub.Configured(); </script> </body> </html>
selipot/selipot.github.io
talks/lecture4/index.html
HTML
mit
51,084
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ip::basic_resolver::address_configured</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="../ip__basic_resolver.html" title="ip::basic_resolver"> <link rel="prev" href="../ip__basic_resolver.html" title="ip::basic_resolver"> <link rel="next" href="all_matching.html" title="ip::basic_resolver::all_matching"> </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="../ip__basic_resolver.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver.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="all_matching.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.ip__basic_resolver.address_configured"></a><a class="link" href="address_configured.html" title="ip::basic_resolver::address_configured">ip::basic_resolver::address_configured</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from ip::resolver_base.</em></span> </p> <p> <a class="indexterm" name="boost_asio.indexterm.ip__basic_resolver.address_configured"></a> Only return IPv4 addresses if a non-loopback IPv4 address is configured for the system. Only return IPv6 addresses if a non-loopback IPv6 address is configured for the system. </p> <pre class="programlisting">static const flags address_configured = implementation_defined; </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 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="../ip__basic_resolver.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ip__basic_resolver.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="all_matching.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/ip__basic_resolver/address_configured.html
HTML
mit
3,550
<footer role="contentinfo" id="site-footer"> <nav role="navigation" class="menu bottom-menu"> <ul class="menu-item"> {% for link in site.data.footer %} {% if link.url contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.baseurl %} {% endif %} <li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li> {% endfor %} </ul> </nav><!-- /.bottom-menu --> <p class="copyright">&#169; {{ site.time | date: '%Y' }} <a href="{{ site.baseurl }}">{{ site.title }}</a> powered by <a href="http://jekyllrb.com">Jekyll</a> + <a href="http://mmistakes.github.io/skinny-bones-jekyll/">Skinny Bones</a>.</p> </footer>
bharr/wala.org.au
_includes/footer.html
HTML
mit
745
<!DOCTYPE html> <html lang="en-US" ng-app="angularAddresses"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Angular Addresses</title> <link rel="stylesheet" href="lib/build.css"> <link rel="stylesheet" href="css/main.css"> </head> <body> <div class="container"> <h3>Hello World!</h3> </div> <script src="lib/build.js"></script> <script src="js/main.js"></script> </body> </html>
pafford14/angular-w
public/index.html
HTML
mit
546
{% extends "base.html" %} {% load static %} {% block bodyclass %}admin full{% endblock bodyclass %} {% block content_header %}{% endblock %} {% block page_content %} <div class="admin-content col-sm-12"> {% block main_area %}{% endblock main_area %} </div> {% endblock %}
lpatmo/actionify_the_news
open_connect/connect_core/templates/admin_base.html
HTML
mit
279
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" class="no-js" prefix="og: http://ogp.me/ns#"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="content-language" content="en" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="A place for discussing anything tech. Old and new. Experiences and Opinions. Questions and rants. Primarily programming-related, but not exclusively."> <title> Effectively using slots in Jetpack Compose | Curious Techizen</title> <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300,700italic|Source+Code+Pro:400,700' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Fira+Code&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/blog/css/main.css" /> <link href="https://kiranrao.in/blog/feed.xml" type="application/rss+xml" rel="alternate" title="RSS2.0"> <link rel="shortcut icon" href="/blog/favicon.ico"> <!-- Begin Jekyll SEO tag v2.1.0 --> <title>Effectively using slots in Jetpack Compose - Curious Techizen</title> <meta property="og:title" content="Effectively using slots in Jetpack Compose" /> <meta name="description" content="Using slots to avoid having to trickle parameters down the tree of Composables" /> <meta property="og:description" content="Using slots to avoid having to trickle parameters down the tree of Composables" /> <link rel="canonical" href="https://kiranrao.in/blog/2021/12/03/jetpack-compose-slots/" /> <meta property="og:url" content="https://kiranrao.in/blog/2021/12/03/jetpack-compose-slots/" /> <meta property="og:site_name" content="Curious Techizen" /> <meta property="og:image" content="https://kiranrao.in/blog/assets/img/composable_with_slots.png" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2021-12-03T20:00:00+01:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@ki_run" /> <meta name="twitter:creator" content="@{"name"=>"Kiran Rao", "url"=>"https://kiranrao.in"}" /> <script type="application/ld+json"> {"@context": "http://schema.org", "@type": "BlogPosting", "headline": "Effectively using slots in Jetpack Compose", "image": "https://kiranrao.in/blog/assets/img/composable_with_slots.png", "datePublished": "2021-12-03T20:00:00+01:00", "description": "Using slots to avoid having to trickle parameters down the tree of Composables", "url": "https://kiranrao.in/blog/2021/12/03/jetpack-compose-slots/"}</script> <!-- End Jekyll SEO tag --> <script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"curioustechizen",utcoffset:"1"}))};sessionStorage.setItem("_swa","1");</script> <meta name="google-site-verification" content="H8RGMD_f_siP2w-pSgSovLpeKIMac--hZGy47rZWoUM" /> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <div class="off-canvas"> <figure class="avatar"> <img src="/blog/assets/img/avatar.jpg" alt="Picture" title="That's me, {"name"=>"Kiran Rao", "url"=>"https://kiranrao.in"}."> </figure> <div class="bio"> <h1>Hi, I'm {"name"=>"Kiran Rao", "url"=>"https://kiranrao.in"}.</h1> <p>Android Developer. Tech enthusiast. Serial dabbler.</p> </div> <nav> <h6>Follow me on</h6> <ul> <li><a target="_blank" href="http://twitter.com/ki_run">Twitter</a></li> <li><a target="_blank" href="https://github.com/curioustechizen">Github</a></li> <li><a target="_blank" href="https://plus.google.com/116652261752707476836">Google+</a></li> </ul> </nav> <nav> <h6>Link</h6> <ul> <li><a href="/blog/">Home</a></li> <li><a href="/blog/tags/">Tags</a></li> </ul> </nav> </div> <div class="site-wrapper"> <header> <div class="h-wrap"> <h1 class="title"><a href="/blog/" title="Back to Homepage">Curious Techizen</a></h1> <a class="menu-icon" title="Open Bio"><span class="lines"></span></a> </div> </header> <main> <section class="single-wrap"> <article class="single-content" itemscope itemtype="http://schema.org/BlogPosting"> <div class="feat"> <h5 class="page-date"> <time datetime="2021-12-03T20:00:00+01:00" itemprop="datePublished"> 03 December 2021 </time> </h5> </div> <h1 class="page-title" itemprop="name headline">Effectively using slots in Jetpack Compose</h1> <div itemprop="articleBody"> <p>Jetpack Compose is great for developing UIs for Android (and more!). Declarative UI comes with its own set of problems and quirks though, and that in turn opens the door for idioms and patterns specific to this declarative nature.</p> <p>One such problem with Jetpack Compose is having to pass parameters through from a Composable down to its children (Note: this problem is not specific to Compose, it is also seen with SwiftUI, Flutter and ReactNative). In this post, we’ll look at how to use Composable lambdas (also called “slots”) to improve the situation.</p> <h2 id="example">Example</h2> <p>Let’s look at an example: A screen showing a list of books to buy and a shopping cart. On narrow screens, the list of books takes up the entire width and the shopping cart is placed in a bottom sheet. On wide screens the list of books takes up the first 65% of the screen width while the shopping cart takes up the rest.</p> <p>Here are a couple of screenshots. It does not look pretty, but it serves the purpose of this post.</p> <p><img src="/blog/assets/img/SlotsDemoNarrow.png" alt="Slots demo narrow" style="max-height: 555px; max-width: 270px;" /></p> <p><img src="/blog/assets/img/SlotsDemoWide.png" alt="Slots demo wide" style="max-height: 270px; max-width: 555px;" /></p> <h2 id="implementation">Implementation</h2> <p>Here is how one might implement it (<a href="https://github.com/curioustechizen/compose-slots-sample/blob/e4dc309521354d690aed63085b867615b7edc519/app/src/main/java/in/kiranrao/slotsdemo/ui/components/MainScreen.kt#L14-L34">GitHub source</a>):</p> <figure class="highlight"><pre><code class="language-kotlin" data-lang="kotlin"><span class="n">@Composable</span> <span class="k">fun</span> <span class="nf">MainScreen</span><span class="p">(</span><span class="n">mainScreenModel</span><span class="p">:</span> <span class="n">MainScreenModel</span><span class="p">,</span> <span class="n">isWideScreen</span><span class="p">:</span> <span class="n">Boolean</span> <span class="p">=</span> <span class="k">false</span><span class="p">)</span> <span class="p">{</span> <span class="k">if</span> <span class="p">(</span><span class="n">isWideScreen</span><span class="p">)</span> <span class="p">{</span> <span class="n">Row</span><span class="p">(</span><span class="n">Modifier</span><span class="p">.</span><span class="n">fillMaxHeight</span><span class="p">())</span> <span class="p">{</span> <span class="n">Box</span><span class="p">(</span><span class="n">Modifier</span><span class="p">.</span><span class="n">weight</span><span class="p">(</span><span class="m">0.65f</span><span class="p">))</span> <span class="p">{</span> <span class="n">BookList</span><span class="p">(</span> <span class="n">books</span> <span class="p">=</span> <span class="n">mainScreenModel</span><span class="p">.</span><span class="n">books</span><span class="p">,</span> <span class="n">onBookAdded</span> <span class="p">=</span> <span class="p">{}</span> <span class="p">)</span> <span class="p">}</span> <span class="n">Box</span><span class="p">(</span><span class="n">Modifier</span><span class="p">.</span><span class="n">weight</span><span class="p">(</span><span class="m">0.35f</span><span class="p">))</span> <span class="p">{</span> <span class="n">ShoppingCart</span><span class="p">(</span><span class="n">shoppingCartModel</span> <span class="p">=</span> <span class="n">mainScreenModel</span><span class="p">.</span><span class="n">shoppingCartModel</span><span class="p">)</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span> <span class="k">else</span> <span class="p">{</span> <span class="n">BottomSheetScaffold</span><span class="p">(</span> <span class="n">sheetContent</span> <span class="p">=</span> <span class="p">{</span> <span class="n">ShoppingCart</span><span class="p">(</span><span class="n">shoppingCartModel</span> <span class="p">=</span> <span class="n">mainScreenModel</span><span class="p">.</span><span class="n">shoppingCartModel</span><span class="p">)</span> <span class="p">}</span> <span class="p">)</span> <span class="p">{</span> <span class="n">BookList</span><span class="p">(</span><span class="n">books</span> <span class="p">=</span> <span class="n">mainScreenModel</span><span class="p">.</span><span class="n">books</span><span class="p">,</span> <span class="n">onBookAdded</span> <span class="p">=</span> <span class="p">{})</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span></code></pre></figure> <p>The <code class="highlighter-rouge">MainScreen</code> composable receives the the <a href="https://github.com/curioustechizen/compose-slots-sample/blob/e4dc309521354d690aed63085b867615b7edc519/app/src/main/java/in/kiranrao/slotsdemo/data/MainScreenModel.kt"><code class="highlighter-rouge">MainScreenModel</code></a> as a parameter, and it passes pieces of this data to child composables:</p> <ol> <li>The <code class="highlighter-rouge">books</code> property, which is a <code class="highlighter-rouge">List&lt;BookModel&gt;</code>, is passed to the <code class="highlighter-rouge">BookList</code> composable</li> <li>The <code class="highlighter-rouge">shoppingCartModel</code> property is passed to the <code class="highlighter-rouge">ShoppingCart</code> composable.</li> </ol> <p>The <a href="https://github.com/curioustechizen/compose-slots-sample/blob/e4dc309521354d690aed63085b867615b7edc519/app/src/main/java/in/kiranrao/slotsdemo/MainActivity.kt#L24">call site</a> is straightforward:</p> <figure class="highlight"><pre><code class="language-kotlin" data-lang="kotlin"><span class="n">MainScreen</span><span class="p">(</span><span class="n">mainScreenModel</span> <span class="p">=</span> <span class="n">sampleMainScreenModel</span><span class="p">)</span></code></pre></figure> <p>In this simple example, it doesn’t look all that bad. However, it starts getting tedious when your MainScreen needs to pass that the same model (and callback lambdas) further down the tree.</p> <h2 id="slots-to-the-rescue">Slots to the rescue</h2> <p>If a Composable accepts another Composable as a parameter, then that parameter is called a slot. Many core composables are designed this way:</p> <ul> <li>All the basic layouts like <code class="highlighter-rouge">Row</code>, <code class="highlighter-rouge">Column</code> and <code class="highlighter-rouge">Box</code> accept a <code class="highlighter-rouge">content</code> parameter that is a Composable lambda.</li> <li>Components like <code class="highlighter-rouge">Button</code> and <code class="highlighter-rouge">Card</code> do the same.</li> <li>More advanced components like Scaffolds accept multiple composable lambdas for different sections of the scaffold. For example, <a href="https://cs.android.com/androidx/platform/tools/dokka-devsite-plugin/+/master:testData/compose/source/androidx/compose/material/BottomSheetScaffold.kt;l=259;drc=6fed3de7a56143de954d55e508a7449deb9af582"><code class="highlighter-rouge">BottomSheetScaffold</code></a> has five(!!) slots for the <code class="highlighter-rouge">sheetContent</code>, <code class="highlighter-rouge">drawerContent</code>, <code class="highlighter-rouge">snackbarHost</code>, <code class="highlighter-rouge">floatingActionButton</code> and the <code class="highlighter-rouge">content</code> itself.</li> </ul> <p>Let’s change our MainScreen composable to accept slots. Here’s the signature:</p> <figure class="highlight"><pre><code class="language-kotlin" data-lang="kotlin"><span class="n">@Composable</span> <span class="k">fun</span> <span class="nf">MainScreen</span><span class="p">(</span> <span class="n">shoppingCartContent</span><span class="p">:</span> <span class="n">@Composable</span> <span class="p">()</span> <span class="p">-&gt;</span> <span class="n">Unit</span><span class="p">,</span> <span class="n">booksContent</span><span class="p">:</span> <span class="n">@Composable</span> <span class="p">()</span> <span class="p">-&gt;</span> <span class="n">Unit</span><span class="p">,</span> <span class="n">isWideScreen</span><span class="p">:</span> <span class="n">Boolean</span> <span class="p">=</span> <span class="k">false</span> <span class="p">)</span></code></pre></figure> <p>What we’ve done here is to accept two Composables as parameters, one each for the shopping cart section and the books list section. Now the <a href="https://github.com/curioustechizen/compose-slots-sample/blob/e4dc309521354d690aed63085b867615b7edc519/app/src/main/java/in/kiranrao/slotsdemo/ui/components/MainScreen.kt#L37-L57">implementation changes to this</a>:</p> <figure class="highlight"><pre><code class="language-kotlin" data-lang="kotlin"><span class="n">@Composable</span> <span class="k">fun</span> <span class="nf">MainScreen</span><span class="p">(</span> <span class="n">shoppingCartContent</span><span class="p">:</span> <span class="n">@Composable</span> <span class="p">()</span> <span class="p">-&gt;</span> <span class="n">Unit</span><span class="p">,</span> <span class="n">booksContent</span><span class="p">:</span> <span class="n">@Composable</span> <span class="p">()</span> <span class="p">-&gt;</span> <span class="n">Unit</span><span class="p">,</span> <span class="n">isWideScreen</span><span class="p">:</span> <span class="n">Boolean</span> <span class="p">=</span> <span class="k">false</span> <span class="p">)</span> <span class="p">{</span> <span class="k">if</span> <span class="p">(</span><span class="n">isWideScreen</span><span class="p">)</span> <span class="p">{</span> <span class="n">Row</span><span class="p">(</span><span class="n">Modifier</span><span class="p">.</span><span class="n">fillMaxHeight</span><span class="p">())</span> <span class="p">{</span> <span class="n">Box</span><span class="p">(</span><span class="n">Modifier</span><span class="p">.</span><span class="n">weight</span><span class="p">(</span><span class="m">0.65f</span><span class="p">))</span> <span class="p">{</span> <span class="n">booksContent</span><span class="p">()</span> <span class="p">}</span> <span class="n">Box</span><span class="p">(</span><span class="n">Modifier</span><span class="p">.</span><span class="n">weight</span><span class="p">(</span><span class="m">0.35f</span><span class="p">))</span> <span class="p">{</span> <span class="n">shoppingCartContent</span><span class="p">()</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span> <span class="k">else</span> <span class="p">{</span> <span class="n">BottomSheetScaffold</span><span class="p">(</span><span class="n">sheetContent</span> <span class="p">=</span> <span class="p">{</span> <span class="n">shoppingCartContent</span><span class="p">()</span> <span class="p">})</span> <span class="p">{</span> <span class="n">booksContent</span><span class="p">()</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span></code></pre></figure> <p>Note that now the <code class="highlighter-rouge">MainScreen</code> composable does not pass along <em>any</em> data parameters at all. It now has the focused responsibility of dealing with the layout rather than also having to forward parameters. It only receives parameters that it uses directly (<code class="highlighter-rouge">isWideScreen</code>). The slots it receives are opaque to it and it does not need to know what parameters they need or what callback lambdas they offer.</p> <p>Also note that if you change the signature of either <code class="highlighter-rouge">BookList</code> or <code class="highlighter-rouge">ShoppingCart</code> (add, remove, reorder parameters), <code class="highlighter-rouge">MainScreen</code> does not need to change at all.</p> <p>Here’s what the <a href="https://github.com/curioustechizen/compose-slots-sample/blob/e4dc309521354d690aed63085b867615b7edc519/app/src/main/java/in/kiranrao/slotsdemo/SlotsActivity.kt#L27-L39">call site</a> looks like:</p> <figure class="highlight"><pre><code class="language-kotlin" data-lang="kotlin"><span class="n">MainScreen</span><span class="p">(</span> <span class="n">shoppingCartContent</span> <span class="p">=</span> <span class="p">{</span> <span class="n">ShoppingCart</span><span class="p">(</span><span class="n">shoppingCartModel</span> <span class="p">=</span> <span class="n">sampleMainScreenModel</span><span class="p">.</span><span class="n">shoppingCartModel</span><span class="p">)</span> <span class="p">},</span> <span class="n">booksContent</span> <span class="p">=</span> <span class="p">{</span> <span class="n">BookList</span><span class="p">(</span> <span class="n">books</span> <span class="p">=</span> <span class="n">sampleMainScreenModel</span><span class="p">.</span><span class="n">books</span><span class="p">,</span> <span class="n">onBookAdded</span> <span class="p">=</span> <span class="p">{}</span> <span class="p">)</span> <span class="p">},</span> <span class="n">isWideScreen</span> <span class="p">=</span> <span class="k">true</span> <span class="p">)</span></code></pre></figure> <p>You’ll notice that we pushed considerable responsibility to the call site. That brings us to the next topic:</p> <h2 id="when-to-use-slots">When to use slots?</h2> <p>This pattern of using composable slots makes some trade-offs. So it is not the right choice for all situations. In particular, it means the caller of this composable</p> <ul> <li>Is exposed to more knowledge of the inner workings of the composable. In this case, the caller previously did not know that <code class="highlighter-rouge">MainScreen</code> is split into two high-level sections but now it does.</li> <li>Is required to split the data itself rather than having <code class="highlighter-rouge">MainScreen</code> do this job</li> </ul> <p>Because of these factors, slots work best when in the following situations:</p> <ol> <li>You want to hide complexity from the “in-between” levels of the tree of Composable nodes. This means that you have some intermediate composables that you don’t want to be burdened with passing data around</li> <li>You are creating reusable generic layouts or components like Row or Scaffold</li> <li>Near the top of your Composable tree. For example you could have a top-level Composable observe state changes from a ViewModel and instead of dumping the entire composite state object to a Composable, it could partition the state into several sections and pass them as one composable per section.</li> </ol> <p>It is not a good idea to use this technique at all levels though. In particular, when you are near the leaves of your tree of Composable nodes, it is more convenient to pass data parameters. For example, the <a href="https://github.com/curioustechizen/compose-slots-sample/blob/e4dc309521354d690aed63085b867615b7edc519/app/src/main/java/in/kiranrao/slotsdemo/ui/components/ShoppingCart.kt">ShoppingCart composable</a> used in this demo does not use slots.</p> <h2 id="credits">Credits</h2> <p>Thanks <a href="https://twitter.com/adamwp">Adam Powell</a> for explaining the idea of slots and for reviewing this article.</p> </div> <div class="page-tags"> <ul> <li> <a href="/blog/tags/android">Android</a> </li> <li> <a href="/blog/tags/jetpack-compose">Jetpack Compose</a> </li> </ul> </div> <h6 class="back-to-top"><a href="#top">Back to Top</a></h6> <a rel="prev" href="/blog/2021/08/14/hiring-in-tech/" id="prev"> &larr; <span class="nav-title nav-title-prev">older</span> </a> </article> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'kiranrao'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> </section> </main> <footer> <medium><strong>Disclaimer:</strong> This is a personal blog. The opinions expressed here are my own and do not reflect those of my employer, relatives or any other person or entity.</medium> <br><br> <small>Powered by Jekyll - Theme: <a href="https://github.com/ogaclejapan/materi-for-jekyll">materi</a> - &copy; ogaclejapan</small> </footer> </div> <script src="/blog/js/main.js"></script> </body> </html>
curioustechizen/curioustechizen.github.io
blog/2021/12/03/jetpack-compose-slots/index.html
HTML
mit
22,984
<md-content flex id="content"> Students Section Details </md-content>
DrBATU/bhendi
src/app/bulletinboard/studentsSection/studentSection.html
HTML
mit
72
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/90056/9005633022900.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:27:24 GMT --> <head><title>ªk½s¸¹:90056 ª©¥»:033022900</title> <link rel="stylesheet" type="text/css" href="../../version.css" > </HEAD> <body><left> <table><tr><td><FONT COLOR=blue SIZE=5>ºØµk±ø¨Ò(90056)</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=9005633022900.html target=law90056><nobr><font size=2>¤¤µØ¥Á°ê 33 ¦~ 2 ¤ë 29 ¤é</font></nobr></a> </td> <td valign=top><font size=2>¨î©w10±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 33 ¦~ 3 ¤ë 13 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <a href=9005637120300.html target=law90056><nobr><font size=2>¤¤µØ¥Á°ê 37 ¦~ 12 ¤ë 3 ¤é</font></nobr></a> </td> <td valign=top><font size=2>­×¥¿²Ä7±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 37 ¦~ 12 ¤ë 28 ¤é¤½¥¬</font></nobr></td> <tr><td align=left valign=top> <nobr><font size=2>¤¤µØ¥Á°ê 70 ¦~ 12 ¤ë 29 ¤é</font></nobr> </td> <td valign=top><font size=2>¼o¤î10±ø</font></td> <tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 71 ¦~ 1 ¤ë 6 ¤é¤½¥¬</font></nobr></td> </table></table></table></table> <p><table><tr><td><font color=blue size=4>¥Á°ê33¦~2¤ë29¤é(«D²{¦æ±ø¤å)</font></td> </table> <table><tr><td>&nbsp;&nbsp;&nbsp;</td><td><font color=8000ff>²Ä¤@±ø</font> </font> <table><tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> ¡@¡@¬°¹w¨¾¤Ñªá¡A«O»Ù°·±d¡A¨Ì¥»±ø¨Ò¹ê¬I§K¶OºØµk¡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¨C¤H¤T¦¸¡A¨Ì¥ª¦C®É´Á¦æ¤§¡G<br> ¡@¡@²Ä¤@¦¸¤@·³¥H¤º¡C<br> ¡@¡@²Ä¤G¦¸¤­·³¦Ü¤»·³¡C<br> ¡@¡@²Ä¤T¦¸¤Q¤@·³¦Ü¤Q¤G·³¡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¥Ñ¿¤¥«½Ã¥Í¾÷Ãö²ÎÄw¿ì²z¡AÀ³©ó¬K¬î¨â©u³W©w´Á¶¡®Á¤á½Õ¬d¡A©e°U·í¦aÂå°|¶}·~Âå®v¡BÅ@¤h¤Î§U²£¤h¬IºØ¡C¥²­n®É±o°V½mºØµk¤u§@¤H­û¡C<br> ¡@¡@«O¥Òªø¹ï©ó½Ã¥Í¾÷Ãö¤§½Õ¬d¡AÀ³­t¨ó§U¤§³d¡A¨Ã·þ«P¹Ò¤º¦í¥Á¨Ì·Ó³W©w®É´ÁºØµk¡C<br> ¡@¡@Âå°|¶}·~Âå®v¡BÅ@¤h¤Î§U²£¤h¡A¹ï©ó½Ã¥Í¾÷Ãö¤§©e°U¡A¤£±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> ¡@¡@¥®¸X¶é¡B°ê¥Á¾Ç®Õ¤Î¤¤µ¥¾Ç®Õ¡A¹ï©ó¤J¾Ç¤Î¦b®Õ¾Ç¥Í¡AÀ³¬d©ú¤w§_ºØµk¡A¨ä¥¼ºØªÌ¡AÀ³³ø½Ð¸ÉºØ¡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> ¡@¡@¹J¦³¤Ñªá¬y¦æ®É¡A¿¤¥«½Ã¥Í¾÷Ãö±o¬I¦æ±j­¢ºØµk¡A¤£½×¨àµ£©Î¦¨¤H¡A§¡À³¤@«ß¨üºØ¡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> ¡@¡@¿¤¥«½Ã¥Í¾÷Ãö¡AÀ³»s³ÆºØµkÃÒ¡A¥æ¥ÑºØµk¤H­û¶ñµo¡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> ¡@¡@«D¦]¯e¯f©Î¨ä¥L¥¿·í²z¥Ñ¡A¥¼©ó³W©w®É´ÁºØµkªÌ¡A°£¦Û½Ð¸ÉºØ¥~¡A¿¤¥«½Ã¥Í¾÷Ãö±o±j­¢¸ÉºØ¡A¨ä¤£¸ÉºØªÌ¡A±o¹ï¨ä¤÷¥À©ÎºÊÅ@¤H³B¤T¤Q¤¸¥H¤U»@Áì¡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> ¡@¡@ºØµk¤H­û¡AÀ³³Æ¥Uµn°O¡A¨Ã¤À§O²Î­p³y¨ã³ø§iªí¡A°e¥Ñ¿¤¥«½Ã¥Í¾÷ÃöÂà³ø¬Ù¥«½Ã¥Í¥DºÞ¾÷Ãö¬d®Ö¡C<br> ¡@¡@¬Ù¥«½Ã¥Í¾÷ÃöÀ³±NºØµk²Î­p·J³ø½Ã¥Í¸p³Æ®Ö¡C<br> ¡@¡@«e¶µµn°O¥U¤Î³ø§iªí®æ¦¡¡A¥Ñ½Ã¥Í¸p©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> ¡@¡@¥»±ø¨Ò¬I¦æ²Ó«h¡A¥Ñ½Ã¥Í¸p©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> ¡@¡@¥»±ø¨Ò¦Û¤½¥¬¤é¬I¦æ¡C<br> </td> </table> </table> </table> </left> </body> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/90056/9005633022900.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:27:24 GMT --> </html>
g0v/laweasyread-data
rawdata/lawstat/version2/90056/9005633022900.html
HTML
mit
4,435
{% extends "base.html" %} {% block header %} <style type="text/css"> .circle_green { width:1%; padding:10px 11px; margin:0 auto; border-radius:100%; background-color:green; } </style> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.6.0/rickshaw.min.css"> {% endblock %} {% block sidebar %} <!-- Sidebar --> <div id="sidebar-wrapper"> <ul class="sidebar-nav" id="sidebar-contents"> <li class="sidebar-brand"> Cached Recordings </li> {% for recording in recordings %} <li class="sidebar-brand"> <a href="{{ url_for('report', recordid=recording) }}" class="page-scroll btn btn-xl"> {{ recording }} </a> </li> {% endfor %} </ul> </div> {% endblock %} {% block navbar %} <nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container col-xs-12"> <div class="navbar-header page-scroll col-xs-4"> <a href="#menu-toggle" class="btn btn-default" id="menu-toggle"> <div class="sandwich"></div> <div class="sandwich"></div> <div class="sandwich"></div> </a> </div> <div class="navbar-header page-scroll col-xs-4"> <a class="navbar-brand page-scroll" href="{{ url_for('landing') }}">Synalyze</a> </div> <div class="navbar-header page-scroll col-xs-4"> <a class="navbar-brand page-scroll pull-right" href="{{ url_for('logout') }}">Logout</a> </div> </div> </nav> {% endblock %} {% block content %} <div class="page-header"> <h1>{{ data["topic"] }}</h1> <p class="lead">From {{ data["date_str"] }} and lasted {{ data["dur_str"] }}</p> <audio id="player" controls> <source src="wav" type="audio/wav"> </audio> </div> <table class="col-xs-12"> <tr> <td class="col-xs-4">Speaker ID</td> <td class="col-xs-4">Name</td> <td class="col-xs-4">Details</td> </tr> {% for i in range(data["overall_speaker"]|length) %} <tr> <div class="modal fade" id="usermodal-{{ i }}" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title user-{{ i }}"> {{ data["overall_speaker"][i] }} </h4> </div> <div class="modal-body"> {{ i }} </div> </div> </div> </div> <td class="col-xs-4">{{ data["overall_speaker"][i] }}</td> <td class="col-xs-4"><input type="text" id="user-{{ i }}"/></td> <td class="col-xs-4"> <a type="button" class="btn" data-toggle="modal" data-target="#usermodal-{{ i }}"> Details </a> </td> </tr> {% endfor %} </table> <hr> <h2>Contributions</h2> {{ div | safe }} <hr> <h2>Analysis</h2> <div class="col-xs-12"> <div id="container" class="col-xs-8"> <div id="chart"></div> </div> <div class="col-xs-4"> <ul style="list-style: none;"> {% for idea in data["ideas"] %} <li> <h3> <a href="{{ idea['dbpedia_resource'] }}">{{ idea["text"] }}</a> </h3> </li> {% endfor %} </ul> </div> </div> <h2>Transcript</h2> <table class="col-xs-12"> {% for i in range(data["speakers"]|length) %} <tr style="vertical-align:top;"> <td class="col-xs-2 user-{{ i }}">{{ data["speakers"][i] }}</td> <td class="col-xs-1">{{ '%.02f' % data["start_times"][i] }}</td> <td class="col-xs-9"><p>({{ '%.02f' % data["durations"][i] }} s): {{ data["text"][i] }} </p></td> </tr> {% endfor %} </table> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/rickshaw/1.6.0/rickshaw.min.js"></script> <script> var graph = new Rickshaw.Graph( { element: document.getElementById("chart"), width: document.getElementById('container').offsetWidth, height: 200, renderer: 'line', min: -.01, interpolation: 'basis', series: [{ data: [ {{ data["series1_str"] }} ], color: '#ff0000' }, { data: [ {{ data["series2_str"] }} ], color: '#0000ff' }, { data: [ {{ data["series3_str"] }} ], color: '#00ff00' }] }); graph.render(); </script> <script type="text/javascript"> {% for i in range(data["overall_speaker"]|length) %} var curUser = 'user-{{ i }}'; var input= document.getElementById(curUser); var elements = document.getElementsByClassName(curUser); input.onchange=input.onkeyup= function() { for (i = 0; i < elements.length; i++) { elements[i].innerHTML = input.value; } }; {% endfor %} </script> {% endblock %}
yashpatel5400/Synergy
app/templates/report.html
HTML
mit
4,851
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>DataTables example - Orthogonal data</title> <link rel="stylesheet" type="text/css" href="../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').dataTable( { ajax: "data/orthogonal.txt", columns: [ { data: "name" }, { data: "position" }, { data: "office" }, { data: "extn" }, { data: { _: "start_date.display", sort: "start_date.timestamp" } }, { data: "salary" } ] } ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>DataTables example <span>Orthogonal data</span></h1> <div class="info"> <p>To try and make life easy, by default, DataTables expects arrays to be used as the data source for rows in the table. However, this isn't always useful, and you may wish to have DataTables use objects as the data source for each row (i.e. each row has its data described by an object) as this can make working with the data much more understandable, particularly if you are using the API and you don't need to keep track of array indexes.</p> <p>This can be done quite simply by using the <a href="//datatables.net/reference/option/columns.data"><code class="option" title= "DataTables initialisation option">columns.data</code></a> option which you use to tell DataTables which property to use from the data source object for each column.</p> <p>In this example the Ajax source returns an array of objects, which DataTables uses to display the table. The structure of the row's data source in this example is:</p> <pre> <code class="multiline">{ "name": "Tiger Nixon", "position": "System Architect", "salary": "$3,120", "start_date": { "display": "Mon 25th Apr 11", "timestamp": "1303682400" }, "office": "Edinburgh", "extn": "5421" } </code> </pre> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Extn.</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Extn.</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() { $('#example').dataTable( { ajax: &quot;data/orthogonal.txt&quot;, columns: [ { data: &quot;name&quot; }, { data: &quot;position&quot; }, { data: &quot;office&quot; }, { data: &quot;extn&quot; }, { data: { _: &quot;start_date.display&quot;, sort: &quot;start_date.timestamp&quot; } }, { data: &quot;salary&quot; } ] } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li> <li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline language-css"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href="../../media/css/jquery.dataTables.css">../../media/css/jquery.dataTables.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="../basic_init/index.html">Basic initialisation</a></h3> <ul class="toc"> <li><a href="../basic_init/zero_configuration.html">Zero configuration</a></li> <li><a href="../basic_init/filter_only.html">Feature enable / disable</a></li> <li><a href="../basic_init/table_sorting.html">Default ordering (sorting)</a></li> <li><a href="../basic_init/multi_col_sort.html">Multi-column ordering</a></li> <li><a href="../basic_init/multiple_tables.html">Multiple tables</a></li> <li><a href="../basic_init/hidden_columns.html">Hidden columns</a></li> <li><a href="../basic_init/complex_header.html">Complex headers (rowspan and colspan)</a></li> <li><a href="../basic_init/dom.html">DOM positioning</a></li> <li><a href="../basic_init/flexible_width.html">Flexible table width</a></li> <li><a href="../basic_init/state_save.html">State saving</a></li> <li><a href="../basic_init/alt_pagination.html">Alternative pagination</a></li> <li><a href="../basic_init/scroll_y.html">Scroll - vertical</a></li> <li><a href="../basic_init/scroll_y_dynamic.html">Scroll - vertical, dynamic height</a></li> <li><a href="../basic_init/scroll_x.html">Scroll - horizontal</a></li> <li><a href="../basic_init/scroll_xy.html">Scroll - horizontal and vertical</a></li> <li><a href="../basic_init/scroll_y_theme.html">Scroll - vertical with jQuery UI ThemeRoller</a></li> <li><a href="../basic_init/comma-decimal.html">Language - Comma decimal place</a></li> <li><a href="../basic_init/language.html">Language options</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../advanced_init/index.html">Advanced initialisation</a></h3> <ul class="toc"> <li><a href="../advanced_init/events_live.html">DOM / jQuery events</a></li> <li><a href="../advanced_init/dt_events.html">DataTables events</a></li> <li><a href="../advanced_init/column_render.html">Column rendering</a></li> <li><a href="../advanced_init/length_menu.html">Page length options</a></li> <li><a href="../advanced_init/dom_multiple_elements.html">Multiple table control elements</a></li> <li><a href="../advanced_init/complex_header.html">Complex headers (rowspan / colspan)</a></li> <li><a href="../advanced_init/object_dom_read.html">Read HTML to data objects</a></li> <li><a href="../advanced_init/html5-data-attributes.html">HTML5 data-* attributes - cell data</a></li> <li><a href="../advanced_init/html5-data-options.html">HTML5 data-* attributes - table options</a></li> <li><a href="../advanced_init/language_file.html">Language file</a></li> <li><a href="../advanced_init/defaults.html">Setting defaults</a></li> <li><a href="../advanced_init/row_callback.html">Row created callback</a></li> <li><a href="../advanced_init/row_grouping.html">Row grouping</a></li> <li><a href="../advanced_init/footer_callback.html">Footer callback</a></li> <li><a href="../advanced_init/dom_toolbar.html">Custom toolbar elements</a></li> <li><a href="../advanced_init/sort_direction_control.html">Order direction sequence control</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../styling/index.html">Styling</a></h3> <ul class="toc"> <li><a href="../styling/display.html">Base style</a></li> <li><a href="../styling/no-classes.html">Base style - no styling classes</a></li> <li><a href="../styling/cell-border.html">Base style - cell borders</a></li> <li><a href="../styling/compact.html">Base style - compact</a></li> <li><a href="../styling/hover.html">Base style - hover</a></li> <li><a href="../styling/order-column.html">Base style - order-column</a></li> <li><a href="../styling/row-border.html">Base style - row borders</a></li> <li><a href="../styling/stripe.html">Base style - stripe</a></li> <li><a href="../styling/bootstrap.html">Bootstrap</a></li> <li><a href="../styling/foundation.html">Foundation</a></li> <li><a href="../styling/jqueryUI.html">jQuery UI ThemeRoller</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../data_sources/index.html">Data sources</a></h3> <ul class="toc"> <li><a href="../data_sources/dom.html">HTML (DOM) sourced data</a></li> <li><a href="../data_sources/ajax.html">Ajax sourced data</a></li> <li><a href="../data_sources/js_array.html">Javascript sourced data</a></li> <li><a href="../data_sources/server_side.html">Server-side processing</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../api/index.html">API</a></h3> <ul class="toc"> <li><a href="../api/add_row.html">Add rows</a></li> <li><a href="../api/multi_filter.html">Individual column searching (text inputs)</a></li> <li><a href="../api/multi_filter_select.html">Individual column searching (select inputs)</a></li> <li><a href="../api/highlight.html">Highlighting rows and columns</a></li> <li><a href="../api/row_details.html">Child rows (show extra / detailed information)</a></li> <li><a href="../api/select_row.html">Row selection (multiple rows)</a></li> <li><a href="../api/select_single_row.html">Row selection and deletion (single row)</a></li> <li><a href="../api/form.html">Form inputs</a></li> <li><a href="../api/counter_columns.html">Index column</a></li> <li><a href="../api/show_hide.html">Show / hide columns dynamically</a></li> <li><a href="../api/api_in_init.html">Using API in callbacks</a></li> <li><a href="../api/tabs_and_scrolling.html">Scrolling and jQuery UI tabs</a></li> <li><a href="../api/regex.html">Search API (regular expressions)</a></li> </ul> </div> <div class="toc-group"> <h3><a href="./index.html">Ajax</a></h3> <ul class="toc active"> <li><a href="./simple.html">Ajax data source (arrays)</a></li> <li><a href="./objects.html">Ajax data source (objects)</a></li> <li><a href="./deep.html">Nested object data (objects)</a></li> <li><a href="./objects_subarrays.html">Nested object data (arrays)</a></li> <li class="active"><a href="./orthogonal-data.html">Orthogonal data</a></li> <li><a href="./null_data_source.html">Generated content for a column</a></li> <li><a href="./custom_data_property.html">Custom data source property</a></li> <li><a href="./custom_data_flat.html">Flat array data source</a></li> <li><a href="./defer_render.html">Deferred rendering for speed</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../server_side/index.html">Server-side</a></h3> <ul class="toc"> <li><a href="../server_side/simple.html">Server-side processing</a></li> <li><a href="../server_side/custom_vars.html">Custom HTTP variables</a></li> <li><a href="../server_side/post.html">POST data</a></li> <li><a href="../server_side/ids.html">Automatic addition of row ID attributes</a></li> <li><a href="../server_side/object_data.html">Object data source</a></li> <li><a href="../server_side/row_details.html">Row details</a></li> <li><a href="../server_side/select_rows.html">Row selection</a></li> <li><a href="../server_side/jsonp.html">JSONP data source for remote domains</a></li> <li><a href="../server_side/defer_loading.html">Deferred loading of data</a></li> <li><a href="../server_side/pipeline.html">Pipelining data to reduce Ajax calls for paging</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../plug-ins/index.html">Plug-ins</a></h3> <ul class="toc"> <li><a href="../plug-ins/api.html">API plug-in methods</a></li> <li><a href="../plug-ins/sorting_auto.html">Ordering plug-ins (with type detection)</a></li> <li><a href="../plug-ins/sorting_manual.html">Ordering plug-ins (no type detection)</a></li> <li><a href="../plug-ins/range_filtering.html">Custom filtering - range search</a></li> <li><a href="../plug-ins/dom_sort.html">Live DOM ordering</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
champsupertramp/DataTables
examples/ajax/orthogonal-data.html
HTML
mit
14,754
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Thu Mar 07 20:40:24 CET 2013 --> <title>com.tyrlib2.files Class Hierarchy</title> <meta name="date" content="2013-03-07"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.tyrlib2.files Class Hierarchy"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-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/tyrlib2/collision/package-tree.html">Prev</a></li> <li><a href="../../../com/tyrlib2/game/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/tyrlib2/files/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.tyrlib2.files</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">com.tyrlib2.files.<a href="../../../com/tyrlib2/files/FileReader.html" title="class in com.tyrlib2.files"><span class="strong">FileReader</span></a></li> <li type="circle">com.tyrlib2.files.<a href="../../../com/tyrlib2/files/FileWriter.html" title="class in com.tyrlib2.files"><span class="strong">FileWriter</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-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/tyrlib2/collision/package-tree.html">Prev</a></li> <li><a href="../../../com/tyrlib2/game/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/tyrlib2/files/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
TyrfingX/TyrLib
legacy/TyrLib2/doc/com/tyrlib2/files/package-tree.html
HTML
mit
4,546
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>DocStrap Namespace: teams</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.superhero.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top "> <div class="navbar-inner"> <a class="brand" href="index.html">DocStrap</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="teams.html">teams</a> </li> </ul> </li> <li class="dropdown"> <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="car.html">docstrap/car</a> </li> <li> <a href="person.html">docstrap/person</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="car.Car.html">Car</a> </li> <li> <a href="person.Person.html">Person</a> </li> </ul> </li> <li class="dropdown"> <a href="mixins.list.html" class="dropdown-toggle" data-toggle="dropdown">Mixins<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="insanity.html">insanity</a> </li> </ul> </li> <li class="dropdown"> <a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="person.Person.html#event:sneeze">sneeze</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="global.html#brakeBias">brakeBias</a> </li> <li> <a href="global.html#drift">drift</a> </li> <li> <a href="global.html#start">start</a> </li> <li> <a href="global.html#trailBrake">trailBrake</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <h1 class="page-title">Namespace: teams</h1> <section> <header> <h2> teams </h2> </header> <article> <div class="container-overview"> <div class="description"><p>Sed id tristique lorem. Ut sodales turpis nec mauris gravida interdum. Cras pellentesque, purus at suscipit euismod, elit nunc cursus nisi, ut venenatis metus sapien id velit. Sed lectus orci, pharetra non pulvinar vel, ullamcorper id lorem. Donec vulputate tincidunt ipsum, ut lacinia tortor sollicitudin id. Nunc nec nibh ut felis venenatis egestas. Proin risus mauris, eleifend eget interdum in, venenatis sed velit. Praesent sodales elit ut odio viverra posuere. Donec sapien lorem, molestie in egestas eget, vulputate sed orci. Aenean elit sapien, pellentesque vitae tempor sit amet, sagittis et ligula. Mauris aliquam sapien sit amet lacus ultrices rutrum. Curabitur nec dolor sed elit varius dignissim a a lacus. Aliquam ac convallis enim.</p></div> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="other.js.html">other.js</a> </li></ul></dd> </dl> </div> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Copyright &copy; 2012-2103 Terry Weiss, Eery Wrists. All rights reserved. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Sun Jun 09 2013 11:52:56 GMT-0400 (EDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
linder0209/hopefuture-blog
jsdoc-templetes/ink-docstrap/themes/superhero/teams.html
HTML
mit
5,669
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >bmat_get_submatrix</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="LIBIT Documentation" HREF="index.html"><LINK REL="UP" HREF="refmanual.html"><LINK REL="PREVIOUS" TITLE="imat_get_submatrix" HREF="man.imat-get-submatrix.html"><LINK REL="NEXT" TITLE="mat_height" HREF="man.mat-height.html"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >LIBIT Documentation</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="man.imat-get-submatrix.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="man.mat-height.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><H1 ><A NAME="MAN.BMAT-GET-SUBMATRIX" ></A >bmat_get_submatrix</H1 ><DIV CLASS="REFNAMEDIV" ><A NAME="AEN3851" ></A ><H2 >Name</H2 >bmat_get_submatrix&nbsp;--&nbsp;Extract submatrix from input matrix</DIV ><DIV CLASS="REFSYNOPSISDIV" ><A NAME="AEN3854" ></A ><H2 >Synopsis</H2 ><DIV CLASS="FUNCSYNOPSIS" ><P ></P ><A NAME="AEN3855" ></A ><PRE CLASS="FUNCSYNOPSISINFO" >#include &lt;it/mat.h&gt; </PRE ><P ><CODE ><CODE CLASS="FUNCDEF" >bmat bmat_get_submatrix</CODE >( bmat m, idx_t r1, idx_t c1, idx_t r2, idx_t c2 );</CODE ></P ><P ></P ></DIV ></DIV ><H2 >DESCRIPTION</H2 ><P > The function <CODE CLASS="FUNCTION" >bmat_get_submatrix</CODE > creates a new matrix containing elements of <CODE CLASS="PARAMETER" >m</CODE > in range [<CODE CLASS="PARAMETER" >r1</CODE >,<CODE CLASS="PARAMETER" >c1</CODE >]x[<CODE CLASS="PARAMETER" >r2</CODE >,<CODE CLASS="PARAMETER" >c2</CODE >]. </P ><H2 >RETURN VALUE</H2 ><P > Desired submatrix from input matrix </P ><H2 >EXAMPLE</H2 ><PRE CLASS="PROGRAMLISTING" >&#13;#include &lt;mat.h&gt; ... See &lt;function&gt;mat_get_submatrix&lt;/function&gt;</PRE ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="man.imat-get-submatrix.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="man.mat-height.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >imat_get_submatrix</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="refmanual.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >mat_height</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
xiao00li/Undergraduate-Dissertation
libit-0.2.3/doc/html/man.bmat-get-submatrix.html
HTML
mit
2,971
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Ad.html - RDoc Documentation</title> <link href="../../fonts.css" rel="stylesheet"> <link href="../../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../../"; </script> <script src="../../js/jquery.js"></script> <script src="../../js/navigation.js"></script> <script src="../../js/search_index.js"></script> <script src="../../js/search.js"></script> <script src="../../js/searcher.js"></script> <script src="../../js/darkfish.js"></script> <body id="top" role="document" class="file"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../../table_of_contents.html#pages">Pages</a> <a href="../../table_of_contents.html#classes">Classes</a> <a href="../../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="project-metadata"> <div id="fileindex-section" class="nav-section"> <h3>Pages</h3> <ul class="link-list"> <li><a href="../../Gemfile.html">Gemfile</a> <li><a href="../../Gemfile_lock.html">Gemfile.lock</a> <li><a href="../../MIT-LICENSE.html">MIT-LICENSE</a> <li><a href="../../README_rdoc.html">README</a> <li><a href="../../Rakefile.html">Rakefile</a> <li><a href="../../bing-ads-api_gemspec.html">bing-ads-api.gemspec</a> <li><a href="../../lib/tasks/bing-ads-api_tasks_rake.html">bing-ads-api_tasks.rake</a> <li><a href="../../rdoc/ApplicationController_html.html">ApplicationController.html</a> <li><a href="../../rdoc/ApplicationHelper_html.html">ApplicationHelper.html</a> <li><a href="../../rdoc/BingAdsApi_html.html">BingAdsApi.html</a> <li><a href="../../rdoc/BingAdsApi/AccountInfo_html.html">AccountInfo.html</a> <li><a href="../../rdoc/BingAdsApi/AccountPerformanceReportRequest_html.html">AccountPerformanceReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/AccountThroughCampaignReportScope_html.html">AccountThroughCampaignReportScope.html</a> <li><a href="../../rdoc/BingAdsApi/Ad_html.html">Ad.html</a> <li><a href="../../rdoc/BingAdsApi/AdApiError_html.html">AdApiError.html</a> <li><a href="../../rdoc/BingAdsApi/AdApiFaultDetail_html.html">AdApiFaultDetail.html</a> <li><a href="../../rdoc/BingAdsApi/AdGroup_html.html">AdGroup.html</a> <li><a href="../../rdoc/BingAdsApi/AdLanguage_html.html">AdLanguage.html</a> <li><a href="../../rdoc/BingAdsApi/ApiException_html.html">ApiException.html</a> <li><a href="../../rdoc/BingAdsApi/ApiFaultDetail_html.html">ApiFaultDetail.html</a> <li><a href="../../rdoc/BingAdsApi/ApplicationFault_html.html">ApplicationFault.html</a> <li><a href="../../rdoc/BingAdsApi/BatchError_html.html">BatchError.html</a> <li><a href="../../rdoc/BingAdsApi/CallDetailReportRequest_html.html">CallDetailReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/Campaign_html.html">Campaign.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignManagement_html.html">CampaignManagement.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignPerformanceReportFilter_html.html">CampaignPerformanceReportFilter.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignPerformanceReportRequest_html.html">CampaignPerformanceReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/CampaignScope_html.html">CampaignScope.html</a> <li><a href="../../rdoc/BingAdsApi/ClientProxy_html.html">ClientProxy.html</a> <li><a href="../../rdoc/BingAdsApi/Config_html.html">Config.html</a> <li><a href="../../rdoc/BingAdsApi/CustomerManagement_html.html">CustomerManagement.html</a> <li><a href="../../rdoc/BingAdsApi/DataObject_html.html">DataObject.html</a> <li><a href="../../rdoc/BingAdsApi/EditorialError_html.html">EditorialError.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers_html.html">Helpers.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/ColumnHelper_html.html">ColumnHelper.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/FilterHelper_html.html">FilterHelper.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/ScopeHelper_html.html">ScopeHelper.html</a> <li><a href="../../rdoc/BingAdsApi/Helpers/TimeHelper_html.html">TimeHelper.html</a> <li><a href="../../rdoc/BingAdsApi/MobileAd_html.html">MobileAd.html</a> <li><a href="../../rdoc/BingAdsApi/OperationError_html.html">OperationError.html</a> <li><a href="../../rdoc/BingAdsApi/PartialErrors_html.html">PartialErrors.html</a> <li><a href="../../rdoc/BingAdsApi/PerformanceReportRequest_html.html">PerformanceReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/ProductAd_html.html">ProductAd.html</a> <li><a href="../../rdoc/BingAdsApi/ReportAggregation_html.html">ReportAggregation.html</a> <li><a href="../../rdoc/BingAdsApi/ReportFormat_html.html">ReportFormat.html</a> <li><a href="../../rdoc/BingAdsApi/ReportLanguage_html.html">ReportLanguage.html</a> <li><a href="../../rdoc/BingAdsApi/ReportRequest_html.html">ReportRequest.html</a> <li><a href="../../rdoc/BingAdsApi/ReportRequestStatus_html.html">ReportRequestStatus.html</a> <li><a href="../../rdoc/BingAdsApi/ReportTimePeriods_html.html">ReportTimePeriods.html</a> <li><a href="../../rdoc/BingAdsApi/Reporting_html.html">Reporting.html</a> <li><a href="../../rdoc/BingAdsApi/SOAPHasheable_html.html">SOAPHasheable.html</a> <li><a href="../../rdoc/BingAdsApi/Service_html.html">Service.html</a> <li><a href="../../rdoc/BingAdsApi/TextAd_html.html">TextAd.html</a> <li><a href="../../rdoc/BingAdsApi/TimeZone_html.html">TimeZone.html</a> <li><a href="../../rdoc/BingAdsApiTest_html.html">BingAdsApiTest.html</a> <li><a href="../../rdoc/CampaignManagementTest_html.html">CampaignManagementTest.html</a> <li><a href="../../rdoc/CustomerManagementTest_html.html">CustomerManagementTest.html</a> <li><a href="../../rdoc/DataObjectTest_html.html">DataObjectTest.html</a> <li><a href="../../rdoc/Dummy_html.html">Dummy.html</a> <li><a href="../../rdoc/Dummy/Application_html.html">Application.html</a> <li><a href="../../rdoc/Gemfile_html.html">Gemfile.html</a> <li><a href="../../rdoc/Gemfile_lock_html.html">Gemfile_lock.html</a> <li><a href="../../rdoc/MIT-LICENSE_html.html">MIT-LICENSE.html</a> <li><a href="../../rdoc/Object_html.html">Object.html</a> <li><a href="../../rdoc/README_rdoc_html.html">README_rdoc.html</a> <li><a href="../../rdoc/Rakefile_html.html">Rakefile.html</a> <li><a href="../../rdoc/ReportRequestTest_html.html">ReportRequestTest.html</a> <li><a href="../../rdoc/ReportingTest_html.html">ReportingTest.html</a> <li><a href="../../rdoc/bing-ads-api_gemspec_html.html">bing-ads-api_gemspec.html</a> <li><a href="../../rdoc/index_html.html">index.html</a> <li><a href="../../rdoc/js/darkfish_js.html">darkfish.js</a> <li><a href="../../rdoc/js/jquery_js.html">jquery.js</a> <li><a href="../../rdoc/js/navigation_js.html">navigation.js</a> <li><a href="../../rdoc/js/search_js.html">search.js</a> <li><a href="../../rdoc/js/search_index_js.html">search_index.js</a> <li><a href="../../rdoc/js/searcher_js.html">searcher.js</a> <li><a href="../../rdoc/lib/tasks/bing-ads-api_tasks_rake_html.html">bing-ads-api_tasks_rake.html</a> <li><a href="../../rdoc/rdoc_css.html">rdoc.css</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AccountInfo_html_html.html">AccountInfo_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AccountPerformanceReportRequest_html_html.html">AccountPerformanceReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AccountThroughCampaignReportScope_html_html.html">AccountThroughCampaignReportScope_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdApiError_html_html.html">AdApiError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdApiFaultDetail_html_html.html">AdApiFaultDetail_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdGroup_html_html.html">AdGroup_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/AdLanguage_html_html.html">AdLanguage_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Ad_html_html.html">Ad_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ApiException_html_html.html">ApiException_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ApiFaultDetail_html_html.html">ApiFaultDetail_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ApplicationFault_html_html.html">ApplicationFault_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/BatchError_html_html.html">BatchError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignManagement_html_html.html">CampaignManagement_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignPerformanceReportFilter_html_html.html">CampaignPerformanceReportFilter_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignPerformanceReportRequest_html_html.html">CampaignPerformanceReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CampaignScope_html_html.html">CampaignScope_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Campaign_html_html.html">Campaign_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ClientProxy_html_html.html">ClientProxy_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Config_html_html.html">Config_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/CustomerManagement_html_html.html">CustomerManagement_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/DataObject_html_html.html">DataObject_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/EditorialError_html_html.html">EditorialError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/ColumnHelper_html_html.html">ColumnHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/FilterHelper_html_html.html">FilterHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/ScopeHelper_html_html.html">ScopeHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers/TimeHelper_html_html.html">TimeHelper_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Helpers_html_html.html">Helpers_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/MobileAd_html_html.html">MobileAd_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/OperationError_html_html.html">OperationError_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/PartialErrors_html_html.html">PartialErrors_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/PerformanceReportRequest_html_html.html">PerformanceReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ProductAd_html_html.html">ProductAd_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportAggregation_html_html.html">ReportAggregation_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportFormat_html_html.html">ReportFormat_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportLanguage_html_html.html">ReportLanguage_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportRequestStatus_html_html.html">ReportRequestStatus_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportRequest_html_html.html">ReportRequest_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/ReportTimePeriods_html_html.html">ReportTimePeriods_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Reporting_html_html.html">Reporting_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/SOAPHasheable_html_html.html">SOAPHasheable_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/Service_html_html.html">Service_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/TextAd_html_html.html">TextAd_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi/TimeZone_html_html.html">TimeZone_html.html</a> <li><a href="../../rdoc/rdoc/BingAdsApi_html_html.html">BingAdsApi_html.html</a> <li><a href="../../rdoc/rdoc/README_rdoc_html_html.html">README_rdoc_html.html</a> <li><a href="../../rdoc/rdoc/created_rid_html.html">created_rid.html</a> <li><a href="../../rdoc/rdoc/index_html_html.html">index_html.html</a> <li><a href="../../rdoc/rdoc/js/darkfish_js_html.html">darkfish_js.html</a> <li><a href="../../rdoc/rdoc/js/jquery_js_html.html">jquery_js.html</a> <li><a href="../../rdoc/rdoc/js/navigation_js_html.html">navigation_js.html</a> <li><a href="../../rdoc/rdoc/js/search_index_js_html.html">search_index_js.html</a> <li><a href="../../rdoc/rdoc/js/search_js_html.html">search_js.html</a> <li><a href="../../rdoc/rdoc/js/searcher_js_html.html">searcher_js.html</a> <li><a href="../../rdoc/rdoc/rdoc_css_html.html">rdoc_css.html</a> <li><a href="../../rdoc/rdoc/table_of_contents_html_html.html">table_of_contents_html.html</a> <li><a href="../../rdoc/table_of_contents_html.html">table_of_contents.html</a> <li><a href="../../rdoc/test/dummy/README_rdoc_html.html">README_rdoc.html</a> <li><a href="../../rdoc/test/dummy/Rakefile_html.html">Rakefile.html</a> <li><a href="../../rdoc/test/dummy/app/assets/javascripts/application_js_html.html">application_js.html</a> <li><a href="../../rdoc/test/dummy/app/assets/stylesheets/application_css_html.html">application_css.html</a> <li><a href="../../rdoc/test/dummy/config_ru_html.html">config_ru.html</a> <li><a href="../../rdoc/test/dummy/public/404_html_html.html">404_html.html</a> <li><a href="../../rdoc/test/dummy/public/422_html_html.html">422_html.html</a> <li><a href="../../rdoc/test/dummy/public/500_html_html.html">500_html.html</a> <li><a href="../../rdoc/test/dummy/public/favicon_ico_html.html">favicon_ico.html</a> <li><a href="../../test/dummy/README_rdoc.html">README</a> <li><a href="../../test/dummy/Rakefile.html">Rakefile</a> <li><a href="../../test/dummy/app/assets/javascripts/application_js.html">application.js</a> <li><a href="../../test/dummy/app/assets/stylesheets/application_css.html">application.css</a> <li><a href="../../test/dummy/config_ru.html">config.ru</a> <li><a href="../../test/dummy/public/404_html.html">404.html</a> <li><a href="../../test/dummy/public/422_html.html">422.html</a> <li><a href="../../test/dummy/public/500_html.html">500.html</a> <li><a href="../../test/dummy/public/favicon_ico.html">favicon.ico</a> </ul> </div> </div> </nav> <main role="main" aria-label="Page rdoc/BingAdsApi/Ad.html"> <p>&lt;!DOCTYPE html&gt;</p> <p>&lt;html&gt; &lt;head&gt; &lt;meta content=“text/html; charset=UTF-8” http-equiv=“Content-Type”&gt;</p> <p>&lt;title&gt;class <a href="../../BingAdsApi/Ad.html">BingAdsApi::Ad</a> - RDoc Documentation&lt;/title&gt;</p> <p>&lt;link type=“text/css” media=“screen” href=“../rdoc.css” rel=“stylesheet”&gt;</p> <p>&lt;script type=“text/javascript”&gt;</p> <pre>var rdoc_rel_prefix = &quot;../&quot;;</pre> <p>&lt;/script&gt;</p> <p>&lt;script type=“text/javascript” charset=“utf-8” src=“../js/jquery.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/navigation.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/search_index.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/search.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/searcher.js”&gt;&lt;/script&gt; &lt;script type=“text/javascript” charset=“utf-8” src=“../js/darkfish.js”&gt;&lt;/script&gt;</p> <p>&lt;body id=“top” class=“class”&gt; &lt;nav id=“metadata”&gt;</p> <pre>&lt;nav id=&quot;home-section&quot; class=&quot;section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt; &lt;a href=&quot;../index.html&quot;&gt;Home&lt;/a&gt; &lt;a href=&quot;../table_of_contents.html#classes&quot;&gt;Classes&lt;/a&gt; &lt;a href=&quot;../table_of_contents.html#methods&quot;&gt;Methods&lt;/a&gt; &lt;/h3&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;nav id=&quot;search-section&quot; class=&quot;section project-section&quot; class=&quot;initially-hidden&quot;&gt; &lt;form action=&quot;#&quot; method=&quot;get&quot; accept-charset=&quot;utf-8&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt; &lt;input type=&quot;text&quot; name=&quot;search&quot; placeholder=&quot;Search&quot; id=&quot;search-field&quot; title=&quot;Type to search, Up and Down to navigate, Enter to load&quot;&gt; &lt;/h3&gt; &lt;/form&gt; &lt;ul id=&quot;search-results&quot; class=&quot;initially-hidden&quot;&gt;&lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;div id=&quot;file-metadata&quot;&gt; &lt;nav id=&quot;file-list-section&quot; class=&quot;section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Defined In&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;lib/bing-ads-api/data/ad.rb &lt;li&gt;test/campaign_management_test.rb &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;/div&gt; &lt;div id=&quot;class-metadata&quot;&gt; &lt;nav id=&quot;parent-class-section&quot; class=&quot;section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Parent&lt;/h3&gt; &lt;p class=&quot;link&quot;&gt;&lt;a href=&quot;DataObject.html&quot;&gt;BingAdsApi::DataObject&lt;/a&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;!-- Included Modules --&gt;</pre> <p>&lt;nav id=“includes-section” class=“section”&gt;</p> <pre>&lt;h3 class=&quot;section-header&quot;&gt;Included Modules&lt;/h3&gt; &lt;ul class=&quot;link-list&quot;&gt; &lt;li&gt;&lt;span class=&quot;include&quot;&gt;BingAdsApi::AdEditorialStatus&lt;/span&gt; &lt;li&gt;&lt;span class=&quot;include&quot;&gt;BingAdsApi::AdStatus&lt;/span&gt; &lt;li&gt;&lt;span class=&quot;include&quot;&gt;BingAdsApi::AdType&lt;/span&gt; &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;/div&gt; &lt;div id=&quot;project-metadata&quot;&gt; &lt;nav id=&quot;fileindex-section&quot; class=&quot;section project-section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Pages&lt;/h3&gt; &lt;ul&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../Gemfile.html&quot;&gt;Gemfile&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../Gemfile_lock.html&quot;&gt;Gemfile.lock&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../MIT-LICENSE.html&quot;&gt;MIT-LICENSE&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../README_rdoc.html&quot;&gt;README&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../Rakefile.html&quot;&gt;Rakefile&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../bing-ads-api_gemspec.html&quot;&gt;bing-ads-api.gemspec&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../lib/tasks/bing-ads-api_tasks_rake.html&quot;&gt;bing-ads-api_tasks.rake&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi_html.html&quot;&gt;BingAdsApi.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AccountInfo_html.html&quot;&gt;AccountInfo.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AccountPerformanceReportRequest_html.html&quot;&gt;AccountPerformanceReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AccountThroughCampaignReportScope_html.html&quot;&gt;AccountThroughCampaignReportScope.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Ad_html.html&quot;&gt;Ad.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdApiError_html.html&quot;&gt;AdApiError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdApiFaultDetail_html.html&quot;&gt;AdApiFaultDetail.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdGroup_html.html&quot;&gt;AdGroup.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/AdLanguage_html.html&quot;&gt;AdLanguage.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ApiException_html.html&quot;&gt;ApiException.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ApiFaultDetail_html.html&quot;&gt;ApiFaultDetail.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ApplicationFault_html.html&quot;&gt;ApplicationFault.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/BatchError_html.html&quot;&gt;BatchError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Campaign_html.html&quot;&gt;Campaign.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignManagement_html.html&quot;&gt;CampaignManagement.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignPerformanceReportFilter_html.html&quot;&gt;CampaignPerformanceReportFilter.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignPerformanceReportRequest_html.html&quot;&gt;CampaignPerformanceReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CampaignScope_html.html&quot;&gt;CampaignScope.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ClientProxy_html.html&quot;&gt;ClientProxy.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Config_html.html&quot;&gt;Config.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/CustomerManagement_html.html&quot;&gt;CustomerManagement.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/DataObject_html.html&quot;&gt;DataObject.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/EditorialError_html.html&quot;&gt;EditorialError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers_html.html&quot;&gt;Helpers.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/ColumnHelper_html.html&quot;&gt;ColumnHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/FilterHelper_html.html&quot;&gt;FilterHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/ScopeHelper_html.html&quot;&gt;ScopeHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Helpers/TimeHelper_html.html&quot;&gt;TimeHelper.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/MobileAd_html.html&quot;&gt;MobileAd.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/OperationError_html.html&quot;&gt;OperationError.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/PartialErrors_html.html&quot;&gt;PartialErrors.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/PerformanceReportRequest_html.html&quot;&gt;PerformanceReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ProductAd_html.html&quot;&gt;ProductAd.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportAggregation_html.html&quot;&gt;ReportAggregation.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportFormat_html.html&quot;&gt;ReportFormat.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportLanguage_html.html&quot;&gt;ReportLanguage.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportRequest_html.html&quot;&gt;ReportRequest.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportRequestStatus_html.html&quot;&gt;ReportRequestStatus.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/ReportTimePeriods_html.html&quot;&gt;ReportTimePeriods.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Reporting_html.html&quot;&gt;Reporting.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/SOAPHasheable_html.html&quot;&gt;SOAPHasheable.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/Service_html.html&quot;&gt;Service.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/TextAd_html.html&quot;&gt;TextAd.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/BingAdsApi/TimeZone_html.html&quot;&gt;TimeZone.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/README_rdoc_html.html&quot;&gt;README_rdoc.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/created_rid.html&quot;&gt;created.rid&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/index_html.html&quot;&gt;index.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/darkfish_js.html&quot;&gt;darkfish.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/jquery_js.html&quot;&gt;jquery.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/navigation_js.html&quot;&gt;navigation.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/search_js.html&quot;&gt;search.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/search_index_js.html&quot;&gt;search_index.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/js/searcher_js.html&quot;&gt;searcher.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/rdoc_css.html&quot;&gt;rdoc.css&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../rdoc/table_of_contents_html.html&quot;&gt;table_of_contents.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/README_rdoc.html&quot;&gt;README&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/Rakefile.html&quot;&gt;Rakefile&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/app/assets/javascripts/application_js.html&quot;&gt;application.js&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/app/assets/stylesheets/application_css.html&quot;&gt;application.css&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/config_ru.html&quot;&gt;config.ru&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/404_html.html&quot;&gt;404.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/422_html.html&quot;&gt;422.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/500_html.html&quot;&gt;500.html&lt;/a&gt; &lt;li class=&quot;file&quot;&gt;&lt;a href=&quot;../test/dummy/public/favicon_ico.html&quot;&gt;favicon.ico&lt;/a&gt; &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre> &lt;nav id=&quot;classindex-section&quot; class=&quot;section project-section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Class and Module Index&lt;/h3&gt; &lt;ul class=&quot;link-list&quot;&gt; &lt;li&gt;&lt;a href=&quot;../ApplicationController.html&quot;&gt;ApplicationController&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../ApplicationHelper.html&quot;&gt;ApplicationHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi.html&quot;&gt;BingAdsApi&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AccountInfo.html&quot;&gt;BingAdsApi::AccountInfo&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AccountPerformanceReportRequest.html&quot;&gt;BingAdsApi::AccountPerformanceReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Ad.html&quot;&gt;BingAdsApi::Ad&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdApiError.html&quot;&gt;BingAdsApi::AdApiError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdApiFaultDetail.html&quot;&gt;BingAdsApi::AdApiFaultDetail&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdGroup.html&quot;&gt;BingAdsApi::AdGroup&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/AdLanguage.html&quot;&gt;BingAdsApi::AdLanguage&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ApiException.html&quot;&gt;BingAdsApi::ApiException&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ApiFaultDetail.html&quot;&gt;BingAdsApi::ApiFaultDetail&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ApplicationFault.html&quot;&gt;BingAdsApi::ApplicationFault&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/BatchError.html&quot;&gt;BingAdsApi::BatchError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CallDetailReportRequest.html&quot;&gt;BingAdsApi::CallDetailReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Campaign.html&quot;&gt;BingAdsApi::Campaign&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CampaignManagement.html&quot;&gt;BingAdsApi::CampaignManagement&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CampaignPerformanceReportRequest.html&quot;&gt;BingAdsApi::CampaignPerformanceReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ClientProxy.html&quot;&gt;BingAdsApi::ClientProxy&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Config.html&quot;&gt;BingAdsApi::Config&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/CustomerManagement.html&quot;&gt;BingAdsApi::CustomerManagement&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/DataObject.html&quot;&gt;BingAdsApi::DataObject&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/EditorialError.html&quot;&gt;BingAdsApi::EditorialError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers.html&quot;&gt;BingAdsApi::Helpers&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/ColumnHelper.html&quot;&gt;BingAdsApi::Helpers::ColumnHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/FilterHelper.html&quot;&gt;BingAdsApi::Helpers::FilterHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/ScopeHelper.html&quot;&gt;BingAdsApi::Helpers::ScopeHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Helpers/TimeHelper.html&quot;&gt;BingAdsApi::Helpers::TimeHelper&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/MobileAd.html&quot;&gt;BingAdsApi::MobileAd&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/OperationError.html&quot;&gt;BingAdsApi::OperationError&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/PartialErrors.html&quot;&gt;BingAdsApi::PartialErrors&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/PerformanceReportRequest.html&quot;&gt;BingAdsApi::PerformanceReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ProductAd.html&quot;&gt;BingAdsApi::ProductAd&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportAggregation.html&quot;&gt;BingAdsApi::ReportAggregation&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportFormat.html&quot;&gt;BingAdsApi::ReportFormat&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportLanguage.html&quot;&gt;BingAdsApi::ReportLanguage&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportRequest.html&quot;&gt;BingAdsApi::ReportRequest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportRequestStatus.html&quot;&gt;BingAdsApi::ReportRequestStatus&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/ReportTimePeriods.html&quot;&gt;BingAdsApi::ReportTimePeriods&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Reporting.html&quot;&gt;BingAdsApi::Reporting&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/SOAPHasheable.html&quot;&gt;BingAdsApi::SOAPHasheable&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/Service.html&quot;&gt;BingAdsApi::Service&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/TextAd.html&quot;&gt;BingAdsApi::TextAd&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApi/TimeZone.html&quot;&gt;BingAdsApi::TimeZone&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../BingAdsApiTest.html&quot;&gt;BingAdsApiTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../CampaignManagementTest.html&quot;&gt;CampaignManagementTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../CustomerManagementTest.html&quot;&gt;CustomerManagementTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../DataObjectTest.html&quot;&gt;DataObjectTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../Dummy.html&quot;&gt;Dummy&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../Dummy/Application.html&quot;&gt;Dummy::Application&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../Object.html&quot;&gt;Object&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../ReportRequestTest.html&quot;&gt;ReportRequestTest&lt;/a&gt; &lt;li&gt;&lt;a href=&quot;../ReportingTest.html&quot;&gt;ReportingTest&lt;/a&gt; &lt;/ul&gt;</pre> <p>&lt;/nav&gt;</p> <pre>&lt;/div&gt;</pre> <p>&lt;/nav&gt;</p> <p>&lt;div id=“documentation”&gt;</p> <pre class="ruby"><span class="ruby-operator">&lt;</span><span class="ruby-identifier">h1</span> <span class="ruby-identifier">class</span>=<span class="ruby-string">&quot;class&quot;</span><span class="ruby-operator">&gt;</span><span class="ruby-keyword">class</span> <span class="ruby-constant">BingAdsApi</span><span class="ruby-operator">::</span><span class="ruby-constant">Ad</span><span class="ruby-operator">&lt;</span><span class="ruby-regexp">/h1&gt; &lt;div id=&quot;description&quot; class=&quot;description&quot;&gt; </span></pre> <p>&lt;p&gt;Public : Defines the base object of an ad. Do not instantiate this object. Instead you can instantiate the &lt;a href=“TextAd.html”&gt;BingAdsApi::TextAd&lt;/a&gt;, &lt;a href=“MobileAd.html”&gt;BingAdsApi::MobileAd&lt;/a&gt;, or &lt;a href=“ProductAd.html”&gt;BingAdsApi::ProductAd&lt;/a&gt; object that derives from this object.&lt;/p&gt;</p> <p>&lt;p&gt;Reference: &lt;a href=“<a href="http://msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx">msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx</a></p">msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx”>msdn.microsoft.com/en-US/library/bing-ads-campaign-management-ad.aspx</a></p</a>&gt; &lt;dl class=“rdoc-list note-list”&gt;&lt;dt&gt;Author &lt;dd&gt; &lt;p&gt;[email protected]&lt;/p&gt; &lt;/dd&gt;&lt;/dl&gt;</p> <pre>&lt;/div&gt;&lt;!-- description --&gt; &lt;section id=&quot;5Buntitled-5D&quot; class=&quot;documentation-section&quot;&gt; &lt;!-- Attributes --&gt; &lt;section id=&quot;attribute-method-details&quot; class=&quot;method-section section&quot;&gt; &lt;h3 class=&quot;section-header&quot;&gt;Attributes&lt;/h3&gt; &lt;div id=&quot;attribute-i-device_preference&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;device_preference&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-editorial_status&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;editorial_status&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-id&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-status&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;status&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;attribute-i-type&quot; class=&quot;method-detail&quot;&gt; &lt;div class=&quot;method-heading attribute-method-heading&quot;&gt; &lt;span class=&quot;method-name&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;attribute-access-type&quot;&gt;[RW]&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;method-description&quot;&gt; &lt;/div&gt; &lt;/div&gt; &lt;/section&gt;&lt;!-- attribute-method-details --&gt; &lt;!-- Methods --&gt; &lt;/section&gt;&lt;!-- 5Buntitled-5D --&gt;</pre> <p>&lt;/div&gt;&lt;!– documentation –&gt;</p> <p>&lt;footer id=“validator-badges”&gt;</p> <pre>&lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check/referer&quot;&gt;[Validate]&lt;/a&gt; &lt;p&gt;Generated by &lt;a href=&quot;https://github.com/rdoc/rdoc&quot;&gt;RDoc&lt;/a&gt; 4.0.0. &lt;p&gt;Generated with the &lt;a href=&quot;http://deveiate.org/projects/Darkfish-Rdoc/&quot;&gt;Darkfish Rdoc Generator&lt;/a&gt; 3.</pre> <p>&lt;/footer&gt;</p> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
zben/bing-ads-api
rdoc/rdoc/BingAdsApi/Ad_html.html
HTML
mit
39,222
<ngb-toast *ngIf="show" [autohide]="false" (hidden)="show=false"> <ng-template ngbToastHeader> <div class="me-auto"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"> <path d="M16.896 10l-4.896-8-4.896 8-7.104-4 3 11v5h18v-5l3-11-7.104 4zm-11.896 10v-2h14v2h-14zm14.2-4h-14.4l-1.612-5.909 4.615 2.598 4.197-6.857 4.197 6.857 4.615-2.598-1.612 5.909z" /> </svg> <strong class="mx-1">Fancy</strong>header here </div> </ng-template> Hello, I am toast. Have you noticed my header has been generated from a Template? </ngb-toast>
fbasso/ng-bootstrap
demo/src/app/components/toast/demos/custom-header/toast-custom-header.html
HTML
mit
611
<!DOCTYPE html> <html lang="en"> <head> <title>Item Class 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> <script src="../../js/lunr.min.js" defer></script> <script src="../../js/typeahead.jquery.js" defer></script> <script src="../../js/jazzy.search.js" defer></script> </head> <body> <a name="//apple_ref/swift/Class/Item" class="dashAnchor"></a> <a title="Item Class Reference"></a> <header class="header"> <p class="header-col header-col--primary"> <a class="header-link" href="../../index.html"> Mia Docs </a> (23% documented) </p> <p class="header-col--secondary"> <form role="search" action="../../search.json"> <input type="text" placeholder="Search documentation" data-typeahead> </form> </p> <p class="header-col header-col--secondary"> <a class="header-link" href="https://github.com/multinerd/Mia"> <img class="header-icon" src="../../img/gh.png"/> View on GitHub </a> </p> <p class="header-col header-col--secondary"> <a class="header-link" href="dash-feed://https%3A%2F%2Fmultinerd%2Egithub%2Eio%2FMia%2Fdocsets%2Frealm%2Exml"> <img class="header-icon" src="../../img/dash.png"/> Install in Dash </a> </p> </header> <p class="breadcrumbs"> <a class="breadcrumb" href="../../index.html">Mia Reference</a> <img class="carat" src="../../img/carat.png" /> Item Class Reference </p> <div class="content-wrapper"> <nav class="navigation"> <ul class="nav-groups"> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/AppStore_5FApps_5FVersion.html">AppStore_Apps_Version</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/BarButtonItemTarget.html">BarButtonItemTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/BlurredBackgroundView.html">BlurredBackgroundView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ButtonTarget.html">ButtonTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CodableKit.html">CodableKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CodableKit/Configurations.html">– Configurations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollapsibleTableSectionViewController.html">CollapsibleTableSectionViewController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollapsibleTableViewHeader.html">CollapsibleTableViewHeader</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollapsibleTableViewHeaderHelper.html">CollapsibleTableViewHeaderHelper</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollectionStackViewController.html">CollectionStackViewController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollectionViewStackCell.html">CollectionViewStackCell</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CollectionViewStackFlowLayout.html">CollectionViewStackFlowLayout</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ColorHash.html">ColorHash</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ContactImageView.html">ContactImageView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ContactImageView/Display.html">– Display</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ContactImageView/Shape.html">– Shape</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Container.html">Container</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ControlTarget.html">ControlTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/CountedColor.html">CountedColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/DatePickerTarget.html">DatePickerTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GestureTarget.html">GestureTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GradientLoadingBar.html">GradientLoadingBar</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GradientLoadingBar/DefaultValues.html">– DefaultValues</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/GradientView.html">GradientView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/HTMLtoPDF.html">HTMLtoPDF</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/HTMLtoPDFPrintPageRenderer.html">HTMLtoPDFPrintPageRenderer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/HighlightableButton.html">HighlightableButton</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/IBGradientView.html">IBGradientView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/KeyPathTarget.html">KeyPathTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/KeyPathTarget/Item.html">– Item</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Lazy.html">Lazy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes.html#/c:@M@Mia@objc(cs)MiaDummy">MiaDummy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ModalController.html">ModalController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ModalNavigationController.html">ModalNavigationController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ModalNavigationController/Configurations.html">– Configurations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/NavigationStack.html">NavigationStack</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/NotificationTarget.html">NotificationTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/PFSceenshot.html">PFSceenshot</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Reachability.html">Reachability</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/Reachability/Connection.html">– Connection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/RevealingSplashView.html">RevealingSplashView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SANotificationView.html">SANotificationView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SearchBarTarget.html">SearchBarTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SearchFooter.html">SearchFooter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/SliderTarget.html">SliderTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/TextFieldTarget.html">TextFieldTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/TextViewTarget.html">TextViewTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/ThemeKit.html">ThemeKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/TimerTarget.html">TimerTarget</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/UpdateKitWBObjC.html">UpdateKitWBObjC</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/WebView.html">WebView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/WebViewModal.html">WebViewModal</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/WebViewModal/Theme.html">– Theme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/XibView.html">XibView</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Global Variables.html">Global Variables</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Global Variables.html#/s:3Mia23__internalActivityCountSivp">__internalActivityCount</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Global Variables.html#/s:3Mia11internalKeySSvp">internalKey</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Enums.html">Enumerations</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DeviceModel.html">DeviceModel</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DeviceType.html">DeviceType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DismissType.html">DismissType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/LastRunType.html">LastRunType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/LogLevel.html">LogLevel</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/MiaError.html">MiaError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/PageSize.html">PageSize</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ReachabilityError.html">ReachabilityError</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/Regex.html">Regex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ScreenFamily.html">ScreenFamily</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ScreenScale.html">ScreenScale</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/ScreenSize.html">ScreenSize</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/SelectedType.html">SelectedType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/SplashAnimation.html">SplashAnimation</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/UIColorSpace.html">UIColorSpace</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/UpdateType.html">UpdateType</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Extensions.html">Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Array.html">Array</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Character.html">Character</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date.html">Date</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/Component.html">– Component</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/Comparators.html">– Comparators</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/WeekDay.html">– WeekDay</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/For.html">– For</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Date/TimeOfDay.html">– TimeOfDay</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/DateComponents.html">DateComponents</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/DateFormatter.html">DateFormatter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/DateFormatter/Presets.html">– Presets</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Decodable.html">Decodable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Double.html">Double</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Encodable.html">Encodable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Float.html">Float</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Int.html">Int</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Int64.html">Int64</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONDecoder.html">JSONDecoder</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONDecoder/DateDecodingStrategy.html">– DateDecodingStrategy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONEncoder.html">JSONEncoder</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/JSONEncoder/DateEncodingStrategy.html">– DateEncodingStrategy</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/NSManagedObject.html">NSManagedObject</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/NSNumber.html">NSNumber</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Notification.html">Notification</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Notification/Name.html">– Name</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/NumberFormatter.html">NumberFormatter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Optional.html">Optional</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/String.html">String</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Timer.html">Timer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIBarButtonItem.html">UIBarButtonItem</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UICollectionView.html">UICollectionView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UICollectionViewCell.html">UICollectionViewCell</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIColor.html">UIColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIColor/ContrastDisplayContext.html">– ContrastDisplayContext</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIFont.html">UIFont</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIImage.html">UIImage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIImageView.html">UIImageView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UISearchController.html">UISearchController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UISegmentedControl.html">UISegmentedControl</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UITableView.html">UITableView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UITableViewCell.html">UITableViewCell</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIView.html">UIView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UIViewController.html">UIViewController</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/UnicodeScalar.html">UnicodeScalar</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Functions.html">Functions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia14UIColorFromRGBSo0B0CSSF">UIColorFromRGB(_:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia8callbackySo21SCNetworkReachabilityC12reachability_SC0cD5FlagsV5flagsSvSg4infotF">callback(reachability:flags:info:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia4clipxx_xxts10ComparableRzlF">clip(_:_:_:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia20getTopMostControllerSo06UIViewE0CSgyF">getTopMostController()</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia19hideNetworkActivityyyycSgF">hideNetworkActivity(_:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia20localThreadSingletonxSS3key_xyc6createtRlzClF">localThreadSingleton(key:create:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia6modulo12CoreGraphics7CGFloatVAE_AE1mtF">modulo(_:m:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia12openSettingsyyF">openSettings()</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia11randomColorSo7UIColorCSS4seed_tF">randomColor(seed:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia12roundDecimal12CoreGraphics7CGFloatVAE_AE9precisiontF">roundDecimal(_:precision:)</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia19showNetworkActivityyyF">showNetworkActivity()</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Functions.html#/s:3Mia7vibrateyyF">vibrate()</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/CollapsibleTableSectionDelegate.html">CollapsibleTableSectionDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/CollapsibleTableViewHeaderDelegate.html">CollapsibleTableViewHeaderDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/CollectionStackViewControllerDelegate.html">CollectionStackViewControllerDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/EnumCollection.html">EnumCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/FontRepresentable.html">FontRepresentable</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/HTMLtoPDFDelegate.html">HTMLtoPDFDelegate</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/OnAware.html">OnAware</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols.html#/s:3Mia14OptionalStringP">OptionalString</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/PFScreenshotCompatible.html">PFScreenshotCompatible</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/StoryboardConvertible.html">StoryboardConvertible</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols.html#/s:3Mia5ThemeP">Theme</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ThemeUser.html">ThemeUser</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/Then.html">Then</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/URLStringConvertible.html">URLStringConvertible</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ViewControllerInitializer.html">ViewControllerInitializer</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/WebViewDelegate.html">WebViewDelegate</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Structs.html">Structures</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Application.html">Application</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Application/BundleInfo.html">– BundleInfo</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/BundleK.html">BundleK</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/CollapsibleTableViewModel.html">CollapsibleTableViewModel</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device.html">Device</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Accessories.html">– Accessories</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Carrier.html">– Carrier</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Disk.html">– Disk</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device.html#/s:3Mia6DeviceV8FirmwareV">– Firmware</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Processors.html">– Processors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Screen.html">– Screen</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Sensors.html">– Sensors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Settings.html">– Settings</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Battery.html">– Battery</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device/Network.html">– Network</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Device.html#/s:3Mia6DeviceV7ScreensV">– Screens</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Durations.html">Durations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/FontKit.html">FontKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/FontKit/Configuration.html">– Configuration</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/FontKit/Font.html">– Font</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/HSL.html">HSL</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Icon.html">Icon</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Icon/WebView.html">– WebView</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Mia.html">Mia</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/NetworkKit.html">NetworkKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/NetworkKit.html#/s:3Mia10NetworkKitV0B9IndicatorV">– NetworkIndicator</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/NetworkKit.html#/s:3Mia10NetworkKitV9AlamofireV">– Alamofire</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood.html">Rosewood</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Configuration.html">– Configuration</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Benchmark.html">– Benchmark</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Framework.html">– Framework</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/Log.html">– Log</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Rosewood/PrettyPrint.html">– PrettyPrint</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/RosewoodFormatter.html">RosewoodFormatter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/RosewoodFormatter/Component.html">– Component</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKit.html">UpdateKit</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKit/Configurations.html">– Configurations</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKitWB.html">UpdateKitWB</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UpdateKitWB/Configurations.html">– Configurations</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Typealiases.html">Type Aliases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia6Actiona">Action</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia9AnyActiona">AnyAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia10BoolActiona">BoolAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia10CheckBlocka">CheckBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia10DateActiona">DateAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia11FloatActiona">FloatAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia14GradientColorsa">GradientColors</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia18HSBAComponentsTypea">HSBAComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia17HSLComponentsTypea">HSLComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia14HTMLtoPDFBlocka">HTMLtoPDFBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia9JSONArraya">JSONArray</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia14JSONDictionarya">JSONDictionary</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia17LABComponentsTypea">LABComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia20NetworkActivityBlocka">NetworkActivityBlock</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia18NotificationActiona">NotificationAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia18RGBAComponentsTypea">RGBAComponentsType</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia29RevealingSplashViewCompletiona">RevealingSplashViewCompletion</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia28RevealingSplashViewExecutiona">RevealingSplashViewExecution</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia12StringActiona">StringAction</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Typealiases.html#/s:3Mia17XYZComponentsTypea">XYZComponentsType</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section class="section"> <div class="section-content"> <h1>Item</h1> <div class="declaration"> <div class="language"> <pre class="highlight swift"><code><span class="kd">class</span> <span class="kt">Item</span></code></pre> </div> </div> <p><small>[undocumented]</small></p> </div> </section> <section class="section"> <div class="section-content"> <div class="task-group"> <ul class="item-container"> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemC6objectSo8NSObjectCvp"></a> <a name="//apple_ref/swift/Property/object" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemC6objectSo8NSObjectCvp">object</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">let</span> <span class="nv">object</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemC03keyC0SSvp"></a> <a name="//apple_ref/swift/Property/keyPath" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemC03keyC0SSvp">keyPath</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">let</span> <span class="nv">keyPath</span><span class="p">:</span> <span class="kt">String</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemC6actionyypcvp"></a> <a name="//apple_ref/swift/Property/action" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemC6actionyypcvp">action</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">let</span> <span class="nv">action</span><span class="p">:</span> <span class="kt"><a href="../../Typealiases.html#/s:3Mia9AnyActiona">AnyAction</a></span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:3Mia13KeyPathTargetC4ItemCAESo8NSObjectC6object_SS03keyC0yypc6actiontcfc"></a> <a name="//apple_ref/swift/Method/init(object:keyPath:action:)" class="dashAnchor"></a> <a class="token" href="#/s:3Mia13KeyPathTargetC4ItemCAESo8NSObjectC6object_SS03keyC0yypc6actiontcfc">init(object:keyPath:action:)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p><small>[undocumented]</small></p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="nf">init</span><span class="p">(</span><span class="nv">object</span><span class="p">:</span> <span class="kt">NSObject</span><span class="p">,</span> <span class="nv">keyPath</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">action</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../../Typealiases.html#/s:3Mia9AnyActiona">AnyAction</a></span><span class="p">)</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/multinerd/Mia/tree/master/Mia/Mia/Sugar/On/KeyPath.swift#L34-L39">Show on GitHub</a> </div> </section> </div> </li> </ul> </div> </div> </section> </article> </div> <section class="footer"> <p>Made with &#9829; by Multinerd</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </body> </div> </html>
multinerd/Mia
docs/docsets/Mia.docset/Contents/Resources/Documents/Classes/KeyPathTarget/Item.html
HTML
mit
46,516
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/blog/tags/termianl/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/blog/tags/termianl/" /></head></html>
xeBuz/blog
public/tags/termianl/page/1/index.html
HTML
mit
269
{ "posts": [ { "url": "/comic/c_chat/2018/01/01/C_ChatM.1514768412.A.E5A.html", "title": "Just Because 完結心得", "image": "https://i.imgur.com/vOEQa58.jpg?fb", "push": "21", "boo": "0", "date": "2018-01-01 09:00:07 +0800", "boardName": "希洽", "boardLink": "/category/c-chat" } ] }
sunnyKiwi/JustCopy
tag/小宮/json/index.html
HTML
mit
459
<div class="row" ng-if="type"> <div class="col-lg-12"> <h2>Schema</h2> <p ng-if="type.identifier"><b>Media-type identifier: {{ type.identifier }}</b></p> <div ng-if="type.description" ng-bind-html="type.description | markdown"></div> <attribute-table attributes="type.attributes"></attribute-table> </div> </div> <div class="row" ng-if="views.length"> <div class="col-lg-12"> <h3>Available views</h3> <tabset> <tab ng-repeat="view in views" heading="{{view.name}}"> <div class="row"> <div class="col-md-4"> <h4>Attributes</h4> <ul> <li ng-repeat="(name,value) in view.attributes">{{name}} <span class="label label-default" ng-if="value.view">rendered with {{value.view}} view</span></li> </ul> </div> <div class="col-md-8"> <h4>Example</h4> <pre>{{view.example | friendlyJson}}</pre> </div> </div> </tab> </tabset> </div> </div>
tony-spataro-rs/praxis
lib/api_browser/app/views/type/details.html
HTML
mit
1,011
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>サイト名</title> <link rel="stylesheet" href="/css/normalize.css" type="text/css" media="all"> <link rel="stylesheet" href="/css/debug.css" type="text/css" media="all"> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body> <h2>Debug</h2> <?php $isFirstLog = true; ?> <?php foreach($logs as $log): ?> <?php if($log['class']=='url'): ?> <?php if ($isFirstLog) : ?> <?php $isFirstLog = false; ?> <?php else: ?> </tbody></table> <?php endif; ?> <h2 class="debug-url"><?php echo $log['msg']; ?></h2> <pre class="debug-url-params"><?php var_dump($log['params']); ?></pre> <table class="debug-logs"><tbody> <tr> <th>time</th> <th>memory</th> <th>max</th> <th>info</th> </tr> <?php else: ?> <tr class="<?php echo $log['class']; ?>"> <td class="time"><?php echo round($log['time'], 5); ?></td> <td class="memory"> <?php echo $log['memory']; ?><br /> <?php echo round($log['memory'] / 1024 / 1024, 3); ?>MB </td> <td class="memory"> <?php echo $log['max_memory']; ?><br /> <?php echo round($log['max_memory'] / 1024 / 1024, 3); ?>MB </td> <td> <p class="info"><?php echo $log['file']; ?>:<?php echo $log['line']; ?></p> <p class="log"><?php echo $log['msg']; ?></p> <?php if($log['params']): ?> <pre class="log"><?php var_dump($log['params']); ?></pre> <?php endif; ?> </td> </tr> <?php endif; ?> <?php endforeach; ?> </tbody></table> <?php Session::start(); ?> <?php if(!empty($_SESSION)): ?> <h3 id="sys-debug-session">Session &gt;&gt;</h3> <pre style="display: none;"><?php var_dump($_SESSION); ?></pre> <?php endif; ?> <?php if(!empty($_COOKIE)): ?> <h3 id="sys-debug-cookie">Cookie &gt;&gt;</h3> <pre style="display: none;"><?php var_dump($_COOKIE); ?></pre> <?php endif; ?> <script> // 親のiframeの高さを自動拡張 function debugIFrameSetting(){ var pageHight = $(document).height() + 10; $('#sys-debug-iframe', parent.document).css({height:(pageHight)}); } $(function(){ debugIFrameSetting(); $('#sys-debug-session, #sys-debug-cookie').on('click', function(){ $(this).next().toggle(); debugIFrameSetting(); }); }); </script> </body> </html>
VanGiang/phalcon1
app/view/common/debug.html
HTML
mit
2,612
<!DOCTYPE html> <html lang="en" ng-app="teamform-member-app"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="teamform, team"> <!-- The meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>teamform - create event page</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" > <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.3.8/css/AdminLTE.min.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/2.3.8/css/skins/_all-skins.min.css"> <!-- iCheck --> <link rel="stylesheet" href="plugins/iCheck/flat/blue.css"> <!-- Morris chart --> <link rel="stylesheet" href="plugins/morris/morris.css"> <!-- jvectormap --> <link rel="stylesheet" href="plugins/jvectormap/jquery-jvectormap-1.2.2.css"> <!-- Date Picker --> <link rel="stylesheet" href="plugins/datepicker/datepicker3.css"> <!-- Daterange picker --> <link rel="stylesheet" href="plugins/daterangepicker/daterangepicker.css"> <!-- bootstrap wysihtml5 - text editor --> <link rel="stylesheet" href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"> <link rel="stylesheet" href="css/index.css"> </head> <body ng-controller="createEventCtrl"> <div class="page-header"> <label ng-if="!page">Create Event</label> <label ng-if="page">Create Team</label> </div> <!-- <pre>Event: {{event|json}}</pre> --> <!-- <pre>Test: {{obj}}</pre> --> <form novalidate class="sys-form" name="ceForm" ng-submit="submit()"> <div class="form-group has-feedback has-feedback-right"> <label>Event Name</label> <input type="text" class="form-control" placeholder="eventID" name="eventID" ng-model="eventID" ngMaxlength="32" required ng-disabled="page"> <small class="text-muted"> Maximum length of event name is 32 characters. </small> <i class="form-control-feedback glyphicon glyphicon-ok correct" ng-show="(ceForm.$submitted||ceForm.eventID.$touched)&&(ceForm.eventID.$valid)"></i> <i class="form-control-feedback glyphicon glyphicon-remove error" ng-show="(ceForm.$submitted||ceForm.eventID.$touched)&&(ceForm.eventID.$invalid)"></i> <div ng-show="ceForm.$submitted||ceForm.eventID.$touched" style="color:red;"> <span ng-show="ceForm.eventID.$error.required">Please type the event name. <br></span> <span ng-show="ceForm.eventID.$error.maxlength">Event name must be shorter than 32 characters. <br></span> </div> </div> <div class="form-group has-feedback has-feedback-right"> <label>Minimum Team Size</label> <input type="number" class="form-control" ng-model="minTeam" name="minTeam" min="0" max="{{maxTeam}}" ng-disabled="page"> <i class="form-control-feedback glyphicon glyphicon-ok correct" ng-show="(ceForm.$submitted||ceForm.minTeam.$touched)&&(ceForm.minTeam.$valid)"></i> <i class="form-control-feedback glyphicon glyphicon-remove error" ng-show="(ceForm.$submitted||ceForm.minTeam.$touched)&&(ceForm.minTeam.$invalid)"></i> <div ng-show="ceForm.$submitted||ceForm.minTeam.$touched" style="color:red;"> <span ng-show="ceForm.minTeam.$error.min">Please enter minimum teamsize larger than 0.<br></span> <span ng-show="ceForm.minTeam.$error.max">Please enter minimum teamsize smaller than {{maxTeam}}.<br></span> </div> </div> <div class="form-group has-feedback has-feedback-right"> <label>Maximum Team Size</label> <input type="number" class="form-control" ng-model="maxTeam" name="maxTeam" min="{{minTeam}}" ng-change="fullTeam()" ng-disabled="page"> <i class="form-control-feedback glyphicon glyphicon-ok correct" ng-show="(ceForm.$submitted||ceForm.maxTeam.$touched)&&(ceForm.maxTeam.$valid)"></i> <i class="form-control-feedback glyphicon glyphicon-remove error" ng-show="(ceForm.$submitted||ceForm.maxTeam.$touched)&&(ceForm.maxTeam.$invalid)"></i> <div ng-show="ceForm.$submitted||ceForm.maxTeam.$touched" style="color:red;"> <span ng-show="ceForm.maxTeam.$error.min">Please enter maximum teamsize larger than {{minTeam}}.<br></span> <span ng-show="ceForm.maxTeam.$error.max">Please enter maximum teamsize smaller than {{}}.<br></span> </div> </div> <div class="form-group" ng-if="page"> <div> <label>Create Teams</label> <!-- <button class="glyphicon glyphicon-plus-sign" type="button" ng-click="addTeam()"></button> <button class="glyphicon glyphicon-minus-sign" type="button" ng-click="newTeam.pop();"></button> --> </div> <div class="panel-body" ng-repeat="t in newTeam track by $index"> <input type="text" class="form-control" placeholder="Type the teamname." name="team{{$index}}" ng-model="newTeam[$index]" required ng-disabled="maxTeam==oldTeam.length"> <div ng-show="ceForm.$submitted||ceForm.team{{$index}}.$touched" style="color:red;"> <span ng-show="ceForm.team{{$index}}.$error.required">Please type team names before submitting the form. <br></span> </div> </div> </div> <button class="btn btn-primary" type="button" ng-click="">Back</button> <button class="btn btn-primary" type="submit" ng-disabled="ceForm.$invalid">Submit</button> </form> <!-- JavaScript of this page --> <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.7/angular.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.7/angular-route.min.js"></script> <!-- Firebase (v3.0.3) and AngularFire (v2.0.0) (after angular library is loaded) --> <script src="https://www.gstatic.com/firebasejs/3.0.3/firebase.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/angularFire/2.0.0/angularfire.min.js"></script> <script src="https://apis.google.com/js/platform.js" async defer></script> <script src="js/createEv.js"></script> <script src="js/site.js"></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <!-- Bootstrap 3.3.6 --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <!-- Morris.js charts --> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="plugins/morris/morris.min.js"></script> <!-- Sparkline --> <script src="plugins/sparkline/jquery.sparkline.min.js"></script> <!-- jvectormap --> <script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script> <script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script> <!-- jQuery Knob Chart --> <script src="plugins/knob/jquery.knob.js"></script> <!-- daterangepicker --> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"></script> <script src="plugins/daterangepicker/daterangepicker.js"></script> <!-- datepicker --> <script src="plugins/datepicker/bootstrap-datepicker.js"></script> <!-- Bootstrap WYSIHTML5 --> <script src="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script> <!-- Slimscroll --> <script src="plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="plugins/fastclick/fastclick.js"></script> </body> </html>
hinofafa/teamform-seed
app/createEvent.html
HTML
mit
8,509
<div class="page-header"> <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h1> </div> <article> <div class="col-sm-10"> <span class="post-date"> {% assign d = page.date | date: "%d" | plus:'0' %} {{ page.date | date: "%B" }} {% case d %} {% when 1 or 21 or 31 %}{{ d }}st, {% when 2 or 22 %}{{ d }}nd, {% when 3 or 23 %}{{ d }}rd, {% else %}{{ d }}th, {% endcase %} {{ page.date | date: "%Y" }} </span> <div class="article_body"> {{ content }} </div> {% unless page.categories == empty %} <ul class="tag_box list-unstyled list-inline"> <li><i class="fa fa-folder-open"></i></li> {% assign categories_list = page.categories %} {% if categories_list.first[0] == null %} {% for category in categories_list %} <li><a href="{{ site.BASE_PATH }}/{{ site.categories_path }}#{{ category }}-ref"> {{ category | join: "/" }} <span>({{ site.categories[category].size }})</span> {% unless forloop.last %},{% endunless %} </a></li> {% endfor %} {% else %} {% for category in categories_list %} <li><a href="{{ site.BASE_PATH }}/{{ site.categories_path }}#{{ category[0] }}-ref"> {{ category[0] | join: "/" }} <span>/{{ category[1].size }})</span> </a></li> {% endfor %} {% endif %} </ul> {% endunless %} {% unless page.tags == empty %} <ul class="list-inline"> <li><i class="fa fa-tags"></i></li> {% assign tags_list = page.tags %} {% if tags_list.first[0] == null %} {% for tag in tags_list %} <li> <a href="{{ site.BASE_PATH }}/{{ site.tags_path }}#{{ tag }}-ref"> {{ tag }} <span>({{ site.tags[tag].size }})</span> {% unless forloop.last %},{% endunless %} </a> </li> {% endfor %} {% else %} {% for tag in tags_list %} <li> <a href="{{ site.BASE_PATH }}/{{ site.tags_path }}#{{ tag[0] }}-ref"> {{ tag[0] }} <span>({{ tag[1].size }})</span> {% unless forloop.last %},{% endunless %} </a> </li> {% endfor %} {% endif %} {% assign tags_list = nil %} </ul> {% endunless %} <hr> <div> <section class="share col-sm-6"> <h4 class="section-title">Share Post</h4> <a class="btn btn-default btn-sm twitter" href="http://twitter.com/share?text={{page.title | encode}}{% if site.author.twitter%}&via={{site.author.twitter}}{% endif %}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <i class="fa fa-twitter fa-lg"></i> Twitter </a> <a class="btn btn-default btn-sm facebook" href="https://www.facebook.com/sharer/sharer.php" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> <i class="fa fa-facebook fa-lg"></i> Facebook </a> <a class="btn btn-default btn-sm gplus" onclick="window.open('https://plus.google.com/share?url='+window.location.href, 'google-plus-share', 'width=490,height=530');return false;"> <i class="fa fa-google-plus fa-lg"></i> Google+ </a> </section> <!--<section class="col-sm-6 author"> <img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}" class="img-rounded author-image" /> <h4 class="section-title author-name">{{site.author.name}}</h4> <p class="author-bio">{{site.author.bio}}</p> </section>--> </div> <div class="clearfix"></div> <ul class="pager"> {% if page.previous %} <li class="previous"><a href="{{ site.BASE_PATH }}{{ page.previous.url }}" title="{{ page.previous.title }}">&larr; Previous</a></li> {% else %} <li class="previous disabled"><a>&larr; Previous</a></li> {% endif %} {% if page.next %} <li class="next"><a href="{{ site.BASE_PATH }}{{ page.next.url }}" title="{{ page.next.title }}">Next &rarr;</a></li> {% else %} <li class="next disabled"><a>Next &rarr;</a> {% endif %} </ul> <hr> </div> <div class="col-sm-2 sidebar-2"> </div> </article> <div class="clearfix"></div>
wmin0807/wmin0807.github.io
_includes/post.html
HTML
mit
4,150
<!DOCTYPE HTML> <html lang="en"> <head> <title></title> <meta charset="utf-8"> <style type="text/css"> body { color: #808080; font-family:Monospace; font-size:13px; text-align:center; background-color: #101020; margin: 0px; overflow: hidden; } #info { position: absolute; top: 0px; width: 100%; padding: 5px; } a { color: #0080ff; } </style> </head> <body> <div id="container"></div> <script type="text/javascript" src="ThreeWebGL.js"></script> <script type="text/javascript" src="ThreeExtras.js"></script> <script type="text/javascript" src="../shared/RequestAnimationFrame.js"></script> <script type="text/javascript" src="../shared/Stats.js"></script> <div id="main-code"> <script id="simplex" type="x-shader"> precision highp float; /* * 2D, 3D and 4D Perlin noise, classic and simplex, in a GLSL fragment shader. * * Classic noise is implemented by the functions: * float noise(vec2 P) * float noise(vec3 P) * float noise(vec4 P) * * Simplex noise is implemented by the functions: * float snoise(vec2 P) * float snoise(vec3 P) * float snoise(vec4 P) * * Author: Stefan Gustavson ITN-LiTH ([email protected]) 2004-12-05 * Simplex indexing functions by Bill Licea-Kane, ATI * * You may use, modify and redistribute this code free of charge, * provided that the author's names and this notice appear intact. */ /* * The value of classic 4D noise goes above 1.0 and below -1.0 at some * points. Not much and only very sparsely, but it happens. This is a * bug from the original software implementation, so I left it untouched. */ /* * "permTexture" is a 256x256 texture that is used for both the permutations * and the 2D and 3D gradient lookup. For details, see the main C program. * "gradTexture" is a 256x256 texture with 4D gradients, similar to * "permTexture" but with the permutation index in the alpha component * replaced by the w component of the 4D gradient. * 2D classic noise uses only permTexture. * 2D simplex noise uses only permTexture. * 3D classic noise uses only permTexture. * 3D simplex noise uses only permTexture. * 4D classic noise uses permTexture and gradTexture. * 4D simplex noise uses permTexture and gradTexture. */ uniform sampler2D permTexture; uniform sampler2D gradTexture; uniform float time; // Used for texture animation /* * Both 2D and 3D texture coordinates are defined, for testing purposes. */ varying vec3 vTextureCoord; /* * To create offsets of one texel and one half texel in the * texture lookup, we need to know the texture image size. */ #define ONE 0.00390625 #define ONEHALF 0.001953125 // The numbers above are 1/256 and 0.5/256, change accordingly // if you change the code to use another perm/grad texture size. /* * The 5th degree smooth interpolation function for Perlin "improved noise". */ float fade(const in float t) { return t*t*t*(t*(t*6.0-15.0)+10.0); // Improved fade, yields C2-continuous noise } /* * Efficient simplex indexing functions by Bill Licea-Kane, ATI. Thanks! * (This was originally implemented as a texture lookup. Nice to avoid that.) */ void simplex( const in vec3 P, out vec3 offset1, out vec3 offset2 ) { vec3 offset0; vec2 isX = step( P.yz, P.xx ); // P.x >= P.y ? 1.0 : 0.0; P.x >= P.z ? 1.0 : 0.0; offset0.x = dot( isX, vec2( 1.0 ) ); // Accumulate all P.x >= other channels in offset.x offset0.yz = 1.0 - isX; // Accumulate all P.x < other channels in offset.yz float isY = step( P.z, P.y ); // P.y >= P.z ? 1.0 : 0.0; offset0.y += isY; // Accumulate P.y >= P.z in offset.y offset0.z += 1.0 - isY; // Accumulate P.y < P.z in offset.z // offset0 now contains the unique values 0,1,2 in each channel // 2 for the channel greater than other channels // 1 for the channel that is less than one but greater than another // 0 for the channel less than other channels // Equality ties are broken in favor of first x, then y // (z always loses ties) offset2 = clamp( offset0, 0.0, 1.0 ); // offset2 contains 1 in each channel that was 1 or 2 offset1 = clamp( --offset0, 0.0, 1.0 ); // offset1 contains 1 in the single channel that was 1 } void simplex( const in vec4 P, out vec4 offset1, out vec4 offset2, out vec4 offset3 ) { vec4 offset0; vec3 isX = step( P.yzw, P.xxx ); // See comments in 3D simplex function offset0.x = dot( isX, vec3( 1.0 ) ); offset0.yzw = 1.0 - isX; vec2 isY = step( P.zw, P.yy ); offset0.y += dot( isY, vec2( 1.0 ) ); offset0.zw += 1.0 - isY; float isZ = step( P.w, P.z ); offset0.z += isZ; offset0.w += 1.0 - isZ; // offset0 now contains the unique values 0,1,2,3 in each channel offset3 = clamp( offset0, 0.0, 1.0 ); offset2 = clamp( --offset0, 0.0, 1.0 ); offset1 = clamp( --offset0, 0.0, 1.0 ); } /* * 2D classic Perlin noise. Fast, but less useful than 3D noise. */ float noise(const in vec2 P) { vec2 Pi = ONE*floor(P)+ONEHALF; // Integer part, scaled and offset for texture lookup vec2 Pf = fract(P); // Fractional part for interpolation // Noise contribution from lower left corner vec2 grad00 = texture2D(permTexture, Pi).rg * 4.0 - 1.0; float n00 = dot(grad00, Pf); // Noise contribution from lower right corner vec2 grad10 = texture2D(permTexture, Pi + vec2(ONE, 0.0)).rg * 4.0 - 1.0; float n10 = dot(grad10, Pf - vec2(1.0, 0.0)); // Noise contribution from upper left corner vec2 grad01 = texture2D(permTexture, Pi + vec2(0.0, ONE)).rg * 4.0 - 1.0; float n01 = dot(grad01, Pf - vec2(0.0, 1.0)); // Noise contribution from upper right corner vec2 grad11 = texture2D(permTexture, Pi + vec2(ONE, ONE)).rg * 4.0 - 1.0; float n11 = dot(grad11, Pf - vec2(1.0, 1.0)); // Blend contributions along x vec2 n_x = mix(vec2(n00, n01), vec2(n10, n11), fade(Pf.x)); // Blend contributions along y float n_xy = mix(n_x.x, n_x.y, fade(Pf.y)); // We're done, return the final noise value. return n_xy; } /* * 3D classic noise. Slower, but a lot more useful than 2D noise. */ float noise(const in vec3 P) { vec3 Pi = ONE*floor(P)+ONEHALF; // Integer part, scaled so +1 moves one texel // and offset 1/2 texel to sample texel centers vec3 Pf = fract(P); // Fractional part for interpolation // Noise contributions from (x=0, y=0), z=0 and z=1 float perm00 = texture2D(permTexture, Pi.xy).a ; vec3 grad000 = texture2D(permTexture, vec2(perm00, Pi.z)).rgb * 4.0 - 1.0; float n000 = dot(grad000, Pf); vec3 grad001 = texture2D(permTexture, vec2(perm00, Pi.z + ONE)).rgb * 4.0 - 1.0; float n001 = dot(grad001, Pf - vec3(0.0, 0.0, 1.0)); // Noise contributions from (x=0, y=1), z=0 and z=1 float perm01 = texture2D(permTexture, Pi.xy + vec2(0.0, ONE)).a ; vec3 grad010 = texture2D(permTexture, vec2(perm01, Pi.z)).rgb * 4.0 - 1.0; float n010 = dot(grad010, Pf - vec3(0.0, 1.0, 0.0)); vec3 grad011 = texture2D(permTexture, vec2(perm01, Pi.z + ONE)).rgb * 4.0 - 1.0; float n011 = dot(grad011, Pf - vec3(0.0, 1.0, 1.0)); // Noise contributions from (x=1, y=0), z=0 and z=1 float perm10 = texture2D(permTexture, Pi.xy + vec2(ONE, 0.0)).a ; vec3 grad100 = texture2D(permTexture, vec2(perm10, Pi.z)).rgb * 4.0 - 1.0; float n100 = dot(grad100, Pf - vec3(1.0, 0.0, 0.0)); vec3 grad101 = texture2D(permTexture, vec2(perm10, Pi.z + ONE)).rgb * 4.0 - 1.0; float n101 = dot(grad101, Pf - vec3(1.0, 0.0, 1.0)); // Noise contributions from (x=1, y=1), z=0 and z=1 float perm11 = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a ; vec3 grad110 = texture2D(permTexture, vec2(perm11, Pi.z)).rgb * 4.0 - 1.0; float n110 = dot(grad110, Pf - vec3(1.0, 1.0, 0.0)); vec3 grad111 = texture2D(permTexture, vec2(perm11, Pi.z + ONE)).rgb * 4.0 - 1.0; float n111 = dot(grad111, Pf - vec3(1.0, 1.0, 1.0)); // Blend contributions along x vec4 n_x = mix(vec4(n000, n001, n010, n011), vec4(n100, n101, n110, n111), fade(Pf.x)); // Blend contributions along y vec2 n_xy = mix(n_x.xy, n_x.zw, fade(Pf.y)); // Blend contributions along z float n_xyz = mix(n_xy.x, n_xy.y, fade(Pf.z)); // We're done, return the final noise value. return n_xyz; } /* * 4D classic noise. Slow, but very useful. 4D simplex noise is a lot faster. * * This function performs 8 texture lookups and 16 dependent texture lookups, * 16 dot products, 4 mix operations and a lot of additions and multiplications. * Needless to say, it's not super fast. But it's not dead slow either. */ float noise(const in vec4 P) { vec4 Pi = ONE*floor(P)+ONEHALF; // Integer part, scaled so +1 moves one texel // and offset 1/2 texel to sample texel centers vec4 Pf = fract(P); // Fractional part for interpolation // "n0000" is the noise contribution from (x=0, y=0, z=0, w=0), and so on float perm00xy = texture2D(permTexture, Pi.xy).a ; float perm00zw = texture2D(permTexture, Pi.zw).a ; vec4 grad0000 = texture2D(gradTexture, vec2(perm00xy, perm00zw)).rgba * 4.0 -1.0; float n0000 = dot(grad0000, Pf); float perm01zw = texture2D(permTexture, Pi.zw + vec2(0.0, ONE)).a ; vec4 grad0001 = texture2D(gradTexture, vec2(perm00xy, perm01zw)).rgba * 4.0 - 1.0; float n0001 = dot(grad0001, Pf - vec4(0.0, 0.0, 0.0, 1.0)); float perm10zw = texture2D(permTexture, Pi.zw + vec2(ONE, 0.0)).a ; vec4 grad0010 = texture2D(gradTexture, vec2(perm00xy, perm10zw)).rgba * 4.0 - 1.0; float n0010 = dot(grad0010, Pf - vec4(0.0, 0.0, 1.0, 0.0)); float perm11zw = texture2D(permTexture, Pi.zw + vec2(ONE, ONE)).a ; vec4 grad0011 = texture2D(gradTexture, vec2(perm00xy, perm11zw)).rgba * 4.0 - 1.0; float n0011 = dot(grad0011, Pf - vec4(0.0, 0.0, 1.0, 1.0)); float perm01xy = texture2D(permTexture, Pi.xy + vec2(0.0, ONE)).a ; vec4 grad0100 = texture2D(gradTexture, vec2(perm01xy, perm00zw)).rgba * 4.0 - 1.0; float n0100 = dot(grad0100, Pf - vec4(0.0, 1.0, 0.0, 0.0)); vec4 grad0101 = texture2D(gradTexture, vec2(perm01xy, perm01zw)).rgba * 4.0 - 1.0; float n0101 = dot(grad0101, Pf - vec4(0.0, 1.0, 0.0, 1.0)); vec4 grad0110 = texture2D(gradTexture, vec2(perm01xy, perm10zw)).rgba * 4.0 - 1.0; float n0110 = dot(grad0110, Pf - vec4(0.0, 1.0, 1.0, 0.0)); vec4 grad0111 = texture2D(gradTexture, vec2(perm01xy, perm11zw)).rgba * 4.0 - 1.0; float n0111 = dot(grad0111, Pf - vec4(0.0, 1.0, 1.0, 1.0)); float perm10xy = texture2D(permTexture, Pi.xy + vec2(ONE, 0.0)).a ; vec4 grad1000 = texture2D(gradTexture, vec2(perm10xy, perm00zw)).rgba * 4.0 - 1.0; float n1000 = dot(grad1000, Pf - vec4(1.0, 0.0, 0.0, 0.0)); vec4 grad1001 = texture2D(gradTexture, vec2(perm10xy, perm01zw)).rgba * 4.0 - 1.0; float n1001 = dot(grad1001, Pf - vec4(1.0, 0.0, 0.0, 1.0)); vec4 grad1010 = texture2D(gradTexture, vec2(perm10xy, perm10zw)).rgba * 4.0 - 1.0; float n1010 = dot(grad1010, Pf - vec4(1.0, 0.0, 1.0, 0.0)); vec4 grad1011 = texture2D(gradTexture, vec2(perm10xy, perm11zw)).rgba * 4.0 - 1.0; float n1011 = dot(grad1011, Pf - vec4(1.0, 0.0, 1.0, 1.0)); float perm11xy = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a ; vec4 grad1100 = texture2D(gradTexture, vec2(perm11xy, perm00zw)).rgba * 4.0 - 1.0; float n1100 = dot(grad1100, Pf - vec4(1.0, 1.0, 0.0, 0.0)); vec4 grad1101 = texture2D(gradTexture, vec2(perm11xy, perm01zw)).rgba * 4.0 - 1.0; float n1101 = dot(grad1101, Pf - vec4(1.0, 1.0, 0.0, 1.0)); vec4 grad1110 = texture2D(gradTexture, vec2(perm11xy, perm10zw)).rgba * 4.0 - 1.0; float n1110 = dot(grad1110, Pf - vec4(1.0, 1.0, 1.0, 0.0)); vec4 grad1111 = texture2D(gradTexture, vec2(perm11xy, perm11zw)).rgba * 4.0 - 1.0; float n1111 = dot(grad1111, Pf - vec4(1.0, 1.0, 1.0, 1.0)); // Blend contributions along x float fadex = fade(Pf.x); vec4 n_x0 = mix(vec4(n0000, n0001, n0010, n0011), vec4(n1000, n1001, n1010, n1011), fadex); vec4 n_x1 = mix(vec4(n0100, n0101, n0110, n0111), vec4(n1100, n1101, n1110, n1111), fadex); // Blend contributions along y vec4 n_xy = mix(n_x0, n_x1, fade(Pf.y)); // Blend contributions along z vec2 n_xyz = mix(n_xy.xy, n_xy.zw, fade(Pf.z)); // Blend contributions along w float n_xyzw = mix(n_xyz.x, n_xyz.y, fade(Pf.w)); // We're done, return the final noise value. return n_xyzw; } /* * 2D simplex noise. Somewhat slower but much better looking than classic noise. */ float snoise(const in vec2 P) { // Skew and unskew factors are a bit hairy for 2D, so define them as constants // This is (sqrt(3.0)-1.0)/2.0 #define F2 0.366025403784 // This is (3.0-sqrt(3.0))/6.0 #define G2 0.211324865405 // Skew the (x,y) space to determine which cell of 2 simplices we're in float s = (P.x + P.y) * F2; // Hairy factor for 2D skewing vec2 Pi = floor(P + s); float t = (Pi.x + Pi.y) * G2; // Hairy factor for unskewing vec2 P0 = Pi - t; // Unskew the cell origin back to (x,y) space Pi = Pi * ONE + ONEHALF; // Integer part, scaled and offset for texture lookup vec2 Pf0 = P - P0; // The x,y distances from the cell origin // For the 2D case, the simplex shape is an equilateral triangle. // Find out whether we are above or below the x=y diagonal to // determine which of the two triangles we're in. vec2 o1; if(Pf0.x > Pf0.y) o1 = vec2(1.0, 0.0); // +x, +y traversal order else o1 = vec2(0.0, 1.0); // +y, +x traversal order // Noise contribution from simplex origin vec2 grad0 = texture2D(permTexture, Pi).rg * 4.0 - 1.0; float t0 = 0.5 - dot(Pf0, Pf0); float n0; if (t0 < 0.0) n0 = 0.0; else { t0 *= t0; n0 = t0 * t0 * dot(grad0, Pf0); } // Noise contribution from middle corner vec2 Pf1 = Pf0 - o1 + G2; vec2 grad1 = texture2D(permTexture, Pi + o1*ONE).rg * 4.0 - 1.0; float t1 = 0.5 - dot(Pf1, Pf1); float n1; if (t1 < 0.0) n1 = 0.0; else { t1 *= t1; n1 = t1 * t1 * dot(grad1, Pf1); } // Noise contribution from last corner vec2 Pf2 = Pf0 - vec2(1.0-2.0*G2); vec2 grad2 = texture2D(permTexture, Pi + vec2(ONE, ONE)).rg * 4.0 - 1.0; float t2 = 0.5 - dot(Pf2, Pf2); float n2; if(t2 < 0.0) n2 = 0.0; else { t2 *= t2; n2 = t2 * t2 * dot(grad2, Pf2); } // Sum up and scale the result to cover the range [-1,1] return 70.0 * (n0 + n1 + n2); } /* * 3D simplex noise. Comparable in speed to classic noise, better looking. */ float snoise(const in vec3 P) { // The skewing and unskewing factors are much simpler for the 3D case #define F3 0.333333333333 #define G3 0.166666666667 // Skew the (x,y,z) space to determine which cell of 6 simplices we're in float s = (P.x + P.y + P.z) * F3; // Factor for 3D skewing vec3 Pi = floor(P + s); float t = (Pi.x + Pi.y + Pi.z) * G3; vec3 P0 = Pi - t; // Unskew the cell origin back to (x,y,z) space Pi = Pi * ONE + ONEHALF; // Integer part, scaled and offset for texture lookup vec3 Pf0 = P - P0; // The x,y distances from the cell origin // For the 3D case, the simplex shape is a slightly irregular tetrahedron. // To find out which of the six possible tetrahedra we're in, we need to // determine the magnitude ordering of x, y and z components of Pf0. vec3 o1; vec3 o2; simplex(Pf0, o1, o2); // Noise contribution from simplex origin float perm0 = texture2D(permTexture, Pi.xy).a; vec3 grad0 = texture2D(permTexture, vec2(perm0, Pi.z)).rgb * 4.0 - 1.0; float t0 = 0.6 - dot(Pf0, Pf0); float n0; if (t0 < 0.0) n0 = 0.0; else { t0 *= t0; n0 = t0 * t0 * dot(grad0, Pf0); } // Noise contribution from second corner vec3 Pf1 = Pf0 - o1 + G3; float perm1 = texture2D(permTexture, Pi.xy + o1.xy*ONE).a; vec3 grad1 = texture2D(permTexture, vec2(perm1, Pi.z + o1.z*ONE)).rgb * 4.0 - 1.0; float t1 = 0.6 - dot(Pf1, Pf1); float n1; if (t1 < 0.0) n1 = 0.0; else { t1 *= t1; n1 = t1 * t1 * dot(grad1, Pf1); } // Noise contribution from third corner vec3 Pf2 = Pf0 - o2 + 2.0 * G3; float perm2 = texture2D(permTexture, Pi.xy + o2.xy*ONE).a; vec3 grad2 = texture2D(permTexture, vec2(perm2, Pi.z + o2.z*ONE)).rgb * 4.0 - 1.0; float t2 = 0.6 - dot(Pf2, Pf2); float n2; if (t2 < 0.0) n2 = 0.0; else { t2 *= t2; n2 = t2 * t2 * dot(grad2, Pf2); } // Noise contribution from last corner vec3 Pf3 = Pf0 - vec3(1.0-3.0*G3); float perm3 = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a; vec3 grad3 = texture2D(permTexture, vec2(perm3, Pi.z + ONE)).rgb * 4.0 - 1.0; float t3 = 0.6 - dot(Pf3, Pf3); float n3; if(t3 < 0.0) n3 = 0.0; else { t3 *= t3; n3 = t3 * t3 * dot(grad3, Pf3); } // Sum up and scale the result to cover the range [-1,1] return 32.0 * (n0 + n1 + n2 + n3); } /* * 4D simplex noise. A lot faster than classic 4D noise, and better looking. */ float snoise(const in vec4 P) { // The skewing and unskewing factors are hairy again for the 4D case // This is (sqrt(5.0)-1.0)/4.0 #define F4 0.309016994375 // This is (5.0-sqrt(5.0))/20.0 #define G4 0.138196601125 // Skew the (x,y,z,w) space to determine which cell of 24 simplices we're in float s = (P.x + P.y + P.z + P.w) * F4; // Factor for 4D skewing vec4 Pi = floor(P + s); float t = (Pi.x + Pi.y + Pi.z + Pi.w) * G4; vec4 P0 = Pi - t; // Unskew the cell origin back to (x,y,z,w) space Pi = Pi * ONE + ONEHALF; // Integer part, scaled and offset for texture lookup vec4 Pf0 = P - P0; // The x,y distances from the cell origin // For the 4D case, the simplex is a 4D shape I won't even try to describe. // To find out which of the 24 possible simplices we're in, we need to // determine the magnitude ordering of x, y, z and w components of Pf0. vec4 o1; vec4 o2; vec4 o3; simplex(Pf0, o1, o2, o3); // Noise contribution from simplex origin float perm0xy = texture2D(permTexture, Pi.xy).a; float perm0zw = texture2D(permTexture, Pi.zw).a; vec4 grad0 = texture2D(gradTexture, vec2(perm0xy, perm0zw)).rgba * 4.0 - 1.0; float t0 = 0.6 - dot(Pf0, Pf0); float n0; if (t0 < 0.0) n0 = 0.0; else { t0 *= t0; n0 = t0 * t0 * dot(grad0, Pf0); } // Noise contribution from second corner vec4 Pf1 = Pf0 - o1 + G4; o1 = o1 * ONE; float perm1xy = texture2D(permTexture, Pi.xy + o1.xy).a; float perm1zw = texture2D(permTexture, Pi.zw + o1.zw).a; vec4 grad1 = texture2D(gradTexture, vec2(perm1xy, perm1zw)).rgba * 4.0 - 1.0; float t1 = 0.6 - dot(Pf1, Pf1); float n1; if (t1 < 0.0) n1 = 0.0; else { t1 *= t1; n1 = t1 * t1 * dot(grad1, Pf1); } // Noise contribution from third corner vec4 Pf2 = Pf0 - o2 + 2.0 * G4; o2 = o2 * ONE; float perm2xy = texture2D(permTexture, Pi.xy + o2.xy).a; float perm2zw = texture2D(permTexture, Pi.zw + o2.zw).a; vec4 grad2 = texture2D(gradTexture, vec2(perm2xy, perm2zw)).rgba * 4.0 - 1.0; float t2 = 0.6 - dot(Pf2, Pf2); float n2; if (t2 < 0.0) n2 = 0.0; else { t2 *= t2; n2 = t2 * t2 * dot(grad2, Pf2); } // Noise contribution from fourth corner vec4 Pf3 = Pf0 - o3 + 3.0 * G4; o3 = o3 * ONE; float perm3xy = texture2D(permTexture, Pi.xy + o3.xy).a; float perm3zw = texture2D(permTexture, Pi.zw + o3.zw).a; vec4 grad3 = texture2D(gradTexture, vec2(perm3xy, perm3zw)).rgba * 4.0 - 1.0; float t3 = 0.6 - dot(Pf3, Pf3); float n3; if (t3 < 0.0) n3 = 0.0; else { t3 *= t3; n3 = t3 * t3 * dot(grad3, Pf3); } // Noise contribution from last corner vec4 Pf4 = Pf0 - vec4(1.0-4.0*G4); float perm4xy = texture2D(permTexture, Pi.xy + vec2(ONE, ONE)).a; float perm4zw = texture2D(permTexture, Pi.zw + vec2(ONE, ONE)).a; vec4 grad4 = texture2D(gradTexture, vec2(perm4xy, perm4zw)).rgba * 4.0 - 1.0; float t4 = 0.6 - dot(Pf4, Pf4); float n4; if(t4 < 0.0) n4 = 0.0; else { t4 *= t4; n4 = t4 * t4 * dot(grad4, Pf4); } // Sum up and scale the result to cover the range [-1,1] return 27.0 * (n0 + n1 + n2 + n3 + n4); } // Ridged multifractal // See "Texturing & Modeling, A Procedural Approach", Chapter 12 float ridge(float h, float offset) { h = abs(h); h = offset - h; h = h * h; return h; } float ridgedmf(vec4 p, float lacunarity, float gain, float offset, int octaves) { float sum = 0.0; float freq = 1.0, amp = 0.5; float prev = 1.0; for(int i=0; i<3; i++) { float noise = snoise(p*freq); float n = ridge(noise, offset); sum += n*amp*prev; prev = n; freq *= lacunarity; amp *= gain; } return sum; } float ridgedmfDefault(vec4 p, int octaves) { return ridgedmf(p, 2.0, 0.5, 1.0, octaves); } float bias(float a, float b) { return pow(a, log(b) / log(0.5)); } </script> <script id="vs" type="x-shader/x-vertex"> uniform float dispX; uniform float dispY; uniform float dispZ; uniform float amount; void main() { vec3 pos = vec3( position.x + dispX, position.y + dispY, position.z + dispZ ); float displace = snoise( pos / 1000.0 ); displace = snoise( pos * displace / 500.0 ); displace = snoise( pos * displace / 100.0 ); gl_Position = projectionMatrix * modelViewMatrix * vec4( position + ( normalize( position ) * displace * amount ), 1.0 ); } </script> <script id="fs" type="x-shader/x-fragment"> void main() { float depth = gl_FragCoord.z / gl_FragCoord.w; gl_FragColor = vec4( 1.0, 0.0, 0.0, smoothstep( 500.0, - 500.0, depth ) ); } </script> <script type="text/javascript"> var container, stats; var camera, scene, renderer; var particles, material; var mouse = { x: 0, y: 0 }; init(); animate(); function init() { container = document.getElementById( 'container' ); camera = new THREE.Camera( 50, window.innerWidth / window.innerHeight, 1, 500 ); camera.position.z = 200; scene = new THREE.Scene(); scene.fog = new THREE.Fog( 0x101020, 200, 400 ); // material = new THREE.ParticleBasicMaterial( { color: 0xff0000, size: 0.5 } ); material = new THREE.MeshShaderMaterial( { uniforms: { "dispX": { type: "f", value: 0 }, "dispY": { type: "f", value: 0 }, "dispZ": { type: "f", value: 0 }, "amount": { type: "f", value: 0 } }, vertexShader: document.getElementById( 'simplex' ).textContent + document.getElementById( 'vs' ).textContent, fragmentShader: document.getElementById( 'fs' ).textContent, depthTest: false } ); // console.log( material ); loader = new THREE.JSONLoader( true ); loader.load( { model: 'ShoeNike.js', callback: function ( geometry ) { particles = new THREE.ParticleSystem( geometry, material ); scene.addObject( particles ); } } ); renderer = new THREE.WebGLRenderer( ); renderer.setSize( window.innerWidth, window.innerHeight ); container.appendChild( renderer.domElement ); stats = new Stats(); stats.domElement.style.position = 'absolute'; stats.domElement.style.top = '0px'; //container.appendChild( stats.domElement ); document.addEventListener( 'mousemove', onDocumentMouseMove, false ); } function onDocumentMouseMove(event) { mouse.x = event.clientX - ( window.innerWidth / 2 ); mouse.y = event.clientY - ( window.innerHeight / 2 ); } function animate() { requestAnimationFrame( animate ); render(); stats.update(); } var start = new Date().getTime(); function render() { var time = new Date().getTime() - start; if ( particles ) { material.uniforms.dispX.value = Math.sin( time * 0.0001 ) * 250; material.uniforms.dispY.value = Math.sin( time * 0.00011 ) * 250; material.uniforms.dispZ.value = Math.sin( time * 0.00012 ) * 250; material.uniforms.amount.value = Math.sin( time * 0.0001 ) * 10; particles.rotation.y = mouse.x * 0.005; particles.rotation.z = mouse.y * 0.005; } renderer.render( scene, camera ); } </script> </div> </body> </html>
caraya/webgl-kitchen
Code Samples/ro.me/tech/demos/8/index.html
HTML
mit
23,773
<!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.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Drachenhorn.XML: Sheet/CombatInfo/ArmorType.cs File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Drachenhorn48x48.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Drachenhorn.XML </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('_armor_type_8cs.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#enum-members">Enumerations</a> </div> <div class="headertitle"> <div class="title">ArmorType.cs File Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html">Drachenhorn.Xml.Sheet.CombatInfo</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a> Enumerations</h2></td></tr> <tr class="memitem:ac95b6c2663d6cd4d5d3971b884a62143"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType</a> { <br /> &#160;&#160;<a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a6adf97f83acf6453d4a6a4b1070f3754">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.None</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a98921133d10fbdb0fb6dbb7b2648befe">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Head</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143aac101b32dda4448cf13a93fe283dddd8">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Body</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143ac0de26eacdb0be95995bddc8d719bc4b">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Hands</a>, <br /> &#160;&#160;<a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a48423a9049b3065103ef1026a5fa08e5">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Legs</a>, <a class="el" href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143a6311ae17c1ee52b36e68aaf4ad066387">Drachenhorn.Xml.Sheet.CombatInfo.ArmorType.Other</a> <br /> }</td></tr> <tr class="memdesc:ac95b6c2663d6cd4d5d3971b884a62143"><td class="mdescLeft">&#160;</td><td class="mdescRight">Area in which the Armor can be worn. <a href="namespace_drachenhorn_1_1_xml_1_1_sheet_1_1_combat_info.html#ac95b6c2663d6cd4d5d3971b884a62143">More...</a><br /></td></tr> <tr class="separator:ac95b6c2663d6cd4d5d3971b884a62143"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_fd5d9929c99b5ab7bfd86931304dddab.html">Sheet</a></li><li class="navelem"><a class="el" href="dir_e9249fddfb4e4c7d3483476991ddded4.html">CombatInfo</a></li><li class="navelem"><a class="el" href="_armor_type_8cs.html">ArmorType.cs</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> </ul> </div> </body> </html>
lightlike/DSACharacterSheet
docs/_armor_type_8cs.html
HTML
mit
7,114
<!DOCTYPE html> <html lang="en"> <head> <!-- start: Meta --> <meta charset="utf-8"> <title>Genius Dashboard - Bootstrap Admin Template</title> <meta name="description" content="Genius Dashboard - Bootstrap Admin Template."> <meta name="author" content="Łukasz Holeczek"> <meta name="keyword" content="Genius, Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina"> <!-- end: Meta --> <!-- start: Mobile Specific --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- end: Mobile Specific --> <!-- start: CSS --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/style.min.css" rel="stylesheet"> <link href="assets/css/retina.min.css" rel="stylesheet"> <link href="assets/css/print.css" rel="stylesheet" type="text/css" media="print"/> <!-- end: CSS --> <!-- The HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="assets/js/respond.min.js"></script> <![endif]--> <!-- start: Favicon and Touch Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="assets/ico/favicon.png"> <!-- end: Favicon and Touch Icons --> </head> <body> <!-- start: Header --> <header class="navbar"> <div class="container"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".sidebar-nav.nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a id="main-menu-toggle" class="hidden-xs open"><i class="fa fa-bars"></i></a> <a class="navbar-brand col-md-2 col-sm-1 col-xs-2" href="index.html"><span>Genius</span></a> <div id="search" class="col-sm-4 col-xs-8 col-lg-3"> <select> <option>everything</option> <option>messages</option> <option>comments</option> <option>users</option> </select> <input type="text" placeholder="search" /> <i class="fa fa-search"></i> </div> <!-- start: Header Menu --> <div class="nav-no-collapse header-nav"> <ul class="nav navbar-nav pull-right"> <li class="dropdown hidden-xs"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <i class="fa fa-warning"></i> <span class="number">11</span> </a> <ul class="dropdown-menu notifications"> <li class="dropdown-menu-title"> <span>You have 11 notifications</span> </li> <li> <a href="page-profile.html#"> <span class="icon blue"><i class="fa fa-user"></i></span> <span class="message">New user registration</span> <span class="time">1 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">7 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">8 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">16 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon blue"><i class="fa fa-user"></i></span> <span class="message">New user registration</span> <span class="time">36 min</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon yellow"><i class="fa fa-shopping-cart"></i></span> <span class="message">2 items sold</span> <span class="time">1 hour</span> </a> </li> <li class="warning"> <a href="page-profile.html#"> <span class="icon red"><i class="fa fa-user"></i></span> <span class="message">User deleted account</span> <span class="time">2 hour</span> </a> </li> <li class="warning"> <a href="page-profile.html#"> <span class="icon red"><i class="fa fa-shopping-cart"></i></span> <span class="message">Transaction was canceled</span> <span class="time">6 hour</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon green"><i class="fa fa-comment-o"></i></span> <span class="message">New comment</span> <span class="time">yesterday</span> </a> </li> <li> <a href="page-profile.html#"> <span class="icon blue"><i class="fa fa-user"></i></span> <span class="message">New user registration</span> <span class="time">yesterday</span> </a> </li> <li class="dropdown-menu-sub-footer"> <a>View all notifications</a> </li> </ul> </li> <!-- start: Notifications Dropdown --> <li class="dropdown hidden-xs"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <i class="fa fa-tasks"></i> <span class="number">17</span> </a> <ul class="dropdown-menu tasks"> <li> <span class="dropdown-menu-title">You have 17 tasks in progress</span> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">iOS Development</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressBlue">80</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">Android Development</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressYellow">47</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">Django Project For Google</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressRed">32</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">SEO for new sites</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressGreen">63</div> </a> </li> <li> <a href="page-profile.html#"> <span class="header"> <span class="title">New blog posts</span> <span class="percent"></span> </span> <div class="taskProgress progressSlim progressPink">80</div> </a> </li> <li> <a class="dropdown-menu-sub-footer">View all tasks</a> </li> </ul> </li> <!-- end: Notifications Dropdown --> <!-- start: Message Dropdown --> <li class="dropdown hidden-xs"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <i class="fa fa-envelope"></i> <span class="number">9</span> </a> <ul class="dropdown-menu messages"> <li> <span class="dropdown-menu-title">You have 9 messages</span> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Łukasz Holeczek </span> <span class="time"> 6 min </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar2.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Megan Abott </span> <span class="time"> 56 min </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar3.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Kate Ross </span> <span class="time"> 3 hours </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar4.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Julie Blank </span> <span class="time"> yesterday </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a href="page-profile.html#"> <span class="avatar"><img src="assets/img/avatar5.jpg" alt="Avatar"></span> <span class="header"> <span class="from"> Jane Sanders </span> <span class="time"> Jul 25, 2012 </span> </span> <span class="message"> Lorem ipsum dolor sit amet consectetur adipiscing elit, et al commore </span> </a> </li> <li> <a class="dropdown-menu-sub-footer">View all messages</a> </li> </ul> </li> <!-- end: Message Dropdown --> <li> <a class="btn" href="page-profile.html#"> <i class="fa fa-wrench"></i> </a> </li> <!-- start: User Dropdown --> <li class="dropdown"> <a class="btn account dropdown-toggle" data-toggle="dropdown" href="page-profile.html#"> <div class="avatar"><img src="assets/img/avatar.jpg" alt="Avatar"></div> <div class="user"> <span class="hello">Welcome!</span> <span class="name">Łukasz Holeczek</span> </div> </a> <ul class="dropdown-menu"> <li><a href="page-profile.html#"><i class="fa fa-user"></i> Profile</a></li> <li><a href="page-profile.html#"><i class="fa fa-cog"></i> Settings</a></li> <li><a href="page-profile.html#"><i class="fa fa-envelope"></i> Messages</a></li> <li><a href="page-login.html"><i class="fa fa-off"></i> Logout</a></li> </ul> </li> <!-- end: User Dropdown --> </ul> </div> <!-- end: Header Menu --> </div> </header> <!-- end: Header --> <div class="container"> <div class="row"> <!-- start: Main Menu --> <div id="sidebar-left" class="col-lg-2 col-sm-1 "> <div class="sidebar-nav nav-collapse collapse navbar-collapse"> <ul class="nav main-menu"> <li><a href="index.html"><i class="fa fa-bar-chart-o"></i><span class="hidden-sm text"> Dashboard</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-eye"></i><span class="hidden-sm text"> UI Features</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="ui-sliders-progress.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Sliders & Progress</span></a></li> <li><a class="submenu" href="ui-nestable-list.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Nestable Lists</span></a></li> <li><a class="submenu" href="ui-elements.html"><i class="fa fa-eye"></i><span class="hidden-sm text"> Elements</span></a></li> </ul> </li> <li><a href="widgets.html"><i class="fa fa-dashboard"></i><span class="hidden-sm text"> Widgets</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-o"></i><span class="hidden-sm text"> Example Pages</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="page-inbox.html"><i class="fa fa-envelope-o"></i><span class="hidden-sm text"> Inbox</span></a></li> <li><a class="submenu" href="page-invoice.html"><i class="fa fa-file-text"></i><span class="hidden-sm text"> Invoice</span></a></li> <li><a class="submenu" href="page-todo.html"><i class="fa fa-tasks"></i><span class="hidden-sm text"> ToDo & Timeline</span></a></li> <li><a class="submenu" href="page-profile.html"><i class="fa fa-male"></i><span class="hidden-sm text"> Profile</span></a></li> <li><a class="submenu" href="page-pricing-tables.html"><i class="fa fa-table"></i><span class="hidden-sm text"> Pricing Tables</span></a></li> <li><a class="submenu" href="page-404.html"><i class="fa fa-unlink"></i><span class="hidden-sm text"> 404</span></a></li> <li><a class="submenu" href="page-500.html"><i class="fa fa-unlink"></i><span class="hidden-sm text"> 500</span></a></li> <li><a class="submenu" href="page-lockscreen.html"><i class="fa fa-lock"></i><span class="hidden-sm text"> LockScreen</span></a></li> <li><a class="submenu" href="page-lockscreen2.html"><i class="fa fa-lock"></i><span class="hidden-sm text"> LockScreen2</span></a></li> <li><a class="submenu" href="page-login.html"><i class="fa fa-key"></i><span class="hidden-sm text"> Login Page</span></a></li> <li><a class="submenu" href="page-register.html"><i class="fa fa-sign-in"></i><span class="hidden-sm text"> Register Page</span></a></li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-edit"></i><span class="hidden-sm text"> Forms</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="form-elements.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Form elements</span></a></li> <li><a class="submenu" href="form-wizard.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Wizard</span></a></li> <li><a class="submenu" href="form-dropzone.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> Dropzone Upload</span></a></li> <li><a class="submenu" href="form-x-editable.html"><i class="fa fa-edit"></i><span class="hidden-sm text"> X-editable</span></a></li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-list-alt"></i><span class="hidden-sm text"> Charts</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="charts-flot.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> Flot Charts</span></a></li> <li><a class="submenu" href="charts-xcharts.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> xCharts</span></a></li> <li><a class="submenu" href="charts-others.html"><i class="fa fa-chevron-right"></i><span class="hidden-sm text"> Other</span></a></li> </ul> </li> <li><a href="typography.html"><i class="fa fa-font"></i><span class="hidden-sm text"> Typography</span></a></li> <li><a href="gallery.html"><i class="fa fa-picture-o"></i><span class="hidden-sm text"> Gallery</span></a></li> <li><a href="table.html"><i class="fa fa-align-justify"></i><span class="hidden-sm text"> Tables</span></a></li> <li><a href="calendar.html"><i class="fa fa-calendar"></i><span class="hidden-sm text"> Calendar</span></a></li> <li><a href="file-manager.html"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> File Manager</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-star"></i><span class="hidden-sm text"> Icons</span> <span class="chevron closed"></span></a> <ul> <li><a class="submenu" href="icons-halflings.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Halflings</span></a></li> <li><a class="submenu" href="icons-glyphicons-pro.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Glyphicons PRO</span></a></li> <li><a class="submenu" href="icons-filetypes.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Filetypes</span></a></li> <li><a class="submenu" href="icons-social.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Social</span></a></li> <li><a class="submenu" href="icons-font-awesome.html"><i class="fa fa-star"></i><span class="hidden-sm text"> Font Awesome</span></a></li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 4 Level Menu</span> <span class="chevron closed"></span></a> <ul> <li><a href="2nd-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 2nd Level</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 2nd Level</span> <span class="chevron closed"></span></a> <ul> <li><a href="3rd-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 3rd Level</span></a></li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 3rd Level</span> <span class="chevron closed"></span></a> <ul> <li> <a class="submenu" href="4th-level.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 4th Level</span></a> </li> </ul> </li> <li> <a class="dropmenu" href="page-profile.html#"><i class="fa fa-folder-open"></i><span class="hidden-sm text"> 3rd Level</span> <span class="chevron closed"></span></a> <ul> <li> <a class="submenu" href="4th-level2.html"><i class="fa fa-folder"></i><span class="hidden-sm text"> 4th Level</span></a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> <a href="page-profile.html#" id="main-menu-min" class="full visible-md visible-lg"><i class="fa fa-angle-double-left"></i></a> </div> <!-- end: Main Menu --> <!-- start: Content --> <div id="content" class="col-lg-10 col-sm-11 "> <ol class="breadcrumb"> <li><a href="page-profile.html#">Genius</a></li> <li><a href="page-profile.html#">Example Pages</a></li> <li class="active">Profile</li> </ol> <div class="row profile"> <div class="col-sm-3"> <div class="row"> <div class="col-xs-7 col-sm-12"> <img class="profile-image" src="assets/img/gallery/photo9.jpg"> </div> <div class="col-xs-5 col-sm-12"> <h3>General Information</h3> <ul class="profile-details"> <li> <div><i class="fa fa-briefcase"></i> position</div> CEO </li> <li> <div><i class="fa fa-building-o"></i> company</div> creativeLabs </li> </ul> <h3>Contact Information</h3> <ul class="profile-details"> <li> <div><i class="fa fa-phone"></i> phone</div> +48 123 456 789 </li> <li> <div><i class="fa fa-tablet"></i> mobile phone</div> +48 123 456 789 </li> <li> <div><i class="fa fa-envelope"></i> e-mail</div> [email protected] </li> <li> <div><i class="fa fa-map-marker"></i> address</div> Konopnickiej 42<br/> 43-190 Mikolow<br/> Slask, Poland </li> </ul> </div> </div><!--/row--> </div><!--/col--> <div class="col-sm-9"> <ul class="nav nav-tabs" id="myTab"> <li class="active"><a href="page-profile.html#skills">Skills</a></li> <li><a href="page-profile.html#friends">Friends</a></li> <li><a href="page-profile.html#photos">Photos</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="skills"> <div class="row"> <div class="col-sm-5"> <h2>About Me</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <h2>Bio</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <h2>Job</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> <h2>Languages</h2> <div class="row"> <div class="col-xs-4"> <div style="width:100%!important" class="language-skill1" data-percent="90"><span>90</span>%</div> <div style="text-align:center">English</div> </div><!--/col--> <div class="col-xs-4"> <div style="width:100%!important" class="language-skill2" data-percent="43"><span>43</span>%</div> <div style="text-align:center">Spanish</div> </div><!--/col--> <div class="col-xs-4"> <div style="width:100%!important" class="language-skill3" data-percent="17"><span>17</span>%</div> <div style="text-align:center">German</div> </div><!--/col--> </div><!--/row--> </div><!--/col--> <div class="col-sm-7"> <h2>My Skills</h2> <ul class="skill-bar"> <li> <h5>Web Design</h5> <div class="meter"><span class="lightBlue">40%</span></div> </li> <li> <h5>Wordpress</h5> <div class="meter"><span class="green">80%</span></div> </li> <li> <h5>Branding</h5> <div class="meter"><span class="red">100%</span></div> </li> <li> <h5>SEO Optmization</h5> <div class="meter"><span class="lightOrange">60%</span></div> </li> </ul> <h2>Other Skills</h2> <canvas id="canvas" class="chartjs" height="450" width="450"></canvas> </div><!--/col--> </div><!--/row--> </div> <div class="tab-pane" id="friends"> <ul class="friends-list clearfix"> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar.jpg"></a> <div>Lukasz Holeczek</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar2.jpg"></a> <div>Ann Polansky</div> <span class="label label-warning">busy</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar3.jpg"></a> <div>May Lin</div> <span class="label label-important">blocked</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar4.jpg"></a> <div>Kate Norman</div> <span class="label label-default">offline</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar5.jpg"></a> <div>Mia Lopez</div> <span class="label label-important">blocked</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar6.jpg"></a> <div>Katia Svoboda</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar7.jpg"></a> <div>Blanka Rosicky</div> <span class="label label-warning">busy</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar8.jpg"></a> <div>Garry Old</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> <li> <a class="avatar" href="page-profile.html#"><img src="assets/img/avatar9.jpg"></a> <div>Nick White</div> <span class="label label-success">active</span> <a href="page-profile.html#" class="fa fa-facebook-square"></a> <a href="page-profile.html#" class="fa fa-twitter-square"></a> <a href="page-profile.html#" class="fa fa-linkedin-square"></a> </li> </ul> </div> <div class="tab-pane" id="photos"> <div class="row"> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo1.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo2.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo3.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo4.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo5.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo6.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo7.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo8.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo9.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo10.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo11.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo12.jpg" alt="Sample Image"> </div> <div style="margin-bottom:30px" class="col-sm-2 col-xs-6"> <img class="img-thumbnail" src="assets/img/gallery/photo13.jpg" alt="Sample Image"> </div> </div> </div> </div> </div><!--/col--> </div><!--/profile--> </div> <!-- end: Content --> </div><!--/row--> </div><!--/container--> <div class="modal fade" id="myModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> <p>Here settings can be configured...</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <div class="clearfix"></div> <footer> <div class="row"> <div class="col-sm-5"> &copy; 2014 creativeLabs. <a href="http://bootstrapmaster.com">Admin Templates</a> by BootstrapMaster </div><!--/.col--> <div class="col-sm-7 text-right"> Powered by: <a href="http://bootstrapmaster.com/demo/genius/" alt="Bootstrap Admin Templates">Genius Dashboard</a> | Based on Bootstrap 3.1.1 | Built with brix.io <a href="http://brix.io" alt="Brix.io - Interface Builder">Interface Builder</a> </div><!--/.col--> </div><!--/.row--> </footer> <!-- start: JavaScript--> <!--[if !IE]>--> <script src="assets/js/jquery-2.1.0.min.js"></script> <!--<![endif]--> <!--[if IE]> <script src="assets/js/jquery-1.11.0.min.js"></script> <![endif]--> <!--[if !IE]>--> <script type="text/javascript"> window.jQuery || document.write("<script src='assets/js/jquery-2.1.0.min.js'>"+"<"+"/script>"); </script> <!--<![endif]--> <!--[if IE]> <script type="text/javascript"> window.jQuery || document.write("<script src='assets/js/jquery-1.11.0.min.js'>"+"<"+"/script>"); </script> <![endif]--> <script src="assets/js/jquery-migrate-1.2.1.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <!-- page scripts --> <script src="assets/js/jquery-ui-1.10.3.custom.min.js"></script> <!--[if lt IE 9]><script language="javascript" type="text/javascript" src="assets/js/excanvas.min.js"></script><![endif]--> <script src="assets/js/Chart.min.js"></script> <script src="assets/js/jquery.easy-pie-chart.min.js"></script> <!-- theme scripts --> <script src="assets/js/custom.min.js"></script> <script src="assets/js/core.min.js"></script> <!-- inline scripts related to this page --> <script src="assets/js/pages/page-profile.js"></script> <!-- end: JavaScript--> </body> </html>
nancyhawa/discipline
zproducts-WB0JM6RMD/genius_v_1_0_4_html/page-profile.html
HTML
mit
35,461
<?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" /> <!-- qsqlfield.cpp --> <title>Qt 4.8: QSqlField Class Reference</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="modules.html">Modules</a></li> <li><a href="qtsql.html">QtSql</a></li> <li>QSqlField</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"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#public-types">Public Types</a></li> <li class="level1"><a href="#public-functions">Public Functions</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> </ul> </div> <h1 class="title">QSqlField Class Reference</h1> <!-- $$$QSqlField-brief --> <p>The QSqlField class manipulates the fields in SQL database tables and views. <a href="#details">More...</a></p> <!-- @@@QSqlField --> <pre class="cpp"> <span class="preprocessor">#include &lt;QSqlField&gt;</span></pre><ul> <li><a href="qsqlfield-members.html">List of all members, including inherited members</a></li> <li><a href="qsqlfield-qt3.html">Qt 3 support members</a></li> </ul> <a name="public-types"></a> <h2>Public Types</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#RequiredStatus-enum">RequiredStatus</a></b> { Required, Optional, Unknown }</td></tr> </table> <a name="public-functions"></a> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#QSqlField">QSqlField</a></b> ( const QString &amp; <i>fieldName</i> = QString(), QVariant::Type <i>type</i> = QVariant::Invalid )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#QSqlField-2">QSqlField</a></b> ( const QSqlField &amp; <i>other</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#dtor.QSqlField">~QSqlField</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#clear">clear</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QVariant </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#defaultValue">defaultValue</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isAutoValue">isAutoValue</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isGenerated">isGenerated</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isNull">isNull</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isReadOnly">isReadOnly</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#isValid">isValid</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#length">length</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#name">name</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#precision">precision</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> RequiredStatus </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#requiredStatus">requiredStatus</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setAutoValue">setAutoValue</a></b> ( bool <i>autoVal</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setDefaultValue">setDefaultValue</a></b> ( const QVariant &amp; <i>value</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setGenerated">setGenerated</a></b> ( bool <i>gen</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setLength">setLength</a></b> ( int <i>fieldLength</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setName">setName</a></b> ( const QString &amp; <i>name</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setPrecision">setPrecision</a></b> ( int <i>precision</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setReadOnly">setReadOnly</a></b> ( bool <i>readOnly</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setRequired">setRequired</a></b> ( bool <i>required</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a></b> ( RequiredStatus <i>required</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setType">setType</a></b> ( QVariant::Type <i>type</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#setValue">setValue</a></b> ( const QVariant &amp; <i>value</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QVariant::Type </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#type">type</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QVariant </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#value">value</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#operator-not-eq">operator!=</a></b> ( const QSqlField &amp; <i>other</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> QSqlField &amp; </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#operator-eq">operator=</a></b> ( const QSqlField &amp; <i>other</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsqlfield.html#operator-eq-eq">operator==</a></b> ( const QSqlField &amp; <i>other</i> ) const</td></tr> </table> <a name="details"></a> <!-- $$$QSqlField-description --> <div class="descr"> <h2>Detailed Description</h2> <p>The QSqlField class manipulates the fields in SQL database tables and views.</p> <p>QSqlField represents the characteristics of a single column in a database table or view, such as the data type and column name. A field also contains the value of the database column, which can be viewed or changed.</p> <p>Field data values are stored as <a href="qtwebkit-bridge.html#qvariants">QVariants</a>. Using an incompatible type is not permitted. For example:</p> <pre class="cpp"> <span class="type">QSqlField</span> field(<span class="string">&quot;age&quot;</span><span class="operator">,</span> <span class="type"><a href="qvariant.html">QVariant</a></span><span class="operator">::</span>Int); field<span class="operator">.</span>setValue(<span class="type"><a href="qpixmap.html">QPixmap</a></span>()); <span class="comment">// WRONG</span></pre> <p>However, the field will attempt to cast certain data types to the field data type where possible:</p> <pre class="cpp"> <span class="type">QSqlField</span> field(<span class="string">&quot;age&quot;</span><span class="operator">,</span> <span class="type"><a href="qvariant.html">QVariant</a></span><span class="operator">::</span>Int); field<span class="operator">.</span>setValue(<span class="type"><a href="qstring.html">QString</a></span>(<span class="string">&quot;123&quot;</span>)); <span class="comment">// casts QString to int</span></pre> <p>QSqlField objects are rarely created explicitly in application code. They are usually accessed indirectly through <a href="qsqlrecord.html">QSqlRecord</a>s that already contain a list of fields. For example:</p> <pre class="cpp"> <span class="type"><a href="qsqlquery.html">QSqlQuery</a></span> query; ... <span class="type"><a href="qsqlrecord.html">QSqlRecord</a></span> record <span class="operator">=</span> query<span class="operator">.</span>record(); <span class="type">QSqlField</span> field <span class="operator">=</span> record<span class="operator">.</span>field(<span class="string">&quot;country&quot;</span>);</pre> <p>A QSqlField object can provide some meta-data about the field, for example, its <a href="qsqlfield.html#name">name</a>(), variant <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), typeID(), and its <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#isGenerated">isGenerated</a>() and <a href="qsqlfield.html#isReadOnly">isReadOnly</a>(). The field's data can be checked to see if it <a href="qsqlfield.html#isNull">isNull</a>(), and its <a href="qsqlfield.html#value">value</a>() retrieved. When editing the data can be set with <a href="qsqlfield.html#setValue">setValue</a>() or set to NULL with <a href="qsqlfield.html#clear">clear</a>().</p> </div> <p><b>See also </b><a href="qsqlrecord.html">QSqlRecord</a>.</p> <!-- @@@QSqlField --> <div class="types"> <h2>Member Type Documentation</h2> <!-- $$$RequiredStatus$$$Unknown$$$Optional$$$Required --> <h3 class="fn"><a name="RequiredStatus-enum"></a>enum QSqlField::<span class="name">RequiredStatus</span></h3> <p>Specifies whether the field is required or optional.</p> <table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr> <tr><td class="topAlign"><tt>QSqlField::Required</tt></td><td class="topAlign"><tt>1</tt></td><td class="topAlign">The field must be specified when inserting records.</td></tr> <tr><td class="topAlign"><tt>QSqlField::Optional</tt></td><td class="topAlign"><tt>0</tt></td><td class="topAlign">The fields doesn't have to be specified when inserting records.</td></tr> <tr><td class="topAlign"><tt>QSqlField::Unknown</tt></td><td class="topAlign"><tt>-1</tt></td><td class="topAlign">The database driver couldn't determine whether the field is required or optional.</td></tr> </table> <p><b>See also </b><a href="qsqlfield.html#requiredStatus">requiredStatus</a>().</p> <!-- @@@RequiredStatus --> </div> <div class="func"> <h2>Member Function Documentation</h2> <!-- $$$QSqlField[overload1]$$$QSqlFieldconstQString&QVariant::Type --> <h3 class="fn"><a name="QSqlField"></a>QSqlField::<span class="name">QSqlField</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>fieldName</i> = QString(), <span class="type"><a href="qvariant.html#Type-enum">QVariant::Type</a></span> <i>type</i> = QVariant::Invalid )</h3> <p>Constructs an empty field called <i>fieldName</i> of variant type <i>type</i>.</p> <p><b>See also </b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@QSqlField --> <!-- $$$QSqlField$$$QSqlFieldconstQSqlField& --> <h3 class="fn"><a name="QSqlField-2"></a>QSqlField::<span class="name">QSqlField</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> )</h3> <p>Constructs a copy of <i>other</i>.</p> <!-- @@@QSqlField --> <!-- $$$~QSqlField[overload1]$$$~QSqlField --> <h3 class="fn"><a name="dtor.QSqlField"></a>QSqlField::<span class="name">~QSqlField</span> ()</h3> <p>Destroys the object and frees any allocated resources.</p> <!-- @@@~QSqlField --> <!-- $$$clear[overload1]$$$clear --> <h3 class="fn"><a name="clear"></a><span class="type">void</span> QSqlField::<span class="name">clear</span> ()</h3> <p>Clears the value of the field and sets it to NULL. If the field is read-only, nothing happens.</p> <p><b>See also </b><a href="qsqlfield.html#setValue">setValue</a>(), <a href="qsqlfield.html#isReadOnly">isReadOnly</a>(), and <a href="qsqlfield.html#requiredStatus">requiredStatus</a>().</p> <!-- @@@clear --> <!-- $$$defaultValue[overload1]$$$defaultValue --> <h3 class="fn"><a name="defaultValue"></a><span class="type"><a href="qvariant.html">QVariant</a></span> QSqlField::<span class="name">defaultValue</span> () const</h3> <p>Returns the field's default value (which may be NULL).</p> <p><b>See also </b><a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@defaultValue --> <!-- $$$isAutoValue[overload1]$$$isAutoValue --> <h3 class="fn"><a name="isAutoValue"></a><span class="type">bool</span> QSqlField::<span class="name">isAutoValue</span> () const</h3> <p>Returns true if the value is auto-generated by the database, for example auto-increment primary key values.</p> <p><b>See also </b><a href="qsqlfield.html#setAutoValue">setAutoValue</a>().</p> <!-- @@@isAutoValue --> <!-- $$$isGenerated[overload1]$$$isGenerated --> <h3 class="fn"><a name="isGenerated"></a><span class="type">bool</span> QSqlField::<span class="name">isGenerated</span> () const</h3> <p>Returns true if the field is generated; otherwise returns false.</p> <p><b>See also </b><a href="qsqlfield.html#setGenerated">setGenerated</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), and <a href="qsqlfield.html#defaultValue">defaultValue</a>().</p> <!-- @@@isGenerated --> <!-- $$$isNull[overload1]$$$isNull --> <h3 class="fn"><a name="isNull"></a><span class="type">bool</span> QSqlField::<span class="name">isNull</span> () const</h3> <p>Returns true if the field's value is NULL; otherwise returns false.</p> <p><b>See also </b><a href="qsqlfield.html#value">value</a>().</p> <!-- @@@isNull --> <!-- $$$isReadOnly[overload1]$$$isReadOnly --> <h3 class="fn"><a name="isReadOnly"></a><span class="type">bool</span> QSqlField::<span class="name">isReadOnly</span> () const</h3> <p>Returns true if the field's value is read-only; otherwise returns false.</p> <p><b>See also </b><a href="qsqlfield.html#setReadOnly">setReadOnly</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@isReadOnly --> <!-- $$$isValid[overload1]$$$isValid --> <h3 class="fn"><a name="isValid"></a><span class="type">bool</span> QSqlField::<span class="name">isValid</span> () const</h3> <p>Returns true if the field's variant type is valid; otherwise returns false.</p> <!-- @@@isValid --> <!-- $$$length[overload1]$$$length --> <h3 class="fn"><a name="length"></a><span class="type">int</span> QSqlField::<span class="name">length</span> () const</h3> <p>Returns the field's length.</p> <p>If the returned value is negative, it means that the information is not available from the database.</p> <p><b>See also </b><a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@length --> <!-- $$$name[overload1]$$$name --> <h3 class="fn"><a name="name"></a><span class="type"><a href="qstring.html">QString</a></span> QSqlField::<span class="name">name</span> () const</h3> <p>Returns the name of the field.</p> <p><b>See also </b><a href="qsqlfield.html#setName">setName</a>().</p> <!-- @@@name --> <!-- $$$precision[overload1]$$$precision --> <h3 class="fn"><a name="precision"></a><span class="type">int</span> QSqlField::<span class="name">precision</span> () const</h3> <p>Returns the field's precision; this is only meaningful for numeric types.</p> <p>If the returned value is negative, it means that the information is not available from the database.</p> <p><b>See also </b><a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@precision --> <!-- $$$requiredStatus[overload1]$$$requiredStatus --> <h3 class="fn"><a name="requiredStatus"></a><span class="type"><a href="qsqlfield.html#RequiredStatus-enum">RequiredStatus</a></span> QSqlField::<span class="name">requiredStatus</span> () const</h3> <p>Returns true if this is a required field; otherwise returns false. An <tt>INSERT</tt> will fail if a required field does not have a value.</p> <p><b>See also </b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#defaultValue">defaultValue</a>(), and <a href="qsqlfield.html#isGenerated">isGenerated</a>().</p> <!-- @@@requiredStatus --> <!-- $$$setAutoValue[overload1]$$$setAutoValuebool --> <h3 class="fn"><a name="setAutoValue"></a><span class="type">void</span> QSqlField::<span class="name">setAutoValue</span> ( <span class="type">bool</span> <i>autoVal</i> )</h3> <p>Marks the field as an auto-generated value if <i>autoVal</i> is true.</p> <p><b>See also </b><a href="qsqlfield.html#isAutoValue">isAutoValue</a>().</p> <!-- @@@setAutoValue --> <!-- $$$setDefaultValue[overload1]$$$setDefaultValueconstQVariant& --> <h3 class="fn"><a name="setDefaultValue"></a><span class="type">void</span> QSqlField::<span class="name">setDefaultValue</span> ( const <span class="type"><a href="qvariant.html">QVariant</a></span> &amp; <i>value</i> )</h3> <p>Sets the default value used for this field to <i>value</i>.</p> <p><b>See also </b><a href="qsqlfield.html#defaultValue">defaultValue</a>(), <a href="qsqlfield.html#value">value</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setDefaultValue --> <!-- $$$setGenerated[overload1]$$$setGeneratedbool --> <h3 class="fn"><a name="setGenerated"></a><span class="type">void</span> QSqlField::<span class="name">setGenerated</span> ( <span class="type">bool</span> <i>gen</i> )</h3> <p>Sets the generated state. If <i>gen</i> is false, no SQL will be generated for this field; otherwise, Qt classes such as <a href="qsqlquerymodel.html">QSqlQueryModel</a> and <a href="qsqltablemodel.html">QSqlTableModel</a> will generate SQL for this field.</p> <p><b>See also </b><a href="qsqlfield.html#isGenerated">isGenerated</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setGenerated --> <!-- $$$setLength[overload1]$$$setLengthint --> <h3 class="fn"><a name="setLength"></a><span class="type">void</span> QSqlField::<span class="name">setLength</span> ( <span class="type">int</span> <i>fieldLength</i> )</h3> <p>Sets the field's length to <i>fieldLength</i>. For strings this is the maximum number of characters the string can hold; the meaning varies for other types.</p> <p><b>See also </b><a href="qsqlfield.html#length">length</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setLength --> <!-- $$$setName[overload1]$$$setNameconstQString& --> <h3 class="fn"><a name="setName"></a><span class="type">void</span> QSqlField::<span class="name">setName</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>name</i> )</h3> <p>Sets the name of the field to <i>name</i>.</p> <p><b>See also </b><a href="qsqlfield.html#name">name</a>().</p> <!-- @@@setName --> <!-- $$$setPrecision[overload1]$$$setPrecisionint --> <h3 class="fn"><a name="setPrecision"></a><span class="type">void</span> QSqlField::<span class="name">setPrecision</span> ( <span class="type">int</span> <i>precision</i> )</h3> <p>Sets the field's <i>precision</i>. This only affects numeric fields.</p> <p><b>See also </b><a href="qsqlfield.html#precision">precision</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setPrecision --> <!-- $$$setReadOnly[overload1]$$$setReadOnlybool --> <h3 class="fn"><a name="setReadOnly"></a><span class="type">void</span> QSqlField::<span class="name">setReadOnly</span> ( <span class="type">bool</span> <i>readOnly</i> )</h3> <p>Sets the read only flag of the field's value to <i>readOnly</i>. A read-only field cannot have its value set with <a href="qsqlfield.html#setValue">setValue</a>() and cannot be cleared to NULL with <a href="qsqlfield.html#clear">clear</a>().</p> <p><b>See also </b><a href="qsqlfield.html#isReadOnly">isReadOnly</a>().</p> <!-- @@@setReadOnly --> <!-- $$$setRequired[overload1]$$$setRequiredbool --> <h3 class="fn"><a name="setRequired"></a><span class="type">void</span> QSqlField::<span class="name">setRequired</span> ( <span class="type">bool</span> <i>required</i> )</h3> <p>Sets the required status of this field to <a href="qsqlfield.html#RequiredStatus-enum">Required</a> if <i>required</i> is true; otherwise sets it to <a href="qsqlfield.html#RequiredStatus-enum">Optional</a>.</p> <p><b>See also </b><a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>() and <a href="qsqlfield.html#requiredStatus">requiredStatus</a>().</p> <!-- @@@setRequired --> <!-- $$$setRequiredStatus[overload1]$$$setRequiredStatusRequiredStatus --> <h3 class="fn"><a name="setRequiredStatus"></a><span class="type">void</span> QSqlField::<span class="name">setRequiredStatus</span> ( <span class="type"><a href="qsqlfield.html#RequiredStatus-enum">RequiredStatus</a></span> <i>required</i> )</h3> <p>Sets the required status of this field to <i>required</i>.</p> <p><b>See also </b><a href="qsqlfield.html#requiredStatus">requiredStatus</a>(), <a href="qsqlfield.html#setType">setType</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setRequiredStatus --> <!-- $$$setType[overload1]$$$setTypeQVariant::Type --> <h3 class="fn"><a name="setType"></a><span class="type">void</span> QSqlField::<span class="name">setType</span> ( <span class="type"><a href="qvariant.html#Type-enum">QVariant::Type</a></span> <i>type</i> )</h3> <p>Set's the field's variant type to <i>type</i>.</p> <p><b>See also </b><a href="qsqlfield.html#type">type</a>(), <a href="qsqlfield.html#setRequiredStatus">setRequiredStatus</a>(), <a href="qsqlfield.html#setLength">setLength</a>(), <a href="qsqlfield.html#setPrecision">setPrecision</a>(), <a href="qsqlfield.html#setDefaultValue">setDefaultValue</a>(), <a href="qsqlfield.html#setGenerated">setGenerated</a>(), and <a href="qsqlfield.html#setReadOnly">setReadOnly</a>().</p> <!-- @@@setType --> <!-- $$$setValue[overload1]$$$setValueconstQVariant& --> <h3 class="fn"><a name="setValue"></a><span class="type">void</span> QSqlField::<span class="name">setValue</span> ( const <span class="type"><a href="qvariant.html">QVariant</a></span> &amp; <i>value</i> )</h3> <p>Sets the value of the field to <i>value</i>. If the field is read-only (<a href="qsqlfield.html#isReadOnly">isReadOnly</a>() returns true), nothing happens.</p> <p>If the data type of <i>value</i> differs from the field's current data type, an attempt is made to cast it to the proper type. This preserves the data type of the field in the case of assignment, e.g&#x2e; a <a href="qstring.html">QString</a> to an integer data type.</p> <p>To set the value to NULL, use <a href="qsqlfield.html#clear">clear</a>().</p> <p><b>See also </b><a href="qsqlfield.html#value">value</a>(), <a href="qsqlfield.html#isReadOnly">isReadOnly</a>(), and <a href="qsqlfield.html#defaultValue">defaultValue</a>().</p> <!-- @@@setValue --> <!-- $$$type[overload1]$$$type --> <h3 class="fn"><a name="type"></a><span class="type"><a href="qvariant.html#Type-enum">QVariant::Type</a></span> QSqlField::<span class="name">type</span> () const</h3> <p>Returns the field's type as stored in the database. Note that the actual value might have a different type, Numerical values that are too large to store in a long int or double are usually stored as strings to prevent precision loss.</p> <p><b>See also </b><a href="qsqlfield.html#setType">setType</a>().</p> <!-- @@@type --> <!-- $$$value[overload1]$$$value --> <h3 class="fn"><a name="value"></a><span class="type"><a href="qvariant.html">QVariant</a></span> QSqlField::<span class="name">value</span> () const</h3> <p>Returns the value of the field as a <a href="qvariant.html">QVariant</a>.</p> <p>Use <a href="qsqlfield.html#isNull">isNull</a>() to check if the field's value is NULL.</p> <p><b>See also </b><a href="qsqlfield.html#setValue">setValue</a>().</p> <!-- @@@value --> <!-- $$$operator!=[overload1]$$$operator!=constQSqlField& --> <h3 class="fn"><a name="operator-not-eq"></a><span class="type">bool</span> QSqlField::<span class="name">operator!=</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> ) const</h3> <p>Returns true if the field is unequal to <i>other</i>; otherwise returns false.</p> <!-- @@@operator!= --> <!-- $$$operator=[overload1]$$$operator=constQSqlField& --> <h3 class="fn"><a name="operator-eq"></a><span class="type">QSqlField</span> &amp; QSqlField::<span class="name">operator=</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> )</h3> <p>Sets the field equal to <i>other</i>.</p> <!-- @@@operator= --> <!-- $$$operator==[overload1]$$$operator==constQSqlField& --> <h3 class="fn"><a name="operator-eq-eq"></a><span class="type">bool</span> QSqlField::<span class="name">operator==</span> ( const <span class="type">QSqlField</span> &amp; <i>other</i> ) const</h3> <p>Returns true if the field is equal to <i>other</i>; otherwise returns false.</p> <!-- @@@operator== --> </div> </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/qsqlfield.html
HTML
mit
37,540
<div class="row m-t-md"> <div class="col-md-11"> <div class="form-group form-group-sm"> <label for="visitReason" class="col-sm-2 control-label">上门催收原因:</label> <div class="col-sm-10"> <select id="visitReason" class="form-control" ng-model="applyVo.visitReason" ng-options="item.dictDataCode as item.dictDataName for item in visitReasonList" required> <option value=""></option> </select> </div> </div> </div> <div class="col-md-11"> <div class="form-group form-group-sm"> <label for="visitComment" class="col-sm-2 control-label">上门催收备注:</label> <div class="col-sm-10"> <textarea type="text" class="form-control" id="visitComment" ng-model="applyVo.visitComment" placeholder="上门催收备注" rows="5" ></textarea> </div> </div> </div> </div>
dedp1984/gps_client
app/module_assetsmanage/tpl/form-apply-visit-collection.tpl.html
HTML
mit
986
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JS-Interpreter Async Demo</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="../acorn.js"></script> <script src="../interpreter.js"></script> <script> var myInterpreter; function initAlert(interpreter, scope) { var wrapper = function(text) { text = text ? text.toString() : ''; return interpreter.createPrimitive(alert(text)); }; interpreter.setProperty(scope, 'alert', interpreter.createNativeFunction(wrapper)); var wrapper = function getXhr(href, callback) { href = href ? href.toString() : ''; var req = new XMLHttpRequest(); req.open('GET', href, true); req.onreadystatechange = function() { if (req.readyState == 4 && req.status == 200) { callback(interpreter.createPrimitive(req.responseText)); } }; req.send(null); }; interpreter.setProperty(scope, 'getXhr', interpreter.createAsyncFunction(wrapper)); }; function parseButton() { var code = document.getElementById('code').value myInterpreter = new Interpreter(code, initAlert); disable(''); } function stepButton() { if (myInterpreter.stateStack[0]) { var node = myInterpreter.stateStack[0].node; var start = node.start; var end = node.end; } else { var start = 0; var end = 0; } createSelection(start, end); try { var ok = myInterpreter.step(); } finally { if (!ok) { disable('disabled'); } } } function runButton() { disable('disabled'); if (myInterpreter.run()) { // Ran until an async call. Give this call a chance to run. // Then start running again later. // 1000ms is waaay too long, but is used here to demo the pause. setTimeout(runButton, 1000); } } function disable(disabled) { document.getElementById('stepButton').disabled = disabled; document.getElementById('runButton').disabled = disabled; } function createSelection(start, end) { var field = document.getElementById('code') if (field.createTextRange) { var selRange = field.createTextRange(); selRange.collapse(true); selRange.moveStart('character', start); selRange.moveEnd('character', end); selRange.select(); } else if (field.setSelectionRange) { field.setSelectionRange(start, end); } else if (field.selectionStart) { field.selectionStart = start; field.selectionEnd = end; } field.focus(); } </script> </head> <body> <h1>JS-Interpreter Async Demo</h1> <p>Asynchronous function calls in the real world can be wrapped to appear synchronous to code running in the JS-Interpreter. The example below (see this page's source) creates a <code>getXhr</code> function that fetches a URL and returns the content.</p> <p>This function is defined using <code>createAsyncFunction</code> during initialization. When called, the interpreter is paused until the callback occurs. During this paused state, <code>step</code> and <code>run</code> will both do nothing, returning <code>true</code> to indicate that the program still has code to execute.</p> <p>Click <em>Parse</em>, then either click <em>Step</em> repeatedly, or click <em>Run</em> once. Open your browser's console for errors.</p> <p><textarea id="code"> alert(getXhr('async.txt')); </textarea><br> <button onclick="parseButton()">Parse</button> <button onclick="stepButton()" id="stepButton" disabled="disabled">Step</button> <button onclick="runButton()" id="runButton" disabled="disabled">Run</button> </p> <p>Back to the <a href="../docs.html">JS-Interpreter documentation</a>.</p> <script> disable('disabled'); if (location.protocol == 'file:' && navigator.userAgent.indexOf('Firefox') == -1) { alert('Warning: This page is loaded with the "file:" protocol.\n' + 'Your browser might prevent XHR from working here.') } </script> </body> </html>
aravart/speech-games
lib/js-interpreter/demos/async.html
HTML
mit
4,225
<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/05-005/05-005-wt.jpg" alt=""></div> <div class="item"><img src="../../../../img/images/clothes/w15/05-005/05-005-wt2.png" 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">Артикул: 05.005</span> <span class="card__item__content__text">Материалы: 100% шёлк</span> <span class="card__item__content__text">Размер: XS-XL</span> <ul class="card__item__content__consist"> <li><i class="materials materials--05005-wt"></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-05-005.html
HTML
mit
1,206
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="ldblog-standard"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="http://livedoor.blogimg.jp/avselection/imgs/2/7/favicon.ico" /><link rel="icon" href="http://livedoor.blogimg.jp/avselection/imgs/2/7/2777089b.jpg" /> <link rel="stylesheet" href="http://parts.blog.livedoor.jp/css/template.css?v=20130404" type="text/css" /> <link rel="stylesheet" href="http://av-selection.net/site.css?_=20141021224212" type="text/css" /><link rel="alternate" type="application/rss+xml" title="RSS" href="http://av-selection.net/index.rdf" /> <link rel="alternate" type="application/atom+xml" title="Atom" href="http://av-selection.net/atom.xml" /><link rel="canonical" href="http://av-selection.net/archives/38476794.html" /><link rel="openid.server" href="http://auth.livedoor.com/openid/server" /><link rel="openid.delegate" href="http://profile.livedoor.com/avselection/" /> <link rel="mixi-check-alternate" media="mixi-device-mobile" type="text/html" href="http://blog.m.livedoor.jp/avselection/article/38476794" /> <link rel="mixi-check-alternate" media="mixi-device-smartphone" type="text/html" href="http://av-selection.net/archives/38476794.html" /><meta property="mixi:content-rating" content="1" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="http://blog.m.livedoor.jp/avselection/article/38476794" /> <title>チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】|無料エロ動画AVselection</title> <meta name="keywords" content="痴女・ビッチ,お姉さん"> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/emoji.js"></script> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/misc.js"></script> <!-- Add Header Tag // --> <script type="text/javascript" src="http://av-selection.net/jquery-1.7.2.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33829258-3']); _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> <!-- // Add Header Tag --> </head> <body class="article"><script type="text/javascript"><!-- var ld_blog_vars = { provider_id : '1', provider_name : 'livedoor', id : '5257383', name : 'avselection', charset : 'utf8', url : 'http://av-selection.net/', title : '無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介', blog_design: { version: 1 }, blog_category: { id: '148', permalink: 'http://blog.livedoor.com/category/148/', name: 'アダルト(総合) > アダルト動画・画像', is_adult : 1, is_gambling : 0, hierarchy: [{ id: '143', name: 'アダルト(総合)', permalink: 'http://blog.livedoor.com/category/143/' },{ id: '148', name: 'アダルト動画・画像', permalink: 'http://blog.livedoor.com/category/148/' }] }, current_page : { type : 'article', page : '' }, articles : [ { id : '38476794', permalink : 'http://av-selection.net/archives/38476794.html', title : 'チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】', categories : [ { id:'491492', name:'痴女・ビッチ', permalink:'http://av-selection.net/archives/cat_491492.html' }, { id:'491491', name:'お姉さん', permalink:'http://av-selection.net/archives/cat_491491.html' } ], date : '2014-06-04 23:00:41' } ] }; //--> </script><div id="analyzer_tags" style="display:none"> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/c2.js"></script> <script type="text/javascript">blog_counter('avselection', 5257383, 'http://av-selection.net/')</script> </div><script type="text/javascript" src="http://parts.blog.livedoor.jp/js/smartphone.js?v=20131007"></script> <script type="text/javascript" src="http://av-selection.net/settings/header.js"></script><script type="text/javascript" src="http://av-selection.net/settings/ad.js"></script> <script type="text/javascript"> var palette_src = 'http://parts.blog.livedoor.jp/img/emoji/2/palette.png'; if (typeof IMAGE_CACHE == 'object' && IMAGE_CACHE['emoji_palette']) IMAGE_CACHE['emoji_palette'].src = palette_src; </script> <a name="top"></a> <!-- Blog Common Header // --> <!-- // Blog Common Header --> <div class="clearfix" id="container"> <!-- ▼▼▼サイドメニュー▼▼▼ --> <div id="sidemenu_article"> <ul> <li><a href="#" class="sidemenu_top"></a></li> <li><a href="#footer" class="sidemenu_fot"></a></li> </ul> </div> <!-- ▲▲▲サイドメニュー▲▲▲ --> <div id="blogcontainer"> <div id="banner" class="clearfix"> <div id="banner-h1"><h1><a href="http://av-selection.net/" title="無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介"><span class="h1span">無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介</span></a></h1> </div> <ul class="banner-list"> <form action="http://av-selection.net/search" method="GET"> <li class="search_text"> <input type="text" name="q" class="sf"> </li> <li class="search_sub"> <input type="submit" value="検索" class="sfbtn"> </li> </form> <li><a href="http://av-selection.net/#footer">このサイトについて</a></li> </ul> </div> <!-- ▼▼▼article_pr▼▼ --> <div id="article_pr"> <iframe src="http://av-selection.net/pickup_side.html" frameborder="0" scrolling="no" class="pickup_side"></iframe> <div id="dtiside"> <div id="insertAdSpaceBeforeThis_000000015e426e3d" style="display:none"></div> <script type="text/javascript"> (function() { try { var scriptEl = document.createElement('script'); scriptEl.type = 'text/javascript'; scriptEl.async = 'async'; scriptEl.src = ('https:' == document.location.protocol) ? 'https://scdn.cxense.com/cx.js' : 'http://cdn.cxense.com/cx.js'; var targetEl = document.getElementsByTagName('script')[0]; targetEl.parentNode.insertBefore(scriptEl, targetEl); } catch (e) {}; })(); </script> <script type="text/javascript"> var cX = cX || {}; cX.callQueue = cX.callQueue || []; cX.callQueue.push(['insertAdSpace', { adSpaceId:'000000015e426e3d', baseAdDeliveryUrl:'http://adn.dmm.com/adserver/search', adUnitWidth:300, adUnitHeight:250, initialHorizontalAdUnits:1, initialVerticalAdUnits:1, clickTargetFrame: '_blank' } ]); </script> <!-- Cxense script begin --> <div id="cX-root" style="display:none"></div> <script type="text/javascript"> var cX = cX || {}; cX.callQueue = cX.callQueue || []; cX.callQueue.push(['setSiteId', '9222319722580343876']); cX.callQueue.push(['sendPageViewEvent']); </script> <script type="text/javascript"> (function() { try { var scriptEl = document.createElement('script'); scriptEl.type = 'text/javascript'; scriptEl.async = 'async'; scriptEl.src = ('https:' == document.location.protocol) ? 'https://scdn.cxense.com/cx.js' : 'http://cdn.cxense.com/cx.js'; var targetEl = document.getElementsByTagName('script')[0]; targetEl.parentNode.insertBefore(scriptEl, targetEl); } catch (e) {};} ()); </script> <!-- Cxense script end --> <p style="margin:10px 0 0 0;"> <script type="text/javascript" src="http://av-selection.net/dmm_pr2.js"></script> </p> <p style="margin:10px 0 0 0;"> <script type="text/javascript" src="http://av-selection.net/dmm_pr.js"></script> </p> </div> </div> <!-- ▼▼▼pickup top img▼▼ --> <script type="text/javascript"> var mynum = Math.floor(Math.random() * 2) + 1; document.write('<iframe src="http://av-selection.net/pickup_top_img' + mynum + '.html" frameborder="0" scrolling="no" class="pickup_top_img"></iframe>'); </script> <noscript> <iframe src="http://av-selection.net/pickup_top_img1.html" frameborder="0" scrolling="no" class="pickup_top_img"></iframe> </noscript> <!-- ▲▲▲article_pr▲▲▲ --> <div style="text-align: center; margin: 10px auto 10px;"> <!-- admax --> <script type="text/javascript" src="http://adm.shinobi.jp/s/815c141fe4d2a4b74788210367f688bf"></script> <!-- admax --> </div> <div id="links"> <div id="linkstop"></div> <div id="linksbody"> <div class="plugin-recent_articles_image sidewrapper"> <div class="sidetitlebody"> <div class="sidetitle">最新記事</div> </div> <div class="sidetop"></div> <div class="side"> <ul class="recent-article-image"> <li> <a href="http://av-selection.net/archives/41377280.html"><img src="http://resize.blogsys.jp/5802f992de1646b7878a3413abd379ad44d2d73b/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/2/f/2f01523e.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41377280.html">2人がかりで男の精根を吸い上げ果てさせる黒髪ロングの清楚JK【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41375305.html"><img src="http://resize.blogsys.jp/2e23583871260937564cf9ff2541d94f97d8d87b/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/e/4/e476a10e.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41375305.html">神々しいレベルのハーフ美女 ゆるやかとした身体のうねりがエロ過ぎる【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41364427.html"><img src="http://resize.blogsys.jp/f810adf9712a696501b0617a45f149b63f0521fe/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/4/f/4f1447fe.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41364427.html">清楚なお姉さんのぽっちゃりボディにぷっくり乳輪を舐めるように犯す!【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41363198.html"><img src="http://resize.blogsys.jp/d6e4ce010fe42ed94d77c8aa120716875a5daa0e/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/f/5/f50bfb7c.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41363198.html">ハーレム気分を味あわせてくれるスケベな素人水着お姉さんたち【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41362845.html"><img src="http://resize.blogsys.jp/b4d70f1db163389faffd6e659abbc0608be43c81/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/8/a/8a20c46a.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41362845.html">男を誘うスラリとした美脚!静かにハメられるスレンダーCA【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41361787.html"><img src="http://resize.blogsys.jp/ed248c3af3c8add5227ccccec55d5ea979716082/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/f/3/f320febd.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41361787.html">ショートヘアの美少女新妻!新婚の甘いラブラブ主観セクロス【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41358907.html"><img src="http://resize.blogsys.jp/c859c6fc54ab90715961cbdee7dfbbc7492edf66/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/a/9/a9970e17.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41358907.html">監禁調教で完全にSEX中毒にされてしまった茶髪OL【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41358804.html"><img src="http://resize.blogsys.jp/0c679d4ba1aade542b8ffbd337875394f4c7eba1/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/3/1/313b7e31.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41358804.html">いたいけない瞳をした制服ロリ娘がかわいげに自ら腰を振る【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41347740.html"><img src="http://resize.blogsys.jp/c8b6795953ec56eda9c325c932f78e0e11e67521/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/b/f/bf90b7f8.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41347740.html">妙齢のスレンダー美女店員をセクハラしまくり勢いで自宅で思いを遂げる【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41347560.html"><img src="http://resize.blogsys.jp/b38c22e46c2d86c51ed5de3175974c150758cb50/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/6/3/6399f71e.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41347560.html">美乳ギャルがはにかみながら抱き合う可愛さを感じるセクロス【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41343307.html"><img src="http://resize.blogsys.jp/b3bea0814dda924c30f5d54209696bdb8f181cf7/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/5/a/5af8ea8c.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41343307.html">美女が高露出のエッチなコスプレで尽くしてくれるSEXは格別!【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41340479.html"><img src="http://resize.blogsys.jp/891be7cc44d72c4b4463f2f788350e3c8d217932/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/9/4/94cc74d9.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41340479.html">浴衣からはだけるハリのある豊満おっぱいに溺れるしっぽりパコパコ【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41340263.html"><img src="http://resize.blogsys.jp/deb8b511ea3f87cafeda7b5d757acca6a04de534/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/1/9/19a3c504.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41340263.html">信じていたお医者様が二人きりになったら豹変! 力づくで犯される美人若妻【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41332970.html"><img src="http://resize.blogsys.jp/71eab7fd40f86726a7736abfef9dcba5d2c701a4/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/3/9/39bfcef1.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41332970.html">セクハラ医師の変態すぎる診察に素直に従っちゃう巨乳娘【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41328649.html"><img src="http://resize.blogsys.jp/c066a812157b0fe9d742e861ae5e5ed9e080ed50/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/5/d/5d64bce7.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41328649.html">禁断の近親相姦に燃える姉弟 恋人とやるより身体の相性ヨシ!【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41328506.html"><img src="http://resize.blogsys.jp/0b9330d01dc925c7f2c71110f4a0d015a38c6e8d/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/8/e/8ef2abd7.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41328506.html">貧乳芸術娘たちがモデルの股間の膨らみに惚れて吸い付いてしまうw【エロ動画】</a> </li> <li> <a href="http://av-selection.net/archives/41326027.html"><img src="http://resize.blogsys.jp/5bb77fea37617f697ebdbbcfe58890f6e995739a/crop1/185x145/http://livedoor.blogimg.jp/avselection/imgs/7/d/7d7e3543.jpg" alt="" /></a> <a href="http://av-selection.net/archives/41326027.html">血の繋がらないハーフ娘 飼育監禁し妊娠するまで中出しを続ける【エロ動画・SHARA】</a> </li> </ul> </div> <div class="sidebottom"></div> </div><!-- // plugin-recent_articles_image --> <div class="elsehead"></div> <div class="elsebody"> </div> <div class="elsebottom"></div> </div> <div id="linksbottom"></div> </div> <div id="content_article"> <div id="blog" class="clearfix"> <div id="blogtop"></div> <div id="articlebody" class="clearfix"> <div style="margin: 0 0 10px 0;" class="clearfix"> <div class="main_article"><div class="mov_time"> <img src="http://livedoor.blogimg.jp/avselection/imgs/6/e/6e003a7c.jpg" border="0" alt="1" hspace="5" class="pict"> <span>26:00</span> </div></div> <div class="titlebody"><h3 class="title"><a href="http://av-selection.net/archives/38476794.html">チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】</a></h3> <div class="datebody"> <p>&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491492.html">痴女・ビッチ</a>&nbsp;&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491491.html">お姉さん</a> </p> <p><span class="date">2014年06月04日</span><span class="time">23:00</time></p> <p> <a href="http://b.hatena.ne.jp/entry/http://av-selection.net/archives/38476794.html" class="hatena-bookmark-button" data-hatena-bookmark-title="チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】 - 無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a> <script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script> </div></p> </div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description rdf:about="http://av-selection.net/archives/38476794.html" trackback:ping="http://trackback.blogsys.jp/livedoor/avselection/38476794" dc:title="チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】" dc:identifier="http://av-selection.net/archives/38476794.html" dc:subject="痴女・ビッチ,お姉さん" dc:description="26:00" dc:creator="hirohisa0721" dc:date="2014-06-04T23:00:41+09:00" /> </rdf:RDF> --> <div id="ad_rs" class="ad_rs_b"></div> </div> <a name="more"></a><div class="mainmore"><iframe src="http://flashservice.xvideos.com/embedframe/7994012" frameborder=0 width=510 height=400 scrolling=no></iframe> <iframe src="http://flashservice.xvideos.com/embedframe/7994057" frameborder=0 width=510 height=400 scrolling=no></iframe> </div> <script type="text/javascript"> $('.mainmore iframe, .mainmore object, .mainmore div').each(function(){ $(this).before('<iframe src="http://av-selection.net/movie_top.html" class="movie_top" frameborder="0" scrolling="no"></iframe>'); $(this).after('<iframe src="http://av-selection.net/movie_bottom_pr2.html" class="movie_bottom_pr" frameborder="0" scrolling="no"></iframe>'); }); </script> <div class="comblogbodybottom"></div> <div class="postedbody"><div class="posted">&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491492.html">痴女・ビッチ</a>&nbsp;&nbsp;|&nbsp;<a href="http://av-selection.net/archives/cat_491491.html">お姉さん</a>|&nbsp; <a href="http://b.hatena.ne.jp/entry/http://av-selection.net/archives/38476794.html" class="hatena-bookmark-button" data-hatena-bookmark-title="チンコをむさぼるのを一時もやめない、まさに痴女中の痴女のお姉さん【エロ動画】 - 無料エロ動画AVselection-1日10本の18禁アダルト動画を紹介" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a> <script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script> </div></div> <div class="portal-links"> </div> <div id="ad2"></div> </div> <div id="subspace"> <a name="trackback"></a> <!-- ▼▼▼pickup under img▼▼ --> <iframe src="http://av-selection.net/pickup_under_img.html" frameborder="0" scrolling="no" class="pickup_under_img"></iframe> <div id="ldblog_related_articles_7c1e7957"> <div class="related-articles ldblog_related_articles_7c1e7957" data-category-id="491492" data-article-rows="15"> <h3>「痴女・ビッチ」カテゴリの最新記事</h3> <ul id="ldblog_related_articles_7c1e7957_491492"></ul> </div> <div class="related-articles ldblog_related_articles_7c1e7957" data-category-id="491491" data-article-rows="15"> <h3>「お姉さん」カテゴリの最新記事</h3> <ul id="ldblog_related_articles_7c1e7957_491491"></ul> </div> </div> <script type="text/html" id="ldblog_related_articles_7c1e7957_tmpl"> <% for(var i=0,l=articles.length;i<l;i++) {%><% if(i>=rows) break; %> <li><a href="<%=articles[i].permalink%>"><%=articles[i].title%></a></li> <% } %> </script> <script type="text/javascript" src="http://parts.blog.livedoor.jp/js/related_articles.js"></script> <script type="text/javascript"> (function(){ var rebuild_at = 1416385468; RelatedArticles.load('ldblog_related_articles_7c1e7957'); })(); </script> </div> <div id="blogfooter"></div> </div> <div id="blogcommentbottom"></div> <div class="menu"><a href="http://av-selection.net/">このBlogのトップへ</a>&nbsp;<a href="http://av-selection.net/archives/38476534.html">前の記事</a>&nbsp;<a href="http://av-selection.net/archives/38478289.html">次の記事</a></div> </div><!-- End of content_article --> </div><!-- End of blogcontainer--> <!-- ▼▼▼fixscript▼▼ --> <script type="text/javascript"> var dtitop = $('#dtiside'); gHeadOffset = dtitop.offset(); // #globalHeader の位置を offset で取得 var picimg = $("#text"), picimgOffset = picimg.offset(); // #globalHeader の位置を offset で取得 $(window).on("scroll", function() { // windowのスクロールが#globalHeaderを超えたら if ( $(this).scrollTop() >= gHeadOffset.top ) { // #globalHeaderのpositoinをabsoluteからfixedにしている処理 dtitop.css({ position: "fixed", top: "10px" }); // もとの位置に戻ったら absolute に戻す } else { dtitop.css({ position: "static" }); } }); </script> </div><!-- End of container --> <!--▼▼▼saport js▼▼▼ --> <script type="text/javascript" src="http://av-selection.net/saport.js"></script> <!--▲▲▲saport js▲▲▲ --> <div id="footer"> <p>copywrite c 2012 &nbsp;&nbsp;<a href="http://av-selection.net/">無料エロ動画のAV-selection</a>&nbsp;&nbsp; All Rights Reserved. </p> <div id="i2i-15a675c9be31438acfd-wrap"><a href="http://count.i2i.jp/" target="_blank" id="i2i-15a675c9be31438acfd-img1" ><img src="http://rc9.i2i.jp/bin/img/i2i_pr1.gif" border="0" alt="アクセスカウンター"></a><script type="text/javascript" src="http://rc9.i2i.jp/bin/get.x?00801236&&1"></script><noscript><a href="http://rank.i2i.jp/"><img src="http://rc9.i2i.jp/bin/img/i2i_pr2.gif" alt="アクセスランキング" border="0" /></a><div><font size=1><a href="http://accm.i2iparts.jp/" target="_blank">携帯アクセス解析</a></font></div></noscript></div> </div> <div id="outfooter"></div> <!-- Add Body Tag // --> <script type="text/javascript"> var nend_params = {"media":4534,"site":16773,"spot":58573,"type":2,"oriented":1,"sp":0}; </script> <script type="text/javascript" src="http://js1.nend.net/js/nendAdLoader.js"></script> <script type="text/javascript"> (function(){ var traq = document.createElement('script'); traq.type = 'text/javascript'; traq.async = true; traq.src = 'http://t.blog.livedoor.jp/u.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(traq, s); })(); </script> <noscript> <img src="http://t.blog.livedoor.jp/u.gif" alt="traq"> </noscript> <!-- // Add Body Tag --> </body> </html>
togusafish/app2641-_-AdultMidnight
data/fixtures/html/av-selection/38476794.html
HTML
mit
24,469
<!--$Id: port.html 63573 2008-05-23 21:43:21Z trent.nelson $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB Reference Guide: Porting Berkeley DB to new architectures</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <table width="100%"><tr valign=top> <td><b><dl><dt>Berkeley DB Reference Guide:<dd>Distribution</dl></b></td> <td align=right><a href="../test/faq.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../distrib/layout.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p align=center><b>Porting Berkeley DB to new architectures</b></p> <p>Berkeley DB is generally easy to port to new architectures. Berkeley DB was designed to be as portable as possible, and has been ported to a wide variety of systems, from Wind River's Tornado system, to VMS, to Windows/NT and Windows/95, and most existing UNIX platforms. It runs on 16, 32 and 64-bit machines, little or big-endian. The difficulty of a port depends on how much of the ANSI C and POSIX 1003.1 standards the new architecture offers.</p> <p>An abstraction layer separates the main Berkeley DB code from the operating system and architecture specific components. This layer is comprised of approximately 2500 lines of C language code, found in the <b>os</b> subdirectory of the Berkeley DB distribution. The following list of files include functionality that may need to be modified or implemented in order to support a new architecture. Within each file, there is usually one, but sometimes several functions (for example, the <b>os_alloc.c</b> file contains the malloc, calloc, realloc, free, and strdup functions).</p> <table border=1 align=center> <tr><th>Source file</th><th>Description</th></tr> <tr><td>os_abs.c</td><td>Return if a filename is an absolute pathname</td></tr> <tr><td>os_alloc.c</td><td>ANSI C malloc, calloc, realloc, strdup, free front-ends</td></tr> <tr><td>os_clock.c</td><td>Return the current time-of-day</td></tr> <tr><td>os_config.c</td><td>Return run-time configuration information</td></tr> <tr><td>os_dir.c</td><td>Read the filenames from a directory</td></tr> <tr><td>os_errno.c</td><td>Set/get the ANSI C errno value</td></tr> <tr><td>os_fid.c</td><td>Create a unique ID for a file</td></tr> <tr><td>os_fsync.c</td><td>POSIX 1003.1 fsync front-end</td></tr> <tr><td>os_handle.c</td><td>Open file handles</td></tr> <tr><td>os_id.c</td><td>Return thread ID</td></tr> <tr><td>os_map.c</td><td>Map a shared memory area</td></tr> <tr><td>os_method.c</td><td>Run-time replacement of system calls</td></tr> <tr><td>os_oflags.c</td><td>Convert POSIX 1003.1 open flags, modes to Berkeley DB flags</td></tr> <tr><td>os_open.c</td><td>Open file handles</td></tr> <tr><td>os_region.c</td><td>Map a shared memory area</td></tr> <tr><td>os_rename.c</td><td>POSIX 1003.1 rename call</td></tr> <tr><td>os_root.c</td><td>Return if application has special permissions</td></tr> <tr><td>os_rpath.c</td><td>Return last pathname separator</td></tr> <tr><td>os_rw.c</td><td>POSIX 1003.1 read/write calls</td></tr> <tr><td>os_seek.c</td><td>POSIX 1003.1 seek call</td></tr> <tr><td>os_sleep.c</td><td>Cause a thread of control to release the CPU</td></tr> <tr><td>os_spin.c</td><td>Return the times to spin while waiting for a mutex</td></tr> <tr><td>os_stat.c</td><td>POSIX 1003.1 stat call</td></tr> <tr><td>os_tmpdir.c</td><td>Set the path for temporary files</td></tr> <tr><td>os_unlink.c</td><td>POSIX 1003.1 unlink call</td></tr> </table> <p>All but a few of these files contain relatively trivial pieces of code. Typically, there is only a single version of the code for all platforms Berkeley DB supports, and that code lives in the <b>os</b> directory of the distribution. Where different code is required, the code is either conditionally compiled or an entirely different version is written. For example, VxWorks versions of some of these files can be found in the distribution directory os_vxworks, and Windows versions can be found in os_windows.</p> <p>Historically, there are only two difficult questions to answer for each new port. The first question is how to handle shared memory. In order to write multiprocess database applications (not multithreaded, but threads of control running in different address spaces), Berkeley DB must be able to name pieces of shared memory and access them from multiple processes. On UNIX/POSIX systems, we use <b>mmap</b> and <b>shmget</b> for that purpose, but any interface that provides access to named shared memory is sufficient. If you have a simple, flat address space, you should be able to use the code in <b>os_vxworks/os_map.c</b> as a starting point for the port. If you are not intending to write multiprocess database applications, then this won't be necessary, as Berkeley DB can simply allocate memory from the heap if all threads of control will live in a single address space.</p> <p>The second question is mutex support. Berkeley DB requires some form of <b>self-blocking</b> mutual exclusion mutex. Blocking mutexes are preferred as they tend to be less CPU-expensive and less likely to cause thrashing. If blocking mutexes are not available, however, test-and-set will work as well. The code for mutexes is in two places in the system: the include file <b>dbinc/mutex.h</b>, and the distribution directory <b>mutex</b>.</p> <p>Berkeley DB uses the GNU autoconf tools for configuration on almost all of the platforms it supports. Specifically, the include file <b>db_config.h</b> configures the Berkeley DB build. The simplest way to begin a port is to configure and build Berkeley DB on a UNIX or UNIX-like system, and then take the <b>Makefile</b> and <b>db_config.h</b> file created by that configuration, and modify it by hand to reflect the needs of the new architecture. Unless you're already familiar with the GNU autoconf toolset, we don't recommend you take the time to integrate your changes back into the Berkeley DB autoconfiguration framework. Instead, send us context diffs of your changes and any new source files you created, and we'll integrate the changes into our source tree.</p> <p>Finally, we're happy to work with you on the port, or potentially, do the port ourselves, if that is of interest to you. Regardless, if you have any porting questions, just let us know, and we will be happy to answer them.</p> <table width="100%"><tr><td><br></td><td align=right><a href="../test/faq.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../distrib/layout.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
mollstam/UnrealPy
UnrealPyEmbed/Development/Python/2015.08.07-Python2710-x64-Source-vs2015/Python27/Source/db-4.7.25.0/docs/ref/distrib/port.html
HTML
mit
7,156
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/polymer-ts/polymer-ts.html"> <link rel="import" href="../../bower_components/iron-behaviors/iron-control-state.html"> <dom-module id="div-editable"> <template> <style> :host { display: inline-block; white-space: nowrap; } :host:focus { outline: none; } </style> </template> </dom-module> <script type="text/javascript" src="div-editable.js"></script>
jhrdka/tables-editor
app/elements/div-editable/div-editable.html
HTML
mit
533
{% if site.disqus %} <div class="comments"> <div id="disqus_thread"></div> <script> setTimeout(function () { (function (d) { var s = d.createElement('script'); s.async = true; s.src = '//{{ site.disqus }}.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(document); }, 2000); </script> <noscript class="block center">Please enable JavaScript to view the <a href="https://disqus.com/home/forum/weekly-collection-f2etw/?ref_noscript">comments powered by Disqus.</a></noscript> </div> {% endif %}
Rplus/weekly-collection
_includes/disqus.html
HTML
mit
619
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 新北市 林口區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">3,013</td> <td class="tdAlignRight">29.5566</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">5,852</td> <td class="tdAlignRight">57.4063</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,329</td> <td class="tdAlignRight">13.0371</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;12/50&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:03:10 +0800" title="Sat, 16 Jan 2016 19:03:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:03:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n200000500000000/20160116110558/page.html
HTML
cc0-1.0
6,577
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Armeria Zagas</title> </head> <body> <p>Aquí se encuentra una recopilación de todos los tipos de armas y armaduras usadas en el mundo de Zagas así como, para las armaduras, las modificaciones que sufren los atributos en valor de la fuerza del portador, y para las armas, el atributo usado a la hora de combatir con ellas, además de los requisitos de algunas de ellas.</p> <p><strong>Armduras:</strong></p> <table width="400" border="1"> <tr> <th scope="col"><strong>Tipo</strong></th> <th scope="col"><strong>Modificaciones de Atributos</strong></th> <td><strong>Efectos</strong></td> </tr> <tr> <th scope="row">Tela</th> <td>Ninguna</td> <td>Ninguno</td> </tr> <tr> <th scope="row">Armadura Ligera</th> <td>-1 de Destreza si la fuerza es menor a 8</td> <td>+1 Resistencia</td> </tr> <tr> <th scope="row">Armadura Pesada</th> <td><table width="400" height="198" border="1"> <tr> <td>-1 de Destreza si la fuerza es mayor o igual a 12</td> </tr> <tr> <td>-2 de Destrezacon fuerzaentre 12 y 10</td> </tr> <tr> <td>-3 de destreza con fuerza entre 8 y 10</td> </tr> <tr> <td>-4 de Destreza con Fuerza entre 8 y 6</td> </tr> </table></td> <td><table width="271" height="200" border="1"> <tr> <td width="353"> <p dir="ltr"> +2 En resistencia a proyectiles y ataques cortantes.<br /> </p> </td> </tr> <tr> <td>+1 En resistencia a los demás ataques.</td> </tr> </table></td> </tr> </table> <p>&nbsp;</p> <p><strong>Armas de Una mano:</strong></p> <table width="846" border="1"> <tr> <td width="127"><p dir="ltr"><strong>Tipo</strong></p></td> <td width="110"><p dir="ltr"><strong>Requisitos</strong></p></td> <td width="107"><p dir="ltr"><strong>Atributo</strong></p></td> <td width="474"><p dir="ltr"><strong>Efectos Aplicables</strong></p></td> </tr> <tr> <td><p dir="ltr">Látigos</p></td> <td align="center">-</td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>No es bloqueable ni desviable salvo con escudos.</li> <li>-1 en fuerza en defensa con escudos.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Armas de Puño</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>?</li> </ul></td> </tr> <tr> <td><p dir="ltr">Dagas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra si -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Estoques</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Puede desviar ataques enemigos de armas de 1 mano.</li> <li>Ignora armadura ligera</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Espadas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Puede bloquear ataques enemigos</li> <li>Ignora armadura ligera con ataques perforantes.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Espadas Curvas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra con -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Katanas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra con -3 en tirada de resistencia.</li> <li>Ignora armadura ligera con ataques perforantes.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Hachas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con ataques cortantes.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Mazas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Si menos -3 en tirada de resistencia fractura de hueso.</li> </ul></td> </tr> </table> <p>&nbsp;</p> <p><strong>Armas de Dos Manos:</strong></p> <table width="1010" border="1"> <tr> <td width="153"><p dir="ltr"><strong>Tipo</strong></p></td> <td width="94"><p dir="ltr"><strong>Requisitos</strong></p></td> <td width="81"><p dir="ltr"><strong>Atributo</strong></p></td> <td width="654"><p dir="ltr"><strong>Efectos Aplicables</strong></p></td> </tr> <tr> <td><p dir="ltr">Espadones</p></td> <td align="center"><p dir="ltr">Fuerza 10</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Puede bloquear ataques enemigos</li> <li>Ignora armadura ligera.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Hachas de Guerra</p></td> <td align="center"><p dir="ltr">Fuerza 10</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con ataques cortantes.</li> <li>-1 en resistencia en tiradas contra armadura pesada.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Martillos de Guerra</p></td> <td align="center"><p dir="ltr">Fuerza 12</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Si &nbsp;-2 en tirada de resistencia fractura de hueso</li> <li>Ignora armadura ligera</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Ultra-Espadones</p></td> <td align="center"><p dir="ltr">Fuerza 15</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera.</li> <li>-1 en resistencia en tiradas de ataques perforantes contra armadura pesada.</li> </ul> </td> </tr> </table> <p>&nbsp;</p> <p><strong>Armas de Asta:</strong></p> <table width="796" border="1"> <tr> <td width="167"><p dir="ltr">Tipo</p></td> <td width="88"><p dir="ltr">Requisitos</p></td> <td width="78"><p dir="ltr">Atributo</p></td> <td width="435"><p dir="ltr">Efectos Aplicables</p></td> </tr> <tr> <td><p dir="ltr">Lanzas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Alabardas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con -2 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Bardiches</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Ignora armadura ligera con -1 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Guadañas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra si -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Bastón de Combate</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Puede bloquear ataques enemigos.</li> <li>Puede desviar ataques enemigos.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Martillo de Lucerna</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><ul> <li>Si -3 resistencia fractura hueso.</li> </ul></td> </tr> </table> <p>&nbsp;</p> <p><strong id="docs-internal-guid-f3ce9d1c-6285-1bdb-f9d8-3d64f2118e1e">Armas a Distancia:</strong></p> <table width="812" border="1"> <tr> <td width="161"><p dir="ltr">Tipo</p></td> <td width="145"><p dir="ltr">Requisitos</p></td> <td width="111"><p dir="ltr">Atributo</p></td> <td width="367"><ul> <li>Efectos Aplicables</li> </ul></td> </tr> <tr> <td><p dir="ltr">Armas Arrojadizas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Desangra si -3 en tirada de resistencia.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Arcos</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> </ul></td> </tr> <tr> <td><p dir="ltr">Ballestas</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> <li>Ignora armadura pesada.</li> </ul> </td> </tr> <tr> <td><p dir="ltr">Armas de Fuego</p></td> <td align="center"><p dir="ltr">Conocimientos Secretos Nivel 2</p></td> <td align="center"><p dir="ltr">Destreza</p></td> <td><ul> <li>Ignora armadura ligera.</li> <li>Ignora armadura pesada.</li> </ul> </td> </tr> </table> <p>&nbsp;</p> <p><strong id="docs-internal-guid-630ec68f-628e-398f-b0b0-2a84c6d0402b">Escudos:</strong></p> <table width="621" border="1"> <tr> <td width="156"><p dir="ltr">Tipo</p></td> <td width="92"><p dir="ltr">Requisitos</p></td> <td width="85"><p dir="ltr">Atributos</p></td> <td width="260"><p dir="ltr">Efectos Aplicables</p></td> </tr> <tr> <td><p dir="ltr">Escudos Pequeños</p></td> <td align="center"><p dir="ltr">-</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td align="center"><p dir="ltr">-</p></td> </tr> <tr> <td><p dir="ltr">Escudos Medios</p></td> <td align="center"><p dir="ltr">10 fuerza</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><p dir="ltr">+1 en fuerza al tirar a bloquear.</p></td> </tr> <tr> <td><p dir="ltr">Escudos de Torre</p></td> <td align="center"><p dir="ltr">15 fuerza</p></td> <td align="center"><p dir="ltr">Fuerza</p></td> <td><p dir="ltr">+1 rango al bloquear.</p></td> </tr> </table> <p>&nbsp;</p> </body> </html>
ZagasTales/HistoriasdeZagas
htmls/Armeria.html
HTML
cc0-1.0
10,906
{% comment %} Partial for definitions to be displayed inline in the sidebar {% endcomment %} <div id="{{node.markup_id}}" class="open-definition" tabindex="0"> <div class="sidebar-header group"> <h4> Defined Term <a class="right close-button" href="#">Close definition</a> </h4> </div> {% comment %} Used to display scope warnings {% endcomment %} <div class="definition-warning hidden group"> <span class="minicon-warning"></span> <div class="msg"> </div> </div> <div class="definition-text"> {% if node.children %} <p> This definition is best viewed in its original location. </p> {% elif node.marked_up %} <p> {{node.marked_up|safe}} </p> {% endif %} <a href="{% url 'chrome_section_view' node.section_id version %}#{{node.label_id}}" class="continue-link full-def internal" data-linked-section="{{node.label_id}}">{{formatted_label}}</a> {% if not node.children %} {% if node.interp %} {% with interp=node.interp.interps.0 %} <a href="{% url 'chrome_subterp_view' interp.section_id version %}#{{ interp.label_id }}" data-linked-subsection="{{ interp.label_id }}" data-linked-section="{{ interp.section_id }}" class="internal interp continue-link">Official Interpretation</a> {% endwith %} {% endif %} {% endif %} <a class="close-button tab-activated" href="#">Close definition</a> </div> </div>
jeremiak/regulations-site
regulations/templates/regulations/partial-definition.html
HTML
cc0-1.0
1,708
<style type="text/css"> textarea{ width:100%; } </style> <div class="row"> <div class="col-md-12"> <div class="col-md-12"> <div class="widget-box"> <div class="widget-header"> <h4 class="widget-margin" style="color:black;"></h4> <button style="float:right;margin-top:-24px;margin-right:22px;" class="btn btn-minier btn-primary" onclick="window.history.back();">Close </button> </div> <div class="widget-body"> <div class="widget-main"> <section id="widget-grid" class=""> <!-- START ROW --> <div class="row"> <!-- Widget ID (each widget will need unique ID)--> <div class="jarviswidget" id="wid-id-3" data-widget-editbutton="false" data-widget-custombutton="false"> <!-- widget div--> <div> <!-- widget content --> <div class="widget-body no-padding"> <div class="col-lg-12 col-md-12"> <!--table--> <div class="widget-body"> <div class="nodeListContainer"></div> <div class="alert alert-warning dataBagFailure hidden"><img style="width:50px;height:40px" src="img/warning.png" alt="warning"/><span style="margin-left:20px;">The ChefServer credentials are incorrect.</span></div> <div class="widget-main dataBagTable hidden"> <div class="col-md-4 table-responsive" style="padding-left:0px; padding-right:0px;"> <a href="#modalForDB" data-backdrop="false" data-toggle="modal" style="cursor:pointer;"> <img src="img/add.png" style="float:right;" class="addDB" rel="tooltip" data-placement="top" title="Add New Data Bag"/></a> <div style="height:412px;overflow-y:auto;" id="dbNameTable_wrapper" class="dataTables_wrapper no-footer"> <table id="dbNameTable" class="tableData table table-striped table-bordered table-hover dataTable no-footer" cellpadding="5px" width="100%" style="text-align:center;"> <thead> <tr class="rowCustomStyle"> <td>List of Data Bags</td> </tr> </thead> <tbody id="dbNameTableTest"> </tbody> </table> </div> </div> <!--table ends here--> <div class="spinner hidden"><img class="center-block" style="height:50px;width:50px;margin-top: 10%;margin-bottom: 10%;" src="img/loading.gif" /></div> <div class="col-md-4 table-responsive tableForList" id="listData" style="padding-left:10px; padding-right:0px;display:none;"> <a href="#modalForItems" data-backdrop="false" data-toggle="modal" style="cursor:pointer;"> <img src="img/add.png" style="float:right;" class="addList" rel="tooltip" data-placement="top" title="Add New Item" /></a> <div style="height:412px;overflow-y:auto;" id="dbNameTable_wrapper" class="dataTables_wrapper no-footer"> <table id="listNameTable" class="tableData table table-striped table-bordered table-hover dataTable no-footer" cellpadding="5px" width="100%" style="text-align:center"> <thead> <tr class="rowCustomStyle"> <td></td> </tr> </thead> <tbody> </tbody> </table> </div> </div> <div class="spinnerList hidden"><img class="center-block" style="height:50px;width:50px;margin-top: 10%;margin-bottom: 10%;" src="img/loading.gif" /></div> <div class="col-md-4 table-responsive" id="jsonData" style="padding-right:0px;margin-top:18px;display:none;"> <table id="listTable" class="table table-striped table-bordered table-hover dataTable no-footer" cellpadding="5px" width="100%" style="text-align:center"> <thead> <tr class="rowCustomStyle"> <td></td> </tr> <tbody> <tr> <td> <textarea style="width:100%" rows="15" cols="25" name="jsonName" class="jsonName" id="jsonListName" readonly></textarea> </td> </tr> </tbody> </table> </div> </div> </div> </div> <!-- end widget content --> </div> <!-- end widget div --> </div> <!-- end widget --> </div> <!-- END ROW --> </section> <!-- end widget grid --> </div> </div> </div> </div> </div> </div> <!--modal for DBList--> <div class="modal fade" id="modalForDB" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false"> <div class="modal-dialog " style=""> <div class="modal-content"> <form role="form" id="instanceDBName"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title"> &nbsp;Create Data Bag </h4> </div> <div class="modal-body" style="height:78px;"> <div class="col-lg-6 col-md-6"> <label for="">Name<span class="control-label redSpan">&nbsp;*</span></label> <input maxlength="25" type="text" name="dbName" class="form-control dbName" id="instanceDataName" autofocus/> </div> <input type="hidden" id="serverIDHiddenInput"> </div> <div class="modal-footer"> <label id="saveSpinner" class="hidden"><img style="margin-left:5px;margin-right:25px;" src="img/select2-spinner.gif"></label> <input type="submit" id="saveBTN" class="btn btn-primary" value="Save" /> <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button> </div> </form> </div> </div> </div> <!--modal for DBlist--> <!--modal for ItemList--> <div class="modal fade" id="modalForItems" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false"> <div class="modal-dialog " style=""> <div class="modal-content"> <form role="form" id="instanceItemName"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title"> &nbsp;Create Item </h4> </div> <div class="modal-body" style="height:218px;"> <div class="col-lg-6 col-md-6"> <label for="">ID<span class="control-label redSpan">&nbsp;*</span></label> <input type="text" name="listID" class="form-control listID" id="instanceListID" autofocus/> </div> <div class="col-lg-6 col-md-6" style="margin-top:30px"> <input id="check_id" type="checkbox" name="encryption" value="key"> Do you want to Encrypt? </div> <div class="col-lg-12 col-md-12" style="margin-top:10px"> <label for="">Item Body</label><span style="color:red;" class="jsonError hidden">&nbsp;&nbsp;Invalid JSON</span> <br/> <textarea rows="5" cols="60" name="listName" class="listName" id="instanceListName">{}</textarea> </div> <input type="hidden" id="dataBagIDHiddenInput"> <input type="hidden" id="itemEditHiddenInput"> </div> <div class="modal-footer"> <label id="saveItemSpinner" class="hidden"><img style="margin-left:5px;margin-right:25px;" src="img/select2-spinner.gif"></label> <input type="submit" id="saveBTNList" class="btn btn-primary" value="Save" /> <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button> </div> </form> </div> </div> </div> <!--modal for Itemlist--> <script> $(document).on('shown.bs.modal', function(e) { $('[autofocus]', e.target).focus(); }); $('.nodeListContainer').append('<img class="center-block" style="height:50px;width:50px;margin-top: 10%;margin-bottom: 10%;" src="img/loading.gif" />'); $('.addDB').click(function(e) { $('#instanceDBName').trigger('reset'); $('.tableForList').hide(); $('#jsonData').hide(); $('#saveSpinner').addClass('hidden'); }); $('.addList').click(function(e) { $('#instanceItemName').trigger('reset'); $('input.listID').removeAttr('disabled'); $('#jsonData').hide(); }); if (!$.fn.dataTable.isDataTable('#dbNameTable')) { var $dataBagDatatable = $('#dbNameTable').DataTable({ "pagingType": "full_numbers", "bInfo": false, "bLengthChange": false, "paging": false, "bFilter": false, "aoColumns": [{ "bSortable": true }] }); } if (!$.fn.dataTable.isDataTable('#listNameTable')) { var $itemDatatable = $('#listNameTable').DataTable({ "pagingType": "full_numbers", "bInfo": false, "bLengthChange": false, "paging": false, "bFilter": false, "aoColumns": [{ "bSortable": true }] }); }; $(document).ready(function(e) { var hasCreateDataBagPermission = false; if (haspermission('databag', 'create')) { hasCreateDataBagPermission = true; } if (haspermission('databag', 'modify')) { hasCreateDataBagPermission = true; } if (haspermission('databag', 'delete')) { hasCreateDataBagPermission = true; } if (!hasCreateDataBagPermission) { $('#modalForDB').addClass('hidden'); } var urlParams = {}; (window.onpopstate = function() { var url = window.location.href; var indexOfQues = url.lastIndexOf("?"); if (indexOfQues != -1) { var sub = url.substring(indexOfQues + 1); console.log(sub); var params = sub.split('&') for (var i = 0; i < params.length; i++) { var paramParts = params[i].split('='); urlParams[paramParts[0]] = paramParts[1]; } } })(); getDataBagList(); //for getting the chef server name $.get('/d4dMasters/readmasterjsonnew/10', function(data) { for (i = 0; i < data.length; i++) { var rowid = urlParams.id; if (rowid === data[i].rowid) { console.log(data[i]); $('.widget-header').find('h4.widget-margin').html('Data Bags & Items for Chef Server -&nbsp;' + data[i].configname); } } }); function getDataBagList() { //for getting the list of data-bags if (!urlParams.id) { return; } var chefServer = '../chef/servers/' + urlParams.id + '/databag/list'; $.get(chefServer, function(data) { if (data) { console.log(data); $.each(data, function(k) { $('.nodeListContainer').addClass('hidden'); $('.dataBagTable').removeClass('hidden'); createDataBagTable(k); }); $('.nodeListContainer').addClass('hidden'); $('.dataBagTable').removeClass('hidden'); $('#dbNameTable tbody tr:first').trigger('click'); } else { $('.nodeListContainer').addClass('hidden'); $('.dataBagTable').removeClass('hidden'); } }).fail(function(jxhr) { var msg = "Server Behaved Unexpectedly"; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); $('.nodeListContainer').addClass('hidden'); $('.dataBagFailure').removeClass('hidden'); }); }; function createDataBagTable(k) { var name = k; var $dbNameList = $('#dbNameTableTest'); var $tr = $('<tr class="dbRow"></tr>'); var $tdName = $('<td class="dBNameCheck"></td>'); var $tdClick = $('<a id="dbNameClick" style="cursor:pointer;">' + name + '</a>'); $tdName.append($tdClick); $tdName.append('<div class="btn-group del" style="float:right;"><button class="deleteRow" value="Remove" title="Remove"><i class="ace-icon fa fa-trash-o bigger-120"></i></button></div>'); $tr.append($tdName); $dbNameList.append($tr); $dataBagDatatable.row.add($tr).draw(); //deleting row $tdName.find('button.deleteRow').click(function(e) { var $this = $(this); var $tr = $this.parents('tr'); console.log(name); var dataBagName = name; console.log(dataBagName); bootbox.confirm('Are you sure you want to delete Data Bag -&nbsp;' + dataBagName, function(result) { if (result) { $.ajax({ url: '../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/delete', method: 'DELETE', success: function() { var dataBagDatatable = $('#dbNameTable').DataTable(); console.log($tr, $tr.length); dataBagDatatable.row($tr).remove().draw(true); var $itemsTable = $('.tableForList'); var dataBagNameForItem = $itemsTable.data('dataBagName'); if (dataBagNameForItem === dataBagName) { $itemsTable.hide(); } $('#jsonData').hide(); $('#dbNameTable tbody tr:first').trigger('click'); }, fail: function(jxhr) { var msg = "Unable to delete URL please try again later"; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); } }); } }); return false; }); //row click var dataBagDatatable = $('#dbNameTable').DataTable(); $tr.click(function() { var $itemTable = $('#listNameTable'); if ($itemTable.data('loading')) { return false; } else { $itemTable.data('loading', true); } if ($(this).hasClass('dbRow')) { $(this).removeClass('dbRow'); } else { dataBagDatatable.$('tr.dbRow').removeClass('dbRow'); $(this).addClass('dbRow'); } $itemDatatable.clear().draw(); $('#dbNameTable tbody tr').removeClass('selectedOne'); $(this).addClass('selectedOne'); $('.tableForList').hide(); $('.spinnerList').addClass('hidden'); $('#jsonData').hide(); $('.spinner').removeClass('hidden'); $('#dataBagIDHiddenInput').val(k); getList(k); $('#listNameTable thead').find('tr.rowCustomStyle td').html('Items for -&nbsp;' + k); }); return $tr; }; //getting item list function getList() { var dataBagName = $('#dataBagIDHiddenInput').val(); console.log(dataBagName); var listItems = '../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/item/list'; $.get(listItems, function(data) { console.log(typeof data); if (data.length > 0) { $.each(data, function(k) { console.log(k); $('.spinner').addClass('hidden'); $('.tableForList').show().data('dataBagName', dataBagName); createItemTableRow(data[k]); }); $('#listNameTable tbody tr:first').trigger('click'); } else { $('#listNameTable').data('loading', false); $('.spinner').addClass('hidden'); $('.tableForList').show().data('dataBagName', dataBagName); } }).fail(function(jxhr) { $('#listNameTable').data('loading', false); var msg = "Server Behaved Unexpectedly."; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); }); }; $('#modalForDB').on('hidden.bs.modal', function() { $('#dbNameTable tbody tr.selectedOne').trigger('click'); return false; }); //for db name submit.. $('#instanceDBName').submit(function(e) { $('#saveSpinner').removeClass('hidden'); $('#saveBTN').attr('disabled', 'disabled'); var reqBodyName = {}; var $row = $('<tr class="dbRow"/>'); var $form = $('#instanceDBName'); reqBodyName.name = $form.find('.dbName').val(); if (!(reqBodyName.name)) { alert("Please Enter Name"); $('#saveSpinner').addClass('hidden'); $('#saveBTN').removeAttr('disabled'); return false; } $.ajax({ method: "POST", url: '../chef/servers/' + urlParams.id + '/databag/create', data: reqBodyName, success: function(data, success) { $('#modalForDB').modal('hide'); $('#saveSpinner').addClass('hidden'); $('#saveBTN').removeAttr('disabled'); createDataBagTable(reqBodyName.name).click(); }, error: function(jxhr) { var msg = "Server Behaved Unexpectedly."; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); $('#saveSpinner').addClass('hidden'); $('#saveBTN').removeAttr('disabled'); }, failure: function(jxhr) { var msg = "Server Behaved Unexpectedly."; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); $('#saveSpinner').addClass('hidden'); $('#saveBTN').removeAttr('disabled'); } }); return false; }); $('#modalForItems').on('hidden.bs.modal', function() { $('#listNameTable tbody tr.selectedOne').trigger('click'); return false; }); //create item table function createItemTableRow(k) { var itemTable = $('#listNameTable tbody'); var $trForItems = $('<tr class="itemsList"/>'); var $tdForItems = $('<td class="listData"/>'); $tdForItems.append('<a style="cursor:pointer;" id="listNameClickNew">' + k + '</a>').append('<div class="btn-group" style="float:right;"><button class="editRow" value="Update" title="Update"><i class="ace-icon fa fa-pencil bigger-120"></i></button></div>').append('<div style="margin-right:10px;float:right;" class="btn-group del"><button class="deleteRow" value="Remove" title="Remove"><i class="ace-icon fa fa-trash-o bigger-120"></i></button></div>'); $trForItems.append($tdForItems); $('#listNameTable').find('tbody').append($trForItems); $itemDatatable.row.add($trForItems).draw(); //tr click for items $trForItems.click(function() { if ($('#listNameTable').data('loadingItem')) { return; } else { $('#listNameTable').data('loadingItem', true); } $('#listNameTable').data('loading', true); $('#jsonData').hide(); $('#listNameTable tbody tr').removeClass('selectedOne'); $(this).addClass('selectedOne'); $('.spinnerList').removeClass('hidden'); $('textarea#jsonListName').val(''); var dataBagName = $('#dataBagIDHiddenInput').val(); var itemId = k; $('#listNameTable').data('loading', true); $.get('../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/item/' + itemId + '/find', function(data) { $('#listNameTable').data('loading', false); $('#listNameTable').data('loadingItem', false); console.log(data); var res = JSON.stringify(data, null, '\t'); $('.spinnerList').addClass('hidden'); $('#jsonData').show(); $('#listTable thead').find('tr.rowCustomStyle td').html(itemId); $('#jsonListName').val(res); }).fail(function(jxhr) { $('#listNameTable').data('loadingItem', false); $('#listNameTable').data('loading', false); var msg = "Server Behaved Unexpectedly."; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); }); }); //for edit $tdForItems.find('button.editRow').click(function() { $('.jsonError').addClass('hidden'); $('.spinnerList').addClass('hidden'); $('#jsonData').hide(); var $this = $(this); var $trNew = $this.parents('tr.itemsList'); var $editModal = $('#modalForItems'); $('textarea#instanceListName').val(''); $editModal.modal('show'); $editModal.find('.listID').val(k); $('input.listID').attr('disabled', 'disabled'); $editModal.find('.listName').val(); $editModal.find('#itemEditHiddenInput').val('edit'); var dataBagName = $('#dataBagIDHiddenInput').val(); console.log(dataBagName); console.log(k); var itemId = k; console.log(itemId); $.get('../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/item/' + itemId + '/find', function(data) { console.log(data); var res = JSON.stringify(data, null, '\t'); $('#instanceListName').val(res); }).fail(function(jxhr) { var msg = "Server Behaved Unexpectedly."; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); }); return false; }); //for delete $tdForItems.find('button.deleteRow').click(function() { $('#jsonData').hide(); var $this = $(this); var $trNew = $this.parents('tr.itemsList'); var dataBagName = $('#dataBagIDHiddenInput').val(); console.log(dataBagName); console.log(k); var itemName = k; console.log(itemName); bootbox.confirm('Are you sure you want to Delete Item Name -&nbsp;' + itemName, function(result) { if (result) { $.ajax({ url: '../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/item/' + itemName + '/delete', method: 'DELETE', success: function() { $itemDatatable.row($trNew).remove().draw(false); $('#listNameTable tbody tr:first').trigger('click'); }, error: function(jxhr) { var msg = "Unable to delete URL please try again later"; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); } }); } }); return false; }); return $trForItems; }; //for list items $('.addList').click(function(e) { $('#itemEditHiddenInput').val('new'); }); //submit for Item Name $('#instanceItemName').submit(function(e) { $('#saveItemSpinner').removeClass('hidden'); $('#saveBTNList').attr('disabled', 'disabled'); var $form = $('#instanceItemName'); var itemID = $form.find('.listID').val(); $('.listID').focus(); var jsonString = $form.find('.listName').val(); var jsonObj; try { jsonObj = JSON.parse(jsonString); } catch (err) { $('.jsonError').removeClass('hidden'); $('#saveItemSpinner').addClass('hidden'); $('#saveBTNList').removeAttr('disabled', 'disabled'); return false; } if (!(itemID)) { alert("Please Enter ID"); $('#saveItemSpinner').addClass('hidden'); $('#saveBTNList').removeAttr('disabled', 'disabled'); return false; } var dataBagName = $form.find('#dataBagIDHiddenInput').val(); var itemsEditNew = $(this).find('#itemEditHiddenInput').val(); console.log(dataBagName); var isEncrypt = false; if ($('#check_id').is(":checked")) { isEncrypt = true; } console.log($('#check_id').is(":checked")); console.log(isEncrypt); var url; var reqBody; if (itemsEditNew === 'edit') { url = '../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/item/' + itemID + '/update'; reqBody = { "isEncrypt": isEncrypt, "dataBagItem": jsonObj }; } else { url = '../chef/servers/' + urlParams.id + '/databag/' + dataBagName + '/item/create'; reqBody = { "id": itemID, "isEncrypt": isEncrypt, "dataBagItem": jsonObj }; } $.ajax({ method: "POST", url: url, data: reqBody, success: function(data, success) { $('#modalForItems').modal('hide'); $('#saveItemSpinner').addClass('hidden'); $('#saveBTNList').removeAttr('disabled'); console.log(itemsEditNew); if (itemsEditNew === 'new') { console.log(itemID); createItemTableRow(itemID).click(); $('#saveBTNList').removeAttr('disabled'); } }, error: function(jxhr) { console.log(jxhr); var msg = "Server Behaved Unexpectedly"; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); $('#saveItemSpinner').addClass('hidden'); $('#saveBTNList').removeAttr('disabled'); }, failure: function(jxhr) { console.log(jxhr); var msg = "Server Behaved Unexpectedly"; if (jxhr.responseJSON && jxhr.responseJSON.message) { msg = jxhr.responseJSON.message; } else if (jxhr.responseText) { msg = jxhr.responseText; } bootbox.alert(msg); $('#saveItemSpinner').addClass('hidden'); $('#saveBTNList').removeAttr('disabled'); } }); return false; }); }); </script>
RLOpenCatalyst/core
client/htmls/private/ajax/Settings/dbList.html
HTML
apache-2.0
27,928
<div layout="row"> <div flex="33" class="signin-card" flex-offset="33"> <md-card class="md-primary"> <md-content class="md-padding signin-card-color"> <center> <md-content class="md-padding signin-card-color"> <h1 class="md-display-1 h1-text-white">D4D</h1> <md-divider></md-divider> </md-content> <md-input-container> <label>Email</label> <input type="text" ng-model="email" required> </md-input-container> <md-content> <md-button class="md-primary" ng-click="vm.returnPassword(email)">Send Password</md-button> </md-content> </center> </md-content> </md-card> </div> </div>
scorelab/D4D---Drone-4-Dengue
d4d-web/public/components/forgotpassword/forgotpassword.tpl.html
HTML
apache-2.0
823
<html> <!-- 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 https://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><a href="https://thrift.apache.org/">Thrift</a> compatibility. <p>Thrift primitive types are mapped to Avro schemas as follows:</p> <table> <tr><th>Thrift type</th><th>Avro schema</th></tr> <tr><td>bool</td><td>"boolean"</td></tr> <tr><td>byte</td><td>{"type": "int", "thrift": "byte"}</td></tr> <tr><td>i16</td><td>{"type": "int", "thrift": "short"}</td></tr> <tr><td>i32</td><td>"int"</td></tr> <tr><td>i64</td><td>"long"</td></tr> <tr><td>double</td><td>"double"</td></tr> <tr><td>string</td><td>"string"</td></tr> <tr><td>binary</td><td>"bytes"</td></tr> </table> <p>Thrift complex types are mapped to Avro complex types as follows:</p> <table> <tr><th>Thrift</th><th>Avro</th></tr> <tr><td>struct</td><td>record</td></tr> <tr><td>enum</td><td>enum</td></tr> <tr><td>list</td><td>array</td></tr> <tr><td>set</td><td>array <em>(Note: "thrift":"set" is added to schema.)</em></td></tr> <tr><td>map</td><td>map <em>(Note: only string keys are permitted.)</em></td></tr> </table> </body> </html>
apache/avro
lang/java/thrift/src/main/java/org/apache/avro/thrift/package.html
HTML
apache-2.0
1,815
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GIO Reference Manual: Migrating from GnomeVFS to GIO</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GIO Reference Manual"> <link rel="up" href="migrating.html" title="Part III. Migrating to GIO"> <link rel="prev" href="ch30.html" title="Migrating from POSIX to GIO"> <link rel="next" href="ch31s02.html" title="Operations on multiple files"> <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> <td width="100%" align="left" class="shortcuts"></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="migrating.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="ch30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="ch31s02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="chapter"> <div class="titlepage"><div><div><h2 class="title"> <a name="id-1.5.3"></a>Migrating from GnomeVFS to GIO</h2></div></div></div> <div class="toc"><dl class="toc"> <dt><span class="section"><a href="ch31.html#id-1.5.3.3">Trash handling</a></span></dt> <dt><span class="section"><a href="ch31s02.html">Operations on multiple files</a></span></dt> <dt><span class="section"><a href="ch31s03.html">Mime monitoring</a></span></dt> </dl></div> <div class="table"> <a name="gnome-vfs-vs-gio"></a><p class="title"><b>Table 2. Comparison of GnomeVFS and GIO concepts</b></p> <div class="table-contents"><table summary="Comparison of GnomeVFS and GIO concepts" border="1"> <colgroup> <col> <col> </colgroup> <thead><tr> <th>GnomeVFS</th> <th>GIO</th> </tr></thead> <tbody> <tr> <td>GnomeVFSURI</td> <td>GFile</td> </tr> <tr> <td>GnomeVFSFileInfo</td> <td>GFileInfo</td> </tr> <tr> <td>GnomeVFSResult</td> <td>GError, with G_IO_ERROR values</td> </tr> <tr> <td>GnomeVFSHandle &amp; GnomeVFSAsyncHandle</td> <td>GInputStream or GOutputStream</td> </tr> <tr> <td>GnomeVFSDirectoryHandle</td> <td>GFileEnumerator</td> </tr> <tr> <td>mime type</td> <td>content type</td> </tr> <tr> <td>GnomeVFSMonitor</td> <td>GFileMonitor</td> </tr> <tr> <td>GnomeVFSVolumeMonitor</td> <td>GVolumeMonitor</td> </tr> <tr> <td>GnomeVFSVolume</td> <td>GMount</td> </tr> <tr> <td>GnomeVFSDrive</td> <td>GVolume</td> </tr> <tr> <td>-</td> <td>GDrive</td> </tr> <tr> <td>GnomeVFSContext</td> <td>GCancellable</td> </tr> <tr> <td>gnome_vfs_async_cancel</td> <td>g_cancellable_cancel</td> </tr> </tbody> </table></div> </div> <br class="table-break"><div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="id-1.5.3.3"></a>Trash handling</h2></div></div></div> <p> The handling of trashed files has been changed in GIO, compared to gnome-vfs. gnome-vfs has a home-grown trash implementation that predates the freedesktop.org <a class="ulink" href="http://www.freedesktop.org/wiki/Specifications/trash-spec" target="_top">Desktop Trash Can</a> specification that is implemented in GIO. The location for storing trashed files has changed from <code class="filename">$HOME/.Trash</code> to <code class="filename">$HOME/.local/share/Trash</code> (or more correctly <code class="filename">$XDG_DATA_HOME/Trash</code>), which means that there is a need for migrating files that have been trashed by gnome-vfs to the new location. </p> <p> In gnome-vfs, the <code class="filename">trash://</code> scheme offering a merged view of all trash directories was implemented in nautilus, and trash-handling applications had to find and monitor all trash directories themselves. With GIO, the <code class="filename">trash://</code> implementation has been moved to gvfs and applications can simply monitor that location: </p> <div class="informalexample"> <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="listing_lines" align="right"><pre>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34</pre></td> <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static void</span> <span class="function">file_changed</span> <span class="gtkdoc opt">(</span>GFileMonitor <span class="gtkdoc opt">*</span>file_monitor<span class="gtkdoc opt">,</span> GFile <span class="gtkdoc opt">*</span>child<span class="gtkdoc opt">,</span> GFile <span class="gtkdoc opt">*</span>other_file<span class="gtkdoc opt">,</span> GFileMonitorEvent event_type<span class="gtkdoc opt">,</span> gpointer user_data<span class="gtkdoc opt">)</span> <span class="gtkdoc opt">{</span> <span class="keyword">switch</span> <span class="gtkdoc opt">(</span>event_type<span class="gtkdoc opt">)</span> <span class="gtkdoc opt">{</span> <span class="keyword">case</span> G_FILE_MONITOR_EVENT_DELETED<span class="gtkdoc opt">:</span> <span class="function"><a href="../glib/glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">&quot;'%s' removed from trash</span><span class="gtkdoc esc">\n</span><span class="string">&quot;</span><span class="gtkdoc opt">,</span> <span class="function"><a href="GFile.html#g-file-get-basename">g_file_get_basename</a></span> <span class="gtkdoc opt">(</span>child<span class="gtkdoc opt">));</span> <span class="keyword">break</span><span class="gtkdoc opt">;</span> <span class="keyword">case</span> G_FILE_MONITOR_EVENT_CREATED<span class="gtkdoc opt">:</span> <span class="function"><a href="../glib/glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">&quot;'%s' added to trash</span><span class="gtkdoc esc">\n</span><span class="string">&quot;</span><span class="gtkdoc opt">,</span> <span class="function"><a href="GFile.html#g-file-get-basename">g_file_get_basename</a></span> <span class="gtkdoc opt">(</span>child<span class="gtkdoc opt">));</span> <span class="keyword">break</span><span class="gtkdoc opt">;</span> <span class="keyword">default</span><span class="gtkdoc opt">: ;</span> <span class="gtkdoc opt">}</span> <span class="gtkdoc opt">}</span> <span class="gtkdoc kwb">static void</span> <span class="function">start_monitoring_trash</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">void</span><span class="gtkdoc opt">)</span> <span class="gtkdoc opt">{</span> GFile <span class="gtkdoc opt">*</span>file<span class="gtkdoc opt">;</span> GFileMonitor <span class="gtkdoc opt">*</span>monitor<span class="gtkdoc opt">;</span> file <span class="gtkdoc opt">=</span> <span class="function"><a href="GFile.html#g-file-new-for-uri">g_file_new_for_uri</a></span> <span class="gtkdoc opt">(</span><span class="string">&quot;trash://&quot;</span><span class="gtkdoc opt">);</span> monitor <span class="gtkdoc opt">=</span> <span class="function"><a href="GFile.html#g-file-monitor-directory">g_file_monitor_directory</a></span> <span class="gtkdoc opt">(</span>file<span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">);</span> <span class="function"><a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref">g_object_unref</a></span> <span class="gtkdoc opt">(</span>file<span class="gtkdoc opt">);</span> <span class="function"><a href="../gobject/gobject-Signals.html#g-signal-connect">g_signal_connect</a></span> <span class="gtkdoc opt">(</span>monitor<span class="gtkdoc opt">,</span> <span class="string">&quot;changed&quot;</span><span class="gtkdoc opt">,</span> <span class="function"><a href="../gobject/gobject-Closures.html#G-CALLBACK:CAPS">G_CALLBACK</a></span> <span class="gtkdoc opt">(</span>file_changed<span class="gtkdoc opt">),</span> NULL<span class="gtkdoc opt">);</span> <span class="comment">/* ... */</span> <span class="gtkdoc opt">}</span></pre></td> </tr> </tbody> </table> </div> <p> GIO exposes some useful metadata about trashed files. There are trash::orig-path and trash::deletion-date attributes. The standard::icon attribute of the <code class="filename">trash://</code> itself provides a suitable icon for displaying the trash can on the desktop. If you are using this icon, make sure to monitor this attribute for changes, since the icon may be updated to reflect that state of the trash can. </p> <p> Moving a file to the trash is much simpler with GIO. Instead of using <code class="function">gnome_vfs_find_directory()</code> with <code class="literal">GNOME_VFS_DIRECTORY_KIND_TRASH</code> to find out where to move the trashed file, just use the <a class="link" href="GFile.html#g-file-trash" title="g_file_trash ()"><code class="function">g_file_trash()</code></a> function. </p> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.21.1</div> </body> </html>
zhongliangkang/twemproxy41
migrate/glib/docs/reference/gio/html/ch31.html
HTML
apache-2.0
9,789
<!DOCTYPE html> <html lang="en"> <head> <title>VertexInEdgeCollection Structure 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> <script src="../../js/lunr.min.js" defer></script> <script src="../../js/typeahead.jquery.js" defer></script> <script src="../../js/jazzy.search.js" defer></script> </head> <body> <a name="//apple_ref/swift/Struct/VertexInEdgeCollection" class="dashAnchor"></a> <a title="VertexInEdgeCollection Structure Reference"></a> <header class="header"> <p class="header-col header-col--primary"> <a class="header-link" href="../../index.html"> PenguinGraphs Docs </a> (95% documented) </p> <p class="header-col--secondary"> <form role="search" action="../../search.json"> <input type="text" placeholder="Search documentation" data-typeahead> </form> </p> <p class="header-col header-col--secondary"> <a class="header-link" href="https://github.com/saeta/penguin"> <img class="header-icon" src="../../img/gh.png"/> View on GitHub </a> </p> </header> <p class="breadcrumbs"> <a class="breadcrumb" href="../../index.html">PenguinGraphs Reference</a> <img class="carat" src="../../img/carat.png" /> VertexInEdgeCollection Structure Reference </p> <div class="content-wrapper"> <nav class="navigation"> <ul class="nav-groups"> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Graph%20Protocols%20%26%20Algorithms.html">Graph Protocols &amp; Algorithms</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/GraphProtocol.html">GraphProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/IncidenceGraph.html">IncidenceGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/SearchDefaultsGraph.html">SearchDefaultsGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/BidirectionalGraph.html">BidirectionalGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/VertexListGraph.html">VertexListGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/EdgeListGraph.html">EdgeListGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/MutableGraph.html">MutableGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/PropertyGraph.html">PropertyGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/MutablePropertyGraph.html">MutablePropertyGraph</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Adjacency%20Lists.html">Adjacency Lists</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DirectedAdjacencyList.html">DirectedAdjacencyList</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/BidirectionalAdjacencyList.html">BidirectionalAdjacencyList</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UndirectedAdjacencyList.html">UndirectedAdjacencyList</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Adjacency%20Lists.html#/s:13PenguinGraphs19SimpleAdjacencyLista">SimpleAdjacencyList</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Graph%20Algorithm%20State.html">Graph Algorithm State</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/VertexColor.html">VertexColor</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/BFSEvent.html">BFSEvent</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DFSEvent.html">DFSEvent</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/DijkstraSearchEvent.html">DijkstraSearchEvent</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/GraphDistanceMeasure.html">GraphDistanceMeasure</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/TablePredecessorRecorder.html">TablePredecessorRecorder</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DictionaryPredecessorRecorder.html">DictionaryPredecessorRecorder</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/GraphErrors.html">GraphErrors</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Parallel%20Graph%20Algorithms.html">Parallel Graph Algorithms</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ParallelGraph.html">ParallelGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/MergeableMessage.html">MergeableMessage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/MailboxProtocol.html">MailboxProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/MailboxesProtocol.html">MailboxesProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/PerThreadMailboxes.html">PerThreadMailboxes</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Classes/PerThreadMailboxes/Mailbox.html">– Mailbox</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/SequentialMailboxes.html">SequentialMailboxes</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/SequentialMailboxes/Mailbox.html">– Mailbox</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/ParallelGraphAlgorithmContext.html">ParallelGraphAlgorithmContext</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/DistanceVertex.html">DistanceVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ReachableVertex.html">ReachableVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DistanceSearchMessage.html">DistanceSearchMessage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/SIMDLabelBundle.html">SIMDLabelBundle</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/IncomingEdgeWeightSumMessage.html">IncomingEdgeWeightSumMessage</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/LabeledVertex.html">LabeledVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/LabelBundle.html">LabelBundle</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Graph%20Property%20Maps.html">Graph Property Maps</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/PropertyMap.html">PropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ExternalPropertyMap.html">ExternalPropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/ParallelCapablePropertyMap.html">ParallelCapablePropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/TablePropertyMap.html">TablePropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DictionaryPropertyMap.html">DictionaryPropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/ClosurePropertyMap.html">ClosurePropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/TransformingPropertyMap.html">TransformingPropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/InternalVertexPropertyMap.html">InternalVertexPropertyMap</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/InternalEdgePropertyMap.html">InternalEdgePropertyMap</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Other%20graph%20types.html">Other graph types</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/InfiniteGrid.html">InfiniteGrid</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/InfiniteGrid/VertexEdgeCollection.html">– VertexEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/InfiniteGrid/VertexInEdgeCollection.html">– VertexInEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20graph%20types.html#/s:13PenguinGraphs20CompleteInfiniteGrida">CompleteInfiniteGrid</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20graph%20types.html#/s:13PenguinGraphs21CompleteManhattenGrida">CompleteManhattenGrid</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20graph%20types.html#/s:13PenguinGraphs22RectangularBoundedGrida">RectangularBoundedGrid</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/RectangularBoundedGrid.html">RectangularBoundedGrid</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/RectangularBoundedGrid/VertexCollection.html">– VertexCollection</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Adjacency%20List%20Implementation%20Internals.html">Adjacency List Implementation Internals</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/AdjacencyListProtocol.html">AdjacencyListProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/DirectedAdjacencyListProtocol.html">DirectedAdjacencyListProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/UndirectedAdjacencyListProtocol.html">UndirectedAdjacencyListProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/_AdjacencyListPerEdge.html">_AdjacencyListPerEdge</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/_AdjacencyListPerEdgeBidirectional.html">_AdjacencyListPerEdgeBidirectional</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/_AdjacencyListPerVertex.html">_AdjacencyListPerVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/_AdjacencyListPerVertexBidirectional.html">_AdjacencyListPerVertexBidirectional</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/_AdjacencyListPerVertexUndirected.html">_AdjacencyListPerVertexUndirected</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_BidirectionalPerEdge.html">_AdjacencyList_BidirectionalPerEdge</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_BidirectionalPerVertex.html">_AdjacencyList_BidirectionalPerVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_DirectedEdgeCollection.html">_AdjacencyList_DirectedEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_DirectedEdgeCollection/Index.html">– Index</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_DirectedEdgeId.html">_AdjacencyList_DirectedEdgeId</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_DirectedPerEdge.html">_AdjacencyList_DirectedPerEdge</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_DirectedPerVertex.html">_AdjacencyList_DirectedPerVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_DirectedVertexEdgeCollection.html">_AdjacencyList_DirectedVertexEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_UndirectedEdgeCollection.html">_AdjacencyList_UndirectedEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_UndirectedEdgeCollection/Index.html">– Index</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_UndirectedEdgeId.html">_AdjacencyList_UndirectedEdgeId</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_UndirectedPerVertex.html">_AdjacencyList_UndirectedPerVertex</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_AdjacencyList_UndirectedVertexEdgeCollection.html">_AdjacencyList_UndirectedVertexEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/_DirectedAdjacencyList_ParallelProjection.html">_DirectedAdjacencyList_ParallelProjection</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Infinite%20Grid%20Support.html">Infinite Grid Support</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/Point2.html">Point2</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Enums/GridDirection.html">GridDirection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/GridEdge.html">GridEdge</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/GridFilter.html">GridFilter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Infinite%20Grid%20Support.html#/s:13PenguinGraphs18CompleteGridFiltera">CompleteGridFilter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/ManhattenGridFilter.html">ManhattenGridFilter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/RectangularGridFilter.html">RectangularGridFilter</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Other%20Extensions.html">Other Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20Extensions.html#/s:Sd">Double</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Empty.html">Empty</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20Extensions.html#/s:Sf">Float</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20Extensions.html#/s:Si">Int</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20Extensions.html#/s:s5Int32V">Int32</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Extensions/Tuple.html">Tuple</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Other%20Protocols.html">Other Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/EdgeFilterProtocol.html">EdgeFilterProtocol</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Protocols/_DenseIntegerVertexIdGraph.html">_DenseIntegerVertexIdGraph</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Other%20Structs.html">Other Structures</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/CircleGraph.html">CircleGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/CircleGraph.html#/s:13PenguinGraphs11CircleGraphV6EdgeIdV">– EdgeId</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/CompleteGraph.html">CompleteGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DegreeDistribution.html">DegreeDistribution</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DirectedStarGraph.html">DirectedStarGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/DirectedStarGraph/VertexInEdgeCollection.html">– VertexInEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/EdgeFilterGraph.html">EdgeFilterGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/EdgeFilterGraph/EdgeFilteringCollection.html">– EdgeFilteringCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/EdgeFilterPropertyMapAdapter.html">EdgeFilterPropertyMapAdapter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/ExcludeSelfEdges.html">ExcludeSelfEdges</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/LollipopGraph.html">LollipopGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/LollipopGraph/EdgeId.html">– EdgeId</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/TransposeGraph.html">TransposeGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/TransposeGraphPropertyMapAdapter.html">TransposeGraphPropertyMapAdapter</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UndirectedStarGraph.html">UndirectedStarGraph</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UndirectedStarGraph/EdgeId.html">– EdgeId</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UndirectedStarGraph/VertexEdgeCollection.html">– VertexEdgeCollection</a> </li> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Structs/UniqueUndirectedEdges.html">UniqueUndirectedEdges</a> </li> </ul> </li> <li class="nav-group-name"> <a class="nav-group-name-link" href="../../Other%20Typealiases.html">Other Type Aliases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a class="nav-group-task-link" href="../../Other%20Typealiases.html#/s:13PenguinGraphs29SimpleUndirectedAdjacencyLista">SimpleUndirectedAdjacencyList</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section class="section"> <div class="section-content top-matter"> <h1>VertexInEdgeCollection</h1> <div class="declaration"> <div class="language"> <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">VertexInEdgeCollection</span> <span class="p">:</span> <span class="kt">Collection</span></code></pre> </div> </div> <p>The collection of in edges to a vertex.</p> <div class="slightly-smaller"> <a href="https://github.com/saeta/penguin/tree/main/Sources/PenguinGraphs/GraphGenerators.swift#L90-L97">Show on GitHub</a> </div> </div> </section> <section class="section"> <div class="section-content"> <div class="task-group"> <ul class="item-container"> <li class="item"> <div> <code> <a name="/s:Sl10startIndex0B0Qzvp"></a> <a name="//apple_ref/swift/Property/startIndex" class="dashAnchor"></a> <a class="token" href="#/s:Sl10startIndex0B0Qzvp">startIndex</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">startIndex</span><span class="p">:</span> <span class="kt">Int</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/saeta/penguin/tree/main/Sources/PenguinGraphs/GraphGenerators.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:Sl8endIndex0B0Qzvp"></a> <a name="//apple_ref/swift/Property/endIndex" class="dashAnchor"></a> <a class="token" href="#/s:Sl8endIndex0B0Qzvp">endIndex</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">endIndex</span><span class="p">:</span> <span class="kt">Int</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/saeta/penguin/tree/main/Sources/PenguinGraphs/GraphGenerators.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:Sly7ElementQz5IndexQzcip"></a> <a name="//apple_ref/swift/Method/subscript(_:)" class="dashAnchor"></a> <a class="token" href="#/s:Sly7ElementQz5IndexQzcip">subscript(_:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">subscript</span><span class="p">(</span><span class="nv">index</span><span class="p">:</span> <span class="kt">Int</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Int</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/saeta/penguin/tree/main/Sources/PenguinGraphs/GraphGenerators.swift#L">Show on GitHub</a> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:Sl5index5after5IndexQzAD_tF"></a> <a name="//apple_ref/swift/Method/index(after:)" class="dashAnchor"></a> <a class="token" href="#/s:Sl5index5after5IndexQzAD_tF">index(after:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">index</span><span class="p">(</span><span class="n">after</span> <span class="nv">index</span><span class="p">:</span> <span class="kt">Int</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Int</span></code></pre> </div> </div> <div class="slightly-smaller"> <a href="https://github.com/saeta/penguin/tree/main/Sources/PenguinGraphs/GraphGenerators.swift#L">Show on GitHub</a> </div> </section> </div> </li> </ul> </div> </div> </section> </article> </div> <section class="footer"> <p>&copy; 2020 <a class="link" href="https://github.com/saeta" target="_blank" rel="external">Brennan Saeta <a href="mailto:[email protected]">[email protected]</a></a>. All rights reserved. (Last updated: 2020-12-07)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </body> </div> </html>
saeta/penguin
docs/graphs/docsets/PenguinGraphs.docset/Contents/Resources/Documents/Structs/DirectedStarGraph/VertexInEdgeCollection.html
HTML
apache-2.0
32,886
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:22:13 MSK 2012 --> <TITLE> Uses of Class org.apache.poi.hmef.attribute.MAPIStringAttribute (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-11-26"> <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.poi.hmef.attribute.MAPIStringAttribute (POI API Documentation)"; } } </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/poi/hmef/attribute/MAPIStringAttribute.html" title="class in org.apache.poi.hmef.attribute"><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/poi/hmef/attribute/\class-useMAPIStringAttribute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MAPIStringAttribute.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.poi.hmef.attribute.MAPIStringAttribute</B></H2> </CENTER> No usage of org.apache.poi.hmef.attribute.MAPIStringAttribute <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/poi/hmef/attribute/MAPIStringAttribute.html" title="class in org.apache.poi.hmef.attribute"><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/poi/hmef/attribute/\class-useMAPIStringAttribute.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MAPIStringAttribute.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> <i>Copyright 2012 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
brenthand/Panda
poi-3.9/docs/apidocs/org/apache/poi/hmef/attribute/class-use/MAPIStringAttribute.html
HTML
apache-2.0
6,380
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0) on Sat Apr 09 11:54:26 CDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.aerospike.helper.model Class Hierarchy (aerospike-helper-java 1.0.3 API)</title> <meta name="date" content="2016-04-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.aerospike.helper.model Class Hierarchy (aerospike-helper-java 1.0.3 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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/aerospike/helper/log4j/package-tree.html">Prev</a></li> <li><a href="../../../../com/aerospike/helper/query/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/aerospike/helper/model/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.aerospike.helper.model</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">com.aerospike.helper.model.<a href="../../../../com/aerospike/helper/model/Function.html" title="class in com.aerospike.helper.model"><span class="typeNameLink">Function</span></a></li> <li type="circle">com.aerospike.helper.model.<a href="../../../../com/aerospike/helper/model/Index.html" title="class in com.aerospike.helper.model"><span class="typeNameLink">Index</span></a></li> <li type="circle">com.aerospike.helper.model.<a href="../../../../com/aerospike/helper/model/Module.html" title="class in com.aerospike.helper.model"><span class="typeNameLink">Module</span></a></li> <li type="circle">com.aerospike.helper.model.<a href="../../../../com/aerospike/helper/model/Namespace.html" title="class in com.aerospike.helper.model"><span class="typeNameLink">Namespace</span></a></li> <li type="circle">com.aerospike.helper.model.<a href="../../../../com/aerospike/helper/model/NameValuePair.html" title="class in com.aerospike.helper.model"><span class="typeNameLink">NameValuePair</span></a></li> <li type="circle">com.aerospike.helper.model.<a href="../../../../com/aerospike/helper/model/Set.html" title="class in com.aerospike.helper.model"><span class="typeNameLink">Set</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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/aerospike/helper/log4j/package-tree.html">Prev</a></li> <li><a href="../../../../com/aerospike/helper/query/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/aerospike/helper/model/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2012–2016 Aerospike, Inc. All rights reserved.</small></p> </body> </html>
aerospike/aerospike-helper
java/reports/javadoc/com/aerospike/helper/model/package-tree.html
HTML
apache-2.0
6,074
<div id="header"> <div id="topbox"> <a href="{#$site_url#}" class="logo" title="{#$site_title#}"></a> <div id="sobox"> <form name="sofrm" class="sofrm" method="get" action="" onSubmit="return rewrite_search()"> <input name="mod" type="hidden" id="mod" value="search" /> <input name="type" type="hidden" id="type" value="name" /> <div id="selopt"> <div id="cursel">网站名称</div> <ul id="options"> <li><a href="javascript: void(0);" name="name">网站名称</a></li> </ul> </div> <input name="query" type="text" class="sipt" id="query" onFocus="this.value='';" /><input type="submit" class="sbtn" value="搜 索" /> </form> </div> </div> <div id="navbox"> <ul class="navbar"> <li><a href="?mod=index">首页</a></li><li class="navline"></li> {#foreach from=get_categories() item=cate#} <li><a href="{#$cate.cate_link#}" title="{#$cate.cate_name#}">{#$cate.cate_name#}</a></li><li class="navline"></li> {#/foreach#} <li><a href="http://bbs.lxsn.net/" rel="nofollow">站长论坛</a></li><li class="navline"></li> </ul> </div> <div id="txtbox"> <div class="count">{#$cfg.site_notice#}</div> <div class="link">快捷方式:<a href="{#$site_root#}member/?mod=website&act=add">站点提交</a> - <a href="{#$site_root#}member/?mod=article&act=add">软文投稿</a></div> </div> </div> <div class="sitepath">{#$site_path#}</div>
zhanxizhu/lxsndir
themes/模板/yan138/header.html
HTML
apache-2.0
1,639
<!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 Jun 12 10:46:05 BST 2012 --> <title>Uses of Package rajawali.bounds</title> <meta name="date" content="2012-06-12"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package rajawali.bounds"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?rajawali/bounds/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package rajawali.bounds" class="title">Uses of Package<br>rajawali.bounds</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../rajawali/bounds/package-summary.html">rajawali.bounds</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="#rajawali">rajawali</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#rajawali.bounds">rajawali.bounds</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="rajawali"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../rajawali/bounds/package-summary.html">rajawali.bounds</a> used by <a href="../../rajawali/package-summary.html">rajawali</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../rajawali/bounds/class-use/BoundingBox.html#rajawali">BoundingBox</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../rajawali/bounds/class-use/BoundingSphere.html#rajawali">BoundingSphere</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="rajawali.bounds"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../rajawali/bounds/package-summary.html">rajawali.bounds</a> used by <a href="../../rajawali/bounds/package-summary.html">rajawali.bounds</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../rajawali/bounds/class-use/IBoundingVolume.html#rajawali.bounds">IBoundingVolume</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?rajawali/bounds/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
duycm83/fshow-lib
doc/rajawali/bounds/package-use.html
HTML
apache-2.0
5,768
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Fri Mar 28 21:40:06 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.glyptodon.guacamole.protocol.GuacamoleClientInformation (guacamole-common 0.8.0 API)</title> <meta name="date" content="2014-03-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.glyptodon.guacamole.protocol.GuacamoleClientInformation (guacamole-common 0.8.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/glyptodon/guacamole/protocol/GuacamoleClientInformation.html" title="class in org.glyptodon.guacamole.protocol">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/glyptodon/guacamole/protocol//class-useGuacamoleClientInformation.html" target="_top">FRAMES</a></li> <li><a href="GuacamoleClientInformation.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.glyptodon.guacamole.protocol.GuacamoleClientInformation" class="title">Uses of Class<br>org.glyptodon.guacamole.protocol.GuacamoleClientInformation</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/glyptodon/guacamole/protocol/GuacamoleClientInformation.html" title="class in org.glyptodon.guacamole.protocol">GuacamoleClientInformation</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.glyptodon.guacamole.protocol">org.glyptodon.guacamole.protocol</a></td> <td class="colLast"> <div class="block">Classes relating directly to the Guacamole protocol.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.glyptodon.guacamole.protocol"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/glyptodon/guacamole/protocol/GuacamoleClientInformation.html" title="class in org.glyptodon.guacamole.protocol">GuacamoleClientInformation</a> in <a href="../../../../../org/glyptodon/guacamole/protocol/package-summary.html">org.glyptodon.guacamole.protocol</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/glyptodon/guacamole/protocol/package-summary.html">org.glyptodon.guacamole.protocol</a> with parameters of type <a href="../../../../../org/glyptodon/guacamole/protocol/GuacamoleClientInformation.html" title="class in org.glyptodon.guacamole.protocol">GuacamoleClientInformation</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/glyptodon/guacamole/protocol/ConfiguredGuacamoleSocket.html#ConfiguredGuacamoleSocket(org.glyptodon.guacamole.net.GuacamoleSocket, org.glyptodon.guacamole.protocol.GuacamoleConfiguration, org.glyptodon.guacamole.protocol.GuacamoleClientInformation)">ConfiguredGuacamoleSocket</a></strong>(<a href="../../../../../org/glyptodon/guacamole/net/GuacamoleSocket.html" title="interface in org.glyptodon.guacamole.net">GuacamoleSocket</a>&nbsp;socket, <a href="../../../../../org/glyptodon/guacamole/protocol/GuacamoleConfiguration.html" title="class in org.glyptodon.guacamole.protocol">GuacamoleConfiguration</a>&nbsp;config, <a href="../../../../../org/glyptodon/guacamole/protocol/GuacamoleClientInformation.html" title="class in org.glyptodon.guacamole.protocol">GuacamoleClientInformation</a>&nbsp;info)</code> <div class="block">Creates a new ConfiguredGuacamoleSocket which uses the given GuacamoleConfiguration and GuacamoleClientInformation to complete the initial protocol handshake over the given GuacamoleSocket.</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/glyptodon/guacamole/protocol/GuacamoleClientInformation.html" title="class in org.glyptodon.guacamole.protocol">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/glyptodon/guacamole/protocol//class-useGuacamoleClientInformation.html" target="_top">FRAMES</a></li> <li><a href="GuacamoleClientInformation.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; 2014. 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> <!-- End Google Analytics --> </body> </html>
mike-jumper/incubator-guacamole-website
doc/0.8.3/guacamole-common/org/glyptodon/guacamole/protocol/class-use/GuacamoleClientInformation.html
HTML
apache-2.0
8,031
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Nov 13 21:22:02 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.mapreduce.lib.input.NLineInputFormat (Apache Hadoop Main 2.6.0 API) </TITLE> <META NAME="date" CONTENT="2014-11-13"> <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.mapreduce.lib.input.NLineInputFormat (Apache Hadoop Main 2.6.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/mapreduce/lib/input/NLineInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.input"><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/mapreduce/lib/input//class-useNLineInputFormat.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NLineInputFormat.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.mapreduce.lib.input.NLineInputFormat</B></H2> </CENTER> No usage of org.apache.hadoop.mapreduce.lib.input.NLineInputFormat <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/mapreduce/lib/input/NLineInputFormat.html" title="class in org.apache.hadoop.mapreduce.lib.input"><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/mapreduce/lib/input//class-useNLineInputFormat.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NLineInputFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
SAT-Hadoop/hadoop-2.6.0
share/doc/hadoop/api/org/apache/hadoop/mapreduce/lib/input/class-use/NLineInputFormat.html
HTML
apache-2.0
6,402
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:rsf="http://ponder.org.uk/rsf" xmlns="http://www.w3.org/1999/xhtml"> <head> <title rsf:id="administrate-sync-title">Control Synchronicity of Group Memberships</title> <!-- standard on all pages --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="/library/skin/tool_base.css" rsf:id="scr=portal-matter" type="text/css" rel="stylesheet" media="all"/> <link href="/library/skin/default/tool.css" rsf:id="scr=portal-matter" type="text/css" rel="stylesheet" media="all"/> <script src="/library/js/headscripts.js" rsf:id="scr=portal-matter" type="text/javascript" language="JavaScript"></script> <!-- end standard on all pages --> <script type="text/javascript" src="../js/jquery/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="../js/jquery/jquery-ui-1.8.7.custom.min.js"></script> <script type="text/javascript" src="../js/admin.provider.sync.js"></script> <link href="../css/jquery-ui-1.8.7.custom.css" type="text/css" rel="stylesheet" media="all" /> <link href="../css/evaluation_base.css" type="text/css" rel="stylesheet" media="all" /> <link rsf:id="local_css_include" href="local_css_file.css" type="text/css" rel="stylesheet" media="all" /> </head> <body> <div class="portletBody"> <!-- administrate_provider_sync.html --> <div rsf:id="navIntraTool:" class="navIntraTool"></div> <ul class="breadCrumb"> <li style="float: left"> <a rsf:id="summary-link" href="summary.html">Summary</a> </li> <li style="float: left"> <a rsf:id="administrate-link" href="administrate.html">Administrate</a> </li> <li class="lastCrumb"> <span rsf:id="msg=administrate.sync.breadcrumb.title">Sync Group Members</span> </li> </ul> <div rsf:id="message-for:*" class="alertMessage"> <ul style="margin:0px;"> <li>Message for user here</li> </ul> </div> <h3 rsf:id="msg=administrate.sync.page.title">Schedule Synch of Group Members</h3> <span rsf:id="initial-tab" class="initialTab" style="display:none"></span> <div id="tabs" style="margin:1em 0"> <ul> <li> <a href="#tabs-1"><span rsd:id="msg=administrate.sync.by_event.tab">By trigger/event</span></a> </li> <li> <a href="#tabs-2"><span rsf:id="msg=administrate.sync.by_time.tab">By time/state</span></a> </li> <li> <a href="#tabs-3"><span rsf:id="msg=administrate.sync.quick.tab">Quick sync</span></a> </li> </ul> <div id="tabs-1"> <form rsf:id="by_event-form" action="administrate_provider_sync" method="post" style="border:1px solid #ccc;background:#fff; display:block;"> <input type="hidden" rsf:id="currentTab" id="currentTab" class="currentTab" value="0" /> <div style="padding:1em;"> <p class="instruction" rsf:id="msg=administrate.sync.by_event.instruction"> Sync memberships when the following happens </p> <p class="longtext indnt1"> <input type="checkbox" rsf:id="sync-unassigned-on-startup" id="sync-unassigned-on-startup" /> <label for="sync-unassigned-on-startup" rsf:id="sync-unassigned-on-startup-note">Sync unassigned on startup</label> </p> <p class="longtext indnt1"> <input type="checkbox" rsf:id="sync-on-state-change" id="sync-on-state-change" /> <label for="sync-on-state-change" rsf:id="sync-on-state-change-note" >Sync when eval state changes</label> </p> <p class="longtext indnt1"> <input type="checkbox" rsf:id="sync-on-group-save" id="sync-on-group-save" /> <label for="sync-on-group-save" rsf:id="sync-on-group-save-note" >Sync on group save</label> </p> <p class="longtext indnt1"> <input type="checkbox" rsf:id="sync-on-group-update" id="sync-on-group-update" /> <label for="sync-on-group-update" rsf:id="sync-on-group-update-note" >Sync on group update</label> </p> <p class="longtext indnt1" rsf:id="sync-select-server-graf:"> <label class="block" rsf:id="sync-select-server-note" for="sync-select-server">Server which handles sync</label> <select rsf:id="sync-select-server" id="sync-select-server" > </select> </p> <p class="longtext indnt1"> <input type="submit" rsf:id="sync-event-submit" /> </p> </div> </form> </div> <div id="tabs-2"> <form rsf:id="by_time-form" action="administrate_provider_sync" method="post" style="border:1px solid #ccc;background:#fff; display:block;"> <input type="hidden" rsf:id="currentTab" id="currentTab" class="currentTab" value="0" /> <input rsf:id="by_time-fullJobName" name="fullJobName" value="" class="formfullJobName" type="hidden" /> <div style="padding:1em;"> <fieldset id="syncEdit" class="visibleFS" style="display:none"> <legend rsf:id="msg=administrate.sync.by_time.instruction"> Schedule a sync at a specific time on evaluations in a specific state </legend> <p class="longtext"> <span class="block"> <label rsf:id="by_time-cronExpression-note" for="by_time-cronExpression"> Cron Expression: </label> <span class="textPanelFooter"> <a rsf:id="by_time-cronTutorial" target="_blank">Cron Trigger Tutorial</a> </span> </span> <input rsf:id="by_time-cronExpression" id="by_time-cronExpression" name="by_time-cronExpression" value="" size="60" type="text" class="formCronExpression" /> </p> <p rsf:id="msg=administrate.sync.by_time.stateList">Eval State:</p> <p class="longtext"> <input rsf:id="by_time-state-partial" id="by_time-state-partial" name="by_time-state-partial" value="true" checked="checked" type="checkbox" /> <label rsf:id="by_time-state-partial-note" for="by_time-state-partial"> Partial </label> <span rsf:id="by_time-state-name-partial" class="formStateName" style="display:none;"></span> </p> <p class="longtext"> <input rsf:id="by_time-state-inqueue" id="by_time-state-inqueue" name="by_time-state-inqueue" value="true" checked="checked" type="checkbox" /> <label rsf:id="by_time-state-inqueue-note" for="by_time-state-inqueue"> In Queue </label> <span rsf:id="by_time-state-name-inqueue" class="formStateName" style="display:none;"></span> </p> <p class="longtext"> <input rsf:id="by_time-state-active" id="by_time-state-active" name="by_time-state-active" value="true" checked="checked" type="checkbox" /> <label rsf:id="by_time-state-active-note" for="by_time-state-active"> Active </label> <span rsf:id="by_time-state-name-active" class="formStateName" style="display:none;"></span> </p> <p class="longtext"> <input rsf:id="by_time-state-graceperiod" id="by_time-state-graceperiod" name="by_time-state-graceperiod" value="true" checked="checked" type="checkbox" /> <label rsf:id="by_time-state-graceperiod-note" for="by_time-state-graceperiod"> Grace Period </label> <span rsf:id="by_time-state-name-graceperiod" class="formStateName" style="display:none;"></span> </p> <p class="longtext"> <input rsf:id="by_time-state-closed" id="by_time-state-closed" name="by_time-state-closed" value="true" type="checkbox" /> <label rsf:id="by_time-state-closed-note" for="by_time-state-closed"> Closed </label> <span rsf:id="by_time-state-name-closed" class="formStateName" style="display:none;"></span> </p> <p class="longtext" rsf:id="by_time-server-div:"> <label for="by_time-server-note" class="block"> Select server to handle all syncing of eval group memberships </label> <select rsf:id="by_time-server" id="by_time-server"> </select> </p> <p> <input rsf:id="by_time-create-submit" value="Schedule Sync" type="submit" class="createSync" /> <input rsf:id="by_time-revise-submit" value="Patch Up an Existing Sync" type="submit" class="updateSync" style="display:none;" /> <!-- TODO: i18n for cancel button --> <input type="button" value="Cancel" class="cancelSyncEdit"/> </p> </fieldset> <p rsf:id="by_time-no_triggers">Can't get no satisfaction'</p> <table rsf:id="trigger-table:" id="scheduledSyncs" class="listHier" style="width:90%" cellpadding="0" cellspacing="0"> <tbody> <tr> <th rsf:id="msg=administrate.sync.triggers.cronExpression"> Cron Expression </th> <th rsf:id="msg=administrate.sync.triggers.states"> State List </th> <th rsf:id="msg=administrate.sync.triggers.actions"> Actions </th> </tr> <tr rsf:id="trigger-row:"> <td rsf:id="trigger-cronExpression"> </td> <td rsf:id="trigger-stateList"> </td> <td> <span rsf:id="trigger-delete-confirm" style="display:none;" class="triggerDeleteConfirm"></span> <span rsf:id="trigger-name" style="display:none;" class="fullJobName"></span> <span rsf:id="trigger-revise-cronExpression" style="display:none;" class="triggerCronExpression"></span> <span rsf:id="trigger-revise-stateList" style="display:none;" class="triggerStateList"></span> <a rsf:id="trigger-delete" class="triggerDelete">Bah!</a> <a rsf:id="trigger-revise" class="triggerRevise">Humbug!</a> </td> <!-- <td rsf:id="job-name"> </td> <td rsf:id="trigger-name"> </td> --> </tr> </tbody> </table> <p class="act"> <!-- TODO: i18n for button --> <a id="addSync" href="#">Add sync</a> </p> </div> </form> <form rsf:id="by_time-delete-form" action="administrate_provider_sync" method="post" style="display:none;" class="syncDeleteForm"> <input type="text" rsf:id="currentTab" class="currentTab"/> <input type="text" rsf:id="by_time-delete-fullJobName" class="syncDeleteItem" /> <input type="submit" rsf:id="by_time-delete-submit" class="syncDeleteSubmit" /> </form> </div> <div id="tabs-3"> <form rsf:id="quick_sync-form" action="X" method="post" class="textPanel" style="border:1px solid #ccc;background:#fff; display:block;"> <input type="hidden" rsf:id="currentTab" id="currentTab" class="currentTab" value="0" /> <div style="padding:1em;"> <p rsf:id="msg=administrate.sync.quick_sync.states" class="instruction"> Run quick sync on evaluations that are: </p> <p class="checkbox"> <input rsf:id="quick_sync-state-partial" id="quick_sync-state-partial" type="checkbox" /> <label rsf:id="quick_sync-state-partial-note" for="quick_sync-state-partial"> Partial </label> </p> <p class="checkbox"> <input rsf:id="quick_sync-state-inqueue" id="quick_sync-state-inqueue" type="checkbox" /> <label rsf:id="quick_sync-state-inqueue-note" for="quick_sync-state-inqueue"> In Queue </label> </p> <p class="checkbox"> <input rsf:id="quick_sync-state-active" id="quick_sync-state-active" type="checkbox" /> <label rsf:id="quick_sync-state-active-note" for="quick_sync-state-active"> Active </label> </p> <p class="checkbox"> <input rsf:id="quick_sync-state-graceperiod" id="quick_sync-state-graceperiod" type="checkbox" /> <label rsf:id="quick_sync-state-graceperiod-note" for="quick_sync-state-graceperiod"> Grace Period </label> </p> <p class="checkbox"> <input rsf:id="quick_sync-state-closed" id="quick_sync-state-closed" type="checkbox" /> <label rsf:id="quick_sync-state-closed-note" for="quick_sync-state-closed"> Closed </label> </p> <p rsf:id="quick_sync-server-div:" class="longtext"> <label rsf:id="quick_sync-server-note" for="quick_sync-server" class="block"> Select server to handle all syncing of eval group memberships </label> <select rsf:id="quick_sync-server" id="quick_sync-server"> <option value="www.sakaiproject.org" >www.sakaiproject.org</option> </select> </p> <p class="act"> <input rsf:id="quick_sync-submit" name="x" value="Run Sync Now" type="submit" /> </p> </div> </form> </div> </div> </div> </body> </html>
payten/nyu-sakai-10.4
evaluation/tool/src/webapp/content/templates/administrate_provider_sync.html
HTML
apache-2.0
17,669
<html> <head><!-- JATSKit extraction from Tag Library - thanks to Mulberry Technologies for making this possible - --></head> <body> <h1 id="citation-alternatives"> <code>&lt;citation-alternatives&gt;</code> <b>Citation Alternatives</b> </h1> <p>Holds alternative versions of a single citation, for example, the same citation in multiple languages or a single citation tagged as both a <code>&lt;mixed-citation&gt;</code> complete with punctuation and spacing preserved and as an <code>&lt;element-citation&gt;</code> with punctuation and spacing removed.</p> </body> </html>
wendellpiez/oXygenJATSframework
styleguide/descriptions/citation-alternatives.html
HTML
apache-2.0
622
<!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:18 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.guacamole.properties.IntegerGuacamoleProperty (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="Uses of Class org.apache.guacamole.properties.IntegerGuacamoleProperty (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><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.apache.guacamole.properties">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/guacamole/properties/class-use/IntegerGuacamoleProperty.html" target="_top">Frames</a></li> <li><a href="IntegerGuacamoleProperty.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.guacamole.properties.IntegerGuacamoleProperty" class="title">Uses of Class<br>org.apache.guacamole.properties.IntegerGuacamoleProperty</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.apache.guacamole.properties">IntegerGuacamoleProperty</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.guacamole.environment">org.apache.guacamole.environment</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.guacamole.environment"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.apache.guacamole.properties">IntegerGuacamoleProperty</a> in <a href="../../../../../org/apache/guacamole/environment/package-summary.html">org.apache.guacamole.environment</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../org/apache/guacamole/environment/package-summary.html">org.apache.guacamole.environment</a> declared as <a href="../../../../../org/apache/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.apache.guacamole.properties">IntegerGuacamoleProperty</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.apache.guacamole.properties">IntegerGuacamoleProperty</a></code></td> <td class="colLast"><span class="typeNameLabel">Environment.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/guacamole/environment/Environment.html#GUACD_PORT">GUACD_PORT</a></span></code> <div class="block">The port that guacd (the Guacamole proxy server) is listening on.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.apache.guacamole.properties">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/guacamole/properties/class-use/IntegerGuacamoleProperty.html" target="_top">Frames</a></li> <li><a href="IntegerGuacamoleProperty.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/org/apache/guacamole/properties/class-use/IntegerGuacamoleProperty.html
HTML
apache-2.0
7,624
--- layout: post title: 'Software Defined Deprecation That Is In Real-Time Sync With Our Marketing And Sales #APIDesignFiction' url: http://alternate.apievangelist.com/2015/03/28/software-defined-deprecation-that-is-in-realtime-sync-with-our-marketing-and-sales/ source: http://alternate.apievangelist.com/2015/03/28/software-defined-deprecation-that-is-in-realtime-sync-with-our-marketing-and-sales/ domain: alternate.apievangelist.com image: https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-death.png --- <p><img src="https://s3.amazonaws.com/kinlane-productions/bw-icons/bw-death.png" alt="" width="250" align="right" /></p> <p>In the past, keeping our deprecation strategies in sync with our overall product sales and marketing took a full time staff, but in 2019, we now have an automated, API driven software defined deprecation strategy that is in perfect sync, in real-time with our sales and marketing. In the past, we could only flick a switch, when we started marketing a new device, that would inject latency into all of our customers devices--this is a brand new age of connected device sales.</p> <p>With our new system, we can personalize hardware deprecation scenarios, down to the user, and specific feature. The latest device release is a good example. The 7Z line of our devices allow for faster uploading, and much larger file size, so on all of the 6Z customers, we can actually slow their image uploads, increase error rates, and many more perceived deprecation scenarios, in real-time. The real-time portion, actually syncs these personalized events, with advertising events a user is targeted with. We can tell if a user has seen the new 7Z line commercial on TV or the web, and within 30 minutes, we can execute a deprecation scenario--bringing the pain home.</p> <p>The operating system for all our devices have this patent pending, Software Defined Deprecation (SDD) layer, which using its APIs connects with the real-time advertising, and marketing layer. For most of a devices life, SDD will not be leveraged, but as soon as sales or marketing efforts kick off, SDD can come into play at the individual level, regional, or specific demographic level. We are still crunching the latest sales figures, and the role SDD has played in generating sales for the 7Z line, but we are confident in Q4 we should be able to achieve 40% conversion rates with customers, purely based upon perceived SDD events.</p> <p>SDD is no longer a static feature you turn on and off in devices, it is now deeply woven into how we market and sell our Internet connected devices, making earlier concept of planned obsolescence a real-time experience, that we can personalize, target, and implement to optimize our sales. With over 100 devices left in our product catalog, where we can apply the next gen SDD technology, the opportunities for new revenue is unlimited in coming years.</p>
kinlane/alternate-api-evangelist
_posts/2015-03-28-software-defined-deprecation-that-is-in-realtime-sync-with-our-marketing-and-sales.html
HTML
apache-2.0
2,900
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Class org.apache.sysds.runtime.transform.tokenize.TokenizerPostPosition (Apache SystemDS 2.3.0-SNAPSHOT API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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-3.5.1.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 org.apache.sysds.runtime.transform.tokenize.TokenizerPostPosition (Apache SystemDS 2.3.0-SNAPSHOT API)"; } } catch(err) { } //--> var pathtoroot = "../../../../../../../"; var useModuleDirectories = true; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize">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" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <ul class="navListSearch"> <li><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" 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 id="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> </nav> </header> <main role="main"> <div class="header"> <h2 title="Uses of Class org.apache.sysds.runtime.transform.tokenize.TokenizerPostPosition" class="title">Uses of Class<br>org.apache.sysds.runtime.transform.tokenize.TokenizerPostPosition</h2> </div> <div class="classUseContainer">No usage of org.apache.sysds.runtime.transform.tokenize.TokenizerPostPosition</div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../TokenizerPostPosition.html" title="class in org.apache.sysds.runtime.transform.tokenize">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" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses.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 id="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </footer> </body> </html>
apache/incubator-systemml
docs/api/java/org/apache/sysds/runtime/transform/tokenize/class-use/TokenizerPostPosition.html
HTML
apache-2.0
5,531
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>BufferedIndexInput.Clone Method</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">Apache Lucene.Net 2.4.0 Class Library API</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">BufferedIndexInput.Clone Method </h1> </div> </div> <div id="nstext"> <p> </p> <div class="syntax">public override <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">object</a> Clone();</div> <h4 class="dtH4">Implements</h4> <p> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemICloneableClassCloneTopic.htm">ICloneable.Clone</a> </p> <h4 class="dtH4">See Also</h4> <p> <a href="Lucene.Net.Store.BufferedIndexInput.html">BufferedIndexInput Class</a> | <a href="Lucene.Net.Store.html">Lucene.Net.Store Namespace</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="Clone method"> </param> <param name="Keyword" value="Clone method, BufferedIndexInput class"> </param> <param name="Keyword" value="BufferedIndexInput.Clone method"> </param> </object> <hr /> <div id="footer"> <p> </p> <p>Generated from assembly Lucene.Net [2.4.0.2]</p> </div> </div> </body> </html>
Mpdreamz/lucene.net
doc/core/Lucene.Net.Store.BufferedIndexInput.Clone.html
HTML
apache-2.0
2,010
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>execute (Gem::Commands::CleanupCommand)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/rubygems/commands/cleanup_command.rb, line 38</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">execute</span> <span class="ruby-identifier">say</span> <span class="ruby-value str">&quot;Cleaning up installed gems...&quot;</span> <span class="ruby-identifier">primary_gems</span> = {} <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">source_index</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">name</span>, <span class="ruby-identifier">spec</span><span class="ruby-operator">|</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">primary_gems</span>[<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>].<span class="ruby-identifier">nil?</span> <span class="ruby-keyword kw">or</span> <span class="ruby-identifier">primary_gems</span>[<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>].<span class="ruby-identifier">version</span> <span class="ruby-operator">&lt;</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> <span class="ruby-keyword kw">then</span> <span class="ruby-identifier">primary_gems</span>[<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>] = <span class="ruby-identifier">spec</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-identifier">gems_to_cleanup</span> = [] <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:args</span>].<span class="ruby-identifier">empty?</span> <span class="ruby-keyword kw">then</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:args</span>].<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">gem_name</span><span class="ruby-operator">|</span> <span class="ruby-identifier">dep</span> = <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Dependency</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">gem_name</span>, <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Requirement</span>.<span class="ruby-identifier">default</span> <span class="ruby-identifier">specs</span> = <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">source_index</span>.<span class="ruby-identifier">search</span> <span class="ruby-identifier">dep</span> <span class="ruby-identifier">specs</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">spec</span><span class="ruby-operator">|</span> <span class="ruby-identifier">gems_to_cleanup</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">spec</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">else</span> <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">source_index</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">name</span>, <span class="ruby-identifier">spec</span><span class="ruby-operator">|</span> <span class="ruby-identifier">gems_to_cleanup</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">spec</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-identifier">gems_to_cleanup</span> = <span class="ruby-identifier">gems_to_cleanup</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">spec</span><span class="ruby-operator">|</span> <span class="ruby-identifier">primary_gems</span>[<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>].<span class="ruby-identifier">version</span> <span class="ruby-operator">!=</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> } <span class="ruby-identifier">deplist</span> = <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">DependencyList</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">gems_to_cleanup</span>.<span class="ruby-identifier">uniq</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">spec</span><span class="ruby-operator">|</span> <span class="ruby-identifier">deplist</span>.<span class="ruby-identifier">add</span> <span class="ruby-identifier">spec</span> <span class="ruby-keyword kw">end</span> <span class="ruby-identifier">deps</span> = <span class="ruby-identifier">deplist</span>.<span class="ruby-identifier">strongly_connected_components</span>.<span class="ruby-identifier">flatten</span>.<span class="ruby-identifier">reverse</span> <span class="ruby-identifier">deps</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">spec</span><span class="ruby-operator">|</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:dryrun</span>] <span class="ruby-keyword kw">then</span> <span class="ruby-identifier">say</span> <span class="ruby-node">&quot;Dry Run Mode: Would uninstall #{spec.full_name}&quot;</span> <span class="ruby-keyword kw">else</span> <span class="ruby-identifier">say</span> <span class="ruby-node">&quot;Attempting to uninstall #{spec.full_name}&quot;</span> <span class="ruby-identifier">options</span>[<span class="ruby-identifier">:args</span>] = [<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>] <span class="ruby-identifier">uninstall_options</span> = { <span class="ruby-identifier">:executables</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">false</span>, <span class="ruby-identifier">:version</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-node">&quot;= #{spec.version}&quot;</span>, } <span class="ruby-keyword kw">if</span> <span class="ruby-constant">Gem</span>.<span class="ruby-identifier">user_dir</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">installation_path</span> <span class="ruby-keyword kw">then</span> <span class="ruby-identifier">uninstall_options</span>[<span class="ruby-identifier">:install_dir</span>] = <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">installation_path</span> <span class="ruby-keyword kw">end</span> <span class="ruby-identifier">uninstaller</span> = <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Uninstaller</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span>, <span class="ruby-identifier">uninstall_options</span> <span class="ruby-keyword kw">begin</span> <span class="ruby-identifier">uninstaller</span>.<span class="ruby-identifier">uninstall</span> <span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">DependencyRemovalException</span>, <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">InstallError</span>, <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">GemNotInHomeException</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">e</span> <span class="ruby-identifier">say</span> <span class="ruby-node">&quot;Unable to uninstall #{spec.full_name}:&quot;</span> <span class="ruby-identifier">say</span> <span class="ruby-node">&quot;\t#{e.class}: #{e.message}&quot;</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span> <span class="ruby-identifier">say</span> <span class="ruby-value str">&quot;Clean Up Complete&quot;</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
ThoughtWorksStudios/excel-2010-mingle-addin
tools/ironruby/lib/ironruby/gems/1.8/doc/rubygems-1.3.6/rdoc/classes/Gem/Commands/CleanupCommand.src/M000077.html
HTML
apache-2.0
9,455
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.7.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: [email protected] Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8"/> <title>Metronic | UI Features - Date Paginator</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="" name="description"/> <meta content="" name="author"/> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN DATE PAGINATOR PLUGIN --> <link href="../../assets/global/plugins/bootstrap-datepicker/css/datepicker.css" rel="stylesheet" type="text/css"/> <!-- END DATE PAGINATOR PLUGIN --> <!-- BEGIN THEME STYLES --> <link href="../../assets/global/css/components-md.css" id="style_components" rel="stylesheet" type="text/css"/> <link href="../../assets/global/css/plugins-md.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout2/css/layout.css" rel="stylesheet" type="text/css"/> <link id="style_color" href="../../assets/admin/layout2/css/themes/grey.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout2/css/custom.css" rel="stylesheet" type="text/css"/> <!-- END THEME STYLES --> <link rel="shortcut icon" href="favicon.ico"/> </head> <!-- END HEAD --> <!-- BEGIN BODY --> <!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices --> <!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default --> <!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle --> <!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle --> <!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle --> <!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar --> <!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer --> <!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side --> <!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu --> <body class="page-md page-boxed page-header-fixed page-container-bg-solid page-sidebar-closed-hide-logo "> <!-- BEGIN HEADER --> <div class="page-header md-shadow-z-1-i navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner container"> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../../assets/admin/layout2/img/logo-default.png" alt="logo" class="logo-default"/> </a> <div class="menu-toggler sidebar-toggler"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN PAGE ACTIONS --> <!-- DOC: Remove "hide" class to enable the page header actions --> <div class="page-actions hide"> <div class="btn-group"> <button type="button" class="btn btn-circle red-pink dropdown-toggle" data-toggle="dropdown"> <i class="icon-bar-chart"></i>&nbsp;<span class="hidden-sm hidden-xs">New&nbsp;</span>&nbsp;<i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-user"></i> New User </a> </li> <li> <a href="javascript:;"> <i class="icon-present"></i> New Event <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-basket"></i> New order </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Pending Orders <span class="badge badge-danger">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Pending Users <span class="badge badge-warning">12</span> </a> </li> </ul> </div> <div class="btn-group"> <button type="button" class="btn btn-circle green-haze dropdown-toggle" data-toggle="dropdown"> <i class="icon-bell"></i>&nbsp;<span class="hidden-sm hidden-xs">Post&nbsp;</span>&nbsp;<i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-docs"></i> New Post </a> </li> <li> <a href="javascript:;"> <i class="icon-tag"></i> New Comment </a> </li> <li> <a href="javascript:;"> <i class="icon-share"></i> Share </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> </div> <!-- END PAGE ACTIONS --> <!-- BEGIN PAGE TOP --> <div class="page-top"> <!-- BEGIN HEADER SEARCH BOX --> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form search-form-expanded" action="extra_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search..." name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3><span class="bold">12 pending</span> notifications</h3> <a href="extra_profile.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-default"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="page_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="page_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../../assets/admin/layout2/img/avatar3_small.jpg"/> <span class="username username-hide-on-mobile"> Nick </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="extra_profile.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="page_todo.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="extra_lock.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="login.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END PAGE TOP --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <div class="clearfix"> </div> <div class="container"> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar-wrapper"> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <div class="page-sidebar navbar-collapse collapse"> <!-- BEGIN SIDEBAR MENU --> <!-- DOC: Apply "page-sidebar-menu-light" class right after "page-sidebar-menu" to enable light sidebar menu style(without borders) --> <!-- DOC: Apply "page-sidebar-menu-hover-submenu" class right after "page-sidebar-menu" to enable hoverable(hover vs accordion) sub menu mode --> <!-- DOC: Apply "page-sidebar-menu-closed" class right after "page-sidebar-menu" to collapse("page-sidebar-closed" class must be applied to the body element) the sidebar sub menu mode --> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Set data-keep-expand="true" to keep the submenues expanded --> <!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed --> <ul class="page-sidebar-menu page-sidebar-menu-hover-submenu " data-keep-expanded="false" data-auto-scroll="true" data-slide-speed="200"> <li class="start "> <a href="index.html"> <i class="icon-home"></i> <span class="title">Dashboard</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-basket"></i> <span class="title">eCommerce</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="ecommerce_index.html"> <i class="icon-home"></i> Dashboard</a> </li> <li> <a href="ecommerce_orders.html"> <i class="icon-basket"></i> Orders</a> </li> <li> <a href="ecommerce_orders_view.html"> <i class="icon-tag"></i> Order View</a> </li> <li> <a href="ecommerce_products.html"> <i class="icon-handbag"></i> Products</a> </li> <li> <a href="ecommerce_products_edit.html"> <i class="icon-pencil"></i> Product Edit</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-rocket"></i> <span class="title">Page Layouts</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="layout_fontawesome_icons.html"> <span class="badge badge-roundless badge-danger">new</span>Layout with Fontawesome Icons</a> </li> <li> <a href="layout_glyphicons.html"> Layout with Glyphicon</a> </li> <li> <a href="layout_full_height_content.html"> <span class="badge badge-roundless badge-warning">new</span>Full Height Content</a> </li> <li> <a href="layout_sidebar_reversed.html"> <span class="badge badge-roundless badge-warning">new</span>Right Sidebar Page</a> </li> <li> <a href="layout_sidebar_fixed.html"> Sidebar Fixed Page</a> </li> <li> <a href="layout_sidebar_closed.html"> Sidebar Closed Page</a> </li> <li> <a href="layout_ajax.html"> Content Loading via Ajax</a> </li> <li> <a href="layout_disabled_menu.html"> Disabled Menu Links</a> </li> <li> <a href="layout_blank_page.html"> Blank Page</a> </li> <li> <a href="layout_fluid_page.html"> Fluid Page</a> </li> <li> <a href="layout_language_bar.html"> Language Switch Bar</a> </li> </ul> </li> <li class="active open"> <a href="javascript:;"> <i class="icon-diamond"></i> <span class="title">UI Features</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li> <a href="ui_general.html"> General Components</a> </li> <li> <a href="ui_buttons.html"> Buttons</a> </li> <li> <a href="ui_icons.html"> <span class="badge badge-roundless badge-danger">new</span>Font Icons</a> </li> <li> <a href="ui_colors.html"> Flat UI Colors</a> </li> <li> <a href="ui_typography.html"> Typography</a> </li> <li> <a href="ui_tabs_accordions_navs.html"> Tabs, Accordions & Navs</a> </li> <li> <a href="ui_tree.html"> <span class="badge badge-roundless badge-danger">new</span>Tree View</a> </li> <li> <a href="ui_page_progress_style_1.html"> <span class="badge badge-roundless badge-warning">new</span>Page Progress Bar</a> </li> <li> <a href="ui_blockui.html"> Block UI</a> </li> <li> <a href="ui_bootstrap_growl.html"> <span class="badge badge-roundless badge-warning">new</span>Bootstrap Growl Notifications</a> </li> <li> <a href="ui_notific8.html"> Notific8 Notifications</a> </li> <li> <a href="ui_toastr.html"> Toastr Notifications</a> </li> <li> <a href="ui_alert_dialog_api.html"> <span class="badge badge-roundless badge-danger">new</span>Alerts & Dialogs API</a> </li> <li> <a href="ui_session_timeout.html"> Session Timeout</a> </li> <li> <a href="ui_idle_timeout.html"> User Idle Timeout</a> </li> <li> <a href="ui_modals.html"> Modals</a> </li> <li> <a href="ui_extended_modals.html"> Extended Modals</a> </li> <li> <a href="ui_tiles.html"> Tiles</a> </li> <li class="active"> <a href="ui_datepaginator.html"> <span class="badge badge-roundless badge-success">new</span>Date Paginator</a> </li> <li> <a href="ui_nestable.html"> Nestable List</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-puzzle"></i> <span class="title">UI Components</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="components_pickers.html"> Date & Time Pickers</a> </li> <li> <a href="components_context_menu.html"> Context Menu</a> </li> <li> <a href="components_dropdowns.html"> Custom Dropdowns</a> </li> <li> <a href="components_form_tools.html"> Form Widgets & Tools</a> </li> <li> <a href="components_form_tools2.html"> Form Widgets & Tools 2</a> </li> <li> <a href="components_editors.html"> Markdown & WYSIWYG Editors</a> </li> <li> <a href="components_ion_sliders.html"> Ion Range Sliders</a> </li> <li> <a href="components_noui_sliders.html"> NoUI Range Sliders</a> </li> <li> <a href="components_jqueryui_sliders.html"> jQuery UI Sliders</a> </li> <li> <a href="components_knob_dials.html"> Knob Circle Dials</a> </li> </ul> </li> <!-- BEGIN ANGULARJS LINK --> <li class="tooltips" data-container="body" data-placement="right" data-html="true" data-original-title="AngularJS version demo"> <a href="angularjs" target="_blank"> <i class="icon-paper-plane"></i> <span class="title"> AngularJS Version </span> </a> </li> <!-- END ANGULARJS LINK --> <li> <a href="javascript:;"> <i class="icon-settings"></i> <span class="title">Form Stuff</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="form_controls_md.html"> <span class="badge badge-roundless badge-danger">new</span>Material Design<br> Form Controls</a> </li> <li> <a href="form_controls.html"> Bootstrap<br> Form Controls</a> </li> <li> <a href="form_icheck.html"> iCheck Controls</a> </li> <li> <a href="form_layouts.html"> Form Layouts</a> </li> <li> <a href="form_editable.html"> <span class="badge badge-roundless badge-warning">new</span>Form X-editable</a> </li> <li> <a href="form_wizard.html"> Form Wizard</a> </li> <li> <a href="form_validation.html"> Form Validation</a> </li> <li> <a href="form_image_crop.html"> <span class="badge badge-roundless badge-danger">new</span>Image Cropping</a> </li> <li> <a href="form_fileupload.html"> Multiple File Upload</a> </li> <li> <a href="form_dropzone.html"> Dropzone File Upload</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-briefcase"></i> <span class="title">Data Tables</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="table_basic.html"> Basic Datatables</a> </li> <li> <a href="table_tree.html"> Tree Datatables</a> </li> <li> <a href="table_responsive.html"> Responsive Datatables</a> </li> <li> <a href="table_managed.html"> Managed Datatables</a> </li> <li> <a href="table_editable.html"> Editable Datatables</a> </li> <li> <a href="table_advanced.html"> Advanced Datatables</a> </li> <li> <a href="table_ajax.html"> Ajax Datatables</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-wallet"></i> <span class="title">Portlets</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="portlet_general.html"> General Portlets</a> </li> <li> <a href="portlet_general2.html"> <span class="badge badge-roundless badge-danger">new</span>New Portlets #1</a> </li> <li> <a href="portlet_general3.html"> <span class="badge badge-roundless badge-danger">new</span>New Portlets #2</a> </li> <li> <a href="portlet_ajax.html"> Ajax Portlets</a> </li> <li> <a href="portlet_draggable.html"> Draggable Portlets</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-bar-chart"></i> <span class="title">Charts</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="charts_amcharts.html"> amChart</a> </li> <li> <a href="charts_flotcharts.html"> Flotchart</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-docs"></i> <span class="title">Pages</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_timeline.html"> <i class="icon-paper-plane"></i> <span class="badge badge-warning">2</span>New Timeline</a> </li> <li> <a href="extra_profile.html"> <i class="icon-user-following"></i> <span class="badge badge-success badge-roundless">new</span>New User Profile</a> </li> <li> <a href="page_todo.html"> <i class="icon-hourglass"></i> <span class="badge badge-danger">4</span>Todo</a> </li> <li> <a href="inbox.html"> <i class="icon-envelope"></i> <span class="badge badge-danger">4</span>Inbox</a> </li> <li> <a href="extra_faq.html"> <i class="icon-info"></i> FAQ</a> </li> <li> <a href="page_portfolio.html"> <i class="icon-feed"></i> Portfolio</a> </li> <li> <a href="page_coming_soon.html"> <i class="icon-flag"></i> Coming Soon</a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> <span class="badge badge-danger">14</span>Calendar</a> </li> <li> <a href="extra_invoice.html"> <i class="icon-flag"></i> Invoice</a> </li> <li> <a href="page_blog.html"> <i class="icon-speech"></i> Blog</a> </li> <li> <a href="page_blog_item.html"> <i class="icon-link"></i> Blog Post</a> </li> <li> <a href="page_news.html"> <i class="icon-eye"></i> <span class="badge badge-success">9</span>News</a> </li> <li> <a href="page_news_item.html"> <i class="icon-bell"></i> News View</a> </li> <li> <a href="page_timeline_old.html"> <i class="icon-paper-plane"></i> <span class="badge badge-warning">2</span>Old Timeline</a> </li> <li> <a href="extra_profile_old.html"> <i class="icon-user"></i> Old User Profile</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-present"></i> <span class="title">Extra</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_about.html"> About Us</a> </li> <li> <a href="page_contact.html"> Contact Us</a> </li> <li> <a href="extra_search.html"> Search Results</a> </li> <li> <a href="extra_pricing_table.html"> Pricing Tables</a> </li> <li> <a href="extra_404_option1.html"> 404 Page Option 1</a> </li> <li> <a href="extra_404_option2.html"> 404 Page Option 2</a> </li> <li> <a href="extra_404_option3.html"> 404 Page Option 3</a> </li> <li> <a href="extra_500_option1.html"> 500 Page Option 1</a> </li> <li> <a href="extra_500_option2.html"> 500 Page Option 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-folder"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="icon-settings"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="icon-user"></i> Sample Link 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="#"><i class="icon-power"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-paper-plane"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-star"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="#"><i class="icon-camera"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-link"></i> Sample Link 2</a> </li> <li> <a href="#"><i class="icon-pointer"></i> Sample Link 3</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-globe"></i> Item 2 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="#"><i class="icon-tag"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-pencil"></i> Sample Link 1</a> </li> <li> <a href="#"><i class="icon-graph"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="#"> <i class="icon-bar-chart"></i> Item 3 </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-user"></i> <span class="title">Login Options</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="login.html"> Login Form 1</a> </li> <li> <a href="login_2.html"> Login Form 2</a> </li> <li> <a href="login_3.html"> Login Form 3</a> </li> <li> <a href="login_soft.html"> Login Form 4</a> </li> <li> <a href="extra_lock.html"> Lock Screen 1</a> </li> <li> <a href="extra_lock2.html"> Lock Screen 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-envelope-open"></i> <span class="title">Email Templates</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="email_template1.html"> New Email Template 1</a> </li> <li> <a href="email_template2.html"> New Email Template 2</a> </li> <li> <a href="email_template3.html"> New Email Template 3</a> </li> <li> <a href="email_template4.html"> New Email Template 4</a> </li> <li> <a href="email_newsletter.html"> Old Email Template 1</a> </li> <li> <a href="email_system.html"> Old Email Template 2</a> </li> </ul> </li> <li class="last "> <a href="javascript:;"> <i class="icon-pointer"></i> <span class="title">Maps</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="maps_google.html"> Google Maps</a> </li> <li> <a href="maps_vector.html"> Vector Maps</a> </li> </ul> </li> </ul> <!-- END SIDEBAR MENU --> </div> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM--> <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> Widget settings form goes here </div> <div class="modal-footer"> <button type="button" class="btn blue">Save changes</button> <button type="button" class="btn default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM--> <!-- BEGIN STYLE CUSTOMIZER --> <div class="theme-panel"> <div class="toggler tooltips" data-container="body" data-placement="left" data-html="true" data-original-title="Click to open advance theme customizer panel"> <i class="icon-settings"></i> </div> <div class="toggler-close"> <i class="icon-close"></i> </div> <div class="theme-options"> <div class="theme-option theme-colors clearfix"> <span> THEME COLOR </span> <ul> <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li> <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li> <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li> <li class="color-dark tooltips" data-style="dark" data-container="body" data-original-title="Dark"> </li> <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li> </ul> </div> <div class="theme-option"> <span> Theme Style </span> <select class="layout-style-option form-control input-small"> <option value="square" selected="selected">Square corners</option> <option value="rounded">Rounded corners</option> </select> </div> <div class="theme-option"> <span> Layout </span> <select class="layout-option form-control input-small"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </div> <div class="theme-option"> <span> Header </span> <select class="page-header-option form-control input-small"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </div> <div class="theme-option"> <span> Top Dropdown</span> <select class="page-header-top-dropdown-style-option form-control input-small"> <option value="light" selected="selected">Light</option> <option value="dark">Dark</option> </select> </div> <div class="theme-option"> <span> Sidebar Mode</span> <select class="sidebar-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> <div class="theme-option"> <span> Sidebar Style</span> <select class="sidebar-style-option form-control input-small"> <option value="default" selected="selected">Default</option> <option value="compact">Compact</option> </select> </div> <div class="theme-option"> <span> Sidebar Menu </span> <select class="sidebar-menu-option form-control input-small"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </div> <div class="theme-option"> <span> Sidebar Position </span> <select class="sidebar-pos-option form-control input-small"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </div> <div class="theme-option"> <span> Footer </span> <select class="page-footer-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> </div> </div> <!-- END STYLE CUSTOMIZER --> <!-- BEGIN PAGE HEADER--> <h3 class="page-title"> Date Paginator <small>scrollable & selectable date paginator</small> </h3> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <i class="fa fa-home"></i> <a href="index.html">Home</a> <i class="fa fa-angle-right"></i> </li> <li> <a href="#">UI Features</a> <i class="fa fa-angle-right"></i> </li> <li> <a href="#">Date Paginator</a> </li> </ul> <div class="page-toolbar"> <div class="btn-group pull-right"> <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#">Action</a> </li> <li> <a href="#">Another action</a> </li> <li> <a href="#">Something else here</a> </li> <li class="divider"> </li> <li> <a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- END PAGE HEADER--> <!-- BEGIN PAGE CONTENT--> <div class="row"> <div class="col-md-12"> <div class="note note-info note-bordered"> <h4 class="block">Bootstrap Date Paginator</h4> <p> A jQuery plugin which takes Twitter Bootstrap's already great pagination component and injects a bit of date based magic. In the process creating a hugely simplified and modularised way of paging date based results in your application. For more info please check out <a href="http://jonathandanielmiles.com/bootstrap-datepaginator" target="_blank"> the official documentation </a> . </p> </div> <!-- BEGIN PORTLET--> <div class="portlet box yellow"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-gift"></i>Bootstrap Date Paginator Demo </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> <a href="javascript:;" class="reload"> </a> </div> </div> <div class="portlet-body"> <h3>Default Date Paginator</h3> <div id="datepaginator_sample_1"> </div> <h3>On Date Selected Event Hanlder(try to select a date)</h3> <div id="datepaginator_sample_4"> </div> <h3>Large Date Paginator</h3> <div id="datepaginator_sample_2"> </div> <h3>Small Date Paginator</h3> <div id="datepaginator_sample_3"> </div> </div> </div> <!-- END PORTLET--> </div> </div> <!-- END PAGE CONTENT--> </div> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <!--Cooming Soon...--> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2014 &copy; Metronic by keenthemes. </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> </div> <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> <!-- BEGIN CORE PLUGINS --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <script src="../../assets/global/plugins/excanvas.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip --> <script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN DATE PAGINATOR PLUGIN --> <script src="../../assets/global/plugins/moment.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-datepaginator/bootstrap-datepaginator.min.js" type="text/javascript"></script> <!-- END DATE PAGINATOR PLUGIN --> <!-- BEGIN PAGE LEVEL SCRIPTS --> <script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script> <script src="../../assets/admin/layout2/scripts/layout.js" type="text/javascript"></script> <script src="../../assets/admin/layout2/scripts/demo.js" type="text/javascript"></script> <script src="../../assets/admin/pages/scripts/ui-datepaginator.js"></script> <!-- END PAGE LEVEL SCRIPTS --> <script> jQuery(document).ready(function() { // initiate layout and plugins Metronic.init(); // init metronic core components Layout.init(); // init current layout Demo.init(); // init demo features UIDatepaginator.init(); }); </script> <!-- END JAVASCRIPTS --> </body> <!-- END BODY --> </html>
zzsoszz/metronicv37
theme/templates/admin2_material_design/ui_datepaginator.html
HTML
apache-2.0
49,247
<!--通用的微信预览模板--> <!--头部标题栏--> <!--鉴于样式title放进具体每块模块--> <!--CSS模块--> <div class="weixin-preview"> <p class="preview-tips">微信回复预览</p> <div class="weixin-box"> <p class="weixin-title"></p> <div class="weixin-cover"><img class="weixin-cover-pic" src=""/></div> <p class="weixin-content"> </p> </div> <script type="text/javascript"> $('.tab-content').addClass('has-weixinpreivew'); if($('input[name="title"]').val()!=undefined){ $('.weixin-title').html($('input[name="title"]').val()); }else{ $('.weixin-title').html($('input[name="config[title]"]').val()); } if($('textarea[name="content"]').val()!=undefined){ $('.weixin-content').html($('textarea[name="content"]').val()); }else if($('textarea[name="intro"]').val()!=undefined){ $('.weixin-content').html($('textarea[name="config[intro]"]').val()); }else{ $('.weixin-content').html($('textarea[name="config[info]"]').val()); } var weixin_cover_picurl = $('#cover_id_picurl').next().find('img').attr('src'); if(weixin_cover_picurl==undefined)weixin_cover_picurl=$('#cover_id_cover').next().find('img').attr('src'); if($('#cover_id_cover').val()==undefined && $('#cover_id_picurl').val()==undefined){ $('.weixin-preview').hide(); } if(weixin_cover_picurl==undefined || weixin_cover_picurl==""){ $('.weixin-cover-pic').attr('src',"__IMG__/no_cover.png"); }else{ $('.weixin-cover-pic').attr('src',weixin_cover_picurl); } $('input[name="title"]').keyup(function(){ $('.weixin-title').html($(this).val()); }); $('textarea[name="content"]').keyup(function(){ $('.weixin-content').html($(this).val()); }); $('textarea[name="info"]').keyup(function(){ $('.weixin-content').html($(this).val()); }); $('textarea[name="intro"]').keyup(function(){ $('.weixin-content').html($(this).val()); }); </script>
277367546/nweixin
Application/Home/View/default/Addons/weixinPreview.html
HTML
apache-2.0
1,895
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Mon Mar 03 07:21:26 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.togglz.slf4j Class Hierarchy (Togglz 2.0.1.Final API)</title> <meta name="date" content="2014-03-03"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.togglz.slf4j Class Hierarchy (Togglz 2.0.1.Final API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/togglz/shiro/package-tree.html">Prev</a></li> <li><a href="../../../org/togglz/spring/manager/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/togglz/slf4j/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.togglz.slf4j</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.togglz.slf4j.<a href="../../../org/togglz/slf4j/Slf4jLogProvider.html" title="class in org.togglz.slf4j"><span class="strong">Slf4jLogProvider</span></a> (implements org.togglz.core.spi.<a href="../../../org/togglz/core/spi/LogProvider.html" title="interface in org.togglz.core.spi">LogProvider</a>)</li> <li type="circle">org.togglz.slf4j.<a href="../../../org/togglz/slf4j/Slf4jLogProvider.SLF4JLog.html" title="class in org.togglz.slf4j"><span class="strong">Slf4jLogProvider.SLF4JLog</span></a> (implements org.togglz.core.logging.<a href="../../../org/togglz/core/logging/Log.html" title="interface in org.togglz.core.logging">Log</a>)</li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/togglz/shiro/package-tree.html">Prev</a></li> <li><a href="../../../org/togglz/spring/manager/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/togglz/slf4j/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p> </body> </html>
togglz/togglz-site
apidocs/2.0.1.Final/org/togglz/slf4j/package-tree.html
HTML
apache-2.0
5,089
<html jwcid="@Shell" title="ListEdit"> <body jwcid="@Body"> <form jwcid="form@Form" listener="ognl:listeners.formSubmit"> <p>Enter favorite colors:</p> <table> <tr jwcid="e@ListEdit" element="tr" source="ognl:sortedColorKeys" value="ognl:colorKey"> <th><span jwcid="@Insert" value="ognl:colorKey">Color Label</span>:</th> <td> <select jwcid="inputColor@PropertySelection" value="ognl:color" model="ognl:colorModel"> <option>Red</option> <option>Green</option> <option>Blue</option> </select> </td> </tr> <tr> <td><input type="submit" value="Continue"/></td> </tr> </table> </form> </body> </html>
apache/tapestry3
junit/context14/ListEdit.html
HTML
apache-2.0
624
<div class="ui fixed inverted main menu"> <div class="container"> <a ui-sref="dashboard.containers" class="title item" id="logo"> SOP Cloud </a> <a ui-sref="dashboard.eureka_services" ui-sref-active="active" class="title item"> <i class="grid layout icon"></i> Services </a> <a ui-sref="dashboard.hystrix" ui-sref-active="active" class="title item"> <i class="grid layout icon"></i> Real Time </a> <a ui-sref="dashboard.containers" ui-sref-active="active" class="title item"> <i class="grid layout icon"></i> Containers </a> <a ui-sref="dashboard.images" ui-sref-active="active" class="title item"> <i class="disk outline icon"></i> Images </a> <a ui-sref="dashboard.nodes" ui-sref-active="active" class="title item"> <i class="sitemap icon"></i> Nodes </a> <a ui-sref="dashboard.registry" ui-sref-active="active" class="title item"> <i class="fork icon"></i> Registries </a> <a ui-sref="dashboard.accounts" ui-sref-active="active" class="title item"> <i class="user icon"></i> Accounts </a> <a ui-sref="dashboard.events" ui-sref-active="active" class="title item"> <i class="browser icon"></i> Events </a> <div class="ui right inverted menu"> <div class="ui item"> <div class="ui dropdown"> {{ username }} <i class="dropdown icon"></i> <div class="menu"> <div ui-sref="logout" class="item"><i class="sign out icon"></i>Logout</div> </div> </div> </div> <div class="ui item"> <a ui-sref="dashboard.help"> <i class="help circle icon"></i> </a> </div> </div> </div> </div> <div class="pusher"> <div class="ui active inverted dimmer" ng-show="isLoadingView"> <div class="ui loader"></div> </div> <div id="content" ui-view> </div> </div> <script> $('.ui.dropdown').dropdown(); </script>
jsyinwenjun/shipyard
controller/static/app/layout/dashboard.html
HTML
apache-2.0
2,025
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../favicon.ico" /> <title>PlusClient.OnPeopleLoadedListener | 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/global-libraries-combined.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../../../"; </script> <script src="../../../../../../assets/js/docs.js" type="text/javascript"></script> <script src="../../../../../../navtree_data.js" type="text/javascript"></script> </head> <body class="gc-documentation develop" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="" style="display:none"></div> <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" class="selected" 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> <!-- <div class="header">Support</div> <ul> <li><a href="../../../../../../support.html">Developer Support</a></li> </ul> --> <div class="header">Languages</div> <div id="language" class="locales"> <select name="language" onChange="changeLangPref(this.value, true)"> <option value="en">English</option> <option value="es">Español</option> <option value="ja">日本語</option> <option value="ko">한국어</option> <option value="ru">Русский</option> <option value="zh-CN">中文 (中国)</option> <option value="zh-TW">中文 (台灣)</option> </select> </div> <script type="text/javascript"> <!-- loadLangPref(); //--> </script> <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 id="search_filtered_wrapper"> <div id="search_filtered_div" class="no-display"> <ul id="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><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" class="selected" 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></li> <li><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 = [ ]; 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-"> <a href="../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li> <li class="selected api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li> <li class="api apilevel-"> <a href="../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</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-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.OnAccessRevokedListener.html">PlusClient.OnAccessRevokedListener</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.OnMomentsLoadedListener.html">PlusClient.OnMomentsLoadedListener</a></li> <li class="selected api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.OnPeopleLoadedListener.html">PlusClient.OnPeopleLoadedListener</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.OnPersonLoadedListener.html">PlusClient.OnPersonLoadedListener</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusOneButton.OnPlusOneClickListener.html">PlusOneButton.OnPlusOneClickListener</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/GooglePlusUtil.html">GooglePlusUtil</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.html">PlusClient</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.Builder.html">PlusClient.Builder</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusOneButton.html">PlusOneButton</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusShare.html">PlusShare</a></li> <li class="api apilevel-"><a href="../../../../../../reference/com/google/android/gms/plus/PlusShare.Builder.html">PlusShare.Builder</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> <script> $(document).ready(function() { changeDocLang(getLangPref()); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public static interface <h1 itemprop="name">PlusClient.OnPeopleLoadedListener</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.google.android.gms.plus.PlusClient.OnPeopleLoadedListener</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">Listener interface for when a collection of people are loaded.</p> <div class="jd-tagdata"> <h5 class="jd-tagtitle">See Also</h5> <ul class="nolist"><li><code><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.html#loadPeople(com.google.android.gms.plus.PlusClient.OnPeopleLoadedListener, int)">loadPeople(OnPeopleLoadedListener, int)</a></code></li> </ul> </div> </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"><nobr> abstract void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.OnPeopleLoadedListener.html#onPeopleLoaded(com.google.android.gms.common.ConnectionResult, com.google.android.gms.plus.model.people.PersonBuffer, java.lang.String)">onPeopleLoaded</a></span>(<a href="../../../../../../reference/com/google/android/gms/common/ConnectionResult.html">ConnectionResult</a> status, <a href="../../../../../../reference/com/google/android/gms/plus/model/people/PersonBuffer.html">PersonBuffer</a> personBuffer, <a href="http://developer.android.com/reference/java/lang/String.html">String</a> nextPageToken)</nobr> </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 NAME="onPeopleLoaded(com.google.android.gms.common.ConnectionResult, com.google.android.gms.plus.model.people.PersonBuffer, java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public abstract void </span> <span class="sympad">onPeopleLoaded</span> <span class="normal">(<a href="../../../../../../reference/com/google/android/gms/common/ConnectionResult.html">ConnectionResult</a> status, <a href="../../../../../../reference/com/google/android/gms/plus/model/people/PersonBuffer.html">PersonBuffer</a> personBuffer, <a href="http://developer.android.com/reference/java/lang/String.html">String</a> nextPageToken)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>status</td> <td>The resulting connection status of the <code><a href="../../../../../../reference/com/google/android/gms/plus/PlusClient.html#loadPeople(com.google.android.gms.plus.PlusClient.OnPeopleLoadedListener, int)">loadPeople(OnPeopleLoadedListener, int)</a></code> request.</td> </tr> <tr> <th>personBuffer</td> <td>The requested collection of people. The listener must close this object when finished.</td> </tr> <tr> <th>nextPageToken</td> <td>The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results. </td> </tr> </table> </div> </div> </div> <!-- ========= 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 &nbsp;r &mdash; 12 Mar 2013 3:07 </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 --> <!-- Grid - for dev <script type="text/javascript"> window.gOverride = { gColor: '#FF0000', pColor: '#EEEEEE', gOpacity: 0.10, pOpacity: 0.40, pHeight: 16, pOffset: 2, gColumns:16, gEnabled:false, pEnabled:false } </script> <link href="../../../../../../assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css"> <script src="../../../../../../assets/js/grid/960.gridder.js" type="text/javascript"></script> --> <script type="text/javascript"> init(); /* initialize android-developer-docs.js */ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5831155-1"); pageTracker._trackPageview(); </script> </body> </html>
photo/mobile-android
submodules/google-play-services_lib/docs/reference/com/google/android/gms/plus/PlusClient.OnPeopleLoadedListener.html
HTML
apache-2.0
24,766
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CodeRay output</title> <style type="text/css"> .CodeRay .line-numbers a { text-decoration: inherit; color: inherit; } body { background-color: white; padding: 0; margin: 0; } .CodeRay { background-color: hsl(0,0%,95%); border: 1px solid silver; color: black; } .CodeRay pre { margin: 0px; } span.CodeRay { white-space: pre; border: 0px; padding: 2px; } table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px; } table.CodeRay td { padding: 2px 4px; vertical-align: top; } .CodeRay .line-numbers { background-color: hsl(180,65%,90%); color: gray; text-align: right; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .CodeRay .line-numbers a { background-color: hsl(180,65%,90%) !important; color: gray !important; text-decoration: none !important; } .CodeRay .line-numbers pre { word-break: normal; } .CodeRay .line-numbers a:target { color: blue !important; } .CodeRay .line-numbers .highlighted { color: red !important; } .CodeRay .line-numbers .highlighted a { color: red !important; } .CodeRay span.line-numbers { padding: 0px 4px; } .CodeRay .line { display: block; float: left; width: 100%; } .CodeRay .code { width: 100%; } .CodeRay .debug { color: white !important; background: blue !important; } .CodeRay .annotation { color:#007 } .CodeRay .attribute-name { color:#b48 } .CodeRay .attribute-value { color:#700 } .CodeRay .binary { color:#549 } .CodeRay .binary .char { color:#325 } .CodeRay .binary .delimiter { color:#325 } .CodeRay .char { color:#D20 } .CodeRay .char .content { color:#D20 } .CodeRay .char .delimiter { color:#710 } .CodeRay .class { color:#B06; font-weight:bold } .CodeRay .class-variable { color:#369 } .CodeRay .color { color:#0A0 } .CodeRay .comment { color:#777 } .CodeRay .comment .char { color:#444 } .CodeRay .comment .delimiter { color:#444 } .CodeRay .constant { color:#036; font-weight:bold } .CodeRay .decorator { color:#B0B } .CodeRay .definition { color:#099; font-weight:bold } .CodeRay .delimiter { color:black } .CodeRay .directive { color:#088; font-weight:bold } .CodeRay .docstring { color:#D42; } .CodeRay .doctype { color:#34b } .CodeRay .done { text-decoration: line-through; color: gray } .CodeRay .entity { color:#800; font-weight:bold } .CodeRay .error { color:#F00; background-color:#FAA } .CodeRay .escape { color:#666 } .CodeRay .exception { color:#C00; font-weight:bold } .CodeRay .float { color:#60E } .CodeRay .function { color:#06B; font-weight:bold } .CodeRay .function .delimiter { color:#024; font-weight:bold } .CodeRay .global-variable { color:#d70 } .CodeRay .hex { color:#02b } .CodeRay .id { color:#33D; font-weight:bold } .CodeRay .include { color:#B44; font-weight:bold } .CodeRay .inline { background-color: hsla(0,0%,0%,0.07); color: black } .CodeRay .inline-delimiter { font-weight: bold; color: #666 } .CodeRay .instance-variable { color:#33B } .CodeRay .integer { color:#00D } .CodeRay .imaginary { color:#f00 } .CodeRay .important { color:#D00 } .CodeRay .key { color: #606 } .CodeRay .key .char { color: #60f } .CodeRay .key .delimiter { color: #404 } .CodeRay .keyword { color:#080; font-weight:bold } .CodeRay .label { color:#970; font-weight:bold } .CodeRay .local-variable { color:#950 } .CodeRay .map .content { color:#808 } .CodeRay .map .delimiter { color:#40A} .CodeRay .map { background-color:hsla(200,100%,50%,0.06); } .CodeRay .namespace { color:#707; font-weight:bold } .CodeRay .octal { color:#40E } .CodeRay .operator { } .CodeRay .predefined { color:#369; font-weight:bold } .CodeRay .predefined-constant { color:#069 } .CodeRay .predefined-type { color:#0a8; font-weight:bold } .CodeRay .preprocessor { color:#579 } .CodeRay .pseudo-class { color:#00C; font-weight:bold } .CodeRay .regexp { background-color:hsla(300,100%,50%,0.06); } .CodeRay .regexp .content { color:#808 } .CodeRay .regexp .delimiter { color:#404 } .CodeRay .regexp .modifier { color:#C2C } .CodeRay .reserved { color:#080; font-weight:bold } .CodeRay .shell { background-color:hsla(120,100%,50%,0.06); } .CodeRay .shell .content { color:#2B2 } .CodeRay .shell .delimiter { color:#161 } .CodeRay .string { background-color:hsla(0,100%,50%,0.05); } .CodeRay .string .char { color: #b0b } .CodeRay .string .content { color: #D20 } .CodeRay .string .delimiter { color: #710 } .CodeRay .string .modifier { color: #E40 } .CodeRay .symbol { color:#A60 } .CodeRay .symbol .content { color:#A60 } .CodeRay .symbol .delimiter { color:#740 } .CodeRay .tag { color:#070; font-weight:bold } .CodeRay .type { color:#339; font-weight:bold } .CodeRay .value { color: #088 } .CodeRay .variable { color:#037 } .CodeRay .insert { background: hsla(120,100%,50%,0.12) } .CodeRay .delete { background: hsla(0,100%,50%,0.12) } .CodeRay .change { color: #bbf; background: #007 } .CodeRay .head { color: #f8f; background: #505 } .CodeRay .head .filename { color: white; } .CodeRay .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; } .CodeRay .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .CodeRay .insert .insert { color: #0c0; background:transparent; font-weight:bold } .CodeRay .delete .delete { color: #c00; background:transparent; font-weight:bold } .CodeRay .change .change { color: #88f } .CodeRay .head .head { color: #f4f } .CodeRay { border: none; } </style> </head> <body> <table class="CodeRay"><tr> <td class="line-numbers"><pre><a href="#n1" name="n1">1</a> <a href="#n2" name="n2">2</a> <a href="#n3" name="n3">3</a> <a href="#n4" name="n4">4</a> <a href="#n5" name="n5">5</a> <a href="#n6" name="n6">6</a> <a href="#n7" name="n7">7</a> <a href="#n8" name="n8">8</a> <a href="#n9" name="n9">9</a> <strong><a href="#n10" name="n10">10</a></strong> <a href="#n11" name="n11">11</a> <a href="#n12" name="n12">12</a> <a href="#n13" name="n13">13</a> <a href="#n14" name="n14">14</a> <a href="#n15" name="n15">15</a> <a href="#n16" name="n16">16</a> <a href="#n17" name="n17">17</a> <a href="#n18" name="n18">18</a> <a href="#n19" name="n19">19</a> <strong><a href="#n20" name="n20">20</a></strong> </pre></td> <td class="code"><pre><span class="comment">/* DreemGL is a collaboration between Teeming Society &amp; Samsung Electronics, sponsored by Samsung and others. Copyright 2015-2016 Teeming Society. Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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.*/</span> define.<span class="reserved">class</span>(<span class="string"><span class="delimiter">'</span><span class="content">$server/composition</span><span class="delimiter">'</span></span>, <span class="keyword">function</span>(<span class="predefined">$ui$</span>, screen, textbox, view, <span class="predefined">$$</span>, map) { <span class="local-variable">this</span>.<span class="function">render</span> = <span class="keyword">function</span>() { <span class="keyword">return</span> [ screen( view({<span class="key">flexdirection</span>:<span class="string"><span class="delimiter">'</span><span class="content">column</span><span class="delimiter">'</span></span>, <span class="key">flex</span>:<span class="integer">1</span>}, textbox({<span class="key">multiline</span>:<span class="predefined-constant">false</span>, <span class="key">value</span>:<span class="string"><span class="delimiter">&quot;</span><span class="content">Portland, OR</span><span class="delimiter">&quot;</span></span>, <span class="key">fgcolor</span>:<span class="string"><span class="delimiter">'</span><span class="content">red</span><span class="delimiter">'</span></span>, <span class="function">onvalue</span>:<span class="keyword">function</span>(ev,v,o) { o.find(<span class="string"><span class="delimiter">&quot;</span><span class="content">map</span><span class="delimiter">&quot;</span></span>).location = v }.bind(<span class="local-variable">this</span>), <span class="function">onfocus</span>:<span class="keyword">function</span>(ev,v,o) {<span class="keyword">if</span> (!v) { o.find(<span class="string"><span class="delimiter">&quot;</span><span class="content">map</span><span class="delimiter">&quot;</span></span>).location = o.value }}.bind(<span class="local-variable">this</span>)}), map({<span class="key">name</span>:<span class="string"><span class="delimiter">&quot;</span><span class="content">map</span><span class="delimiter">&quot;</span></span>, <span class="key">location</span>:<span class="string"><span class="delimiter">&quot;</span><span class="content">Portland, OR</span><span class="delimiter">&quot;</span></span>, <span class="key">width</span>:<span class="integer">250</span>, <span class="key">height</span>:<span class="integer">250</span>})) ) ] } }); </pre></td> </tr></table> </body> </html>
dreemproject/dreemgl
docs/api/source/index6.html
HTML
apache-2.0
9,704
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Thu Apr 16 20:30:06 CDT 2015 --> <title>Uses of Class org.jsimpledb.tuple.Tuples (Java Class Library API)</title> <meta name="date" content="2015-04-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.jsimpledb.tuple.Tuples (Java Class Library API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../org/jsimpledb/tuple/Tuples.html" title="class in org.jsimpledb.tuple">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/jsimpledb/tuple/class-use/Tuples.html" target="_top">Frames</a></li> <li><a href="Tuples.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.jsimpledb.tuple.Tuples" class="title">Uses of Class<br>org.jsimpledb.tuple.Tuples</h2> </div> <div class="classUseContainer">No usage of org.jsimpledb.tuple.Tuples</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../org/jsimpledb/tuple/Tuples.html" title="class in org.jsimpledb.tuple">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/jsimpledb/tuple/class-use/Tuples.html" target="_top">Frames</a></li> <li><a href="Tuples.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
mmayorivera/jsimpledb
publish/reports/javadoc/org/jsimpledb/tuple/class-use/Tuples.html
HTML
apache-2.0
4,248
<!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_251) on Wed Aug 05 13:23:31 CEST 2020 --> <title>ServerKeySet</title> <meta name="date" content="2020-08-05"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ServerKeySet"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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/craftmend/openaudiomc/generic/authentication/objects/RequestResponse.html" title="class in com.craftmend.openaudiomc.generic.authentication.objects"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/craftmend/openaudiomc/generic/authentication/objects/ServerKeySet.html" target="_top">Frames</a></li> <li><a href="ServerKeySet.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.craftmend.openaudiomc.generic.authentication.objects</div> <h2 title="Class ServerKeySet" class="title">Class ServerKeySet</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.craftmend.openaudiomc.generic.authentication.objects.ServerKeySet</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">ServerKeySet</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../com/craftmend/openaudiomc/generic/authentication/objects/ServerKeySet.html#ServerKeySet--">ServerKeySet</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> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ServerKeySet--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ServerKeySet</h4> <pre>public&nbsp;ServerKeySet()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-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/craftmend/openaudiomc/generic/authentication/objects/RequestResponse.html" title="class in com.craftmend.openaudiomc.generic.authentication.objects"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/craftmend/openaudiomc/generic/authentication/objects/ServerKeySet.html" target="_top">Frames</a></li> <li><a href="ServerKeySet.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ApocalypsjeNL/OpenAudioMc
docs/javadoc/com/craftmend/openaudiomc/generic/authentication/objects/ServerKeySet.html
HTML
apache-2.0
7,598
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Sun Oct 08 22:27:55 EEST 2017 --> <title>Uses of Class com.tcp.client.ClientGlobal</title> <meta name="date" content="2017-10-08"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.tcp.client.ClientGlobal"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../com/tcp/client/ClientGlobal.html" title="class in com.tcp.client">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/tcp/client/class-use/ClientGlobal.html" target="_top">Frames</a></li> <li><a href="ClientGlobal.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.tcp.client.ClientGlobal" class="title">Uses of Class<br>com.tcp.client.ClientGlobal</h2> </div> <div class="classUseContainer">No usage of com.tcp.client.ClientGlobal</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../com/tcp/client/ClientGlobal.html" title="class in com.tcp.client">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/tcp/client/class-use/ClientGlobal.html" target="_top">Frames</a></li> <li><a href="ClientGlobal.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Nchatz03/wn17_tmN
doc/com/tcp/client/class-use/ClientGlobal.html
HTML
apache-2.0
4,355