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
<script> init({ title: 'Buttons Order', desc: 'Use `buttonsOrder` option to custom order of the toolbar buttons.', links: [ 'https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css', 'bootstrap-table.min.css' ], scripts: [ 'https://code.jquery.com/ui/1.12.1/jquery-ui.js', 'bootstrap-table.min.js' ] }) </script> <style> ul { margin: 0; padding: 0; } li { margin-right: 10px; padding: 0 10px; display: inline-block; border: 1px solid #c5c5c5; background: #f6f6f6; cursor: move; } </style> <ul id="sortable"> <li>paginationSwitch</li> <li>refresh</li> <li>toggle</li> <li>fullscreen</li> <li>columns</li> </ul> <table id="table" data-toolbar="#sortable" data-toggle="table" data-height="460" data-show-pagination-switch="true" data-show-refresh="true" data-show-toggle="true" data-show-fullscreen="true" data-show-columns="true" data-url="json/data1.json"> <thead> <tr> <th data-field="id">ID</th> <th data-field="name">Item Name</th> <th data-field="price">Item Price</th> </tr> </thead> </table> <script> function mounted() { $('#sortable').sortable({ stop: function () { var buttonsOrder = [] $('#sortable').find('li').each(function () { buttonsOrder.push($(this).text().trim()) }) $('#table').bootstrapTable('refreshOptions', { buttonsOrder: buttonsOrder }) } }) } </script>
wenzhixin/bootstrap-table-examples
options/buttons-order.html
HTML
mit
1,524
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Index</title> <link rel="stylesheet" href="styles/reset.css" /> <link rel="stylesheet" href="styles/style.css" /> <script src="scripts/timer-script.js"> </script> </head> <body onload="startTimer()"> <div id="wrapper"> <header id="header"> <h1 id="site-logo">Dobri19</h1> <div id="timer"> </div> <h2 id="site-logo2">Website under construction</h2> <div class="box1"> <img src="img/star1.png" width="100" height="100" alt="star"> </div> <div class="box2"> <img src="img/star2.png" width="100" height="100" alt="star"> </div> <div class="box3"> <img src="img/star3.png" width="80" height="80" alt="star"> </div> <div class="box4"> <img src="img/star4.png" width="80" height="80" alt="star"> </div> </header> <footer> <div id="line"> <p id="finally">The universe is wider than our views of it. &copy <time>29 January 2017</time> | <a href="https://www.nasa.gov/">NASA</a> | <a href="https://home.cern/">CERN</a> </p> </div> </footer> </div> </body> </html>
dobri19/OldRepos
WebSite/website/index.html
HTML
mit
1,195
@(title: String)(content: Html) <!DOCTYPE html> <html> <head> <title>@title</title> <link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")"> <link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")"> <script src="@routes.Assets.at("javascripts/jquery-1.9.0.min.js")" type="text/javascript"></script> </head> <body> <a href="task">GET /task get all tasks</a> @content </body> </html>
jorilytter/simple-todo
app/views/main.scala.html
HTML
mit
512
<html><body> <h4>Windows 10 x64 (19041.572)</h4><br> <h2>_DMA_OPERATIONS</h2> <font face="arial"> +0x000 Size : Uint4B<br> +0x008 PutDmaAdapter : Ptr64 void <br> +0x010 AllocateCommonBuffer : Ptr64 void* <br> +0x018 FreeCommonBuffer : Ptr64 void <br> +0x020 AllocateAdapterChannel : Ptr64 long <br> +0x028 FlushAdapterBuffers : Ptr64 unsigned char <br> +0x030 FreeAdapterChannel : Ptr64 void <br> +0x038 FreeMapRegisters : Ptr64 void <br> +0x040 MapTransfer : Ptr64 _<a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x048 GetDmaAlignment : Ptr64 unsigned long <br> +0x050 ReadDmaCounter : Ptr64 unsigned long <br> +0x058 GetScatterGatherList : Ptr64 long <br> +0x060 PutScatterGatherList : Ptr64 void <br> +0x068 CalculateScatterGatherList : Ptr64 long <br> +0x070 BuildScatterGatherList : Ptr64 long <br> +0x078 BuildMdlFromScatterGatherList : Ptr64 long <br> +0x080 GetDmaAdapterInfo : Ptr64 long <br> +0x088 GetDmaTransferInfo : Ptr64 long <br> +0x090 InitializeDmaTransferContext : Ptr64 long <br> +0x098 AllocateCommonBufferEx : Ptr64 void* <br> +0x0a0 AllocateAdapterChannelEx : Ptr64 long <br> +0x0a8 ConfigureAdapterChannel : Ptr64 long <br> +0x0b0 CancelAdapterChannel : Ptr64 unsigned char <br> +0x0b8 MapTransferEx : Ptr64 long <br> +0x0c0 GetScatterGatherListEx : Ptr64 long <br> +0x0c8 BuildScatterGatherListEx : Ptr64 long <br> +0x0d0 FlushAdapterBuffersEx : Ptr64 long <br> +0x0d8 FreeAdapterObject : Ptr64 void <br> +0x0e0 CancelMappedTransfer : Ptr64 long <br> +0x0e8 AllocateDomainCommonBuffer : Ptr64 long <br> +0x0f0 FlushDmaBuffer : Ptr64 long <br> +0x0f8 JoinDmaDomain : Ptr64 long <br> +0x100 LeaveDmaDomain : Ptr64 long <br> +0x108 GetDmaDomain : Ptr64 void* <br> +0x110 AllocateCommonBufferWithBounds : Ptr64 void* <br> +0x118 AllocateCommonBufferVector : Ptr64 long <br> +0x120 GetCommonBufferFromVectorByIndex : Ptr64 void <br> +0x128 FreeCommonBufferFromVector : Ptr64 void <br> +0x130 FreeCommonBufferVector : Ptr64 void <br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (19041.572)/_DMA_OPERATIONS.html
HTML
mit
2,330
<!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_31) on Wed Dec 17 20:48:29 PST 2014 --> <title>Uses of Class javax.print.DocFlavor.READER (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class javax.print.DocFlavor.READER (Java Platform SE 8 )"; } } 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="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/print/class-use/DocFlavor.READER.html" target="_top">Frames</a></li> <li><a href="DocFlavor.READER.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 javax.print.DocFlavor.READER" class="title">Uses of Class<br>javax.print.DocFlavor.READER</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="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</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="#javax.print">javax.print</a></td> <td class="colLast"> <div class="block">Provides the principal classes and interfaces for the Java<sup><font size="-2">TM</font></sup> Print Service API.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="javax.print"> <!-- --> </a> <h3>Uses of <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a> in <a href="../../../javax/print/package-summary.html">javax.print</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="../../../javax/print/package-summary.html">javax.print</a> declared as <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</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="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a></code></td> <td class="colLast"><span class="typeNameLabel">DocFlavor.READER.</span><code><span class="memberNameLink"><a href="../../../javax/print/DocFlavor.READER.html#TEXT_HTML">TEXT_HTML</a></span></code> <div class="block">Doc flavor with MIME type = <CODE>"text/html; charset=utf-16"</CODE>, print data representation class name = <CODE>"java.io.Reader"</CODE> (character stream).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">DocFlavor.READER</a></code></td> <td class="colLast"><span class="typeNameLabel">DocFlavor.READER.</span><code><span class="memberNameLink"><a href="../../../javax/print/DocFlavor.READER.html#TEXT_PLAIN">TEXT_PLAIN</a></span></code> <div class="block">Doc flavor with MIME type = <CODE>"text/plain; charset=utf-16"</CODE>, print data representation class name = <CODE>"java.io.Reader"</CODE> (character stream).</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="../../../javax/print/DocFlavor.READER.html" title="class in javax.print">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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/print/class-use/DocFlavor.READER.html" target="_top">Frames</a></li> <li><a href="DocFlavor.READER.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk8/javax/print/class-use/DocFlavor.READER.html
HTML
mit
7,761
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Spacial - Portfolio 2 columns</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Place favicon.ico and apple-touch-icon(s) in the root directory --> <link rel="shortcut icon" href="images/favicon.ico"> <!-- stylesheets --> <link rel="stylesheet" type="text/css" href="scss/bootstrap/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="dist/theme.min.css" /> <!-- javascript --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="dist/theme.min.js"></script> </head> <body> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if lt IE 8]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <nav class="navbar navbar-expand-lg navbar-light" role="navigation"> <div class="container no-override"> <a class="navbar-brand" href="index.html"> <img src="images/logo-alt-b.png" class="d-none d-lg-inline mr-2 w-25" /> Spacial </a> <button class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse justify-content-end" id="navbar-collapse"> <ul class="navbar-nav"> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"> Home pages <i class="ion-chevron-down"></i> </a> <div class="dropdown-menu" role="menu"> <a class="dropdown-item" href="index.html">Business</a> <a class="dropdown-item" href="index-app.html">Web app</a> <a class="dropdown-item" href="index-features.html">Features showcase</a> <a class="dropdown-item" href="agency.html">Creative agency</a> <a class="dropdown-item" href="index-mobile.html">App showcase</a> <a class="dropdown-item" href="index-mobile-2.html">App showcase 2</a> <a class="dropdown-item" href="index-mobile-3.html">App showcase 3</a> <a class="dropdown-item" href="index-mobile-4.html">App showcase 4</a> <a class="dropdown-item" href="index-slider.html">Hero Slider</a> <a class="dropdown-item" href="index-photography.html">Photography</a> <a class="dropdown-item" href="index-dark.html">Dark background</a> <a class="dropdown-item" href="index-restaurant.html">Restaurant</a> <a class="dropdown-item" href="index-event.html">Event</a> <a class="dropdown-item" href="index-video.html">Video background</a> <a class="dropdown-item" href="intro.html">Intro</a> </div> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"> Blogs <i class="ion-chevron-down"></i> </a> <div class="dropdown-menu" role="menu"> <a class="dropdown-item" href="blog.html">Blog list</a> <a class="dropdown-item" href="blog-3-cols.html">Blog columns</a> <a class="dropdown-item" href="blog-grid.html">Blog grid</a> <a class="dropdown-item" href="blog-sidebar.html">Blog sidebar</a> <a class="dropdown-item" href="blog-masonry.html">Blog masonry</a> <a class="dropdown-item" href="blog-timeline.html">Blog timeline</a> <a class="dropdown-item" href="blog-post.html">Single blog post</a> <a class="dropdown-item" href="blog-post-alt.html">Single blog post 2</a> <a class="dropdown-item" href="blog-post-3.html">Single blog post 3</a> </div> </li> <li class="nav-item active dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"> Pages <i class="ion-chevron-down"></i> </a> <div class="dropdown-menu" role="menu"> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> About us <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="agency-about.html">About us 1</a> <a class="dropdown-item" href="agency-about-2.html">About us 2</a> </div> </div> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> Portfolio <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="agency-portfolio-2.html">2 columns</a> <a class="dropdown-item" href="agency-portfolio-3.html">3 columns</a> <a class="dropdown-item" href="agency-portfolio-4.html">4 columns</a> </div> </div> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> Contact <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="agency-contact.html">Contact us 1</a> <a class="dropdown-item" href="agency-contact-2.html">Contact us 2</a> <a class="dropdown-item" href="agency-start-project.html">Contact us project</a> </div> </div> <a class="dropdown-item" href="agency-project.html">Project showcase</a> <a class="dropdown-item" href="pricing.html">Pricing</a> <a class="dropdown-item" href="pricing-charts.html">Pricing charts</a> <a class="dropdown-item" href="careers.html">Careers</a> <a class="dropdown-item" href="career-post.html">Careers job post</a> <a class="dropdown-item" href="support.html">Support</a> <a class="dropdown-item" href="support-topic.html">Support topic</a> <a class="dropdown-item" href="customers.html">Customer stories</a> <a class="dropdown-item" href="customer-story.html">Single customer story</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="sign-up.html">Sign up</a> <a class="dropdown-item" href="sign-in.html">Sign in</a> <a class="dropdown-item" href="recover-password.html">Recover password</a> <a class="dropdown-item" href="timeline.html">Timeline</a> <a class="dropdown-item" href="coming-soon.html">Coming soon</a> <a class="dropdown-item" href="api-docs.html">API docs</a> </div> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"> Features <i class="ion-chevron-down"></i> </a> <div class="dropdown-menu" role="menu"> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> Headers <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="header-light.html">Light</a> <a class="dropdown-item" href="header-dark.html">Dark</a> <a class="dropdown-item" href="header-transparent-light.html">Transparent light</a> <a class="dropdown-item" href="header-transparent-dark.html">Transparent dark</a> <a class="dropdown-item" href="header-transparent-fixed-light.html">Transparent fixed light</a> <a class="dropdown-item" href="header-transparent-fixed-dark.html">Transparent fixed dark</a> <a class="dropdown-item" href="header-off-canvas-left.html">Sidebar left</a> <a class="dropdown-item" href="header-off-canvas-right.html">Sidebar right</a> <a class="dropdown-item" href="header-navleft.html">Navbar left</a> <a class="dropdown-item" href="header-dark-submenu.html">Dark submenu</a> <a class="dropdown-item" href="header-fixed-bottom.html">Bottom fixed</a> <a class="dropdown-item" href="header-logo-center.html">Logo center</a> <a class="dropdown-item" href="header-all-center.html">All center</a> <a class="dropdown-item" href="header-full-width.html">Full width</a> </div> </div> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> Footers <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="header-light.html#footer">Dark</a> <a class="dropdown-item" href="footer-light.html#footer">Light</a> <a class="dropdown-item" href="footer-big-menu.html#footer">Big Menu</a> <a class="dropdown-item" href="footer-sign-up.html#footer">Sign up</a> <a class="dropdown-item" href="footer-agency.html#footer">Agency</a> </div> </div> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> Covers <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="cover-panorama.html">Panorama View</a> <a class="dropdown-item" href="cover-360.html">360º Image</a> </div> </div> <div class="dropdown dropdown-submenu"> <a class="dropdown-item dropdown-toggle" href="#" data-toggle="dropdown"> Email templates <i class="ion-chevron-right"></i> </a> <div class="dropdown-menu"> <a class="dropdown-item" href="email-template-newsletter.html" target="_blank"> Newsletter <i class="ion-share"></i> </a> <a class="dropdown-item" href="email-template-receipt.html" target="_blank"> Receipt <i class="ion-share"></i> </a> <a class="dropdown-item" href="email-template-announcement.html" target="_blank"> Simple announcement <i class="ion-share"></i> </a> <a class="dropdown-item" href="email-template-text.html" target="_blank"> Formal text <i class="ion-share"></i> </a> </div> </div> <a class="dropdown-item" href="docs/grid-system.html">Grid system</a> <a class="dropdown-item" href="docs/animations.html">Animations</a> <a class="dropdown-item" href="docs/typography.html">Typography</a> </div> </li> <li class="nav-item dropdown dropdown-extend"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"> Components <i class="ion-chevron-down"></i> </a> <div class="dropdown-menu dropdown-extend-menu" role="menu"> <div class="row"> <div class="col-md-3"> <a class="dropdown-item" href="docs/alerts.html"><i class="ion-alert-circled"></i> Alerts</a> <a class="dropdown-item" href="docs/animations.html"><i class="ion-wand"></i> Animations</a> <a class="dropdown-item" href="docs/badges.html"><i class="ion-ios-pricetag-outline"></i> Badges</a> <a class="dropdown-item" href="docs/buttons.html"><i class="ion-ios-paperplane"></i> Buttons</a> <a class="dropdown-item" href="docs/button-groups.html"><i class="ion-ios-browsers"></i> Button groups</a> <a class="dropdown-item" href="docs/cards.html"><i class="ion-ios-albums-outline"></i> Cards</a> </div> <div class="col-md-3"> <a class="dropdown-item" href="docs/carousel.html"><i class="ion-android-arrow-dropright-circle"></i> Carousel</a> <a class="dropdown-item" href="docs/accordion.html"><i class="ion-navicon"></i> Accordion</a> <a class="dropdown-item" href="docs/cta.html"><i class="ion-funnel"></i> Call to action</a> <a class="dropdown-item" href="docs/dropdowns.html"><i class="ion-arrow-down-b"></i> Dropdowns</a> <a class="dropdown-item" href="docs/forms.html"><i class="ion-clipboard"></i> Forms</a> <a class="dropdown-item" href="docs/input-groups.html"><i class="ion-toggle"></i> Input groups</a> </div> <div class="col-md-3"> <a class="dropdown-item" href="docs/icons.html"><i class="ion-social-octocat"></i> Icons</a> <a class="dropdown-item" href="docs/list-groups.html"><i class="ion-ios-list-outline"></i> List groups</a> <a class="dropdown-item" href="docs/modals.html"><i class="ion-monitor"></i> Modals</a> <a class="dropdown-item" href="docs/navs.html"><i class="ion-navigate"></i> Navs</a> <a class="dropdown-item" href="docs/navbars.html"><i class="ion-navicon-round"></i> Navbars</a> <a class="dropdown-item" href="docs/plugins.html"><i class="ion-compose"></i> New plugins</a> </div> <div class="col-md-3"> <a class="dropdown-item" href="docs/progress.html"><i class="ion-stats-bars d-inline-block" style="transform: rotate(90deg);"></i> Progress bars</a> <a class="dropdown-item" href="docs/stats-cards.html"><i class="ion-arrow-graph-up-right"></i> Stats cards</a> <a class="dropdown-item" href="docs/tables.html"><i class="ion-grid"></i> Tables</a> <a class="dropdown-item" href="docs/typography.html"><i class="ion-paintbrush"></i> Typography</a> </div> </div> </div> </li> <li class="nav-item dropdown"> <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"> Shop <i class="ion-chevron-down"></i> </a> <div class="dropdown-menu" role="menu"> <a class="dropdown-item" href="ecommerce/index.html">Home page</a> <a class="dropdown-item" href="ecommerce/collection-grid.html">Products grid</a> <a class="dropdown-item" href="ecommerce/collection-list.html">Products list</a> <a class="dropdown-item" href="ecommerce/collection-grid-sidebar.html">Products grid w/ sidebar</a> <a class="dropdown-item" href="ecommerce/collection-list-sidebar.html">Products list w/ sidebar</a> <a class="dropdown-item" href="ecommerce/product.html">Single product</a> <a class="dropdown-item" href="ecommerce/cart.html">Cart</a> <a class="dropdown-item" href="ecommerce/search.html">Search results</a> <a class="dropdown-item" href="ecommerce/checkout.html">Checkout</a> <a class="dropdown-item" href="ecommerce/checkout-payment.html">Checkout ship & payment</a> <a class="dropdown-item" href="ecommerce/checkout-confirmation.html">Checkout confirmation</a> <a class="dropdown-item" href="ecommerce/account-orders.html">My account order history</a> <a class="dropdown-item" href="ecommerce/account-wishlist.html">My account wishlist</a> <a class="dropdown-item" href="ecommerce/account-profile.html">My account profile</a> <a class="dropdown-item" href="ecommerce/account-invoice.html">Order invoice</a> <a class="dropdown-item" href="ecommerce/sign-up.html">Sign up</a> <a class="dropdown-item" href="ecommerce/sign-in.html">Sign in</a> </div> </li> <li class="nav-item"> <a class="nav-link nav-link--rounded" href="docs/intro.html">Theme Docs</a> </li> </ul> </div> </div> </nav> <div class="agency-portfolio-hero"> <section class="container"> <h1> Showcase of our latest projects </h1> <p> We believe in simple and efficient ways to grow a business by being smart. </p> </section> </div> <div class="agency-portfolio-gallery"> <div class="container"> <div class="row no-gutters"> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>Landscape Trip</h3> <p> Blog About spacial trips </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1478059425650-ca13d6d422f4.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>App Icon</h3> <p> New icon for mobile app </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/project/shot-3.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>App Icon</h3> <p> New mobile app icon for fighters </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1467659226669-a1360d97be2d.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>Mobile Analytics</h3> <p> iOS mobile app for charts and stuff </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1474843148229-3163319fcc4c.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>App Food Icon</h3> <p> New icon for food mobile app </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1470274038469-958113db2384.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>App Food Icon</h3> <p> New icon for food mobile app </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1479243396208-be1751535cdb.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>Health App</h3> <p> Keep track of your health </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/project/shot-1.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>PSD Freebie</h3> <p> Free presentation mockups </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1467703834117-04386e3dadd8.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>Grid Blog</h3> <p> Portfolio grid blog </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1444210971048-6130cf0c46cf.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>New client website</h3> <p> International business site </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/project/shot-2.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>Portfolio showcase</h3> <p> Grid-based site for work </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/unsplash/photo-1472132858735-6313c7962473.jpg');" class="pic"> </span> </a> </div> <div class="col-md-6"> <a href="agency-project.html" class="project"> <span class="mask"> <span class="info"> <h3>App Food Icon</h3> <p> New icon for food mobile app </p> </span> <span class="btn-see-project"> See project </span> </span> <span style="background-image:url('images/project/shot-4.jpg');" class="pic"> </span> </a> </div> </div> </div> </div> <div class="agency-portfolio-cta"> <div class="container"> <h3> Want to work with us? </h3> <p> Have an idea for an awesome project? We'd love <br> to help make it real. <a href="agency-contact.html">Get in touch</a> </p> </div> </div> <div class="agency-footer"> <a href="#" class="go-top"> <i class="fa fa-angle-up"></i> TOP </a> <div class="container"> <div class="row"> <div class="col-md-3"> <h4>About</h4> <a href="#" class="legal">Portfolio</a> <a href="#" class="legal">Clients</a> <a href="#" class="legal">Careers</a> </div> <div class="col-md-3"> <h4>Address</h4> <p> 10th Street 12/3 4580 San Francisco, Ca. </p> </div> <div class="col-md-3"> <h4>Contact</h4> <p> +81 555 489 902 [email protected] </p> </div> <div class="col-md-3"> <h4>Social</h4> <a href="#" class="social first"> <i class="fa fa-facebook"></i> </a> <a href="#" class="social"> <i class="fa fa-twitter"></i> </a> <a href="#" class="social"> <i class="fa fa-dribbble"></i> </a> <a href="#" class="social"> <i class="fa fa-github"></i> </a> </div> </div> </div> </div> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> // (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= // function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; // e=o.createElement(i);r=o.getElementsByTagName(i)[0]; // e.src='//www.google-analytics.com/analytics.js'; // r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); // ga('create','UA-XXXXX-X','auto');ga('send','pageview'); </script> </body> </html>
ark-aces/aces-website
dev-assets/spacial-2.3/agency-portfolio-2.html
HTML
mit
26,807
<HTML> <HEAD> <TITLE>Assembler information for html\s438.assem.html</TITLE> <LINK rel=stylesheet href="udf_styles.css" type="text/css"> </HEAD> <BODY> <frameset rows="15,85"><frame name ="toc" src="toc_s438.assem.html" /><frame name ="main" src="main_s438.assem.html" /></frameset></HTML>
grodansparadis/can4vscp_kelvin_1wire
kelvin_1wire.X/html/s438.assem.html
HTML
mit
296
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6.1 / hammer-tactics - 1.3.2+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer-tactics <small> 1.3.2+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-14 22:10:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 22:10:28 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;Reconstruction tactics for the hammer for Coq&quot; description: &quot;&quot;&quot; Collection of tactics that are used by the hammer for Coq to reconstruct proofs found by automated theorem provers. When the hammer has been successfully applied to a project, only this package needs to be installed; the hammer plugin is not required. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; &quot;tactics&quot;] install: [ [make &quot;install-tactics&quot;] [make &quot;test-tactics&quot;] {with-test} ] depends: [ &quot;ocaml&quot; { &gt;= &quot;4.08&quot; } &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] conflicts: [ &quot;coq-hammer&quot; {!= version} ] tags: [ &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;keyword:tactics&quot; &quot;logpath:Hammer.Tactics&quot; &quot;date:2021-10-01&quot; ] authors: [ &quot;Lukasz Czajka &lt;[email protected]&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.3.2-coq8.11.tar.gz&quot; checksum: &quot;sha512=0429b17d0d118ea85aa9be1c15cd205527b8ea4d7ea3e92dcaf7deb52d039dd9a3c6941f0a289c718c62ae6545dce68464ffb2d46196c0093d2960f1def83168&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer-tactics.1.3.2+8.11 coq.8.6.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6.1). The following dependencies couldn&#39;t be met: - coq-hammer-tactics -&gt; ocaml &gt;= 4.08 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer-tactics.1.3.2+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.6.1/hammer-tactics/1.3.2+8.11.html
HTML
mit
7,303
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>streams: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1 / streams - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> streams <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 17:13:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 17:13:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/streams&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Streams&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: Streams&quot; &quot;keyword: Eratosthene Sieve&quot; &quot;keyword: prime numbers&quot; &quot;keyword: number theory&quot; &quot;keyword: primality&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; ] authors: [ &quot;François Leclerc, Christine Paulin-Mohring&quot; ] bug-reports: &quot;https://github.com/coq-contribs/streams/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/streams.git&quot; synopsis: &quot;Specification of Eratosthene Sieve&quot; description: &quot;&quot;&quot; Proof of Eratosthene Sieve formalised using streams encoded as greatest fixpoints. See paper: @InProceedings{LePa94, author = &quot;F. Leclerc and C. Paulin-Mohring&quot;, title = &quot;Programming with Streams in {Coq}. A case study : The Sieve of Eratosthenes&quot;, editor = &quot;H. Barendregt and T. Nipkow&quot;, volume = 806, series = &quot;LNCS&quot;, booktitle = &quot;{Types for Proofs and Programs, Types&#39; 93}&quot;, year = 1994, publisher = &quot;Springer-Verlag&quot; }&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/streams/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=f9db2a9ae41623c70c7c0d889833ca75&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-streams.8.10.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-streams -&gt; coq &gt;= 8.10 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-streams.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/streams/8.10.0.html
HTML
mit
7,436
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script src="jquery-2.1.3.min.js"></script> <script src="par.js"></script> <script src="docs.js"></script> <script src="test.js"></script> <script src="analysis.js"></script> <title>Par</title> </head> <body> <div style="width: 50%; float: left"> <h1><a href="https://github.com/Ypnypn/Par/" style="text-decoration: none; color: #00007f">Par</a> Interpreter</h1> <div style="width: 50%; float: left"> <h2>Code - <span id="size">0 bytes</span></h2> </div> <div style="width: 50%; float: right"> <label for="fileUpload">Upload .par file</label> </div> <input type="file" id="fileUpload" accept=".par" /> <textarea id="code" rows="4" cols="60"></textarea> <h2>Input</h2> <textarea id="input" rows="4" cols="60"></textarea> <div> <button id="run">Run</button> </div> <h2>Output</h2> <textarea id="output" rows="4" cols="60" readonly></textarea> </div> <div style="width: 50%; float: right"> <div id="buttons"></div> <div id="doc"> <div><span id="symbolName"></span></div> <table id="docTable"> <thead> <tr id="docHeaderRow"></tr> </thead> <tbody></tbody> </table> </div> <div id="analysis"> </div> </div> <footer> <p> On your browser, <span id="testResultsText">tests are currently running</span>. <a href="tests.html">See full results.</a> </p> </footer> <script> $(document).ready(function () { function updateCodeSize() { const codeSize = $("#code").val().length; $("#size").text(codeSize + " bytes"); } try { updateCodeSize(); analyzeCode(); } catch (e) { } try { for (var ind = 0; ind < allParChars.length; ind++) (function (ch) { $("<button>").appendTo($("#buttons")).text(ch === '\n' ? '<LF>' : ch === ' ' ? '<SP>' : ch).click(function () { const caretPos = $("#code")[0].selectionStart; const code = $("#code").val(); $("#code").val(code.substring(0, caretPos) + ch + code.substring(caretPos)); $("#code")[0].focus(); $("#code")[0].selectionStart = caretPos + 1; $("#code")[0].selectionEnd = caretPos + 1; }).mouseover(function () { $("#docTable").show(); const symbolData = documentation[ch]; if (symbolData) { const arity = arities[ch] % 100 || 0; var symbolTitle = 'abcdefghij'.slice(0, arity) + ch; if (arities[ch] >= 200) symbolTitle += '...)'; if (ch === '`') symbolTitle += '...`'; if (ch === '\'') symbolTitle += '.'; if (ch >= 'V' && ch <= 'Z') symbolTitle = 'a' + symbolTitle; $("#symbolName").text(symbolTitle); for (var i = 0; i < arity; i++) { $("<th>").text('abcdefghij'[i]).appendTo("#docHeaderRow"); } $("<th>").text('Description').appendTo("#docHeaderRow"); for (var sig in symbolData) { var newRow = $("<tr>"); for (var i = 0; i < sig.length; i++) $("<td>").text({ '?': 'any', a: 'array', n: 'number', s: 'string' }[sig[i]]).appendTo(newRow); $("<td>").html(symbolData[sig].replace(/`(.)`/g, '<code>$1</code>')).appendTo(newRow); newRow.appendTo("#docTable tbody"); } } }).mouseout(function () { $("#symbolName").text(''); $("#docHeaderRow th").remove(); $("#doc tbody td").remove(); }); })(allParChars[ind]); } catch (e) { } setInterval(updateCodeSize, 200); function fit(text, padding, size) { if (size >= text.length) return text + padding.repeat(size - text.length); else return text.substring(0, size - 5) + '...' + text.substring(text.length - 2); } function analyzeCode() { if (!window.analyze) return false; const code = $("#code").val(); const analysis = analyzePar(code); $("#analysis").html('<pre></pre>'); analysis.forEach(line => { $("#analysis pre").append(`${fit(line[0], ' ', 13)} ## ${line[1]}\n`); }); return true; } setInterval(analyzeCode, 1000); $("#run").prop("disabled", false); $("#run").click(function () { $("#run").prop("disabled", true); const code = $("#code").val(); if (checkCodeValid(code)) { const input = $("#input").val(); try { const result = interpretPar(code, input); const stack = result[0]; const output = result[1]; $("#output").val(output + stack.map(stringify).join(' ')); } catch (e) { $("#output").val(e.message); } } $("#run").prop("disabled", false); }); function checkCodeValid(code) { var output = ''; for (var i = 0; i < code.length; i++) { if (allParChars.indexOf(code[i]) === -1) { output += "Contains illegal character: '" + c + "'\n"; } } if (output.length !== 0) { $("#output").val(output); return false; } return true; } $("#fileUpload").change(function (evt) { const file = evt.target.files[0]; const reader = new FileReader(); reader.onloadend = function () { const data = reader.result; const code = data.split('').map(function (b) { return allParChars[b.charCodeAt(0)]; }).join(''); $("#code").val(code); }; reader.readAsBinaryString(file); }); setTimeout(function () { var testResults; try { testResults = runTests(); } catch (e) { testResults = { passed: [], failed: [] }; } const passed = testResults.passed; const failed = testResults.failed; const passRate = passed.length / (passed.length + failed.length); $("#testResultsText").text(Math.round(passRate * 10000) / 100 + '% of tests passed'); var lum = Math.round(passRate * passRate * 255); $("body").css({ "background-color": "rgb(" + lum + "," + lum + "," + lum + ")", "color": "rgb(" + (255 - lum) + ",0,0)" }); $("textarea").css({ "color": "rgb(" + (255 - lum) + ",0,0)" }); }, 20); }); </script> <style> body { margin: 15px; font-family: Georgia, serif; } h1 { font-size: 28px; margin: 6px 4px 8px; } h2 { font-size: 22px; margin: 4px; } textarea, button { font-family: Consolas, monospace; } textarea#output { background-color: #EEEEEE; } table { margin: 0 auto; border-collapse: collapse; } td, th { padding: 5px; border: 1px black solid; } pre, code { font-family: Consolas, monospace; background-color: #DDDDDD; } #doc { width: 100%; text-align: center; } #doc > div { margin: 25px 5px 10px; } #symbolName { font-size: 22px; font-family: Consolas, monospace; background-color: #DDDDDD; } footer { clear: left; padding: 20px; } </style> </body> </html>
Ypnypn/Par
index.html
HTML
mit
9,514
<!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_95) on Thu Feb 18 20:56:30 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ISubscriberStreamService (Red5 :: Server 1.0.7-SNAPSHOT API)</title> <meta name="date" content="2016-02-18"> <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ISubscriberStreamService (Red5 :: Server 1.0.7-SNAPSHOT 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/ISubscriberStreamService.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/red5/server/api/service/IServiceHandlerProviderAware.html" title="interface in org.red5.server.api.service"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/red5/server/api/service/ServiceUtils.html" title="class in org.red5.server.api.service"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/red5/server/api/service/ISubscriberStreamService.html" target="_top">Frames</a></li> <li><a href="ISubscriberStreamService.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.red5.server.api.service</div> <h2 title="Interface ISubscriberStreamService" class="title">Interface ISubscriberStreamService</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>org.red5.server.api.scope.IScopeService</dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../org/red5/server/adapter/ApplicationAdapter.html" title="class in org.red5.server.adapter">ApplicationAdapter</a>, <a href="../../../../../org/red5/server/adapter/MultiThreadedApplicationAdapter.html" title="class in org.red5.server.adapter">MultiThreadedApplicationAdapter</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">ISubscriberStreamService</span> extends org.red5.server.api.scope.IScopeService</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/red5/server/api/service/ISubscriberStreamService.html#BEAN_NAME">BEAN_NAME</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <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>org.red5.server.api.stream.ISubscriberStream</code></td> <td class="colLast"><code><strong><a href="../../../../../org/red5/server/api/service/ISubscriberStreamService.html#getSubscriberStream(org.red5.server.api.scope.IScope,%20java.lang.String)">getSubscriberStream</a></strong>(org.red5.server.api.scope.IScope&nbsp;scope, <a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code> <div class="block">Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".</div> </td> </tr> </table> </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="BEAN_NAME"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>BEAN_NAME</h4> <pre>static final&nbsp;<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> BEAN_NAME</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.red5.server.api.service.ISubscriberStreamService.BEAN_NAME">Constant Field Values</a></dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getSubscriberStream(org.red5.server.api.scope.IScope, java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getSubscriberStream</h4> <pre>org.red5.server.api.stream.ISubscriberStream&nbsp;getSubscriberStream(org.red5.server.api.scope.IScope&nbsp;scope, <a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre> <div class="block">Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>scope</code> - the scope to return the stream from</dd><dd><code>name</code> - the name of the stream</dd> <dt><span class="strong">Returns:</span></dt><dd>the stream object</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/ISubscriberStreamService.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/red5/server/api/service/IServiceHandlerProviderAware.html" title="interface in org.red5.server.api.service"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/red5/server/api/service/ServiceUtils.html" title="class in org.red5.server.api.service"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/red5/server/api/service/ISubscriberStreamService.html" target="_top">Frames</a></li> <li><a href="ISubscriberStreamService.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2016 <a href="https://github.com/Red5">Red5</a>. All rights reserved.</small></p> </body> </html>
Red5/red5.github.io
javadoc/red5-server/org/red5/server/api/service/ISubscriberStreamService.html
HTML
mit
10,538
<div class="commune_descr limited"> <p> Moringhem est un village localisé dans le département des Pas-de-Calais en Nord-Pas-de-Calais. Elle comptait 456 habitants en 2008.</p> <p>À coté de Moringhem sont localisées les communes de <a href="{{VLROOT}}/immobilier/boisdinghem_62149/">Boisdinghem</a> située à 2&nbsp;km, 211 habitants, <a href="{{VLROOT}}/immobilier/mentque-nortbecourt_62567/">Mentque-Nortbécourt</a> localisée à 3&nbsp;km, 520 habitants, <a href="{{VLROOT}}/immobilier/nort-leulinghem_62622/">Nort-Leulinghem</a> localisée à 4&nbsp;km, 197 habitants, <a href="{{VLROOT}}/immobilier/acquin-westbecourt_62008/">Acquin-Westbécourt</a> à 4&nbsp;km, 647 habitants, <a href="{{VLROOT}}/immobilier/zudausques_62905/">Zudausques</a> à 2&nbsp;km, 763 habitants, <a href="{{VLROOT}}/immobilier/moulle_62595/">Moulle</a> située à 4&nbsp;km, 900 habitants, entre autres. De plus, Moringhem est située à seulement 29&nbsp;km de <a href="{{VLROOT}}/immobilier/calais_62193/">Calais</a>.</p> <p>Si vous envisagez de venir habiter à Moringhem, vous pourrez aisément trouver une maison à vendre. </p> <p>Le nombre d'habitations, à Moringhem, se décomposait en 2011 en un appartements et 199 maisons soit un marché relativement équilibré.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/62592.html
HTML
mit
1,293
<!-- footer도 여기에 있음 --> <!DOCTYPE html> <html> <head> <!-- Document Settings --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Base Meta --> <!-- iOS-tip 이라고 태그를 만들었으면 post에서는 iOS tip 이라고 태그를 줘야한다. --> <!-- dynamically fixing the title for tag/author pages --> <title>About</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Styles'n'Scripts --> <link rel="stylesheet" type="text/css" href="/assets/built/screen.css" /> <link rel="stylesheet" type="text/css" href="/assets/built/screen.edited.css" /> <link rel="stylesheet" type="text/css" href="/assets/built/syntax.css" /> <!-- highlight.js --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"> <style>.hljs { background: none; }</style> <!-- This tag outputs SEO meta+structured data and other important settings --> <meta name="description" content="iOS developer." /> <link rel="shortcut icon" href="https://leejigun.github.io//assets/images/blog-icon.png" type="image/png" /> <link rel="canonical" href="https://leejigun.github.io//about/" /> <meta name="referrer" content="no-referrer-when-downgrade" /> <!--title below is coming from _includes/dynamic_title--> <meta property="og:site_name" content="iOS 삽질 블로그" /> <meta property="og:type" content="website" /> <meta property="og:title" content="About" /> <meta property="og:description" content="안녕하세요. Openit에서 iOS 개발자로 근무중인 이지건입니다. 아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다. 사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다. > 2017.12 ~ 2018.06 - **FIDO iOS** > - Authenticator" /> <meta property="og:url" content="https://leejigun.github.io//about/" /> <meta property="og:image" content="https://leejigun.github.io//assets/images/blog-cover.jpg" /> <meta property="article:publisher" content="https://www.facebook.com/" /> <meta property="article:author" content="https://www.facebook.com/" /> <meta property="article:published_time" content="" /> <meta property="article:modified_time" content="" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="About" /> <meta name="twitter:description" content="안녕하세요. Openit에서 iOS 개발자로 근무중인 이지건입니다. 아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다. 사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다. > 2017.12 ~ 2018.06 - **FIDO iOS** > - Authenticator" /> <meta name="twitter:url" content="https://leejigun.github.io//" /> <meta name="twitter:image" content="https://leejigun.github.io//assets/images/blog-cover.jpg" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="iOS 삽질 블로그" /> <meta name="twitter:site" content="@" /> <meta name="twitter:creator" content="@" /> <meta property="og:image:width" content="1400" /> <meta property="og:image:height" content="933" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Website", "publisher": { "@type": "Organization", "name": "iOS 삽질 블로그", "logo": "https://leejigun.github.io//assets/images/blog-icon.png" }, "url": "https://leejigun.github.io//about/", "image": { "@type": "ImageObject", "url": "https://leejigun.github.io//assets/images/blog-cover.jpg", "width": 2000, "height": 666 }, "mainEntityOfPage": { "@type": "WebPage", "@id": "https://leejigun.github.io//about/" }, "description": "안녕하세요. Openit에서 iOS 개발자로 근무중인 이지건입니다. 아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다. 사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다. > 2017.12 ~ 2018.06 - **FIDO iOS** > - Authenticator" } </script> <!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script> <script type="text/javascript"> ghost.init({ clientId: "ghost-frontend", clientSecret: "f84a07a72b17" }); </script> --> <meta name="generator" content="Jekyll 3.6.2" /> <link rel="alternate" type="application/rss+xml" title="About" href="/feed.xml" /> </head> <body class="page-template"> <div class="site-wrapper"> <!-- All the main content gets inserted here, index.hbs, post.hbs, etc --> <!-- HTML elements for search --> <!-- < default --> <!-- The tag above means: insert everything in this file into the {body} of the default.hbs template --> <!-- The big featured header, it uses blog cover image as a BG if available --> <header class="site-header outer"> <div class="inner"> <!-- 네비게이션 바 --> <nav class="site-nav"> <div class="site-nav-left"> <a class="site-nav-logo" href="https://leejigun.github.io//"><img src="/assets/images/blog-icon.png" alt="iOS 삽질 블로그" /></a> <!-- 여기서 navigation 에 표시할 이이템 추가 --> <ul class="nav" role="menu"> <li class="nav-home" role="menuitem"><a href="/">Home</a></li> <li class="nav-about" role="menuitem"><a href="/about/">About</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/ios-tip/">iOS tip</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/watchos/">watchOS</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/rxswift/">RxSwift</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/swiftui/">swiftui</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/project/">project</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/ml/">ML</a></li> <li class="nav-try-ghost" role="menuitem"><a href="https://github.com/Leejigun">github</a></li> <li class="nav-try-ghost" role="menuitem"><a href="/search.html">Search</a></li> </ul> </div> <div class="site-nav-right"> <div class="social-links"> </div> </div> </nav> </div> </header> <!-- Everything inside the #post tags pulls data from the post --> <!-- #post --> <main id="site-main" class="site-main outer" role="main"> <div class="inner"> <article class="post-full post page no-image"> <header class="post-full-header"> <h1 class="post-full-title">About</h1> </header> <section class="post-full-content"> <p>안녕하세요.</p> <p>Openit에서 iOS 개발자로 근무중인 이지건입니다.</p> <p>아직 부족한 실력이지만, 제가 사용하고 있는 다양한 기술들을 실험하면서 배우는 경험들을 기록하고자 만든 블로그입니다.</p> <p>사내 내부 프로젝트는 주로 Objective - c를 사용하지만, 주로 실무에서 사용하는 Swift와 RxSwift를 통한 개발 경험을 다루게 될 것 같습니다.</p> <blockquote> <p>2017.12 ~ 2018.06 - <strong>FIDO iOS</strong><br /></p> <ul> <li>Authenticator + Client Combo 개발 및 FIDO 인증</li> </ul> </blockquote> <blockquote> <p>2018.02 ~ 2018.04 - <strong>자사 프로젝트 운영</strong><br /></p> <ul> <li>SoS 누르미 - 이용약관, 버전체크 로직 추가 개발 <br /></li> <li>혈압 다이어리 - iPhone X UI 대응 개발</li> </ul> </blockquote> <blockquote> <p>2018.02 ~ 2018.03 - <strong>KIMES 전시회 출품</strong><br /></p> <ul> <li>헬스업 스테이션 연동 추가 개발<br /></li> </ul> </blockquote> <blockquote> <p>2018.05 ~ 2018.06 - <strong>혈압 다이어리 개발</strong><br /></p> <ul> <li>측정패턴, 자기관리, 목표달성, 코호트 DB를 통한 분포도 개발</li> </ul> </blockquote> <blockquote> <p>2018.07 ~ - <strong>쥬비스 iOS 외부 프로젝트</strong><br /></p> <ul> <li>쥬비스 협력사로 iOS app 개발 진행</li> </ul> </blockquote> <p><img src="https://openit.openclib.com/static/sign/jglee.gif" alt="명함" /></p> </section> </article> </div> </main> <!-- /post --> <!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --> <script> $(function() { var $postContent = $(".post-full-content"); $postContent.fitVids(); }); </script> <!-- Previous/next page links - displayed on every page --> <!-- The footer at the very bottom of the screen --> <footer class="site-footer outer"> <div class="site-footer-content inner"> <section class="copyright"><a href="https://leejigun.github.io//">iOS 삽질 블로그</a> &copy; 2020</section> <section class="poweredby">Github page blog of <a href="https://github.com/Leejigun">Leejigun</a> & <a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a> using <a href="https://github.com/jekyller/jasper2" target="_blank" rel="noopener">Jasper2</a></section> <nav class="site-footer-nav"> <a href="/">Latest Posts</a> <!-- <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a> --> </nav> </div> </footer> </div> <!-- The big email subscribe modal content --> <!-- highlight.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.10.0/components/prism-abap.min.js"></script> <script>$(document).ready(function() { $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); });</script> <!-- jQuery + Fitvids, which makes all video embeds responsive --> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"> </script> <script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> <script type="text/javascript" src="https://demo.ghost.io/assets/js/jquery.fitvids.js?v=724281a32e"></script> <!-- Paginator increased to "infinit" in _config.yml --> <!-- if paginator.posts --> <!-- <script> var maxPages = parseInt(''); </script> <script src="/assets/js/infinitescroll.js"></script> --> <!-- /endif --> <!-- Add Google Analytics --> <!-- Google Analytics Tracking code --> <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-154736789-1', 'auto'); ga('send', 'pageview'); </script> <!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. --> <script> $(function() { var $postContent = $(".post-full-content"); $postContent.fitVids(); }); </script> <!-- Ghost outputs important scripts and data with this tag - it should always be the very last thing before the closing body tag --> <!-- ghost_foot --> </body> </html>
Leejigun/Leejigun.github.io
about/index.html
HTML
mit
12,605
<!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 (1.8.0_102) on Mon Jun 19 13:27:34 CEST 2017 --> <title>aspguidc.model.input.value Class Hierarchy</title> <meta name="date" content="2017-06-19"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="aspguidc.model.input.value Class Hierarchy"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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="../../../../aspguidc/model/input/entity/package-tree.html">Prev</a></li> <li><a href="../../../../aspguidc/model/output/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?aspguidc/model/input/value/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 aspguidc.model.input.value</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">aspguidc.model.input.value.<a href="../../../../aspguidc/model/input/value/InputValueDefinition.html" title="class in aspguidc.model.input.value"><span class="typeNameLink">InputValueDefinition</span></a></li> <li type="circle">aspguidc.model.input.value.<a href="../../../../aspguidc/model/input/value/ValueInputDefinition.html" title="class in aspguidc.model.input.value"><span class="typeNameLink">ValueInputDefinition</span></a> (implements aspguidc.model.input.<a href="../../../../aspguidc/model/input/InputElementDefinition.html" title="interface in aspguidc.model.input">InputElementDefinition</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 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="../../../../aspguidc/model/input/entity/package-tree.html">Prev</a></li> <li><a href="../../../../aspguidc/model/output/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?aspguidc/model/input/value/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
nnatter/aspguid-compiler
docs/aspguidc/model/input/value/package-tree.html
HTML
mit
5,047
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>index</title> </head> <body> <h1>koa2 demo index page</h1> <p>this is a index page</p> <ul> <li><a href="/">/</a></li> <li><a href="/index">/index</a></li> <li><a href="/todo">/todo</a></li> <li><a href="/404">/404</a></li> <li><a href="/nofund">/nofund</a></li> </ul> </body> </html>
chenshenhai/koa2-note
demo/route-simple/view/index.html
HTML
mit
399
<!DOCTYPE html> <html> <head> <title>Magic Mirror</title> <meta name="google" content="notranslate" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="google-signin-client_id" content="907595300534-211pr8kqp3ujaoqvl6srkta8ts6qgn44.apps.googleusercontent.com"> <meta name="google-signin-scope" content="https://www.googleapis.com/auth/analytics.readonly"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="format-detection" content="telephone=no"> <meta name="mobile-web-app-capable" content="yes"> <link rel="icon" href="data:;base64,iVBORw0KGgo="> <link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="stylesheet" type="text/css" href="fonts/roboto.css"> <!-- custom.css is loaded by the loader.js to make sure it's loaded after the module css files. --> <script type="text/javascript"> var version = "#VERSION#"; </script> <script src="https://apis.google.com/js/client:platform.js"></script> </head> <body> <div class="region fullscreen below"><div class="container"></div></div> <div class="region top bar"> <div class="container"></div> <div class="region top left"><div class="container"></div></div> <div class="region top center"><div class="container"></div></div> <div class="region top right"><div class="container"></div></div> </div> <div class="region upper third"><div class="container"></div></div> <div class="region middle center"><div class="container"></div></div> <div class="region lower third"><div class="container"><br/></div></div> <div class="region bottom bar"> <div class="container"></div> <div class="region bottom left"><div class="container"></div></div> <div class="region bottom center"><div class="container"></div></div> <div class="region bottom right"><div class="container"></div></div> </div> <div class="region fullscreen above"><div class="container"></div></div> <script type="text/javascript" src="/socket.io/socket.io.js"></script> <script type="text/javascript" src="js/defaults.js"></script> <script type="text/javascript" src="#CONFIG_FILE#"></script> <script type="text/javascript" src="vendor/vendor.js"></script> <script type="text/javascript" src="modules/default/defaultmodules.js"></script> <script type="text/javascript" src="js/logger.js"></script> <script type="text/javascript" src="translations/translations.js"></script> <script type="text/javascript" src="js/translator.js"></script> <script type="text/javascript" src="js/class.js"></script> <script type="text/javascript" src="js/module.js"></script> <script type="text/javascript" src="js/loader.js"></script> <script type="text/javascript" src="js/socketclient.js"></script> <script type="text/javascript" src="js/main.js"></script> </body> </html>
skippengs/MagicMirror
index.html
HTML
mit
2,862
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <HTML> <HEAD> <TITLE> </TITLE> <BODY> <!-- 1bd8dfa14c600270 --> </BODY> </HTML>
jeroensangers/jeroensangers
y_key_21e4cec3a9cb3e01.html
HTML
mit
127
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Exception: AutomationObject::Dsl::Error::ElementHashDoesNotExistError &mdash; Documentation by YARD 0.9.9 </title> <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> pathId = "AutomationObject::Dsl::Error::ElementHashDoesNotExistError"; relpath = '../../../'; </script> <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script> </head> <body> <div class="nav_wrap"> <iframe id="nav" src="../../../class_list.html?1"></iframe> <div id="resizer"></div> </div> <div id="main" tabindex="-1"> <div id="header"> <div id="menu"> <a href="../../../_index.html">Index (E)</a> &raquo; <span class='title'><span class='object_link'><a href="../../../AutomationObject.html" title="AutomationObject (module)">AutomationObject</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Dsl.html" title="AutomationObject::Dsl (module)">Dsl</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Error.html" title="AutomationObject::Dsl::Error (module)">Error</a></span></span> &raquo; <span class="title">ElementHashDoesNotExistError</span> </div> <div id="search"> <a class="full_list_link" id="class_list_link" href="../../../class_list.html"> <svg width="24" height="24"> <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> </svg> </a> </div> <div class="clear"></div> </div> <div id="content"><h1>Exception: AutomationObject::Dsl::Error::ElementHashDoesNotExistError </h1> <div class="box_info"> <dl> <dt>Inherits:</dt> <dd> <span class="inheritName">StandardError</span> <ul class="fullTree"> <li>Object</li> <li class="next">StandardError</li> <li class="next">AutomationObject::Dsl::Error::ElementHashDoesNotExistError</li> </ul> <a href="#" class="inheritanceTree">show all</a> </dd> </dl> <dl> <dt>Defined in:</dt> <dd>lib/automation_object/dsl/_error.rb</dd> </dl> </div> <h2>Overview</h2><div class="docstring"> <div class="discussion"> <p>Error for non-existent element hash</p> </div> </div> <div class="tags"> </div> <h2> Instance Method Summary <small><a href="#" class="summary_toggle">collapse</a></small> </h2> <ul class="summary"> <li class="public "> <span class="summary_signature"> <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(name) &#x21d2; ElementHashDoesNotExistError </a> </span> <span class="note title constructor">constructor</span> <span class="summary_desc"><div class='inline'><p>A new instance of ElementHashDoesNotExistError.</p> </div></span> </li> </ul> <div id="constructor_details" class="method_details_list"> <h2>Constructor Details</h2> <div class="method_details first"> <h3 class="signature first" id="initialize-instance_method"> #<strong>initialize</strong>(name) &#x21d2; <tt><span class='object_link'><a href="" title="AutomationObject::Dsl::Error::ElementHashDoesNotExistError (class)">ElementHashDoesNotExistError</a></span></tt> </h3><div class="docstring"> <div class="discussion"> <p>Returns a new instance of ElementHashDoesNotExistError</p> </div> </div> <div class="tags"> <p class="tag_title">Parameters:</p> <ul class="param"> <li> <span class='name'>name</span> <span class='type'>(<tt>Symbol</tt>, <tt><span class='object_link'><a href="../../../String.html" title="String (class)">String</a></span></tt>)</span> &mdash; <div class='inline'><p>element hash name</p> </div> </li> </ul> </div><table class="source_code"> <tr> <td> <pre class="lines"> 28 29 30 31</pre> </td> <td> <pre class="code"><span class="info file"># File 'lib/automation_object/dsl/_error.rb', line 28</span> <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_name'>name</span><span class='embexpr_end'>}</span><span class='tstring_content'> element hash does not exist</span><span class='tstring_end'>&quot;</span></span> <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> </tr> </table> </div> </div> </div> <div id="footer"> Generated on Sun Jul 16 19:31:26 2017 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.9 (ruby-2.3.1). </div> </div> </body> </html>
mikeblatter/automation_object
docs/internal/AutomationObject/Dsl/Error/ElementHashDoesNotExistError.html
HTML
mit
5,831
<html ng-app=vizApp> <head> <link rel="stylesheet" href="css/libjson.css"> <link rel="stylesheet" href="css/libjuju.css"> <!-- https://rawgithub.com/prajwalkman/angular-slider/master/angular-slider.css --> <link rel="stylesheet" href="css/angular-slider.css" title="" type="" /> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular-route.min.js"></script> <!-- https://rawgithub.com/prajwalkman/angular-slider/master/angular-slider.js --> <script src="js/angular-slider.js" charset="utf-8"></script> <script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.14.2.min.js"></script> <title ng-controller="stateCtrl">{{n}}{{title}} - juju-viz</title> </head> <style type="text/css"> h2 { font-size: 20px; font-weight:bold; } #dpi { height: 1in; left: -100%; position: absolute; top: -100%; width: 1in; } #notices { font-size: 14px; } </style> <body> <h2 ng-controller="stateCtrl"> juju-viz: {{title}}</h2> <table> <tr> <td align=center> <code>juju-viz {{APP_VERSION}}</code> </td> </tr><tr> <td align=center> <div class="input-group" ng-controller="fileSelCtrl"> <span class="input-group-addon"> <input type="text" ng-model="input_select" uib-typeahead="f for f in files.list | filter:$viewValue | limitTo:16" typeahead-on-select='onSelect($item, $model, $label)' placeholder="Type me" class="form-control"> </span> <span class="input-group-addon"> <select ng-model="files.cur" ng-change=setFile() ng-options="f for f in files.list" class="form-control"> <option value="">Pick one juju environment:</option> </select> </span> </div> </td> </tr><tr> </tr><tr ng-controller="sliderCtrl" ng-show="visible"> <td> <slider floor="{{slider.floor}}" ceiling="{{slider.ceiling}}" step="1" ng-model="slider.cur"></slider> </td> <td>&nbsp;&nbsp;#{{slider.cur}}/{{slider.ceiling}}&nbsp;&nbsp;&nbsp; <button ng-click="reset()" type="button" class="btn btn-success">reset</button> </td> </tr><tr ng-controller="vizGraphCtrl"> <td align=center colspan=2> <favicon text-value="{{alertNum}}" text-color="{{alertColor}}" ></favicon> {{filename}} &nbsp;&nbsp; - &nbsp;&nbsp; <a href="{{filename_png}}">{{filename_png}}</a><br> {{timestamp}} {{get_status}}<p> <button ng-click="reload()" type="button" class="btn btn-primary">reload</button> <div id="dpi"></div> <div align=left> <table> <tr> <td id=notices> <uib-alert ng-repeat="notice in notices" type="{{notice.type}}" close="closeNotice($index)">{{notice.msg}}</uib-alert> </td> </tr> <tr> <td> <div class="btn-group"> <button type="button" class="btn btn-sm" ng-model="unit_details" uib-btn-checkbox ng-change="updateView()">units: {{unit_text}}</button> <label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="''">Def. flow:</label> <label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'TB'">TB</label> <label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'LR'">LR</label> <label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'BT'">BT</label> <label class="btn btn-sm" ng-model="graph_rankdir" ng-change="updateView()" uib-btn-radio="'RL'">RL</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="''">Def. maxsize:</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="'auto'">auto ({{best_graph_size_inch()}})</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="5">5</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="7">7</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="10">10</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="12">12</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="15">15</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="20">20</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="25">25</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="30">30</label> <label class="btn btn-sm" ng-model="graph_size" ng-change="updateView()" uib-btn-radio="30">50</label> </div> </td> </tr> </table></div> <div dynamic="graph"></div> </td> </tr><tr> <td ng-controller="statusCtrl" align=left colspan=2> <pre><code>{{jujustatus_title}}</code></pre> <pre><code><div dynamic="jujustatus_text"></div></code></pre> </td> </tr> </table> </body> <script src="js/app.js"></script> <script src="js/viz.js"></script> <script src="js/lib.js"></script> <script src="js/libjuju.js"></script> </html> <!-- vim: ts=4 et sw=4 si -->
jjo/juju-viz
www/juju-viz.html
HTML
mit
6,079
<div class="date-picker"> <div ng-show="vm.view==='YEAR_MONTH'" ng-class="{'year-container' : vm.view==='YEAR_MONTH'}"> <md-virtual-repeat-container id="year-container" class="year-md-repeat" md-top-index="vm.yearTopIndex"> <div md-virtual-repeat="yr in vm.yearItems" md-on-demand class="repeated-item" flex> <md-button class="md-button" aria-label="year" ng-click="vm.changeYear(yr)" ng-class="{'md-primary': yr === vm.currentDate.year(), 'md-primary md-raised' :yr ===vvm.currentDate.year(), 'selected-year md-primary':vm.initialDate.year()===yr}"> {{yr}} </md-button> </div> </md-virtual-repeat-container> </div> <div ng-show="vm.view==='DATE'" ng-class="{'date-container' : vm.view==='DATE'}"> <div layout="row" class="navigation" layout-align="space-between center"> <md-button ng-disabled="vm.stopScrollPrevious" class="md-icon-button scroll-button" aria-label="privious" ng-click="vm.changePeriod('p')"> <md-icon md-font-icon="material-icons">keyboard_arrow_left</md-icon> </md-button> <md-button class="md-button" ng-class="vm.moveCalenderAnimation" ng-click="vm.changeView('YEAR_MONTH')"> {{vm.monthList[vm.initialDate.month()]}}{{' '}}{{vm.initialDate.year()}} </md-button> <md-button ng-disabled="vm.stopScrollNext" class="md-icon-button scroll-button" aria-label="next" ng-click="vm.changePeriod('n')"> <md-icon md-font-icon="material-icons">keyboard_arrow_right</md-icon> </md-button> </div> <div layout="row" class="date-cell-header"> <md-button class="md-icon-button" ng-disabled="true" ng-repeat="dHead in vm.dateCellHeader"> {{dHead[vm.dayHeader]}} </md-button> </div> <div md-swipe-right="vm.changePeriod('p')" class="date-cell-row" md-swipe-left="vm.changePeriod('n')" ng-class="vm.moveCalenderAnimation"> <div layout="row" ng-repeat="w in vm.dateCells" > <md-button ng-repeat="d in w" aria-label="vm.currentDate" class="md-icon-button" ng-click="vm.selectDate(d.date,d.isDisabledDate)" ng-disabled="d.isDisabledDate" ng-class="{'md-primary' : d.today, 'active':d.isCurrentMonth, 'md-primary md-raised selected' :d.date.isSame(vm.currentDate), 'disabled':d.isDisabledDate}"> <span>{{d.dayNum}}</span> </md-button> </div> </div> </div> </div>
mominsamir/date-time-picker
app/picker/calender-date.html
HTML
mit
2,599
<html> <head> <title>Outages</title> <link rel="stylesheet" href="./inc/style.css" type="text/css" /> <script type='text/javascript' src='./inc/db.js'></script> <script type='text/javascript'> function taildate(i, c) { if (typeof(c)==='undefined') c = ' '; return (Math.floor(i) > 1 ? 's'+c : c); } function dateformat(how, when, since) { var ret = ''; switch(how) { case 'absolute': if (when != false) { var d = new Date(when * 1000).toLocaleDateString(); var h = new Date(when * 1000).toLocaleTimeString(); ret = d + '<br/>' + h; } break; case 'relative': if (when != false && since != false) { if (when == since) { ret = '&nbsp;'; } else { var d = (when - since) / 86400; var h = Math.round(((when - since) % 86400) / 3600); var m = Math.round((((when - since) % 86400) % 3600) / 60); var s = Math.round(((((when - since) % 86400) % 3600) % 60)); ret = 'T +'; if (d >= 1) ret += Math.floor(d) + 'day' + taildate(d); ret += Math.floor(h) + ' hour' + taildate(h); if (m < 10) ret += '0'; ret += m + ' minute' + taildate(m); if (d == 0 && s != 0) { if (s < 10) ret += '0'; ret += s + ' second' + taildate(s, ''); } } } break; default: break; } return ret; } function populate(where, howmuch, startwith) { var page = '<table>', container = document.getElementById('container'), filtered = new Array(), nav; for (var i = 0; i < outages.length; i++) if (where == 'all' || where == outages[i].where) filtered.push(outages[i]); if (filtered.length - 1 > howmuch) { nav = '<tr><td id=\'navleft\'>'; if (startwith > 0) { var to = (startwith - howmuch >= 0 ? startwith - howmuch : 0); nav += '<a id=\'timenav\' onclick=\'populate("' + where + '", ' + howmuch + ', ' + to + ');\'>&lt;&lt;&lt;</a>'; } else { nav += '&nbsp;' } nav += '</td><td id=\'navcenter\'>&nbsp;</td><td id=\'navright\'>'; if (startwith + howmuch < filtered.length - 1) { var to = startwith + howmuch; nav += '<a id=\'timenav\' onclick=\'populate("' + where + '", ' + howmuch + ', ' + to + ');\'>&gt;&gt;&gt;</a>'; } else { nav += '&nbsp;' } nav += '</td><td id=\'navpadding\' colspan=2>&nbsp;</td></tr>'; page += nav; } for (var x = startwith; (x < filtered.length && x - startwith < howmuch); x++) { page += '<tr><td colspan=3 id=\'outage\' rowspan=\'' + (filtered[x].timeline.length + 1) + '\'><p id=\'title\'>' + filtered[x].what + '</p><p id=\'maindate\'>' + dateformat('absolute', filtered[x].timeline[0].date) + '</p><p id=\'environ\'>' + filtered[x].where + '</p></td><td ' + 'colspan=\'2\' id=\'descr\'>' + filtered[x].why + '</td>'; for (var y = 0; y < filtered[x].timeline.length; y++) { page += '<tr><td id=\'timeline' + ((y % 2) ? 'odd' : 'even') + '\'>' + '<p id=\'timeline' + ((y % 2) ? 'odd' : 'even') + '\'>' + dateformat('relative', filtered[x].timeline[y].date, filtered[x].timeline[0].date) + '</p></td>' + '<td id=\'event' + ((y % 2) ? 'odd' : 'even') + '\'>' + '<p id=\'event' + ((y % 2) ? 'odd' : 'even') + '\'>' + filtered[x].timeline[y].what + '</p></td></tr>'; } page += '</tr>'; } if (filtered.length - 1 > howmuch) { page += nav; } page += '</table>'; container.innerHTML = page; } </script> </head> <body onLoad='populate("aws_prod", 10, 0);'> <div id='header'></div> <div id='container'></div> <div id='footer'></div> </body> </html>
faust64/issues
index.html
HTML
mit
3,564
<!DOCTYPE html> <html> <head> </head> <body> <br /> <a href="/auth/github">Github Login</a> </body> </html>
senecajs/seneca-github-auth
example/public/index.html
HTML
mit
111
<!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_67) on Wed Sep 24 21:06:23 BST 2014 --> <title>HttpSession (Servlet 3.1 API Documentation - Apache Tomcat 8.0.14)</title> <meta name="date" content="2014-09-24"> <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="HttpSession (Servlet 3.1 API Documentation - Apache Tomcat 8.0.14)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>Servlet 3.1 - Apache Tomcat 8.0.14</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../javax/servlet/http/HttpServletResponseWrapper.html" title="class in javax.servlet.http"><span class="strong">Prev Class</span></a></li> <li><a href="../../../javax/servlet/http/HttpSessionActivationListener.html" title="interface in javax.servlet.http"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/servlet/http/HttpSession.html" target="_top">Frames</a></li> <li><a href="HttpSession.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">javax.servlet.http</div> <h2 title="Interface HttpSession" class="title">Interface HttpSession</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="strong">HttpSession</span></pre> <div class="block">Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. <p> The servlet container uses this interface to create a session between an HTTP client and an HTTP server. The session persists for a specified time period, across more than one connection or page request from the user. A session usually corresponds to one user, who may visit a site many times. The server can maintain a session in many ways such as using cookies or rewriting URLs. <p> This interface allows servlets to <ul> <li>View and manipulate information about a session, such as the session identifier, creation time, and last accessed time <li>Bind objects to sessions, allowing user information to persist across multiple user connections </ul> <p> When an application stores an object in or removes an object from a session, the session checks whether the object implements <a href="../../../javax/servlet/http/HttpSessionBindingListener.html" title="interface in javax.servlet.http"><code>HttpSessionBindingListener</code></a>. If it does, the servlet notifies the object that it has been bound to or unbound from the session. Notifications are sent after the binding methods complete. For session that are invalidated or expire, notifications are sent after the session has been invalidated or expired. <p> When container migrates a session between VMs in a distributed container setting, all session attributes implementing the <a href="../../../javax/servlet/http/HttpSessionActivationListener.html" title="interface in javax.servlet.http"><code>HttpSessionActivationListener</code></a> interface are notified. <p> A servlet should be able to handle cases in which the client does not choose to join a session, such as when cookies are intentionally turned off. Until the client joins the session, <code>isNew</code> returns <code>true</code>. If the client chooses not to join the session, <code>getSession</code> will return a different session on each request, and <code>isNew</code> will always return <code>true</code>. <p> Session information is scoped only to the current web application ( <code>ServletContext</code>), so information stored in one context will not be directly visible in another.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/servlet/http/HttpSessionBindingListener.html" title="interface in javax.servlet.http"><code>HttpSessionBindingListener</code></a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <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>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getAttribute(java.lang.String)">getAttribute</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the object bound with the specified name in this session, or <code>null</code> if no object is bound under the name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Enumeration&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getAttributeNames()">getAttributeNames</a></strong>()</code> <div class="block">Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of all the objects bound to this session.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getCreationTime()">getCreationTime</a></strong>()</code> <div class="block">Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getId()">getId</a></strong>()</code> <div class="block">Returns a string containing the unique identifier assigned to this session.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getLastAccessedTime()">getLastAccessedTime</a></strong>()</code> <div class="block">Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getMaxInactiveInterval()">getMaxInactiveInterval</a></strong>()</code> <div class="block">Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../javax/servlet/ServletContext.html" title="interface in javax.servlet">ServletContext</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getServletContext()">getServletContext</a></strong>()</code> <div class="block">Returns the ServletContext to which this session belongs.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../javax/servlet/http/HttpSessionContext.html" title="interface in javax.servlet.http">HttpSessionContext</a></code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getSessionContext()">getSessionContext</a></strong>()</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.</i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getValue(java.lang.String)">getValue</a></strong>(java.lang.String&nbsp;name)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#getAttribute(java.lang.String)"><code>getAttribute(java.lang.String)</code></a>.</i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String[]</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#getValueNames()">getValueNames</a></strong>()</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#getAttributeNames()"><code>getAttributeNames()</code></a></i></div> </div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#invalidate()">invalidate</a></strong>()</code> <div class="block">Invalidates this session then unbinds any objects bound to it.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#isNew()">isNew</a></strong>()</code> <div class="block">Returns <code>true</code> if the client does not yet know about the session or if the client chooses not to join the session.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#putValue(java.lang.String,%20java.lang.Object)">putValue</a></strong>(java.lang.String&nbsp;name, java.lang.Object&nbsp;value)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#setAttribute(java.lang.String,%20java.lang.Object)"><code>setAttribute(java.lang.String, java.lang.Object)</code></a></i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#removeAttribute(java.lang.String)">removeAttribute</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Removes the object bound with the specified name from this session.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#removeValue(java.lang.String)">removeValue</a></strong>(java.lang.String&nbsp;name)</code> <div class="block"><strong>Deprecated.</strong>&nbsp; <div class="block"><i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#removeAttribute(java.lang.String)"><code>removeAttribute(java.lang.String)</code></a></i></div> </div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#setAttribute(java.lang.String,%20java.lang.Object)">setAttribute</a></strong>(java.lang.String&nbsp;name, java.lang.Object&nbsp;value)</code> <div class="block">Binds an object to this session, using the name specified.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../javax/servlet/http/HttpSession.html#setMaxInactiveInterval(int)">setMaxInactiveInterval</a></strong>(int&nbsp;interval)</code> <div class="block">Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getCreationTime()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCreationTime</h4> <pre>long&nbsp;getCreationTime()</pre> <div class="block">Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>a <code>long</code> specifying when this session was created, expressed in milliseconds since 1/1/1970 GMT</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="getId()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getId</h4> <pre>java.lang.String&nbsp;getId()</pre> <div class="block">Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>a string specifying the identifier assigned to this session</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="getLastAccessedTime()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLastAccessedTime</h4> <pre>long&nbsp;getLastAccessedTime()</pre> <div class="block">Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request. <p> Actions that your application takes, such as getting or setting a value associated with the session, do not affect the access time.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>a <code>long</code> representing the last time the client sent a request associated with this session, expressed in milliseconds since 1/1/1970 GMT</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="getServletContext()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getServletContext</h4> <pre><a href="../../../javax/servlet/ServletContext.html" title="interface in javax.servlet">ServletContext</a>&nbsp;getServletContext()</pre> <div class="block">Returns the ServletContext to which this session belongs.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The ServletContext object for the web application</dd><dt><span class="strong">Since:</span></dt> <dd>2.3</dd></dl> </li> </ul> <a name="setMaxInactiveInterval(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setMaxInactiveInterval</h4> <pre>void&nbsp;setMaxInactiveInterval(int&nbsp;interval)</pre> <div class="block">Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. A zero or negative time indicates that the session should never timeout.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>interval</code> - An integer specifying the number of seconds</dd></dl> </li> </ul> <a name="getMaxInactiveInterval()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMaxInactiveInterval</h4> <pre>int&nbsp;getMaxInactiveInterval()</pre> <div class="block">Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses. After this interval, the servlet container will invalidate the session. The maximum time interval can be set with the <code>setMaxInactiveInterval</code> method. A zero or negative time indicates that the session should never timeout.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>an integer specifying the number of seconds this session remains open between client requests</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/servlet/http/HttpSession.html#setMaxInactiveInterval(int)"><code>setMaxInactiveInterval(int)</code></a></dd></dl> </li> </ul> <a name="getSessionContext()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSessionContext</h4> <pre><a href="../../../javax/servlet/http/HttpSessionContext.html" title="interface in javax.servlet.http">HttpSessionContext</a>&nbsp;getSessionContext()</pre> <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.</i></div> </li> </ul> <a name="getAttribute(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAttribute</h4> <pre>java.lang.Object&nbsp;getAttribute(java.lang.String&nbsp;name)</pre> <div class="block">Returns the object bound with the specified name in this session, or <code>null</code> if no object is bound under the name.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - a string specifying the name of the object</dd> <dt><span class="strong">Returns:</span></dt><dd>the object with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="getValue(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getValue</h4> <pre>java.lang.Object&nbsp;getValue(java.lang.String&nbsp;name)</pre> <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#getAttribute(java.lang.String)"><code>getAttribute(java.lang.String)</code></a>.</i></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - a string specifying the name of the object</dd> <dt><span class="strong">Returns:</span></dt><dd>the object with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="getAttributeNames()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAttributeNames</h4> <pre>java.util.Enumeration&lt;java.lang.String&gt;&nbsp;getAttributeNames()</pre> <div class="block">Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of all the objects bound to this session.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>an <code>Enumeration</code> of <code>String</code> objects specifying the names of all the objects bound to this session</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="getValueNames()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getValueNames</h4> <pre>java.lang.String[]&nbsp;getValueNames()</pre> <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#getAttributeNames()"><code>getAttributeNames()</code></a></i></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array of <code>String</code> objects specifying the names of all the objects bound to this session</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="setAttribute(java.lang.String, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAttribute</h4> <pre>void&nbsp;setAttribute(java.lang.String&nbsp;name, java.lang.Object&nbsp;value)</pre> <div class="block">Binds an object to this session, using the name specified. If an object of the same name is already bound to the session, the object is replaced. <p> After this method executes, and if the new object implements <code>HttpSessionBindingListener</code>, the container calls <code>HttpSessionBindingListener.valueBound</code>. The container then notifies any <code>HttpSessionAttributeListener</code>s in the web application. <p> If an object was already bound to this session of this name that implements <code>HttpSessionBindingListener</code>, its <code>HttpSessionBindingListener.valueUnbound</code> method is called. <p> If the value passed in is null, this has the same effect as calling <code>removeAttribute()</code>.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name to which the object is bound; cannot be null</dd><dd><code>value</code> - the object to be bound</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="putValue(java.lang.String, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>putValue</h4> <pre>void&nbsp;putValue(java.lang.String&nbsp;name, java.lang.Object&nbsp;value)</pre> <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#setAttribute(java.lang.String,%20java.lang.Object)"><code>setAttribute(java.lang.String, java.lang.Object)</code></a></i></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name to which the object is bound; cannot be null</dd><dd><code>value</code> - the object to be bound; cannot be null</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="removeAttribute(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeAttribute</h4> <pre>void&nbsp;removeAttribute(java.lang.String&nbsp;name)</pre> <div class="block">Removes the object bound with the specified name from this session. If the session does not have an object bound with the specified name, this method does nothing. <p> After this method executes, and if the object implements <code>HttpSessionBindingListener</code>, the container calls <code>HttpSessionBindingListener.valueUnbound</code>. The container then notifies any <code>HttpSessionAttributeListener</code>s in the web application.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the object to remove from this session</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="removeValue(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeValue</h4> <pre>void&nbsp;removeValue(java.lang.String&nbsp;name)</pre> <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>As of Version 2.2, this method is replaced by <a href="../../../javax/servlet/http/HttpSession.html#removeAttribute(java.lang.String)"><code>removeAttribute(java.lang.String)</code></a></i></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the object to remove from this session</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an invalidated session</dd></dl> </li> </ul> <a name="invalidate()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>invalidate</h4> <pre>void&nbsp;invalidate()</pre> <div class="block">Invalidates this session then unbinds any objects bound to it.</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an already invalidated session</dd></dl> </li> </ul> <a name="isNew()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isNew</h4> <pre>boolean&nbsp;isNew()</pre> <div class="block">Returns <code>true</code> if the client does not yet know about the session or if the client chooses not to join the session. For example, if the server used only cookie-based sessions, and the client had disabled the use of cookies, then a session would be new on each request.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if the server has created a session, but the client has not yet joined</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalStateException</code> - if this method is called on an already invalidated session</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="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>Servlet 3.1 - Apache Tomcat 8.0.14</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../javax/servlet/http/HttpServletResponseWrapper.html" title="class in javax.servlet.http"><span class="strong">Prev Class</span></a></li> <li><a href="../../../javax/servlet/http/HttpSessionActivationListener.html" title="interface in javax.servlet.http"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/servlet/http/HttpSession.html" target="_top">Frames</a></li> <li><a href="HttpSession.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2000-2014 Apache Software Foundation. All Rights Reserved.</small></p> </body> </html>
byronka/xenos
web_container/apache-tomcat-8.0.14/docs/tomcat-8.0-doc/servletapi/javax/servlet/http/HttpSession.html
HTML
mit
29,343
<div class="jumbotron subhead"> <div class="container"> <img src="TLDROfficial.png"> <p class="lead"> Take back your time. </p> </div> </div> <div class="row"> <div class="span6 offset2"> <h2>Elevate your inbox.</h2> <p> We've revamped email, making it shorter and sweeter so you spend less time reading. With TLDR, receive what's relevant and respond with what matters. </p> <h2>Concise Communications.</h2> <p> TLDR works while you work, teaming with your inbox to summarize in-and-outbound emails. Our algorithm catches your inbound, handpicking details you need and archiving the rest. Paying it forward, TDLR monitors your outgoing messages, highlighting key text to help you correspond succinctly. </p> </div> </div> <div class="row"> <div class="span6 offset2"> <h2>Bounce Back</h2> <p> A little instruction goes a long way. Opt-in to this feature to inform your contact they're message was summarized with TDLR, and get the ball rolling towards a culture of cleaner communication. </p> </div> </div> <div class="row"> <div class="span6 offset2"> <h2>Get your TLDR</h2> <p> Reclaim your day from your email. </p> </div> </div> <div class="hero-unit offset3 span6"> <h1>Sign up</h1> <p> Tired of reading about this service? Go ahead and try it out! </p> <a href="#/signup" class="btn-large btn-primary">Sign up</a> </div>
Asimov4/tldr
templates/views/homeview.html
HTML
mit
1,395
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-real-closed: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2~camlp4 / mathcomp-real-closed - 1.0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-real-closed <small> 1.0.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-27 17:05:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 17:05:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp4 4.04+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils coq 8.5.2~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0.14.1 OCamlbuild is a build system with builtin rules to easily build most OCaml projects # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-real-closed&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/math-comp/real-closed&quot; bug-reports: &quot;https://github.com/math-comp/real-closed/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/real-closed.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;coq-mathcomp-field&quot; { (&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.9.0&quot;) } &quot;coq-mathcomp-bigenough&quot; {(&gt;= &quot;1.0.0&quot; &amp; &lt; &quot;1.1.0~&quot;)} ] tags: [ &quot;keyword:real closed field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;date:2019-05-23&quot; &quot;logpath:mathcomp&quot;] authors: [ &quot;Cyril Cohen &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on real closed fields&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about real closed fields, with a construction of the real closure and the algebraic closure (including a proof of the fundamental theorem of algebra). It also contains a proof of decidability of the first order theory of real closed field, through quantifier elimination. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/real-closed/archive/1.0.2.tar.gz&quot; checksum: &quot;sha256=b28e30be7de2ad2959021ea9cbc97974d121d37f5104ef0d46c0439b31e5c41f&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-real-closed.1.0.2 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4). The following dependencies couldn&#39;t be met: - coq-mathcomp-real-closed -&gt; coq-mathcomp-field &gt;= 1.8.0 -&gt; coq-mathcomp-solvable &gt;= 1.8.0 -&gt; coq-mathcomp-algebra &gt;= 1.8.0 -&gt; coq-mathcomp-fingroup &gt;= 1.8.0 -&gt; coq-mathcomp-ssreflect &gt;= 1.8.0 -&gt; coq &gt;= 8.7 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-real-closed.1.0.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.2~camlp4/mathcomp-real-closed/1.0.2.html
HTML
mit
7,775
<html><body> <h4>Windows 10 x64 (18363.476)</h4><br> <h2>DEBUG_DEVICE_ADDRESS</h2> <font face="arial"> +0x000 Type : UChar<br> +0x001 Valid : UChar<br> +0x002 Reserved : [2] UChar<br> +0x002 BitWidth : UChar<br> +0x003 AccessSize : UChar<br> +0x008 TranslatedAddress : Ptr64 UChar<br> +0x010 Length : Uint4B<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18363.476)/DEBUG_DEVICE_ADDRESS.html
HTML
mit
418
<!DOCTYPE html> <html lang="en-US" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Document Title ============================================= --> <title>Titan | Multipurpose HTML5 Template</title> <!-- Favicons ============================================= --> <link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicons/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicons/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicons/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicons/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicons/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicons/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicons/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="assets/images/favicons/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicons/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="assets/images/favicons/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Stylesheets ============================================= --> <!-- Default stylesheets--> <link href="assets/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Template specific stylesheets--> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Volkhov:400i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet"> <link href="assets/lib/animate.css/animate.css" rel="stylesheet"> <link href="assets/lib/components-font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="assets/lib/et-line-font/et-line-font.css" rel="stylesheet"> <link href="assets/lib/flexslider/flexslider.css" rel="stylesheet"> <link href="assets/lib/owl.carousel/dist/assets/owl.carousel.min.css" rel="stylesheet"> <link href="assets/lib/owl.carousel/dist/assets/owl.theme.default.min.css" rel="stylesheet"> <link href="assets/lib/magnific-popup/dist/magnific-popup.css" rel="stylesheet"> <link href="assets/lib/simple-text-rotator/simpletextrotator.css" rel="stylesheet"> <!-- Main stylesheet and color file--> <link href="assets/css/style.css" rel="stylesheet"> <link id="color-scheme" href="assets/css/colors/default.css" rel="stylesheet"> </head> <body data-spy="scroll" data-target=".onpage-navigation" data-offset="60"> <main> <div class="page-loader"> <div class="loader">Loading...</div> </div> <nav class="navbar navbar-custom navbar-fixed-top navbar-transparent" role="navigation"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#custom-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="index.html">Titan</a> </div> <div class="collapse navbar-collapse" id="custom-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Home</a> <ul class="dropdown-menu"> <li><a href="index_mp_fullscreen_video_background.html">Default</a></li> <li><a href="index_op_fullscreen_gradient_overlay.html">One Page</a></li> <li><a href="index_agency.html">Agency</a></li> <li><a href="index_portfolio.html">Portfolio</a></li> <li><a href="index_restaurant.html">Restaurant</a></li> <li><a href="index_finance.html">Finance</a></li> <li><a href="index_landing.html">Landing Page</a></li> <li><a href="index_photography.html">Photography</a></li> <li><a href="index_shop.html">Shop</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Headers</a> <ul class="dropdown-menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Static Image Header</a> <ul class="dropdown-menu"> <li><a href="index_mp_fullscreen_static.html">Fulscreen</a></li> <li><a href="index_mp_classic_static.html">Classic</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Flexslider Header</a> <ul class="dropdown-menu"> <li><a href="index_mp_fullscreen_flexslider.html">Fulscreen</a></li> <li><a href="index_mp_classic_flexslider.html">Classic</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Video Background Header</a> <ul class="dropdown-menu"> <li><a href="index_mp_fullscreen_video_background.html">Fulscreen</a></li> <li><a href="index_mp_classic_video_background.html">Classic</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Text Rotator Header</a> <ul class="dropdown-menu"> <li><a href="index_mp_fullscreen_text_rotator.html">Fulscreen</a></li> <li><a href="index_mp_classic_text_rotator.html">Classic</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Gradient Overlay Header</a> <ul class="dropdown-menu"> <li><a href="index_mp_fullscreen_gradient_overlay.html">Fulscreen</a></li> <li><a href="index_mp_classic_gradient_overlay.html">Classic</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Pages</a> <ul class="dropdown-menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">About</a> <ul class="dropdown-menu"> <li><a href="about1.html">About 1</a></li> <li><a href="about2.html">About 2</a></li> <li><a href="about3.html">About 3</a></li> <li><a href="about4.html">About 4</a></li> <li><a href="about5.html">About 5</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Services</a> <ul class="dropdown-menu"> <li><a href="service1.html">Service 1</a></li> <li><a href="service2.html">Service 2</a></li> <li><a href="service3.html">Service 3</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Pricing</a> <ul class="dropdown-menu"> <li><a href="pricing1.html">Pricing 1</a></li> <li><a href="pricing2.html">Pricing 2</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Gallery</a> <ul class="dropdown-menu"> <li><a href="gallery_col_2.html">2 Columns</a></li> <li><a href="gallery_col_3.html">3 Columns</a></li> <li><a href="gallery_col_4.html">4 Columns</a></li> <li><a href="gallery_col_6.html">6 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Contact</a> <ul class="dropdown-menu"> <li><a href="contact1.html">Contact 1</a></li> <li><a href="contact2.html">Contact 2</a></li> <li><a href="contact3.html">Contact 3</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Restaurant menu</a> <ul class="dropdown-menu"> <li><a href="restaurant_menu1.html">Menu 2 Columns</a></li> <li><a href="restaurant_menu2.html">Menu 3 Columns</a></li> </ul> </li> <li><a href="login_register.html">Login / Register</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="404.html">Page 404</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Portfolio</a> <ul class="dropdown-menu" role="menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Boxed</a> <ul class="dropdown-menu"> <li><a href="portfolio_boxed_col_2.html">2 Columns</a></li> <li><a href="portfolio_boxed_col_3.html">3 Columns</a></li> <li><a href="portfolio_boxed_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Boxed - Gutter</a> <ul class="dropdown-menu"> <li><a href="portfolio_boxed_gutter_col_2.html">2 Columns</a></li> <li><a href="portfolio_boxed_gutter_col_3.html">3 Columns</a></li> <li><a href="portfolio_boxed_gutter_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Full Width</a> <ul class="dropdown-menu"> <li><a href="portfolio_full_width_col_2.html">2 Columns</a></li> <li><a href="portfolio_full_width_col_3.html">3 Columns</a></li> <li><a href="portfolio_full_width_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Full Width - Gutter</a> <ul class="dropdown-menu"> <li><a href="portfolio_full_width_gutter_col_2.html">2 Columns</a></li> <li><a href="portfolio_full_width_gutter_col_3.html">3 Columns</a></li> <li><a href="portfolio_full_width_gutter_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Masonry</a> <ul class="dropdown-menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Boxed</a> <ul class="dropdown-menu"> <li><a href="portfolio_masonry_boxed_col_2.html">2 Columns</a></li> <li><a href="portfolio_masonry_boxed_col_3.html">3 Columns</a></li> <li><a href="portfolio_masonry_boxed_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Full Width</a> <ul class="dropdown-menu"> <li><a href="portfolio_masonry_full_width_col_2.html">2 Columns</a></li> <li><a href="portfolio_masonry_full_width_col_3.html">3 Columns</a></li> <li><a href="portfolio_masonry_full_width_col_4.html">4 Columns</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Hover Style</a> <ul class="dropdown-menu"> <li><a href="portfolio_hover_black.html">Black</a></li> <li><a href="portfolio_hover_gradient.html">Gradient</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Single</a> <ul class="dropdown-menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Featured Image</a> <ul class="dropdown-menu"> <li><a href="portfolio_single_featured_image1.html">Style 1</a></li> <li><a href="portfolio_single_featured_image2.html">Style 2</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Featured Slider</a> <ul class="dropdown-menu"> <li><a href="portfolio_single_featured_slider1.html">Style 1</a></li> <li><a href="portfolio_single_featured_slider2.html">Style 2</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Featured Video</a> <ul class="dropdown-menu"> <li><a href="portfolio_single_featured_video1.html">Style 1</a></li> <li><a href="portfolio_single_featured_video2.html">Style 2</a></li> </ul> </li> </ul> </li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Blog</a> <ul class="dropdown-menu" role="menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Standard</a> <ul class="dropdown-menu"> <li><a href="blog_standard_left_sidebar.html">Left Sidebar</a></li> <li><a href="blog_standard_right_sidebar.html">Right Sidebar</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Grid</a> <ul class="dropdown-menu"> <li><a href="blog_grid_col_2.html">2 Columns</a></li> <li><a href="blog_grid_col_3.html">3 Columns</a></li> <li><a href="blog_grid_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Masonry</a> <ul class="dropdown-menu"> <li><a href="blog_grid_masonry_col_2.html">2 Columns</a></li> <li><a href="blog_grid_masonry_col_3.html">3 Columns</a></li> <li><a href="blog_grid_masonry_col_4.html">4 Columns</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Single</a> <ul class="dropdown-menu"> <li><a href="blog_single_left_sidebar.html">Left Sidebar</a></li> <li><a href="blog_single_right_sidebar.html">Right Sidebar</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Features</a> <ul class="dropdown-menu" role="menu"> <li><a href="alerts-and-wells.html"><i class="fa fa-bolt"></i> Alerts and Wells</a></li> <li><a href="buttons.html"><i class="fa fa-link fa-sm"></i> Buttons</a></li> <li><a href="tabs_and_accordions.html"><i class="fa fa-tasks"></i> Tabs &amp; Accordions</a></li> <li><a href="content_box.html"><i class="fa fa-list-alt"></i> Contents Box</a></li> <li><a href="forms.html"><i class="fa fa-check-square-o"></i> Forms</a></li> <li><a href="icons.html"><i class="fa fa-star"></i> Icons</a></li> <li><a href="progress-bars.html"><i class="fa fa-server"></i> Progress Bars</a></li> <li><a href="typography.html"><i class="fa fa-font"></i> Typography</a></li> </ul> </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Shop</a> <ul class="dropdown-menu" role="menu"> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">Product</a> <ul class="dropdown-menu"> <li><a href="shop_product_col_3.html">3 columns</a></li> <li><a href="shop_product_col_4.html">4 columns</a></li> </ul> </li> <li><a href="shop_single_product.html">Single Product</a></li> <li><a href="shop_checkout.html">Checkout</a></li> </ul> </li> <!--li.dropdown.navbar-cart--> <!-- a.dropdown-toggle(href='#', data-toggle='dropdown')--> <!-- span.icon-basket--> <!-- |--> <!-- span.cart-item-number 2--> <!-- ul.dropdown-menu.cart-list(role='menu')--> <!-- li--> <!-- .navbar-cart-item.clearfix--> <!-- .navbar-cart-img--> <!-- a(href='#')--> <!-- img(src='assets/images/shop/product-9.jpg', alt='')--> <!-- .navbar-cart-title--> <!-- a(href='#') Short striped sweater--> <!-- |--> <!-- span.cart-amount 2 &times; $119.00--> <!-- br--> <!-- |--> <!-- strong.cart-amount $238.00--> <!-- li--> <!-- .navbar-cart-item.clearfix--> <!-- .navbar-cart-img--> <!-- a(href='#')--> <!-- img(src='assets/images/shop/product-10.jpg', alt='')--> <!-- .navbar-cart-title--> <!-- a(href='#') Colored jewel rings--> <!-- |--> <!-- span.cart-amount 2 &times; $119.00--> <!-- br--> <!-- |--> <!-- strong.cart-amount $238.00--> <!-- li--> <!-- .clearfix--> <!-- .cart-sub-totle--> <!-- strong Total: $476.00--> <!-- li--> <!-- .clearfix--> <!-- a.btn.btn-block.btn-round.btn-font-w(type='submit') Checkout--> <!--li.dropdown--> <!-- a.dropdown-toggle(href='#', data-toggle='dropdown') Search--> <!-- ul.dropdown-menu(role='menu')--> <!-- li--> <!-- .dropdown-search--> <!-- form(role='form')--> <!-- input.form-control(type='text', placeholder='Search...')--> <!-- |--> <!-- button.search-btn(type='submit')--> <!-- i.fa.fa-search--> <li class="dropdown"><a class="dropdown-toggle" href="documentation.html" data-toggle="dropdown">Documentation</a> <ul class="dropdown-menu"> <li><a href="documentation.html#contact">Contact Form</a></li> <li><a href="documentation.html#reservation">Reservation Form</a></li> <li><a href="documentation.html#mailchimp">Mailchimp</a></li> <li><a href="documentation.html#gmap">Google Map</a></li> <li><a href="documentation.html#plugin">Plugins</a></li> <li><a href="documentation.html#changelog">Changelog</a></li> </ul> </li> </ul> </div> </div> </nav> <section class="home-section home-full-height bg-dark bg-gradient" id="home" data-background="assets/images/section-11.jpg"> <div class="titan-caption"> <div class="caption-content"> <div class="font-alt mb-30 titan-title-size-1">Hello &amp; welcome</div> <div class="font-alt mb-40 titan-title-size-4">We are Titan</div><a class="section-scroll btn btn-border-w btn-round" href="#about">Learn More</a> </div> </div> </section> <div class="main"> <section class="module" id="about"> <div class="container"> <div class="row"> <div class="col-sm-8 col-sm-offset-2"> <h2 class="module-title font-alt">Welcome to Titan</h2> <div class="module-subtitle font-serif large-text">We’re an award winning London based digital agency, lovingly curating pixels for maximum impact. We don’t have a style — we have standards.</div> </div> </div> <div class="row"> <div class="col-sm-2 col-sm-offset-5"> <div class="large-text align-center"><a class="section-scroll" href="#services"><i class="fa fa-angle-down"></i></a></div> </div> </div> </div> </section> <hr class="divider-w"> <section class="module" id="services"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <h2 class="module-title font-alt">Our Services</h2> <div class="module-subtitle font-serif">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</div> </div> </div> <div class="row multi-columns-row"> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-lightbulb"></span></div> <h3 class="features-title font-alt">Ideas and concepts</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-bike"></span></div> <h3 class="features-title font-alt">Optimised for speed</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-tools"></span></div> <h3 class="features-title font-alt">Designs &amp; interfaces</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-gears"></span></div> <h3 class="features-title font-alt">Highly customizable</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-tools-2"></span></div> <h3 class="features-title font-alt">Coding &amp; development</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-genius"></span></div> <h3 class="features-title font-alt">Features &amp; plugins</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-mobile"></span></div> <h3 class="features-title font-alt">Responsive design</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <div class="features-item"> <div class="features-icon"><span class="icon-lifesaver"></span></div> <h3 class="features-title font-alt">Dedicated support</h3> <p>Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p> </div> </div> </div> </div> </section> <section class="module bg-dark-60" data-background="assets/images/section-6.jpg"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="video-box"> <div class="video-box-icon"><a class="video-pop-up" href="https://www.youtube.com/watch?v=TTxZj3DZiIM"><span class="icon-video"></span></a></div> <div class="video-title font-alt">Presentation</div> <div class="video-subtitle font-alt">Watch the video about our new products</div> </div> </div> </div> </div> </section> <section class="module pb-0" id="works"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <h2 class="module-title font-alt">Our Works</h2> <div class="module-subtitle font-serif"></div> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-sm-12"> <ul class="filter font-alt" id="filters"> <li><a class="current wow fadeInUp" href="#" data-filter="*">All</a></li> <li><a class="wow fadeInUp" href="#" data-filter=".illustration" data-wow-delay="0.2s">Illustration</a></li> <li><a class="wow fadeInUp" href="#" data-filter=".marketing" data-wow-delay="0.4s">Marketing</a></li> <li><a class="wow fadeInUp" href="#" data-filter=".photography" data-wow-delay="0.6s">Photography</a></li> <li><a class="wow fadeInUp" href="#" data-filter=".webdesign" data-wow-delay="0.6s">Web Design</a></li> </ul> </div> </div> </div> <ul class="works-grid works-grid-gut works-grid-3 works-hover-w" id="works-grid"> <li class="work-item illustration webdesign"><a href="portfolio-single-1.html"> <div class="work-image"><img src="assets/images/work-1.jpg" alt="Portfolio Item"/></div> <div class="work-caption font-alt"> <h3 class="work-title">Corporate Identity</h3> <div class="work-descr">Illustration</div> </div></a></li> <li class="work-item marketing photography"><a href="portfolio-single-1.html"> <div class="work-image"><img src="assets/images/work-2.jpg" alt="Portfolio Item"/></div> <div class="work-caption font-alt"> <h3 class="work-title">Bag MockUp</h3> <div class="work-descr">Marketing</div> </div></a></li> <li class="work-item illustration photography"><a href="portfolio-single-1.html"> <div class="work-image"><img src="assets/images/work-3.jpg" alt="Portfolio Item"/></div> <div class="work-caption font-alt"> <h3 class="work-title">Disk Cover</h3> <div class="work-descr">Illustration</div> </div></a></li> <li class="work-item marketing photography"><a href="portfolio-single-1.html"> <div class="work-image"><img src="assets/images/work-4.jpg" alt="Portfolio Item"/></div> <div class="work-caption font-alt"> <h3 class="work-title">Business Card</h3> <div class="work-descr">Photography</div> </div></a></li> <li class="work-item illustration webdesign"><a href="portfolio-single-1.html"> <div class="work-image"><img src="assets/images/work-5.jpg" alt="Portfolio Item"/></div> <div class="work-caption font-alt"> <h3 class="work-title">Business Card</h3> <div class="work-descr">Webdesign</div> </div></a></li> <li class="work-item marketing webdesign"><a href="portfolio-single-1.html"> <div class="work-image"><img src="assets/images/work-6.jpg" alt="Portfolio Item"/></div> <div class="work-caption font-alt"> <h3 class="work-title">Business Cards in paper clip</h3> <div class="work-descr">Marketing</div> </div></a></li> </ul> </section> <section class="module-small bg-dark"> <div class="container"> <div class="row"> <div class="col-sm-6 col-md-8 col-lg-6 col-lg-offset-2"> <div class="callout-text font-alt"> <h3 class="callout-title">Want to see more works?</h3> <p>We are always open to interesting projects.</p> </div> </div> <div class="col-sm-6 col-md-4 col-lg-2"> <div class="callout-btn-box"><a class="btn btn-w btn-round" href="portfolio_boxed_gutter_col_3.html">Lets view portfolio</a></div> </div> </div> </div> </section> <section class="module" id="alt-features"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <h2 class="module-title font-alt">Our features</h2> <div class="module-subtitle font-serif">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</div> </div> </div> <div class="row"> <div class="col-sm-6 col-md-3 col-lg-3"> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-strategy"></span></div> <h3 class="alt-features-title font-alt">Branding</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-tools-2"></span></div> <h3 class="alt-features-title font-alt">Development</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-target"></span></div> <h3 class="alt-features-title font-alt">Marketing</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-tools"></span></div> <h3 class="alt-features-title font-alt">Design</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> </div> <div class="col-md-6 col-lg-6 hidden-xs hidden-sm"> <div class="alt-services-image align-center"><img src="assets/images/promo.png" alt="Feature Image"></div> </div> <div class="col-sm-6 col-md-3 col-lg-3"> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-camera"></span></div> <h3 class="alt-features-title font-alt">Photography</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-mobile"></span></div> <h3 class="alt-features-title font-alt">Mobile</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-linegraph"></span></div> <h3 class="alt-features-title font-alt">Music</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> <div class="alt-features-item"> <div class="alt-features-icon"><span class="icon-basket"></span></div> <h3 class="alt-features-title font-alt">Shop</h3>A wonderful serenity has taken possession of my entire soul like these sweet mornings. </div> </div> </div> </div> </section> <hr class="divider-w"> <section class="module" id="team"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <h2 class="module-title font-alt">Meet Our Team</h2> <div class="module-subtitle font-serif">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</div> </div> </div> <div class="row"> <div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-3" onclick="wow fadeInUp"> <div class="team-item"> <div class="team-image"><img src="assets/images/team-1.jpg" alt="Member Photo"/> <div class="team-detail"> <h5 class="font-alt">Hi all</h5> <p class="font-serif">Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a&amp;nbsp;iaculis diam.</p> <div class="team-social"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-dribbble"></i></a><a href="#"><i class="fa fa-skype"></i></a></div> </div> </div> <div class="team-descr font-alt"> <div class="team-name">Jim Stone</div> <div class="team-role">Art Director</div> </div> </div> </div> <div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-3" onclick="wow fadeInUp"> <div class="team-item"> <div class="team-image"><img src="assets/images/team-2.jpg" alt="Member Photo"/> <div class="team-detail"> <h5 class="font-alt">Good day</h5> <p class="font-serif">Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a&amp;nbsp;iaculis diam.</p> <div class="team-social"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-dribbble"></i></a><a href="#"><i class="fa fa-skype"></i></a></div> </div> </div> <div class="team-descr font-alt"> <div class="team-name">Andy River</div> <div class="team-role">Creative director</div> </div> </div> </div> <div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-3" onclick="wow fadeInUp"> <div class="team-item"> <div class="team-image"><img src="assets/images/team-3.jpg" alt="Member Photo"/> <div class="team-detail"> <h5 class="font-alt">Hello</h5> <p class="font-serif">Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a&amp;nbsp;iaculis diam.</p> <div class="team-social"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-dribbble"></i></a><a href="#"><i class="fa fa-skype"></i></a></div> </div> </div> <div class="team-descr font-alt"> <div class="team-name">Adele Snow</div> <div class="team-role">Account manager</div> </div> </div> </div> <div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-3" onclick="wow fadeInUp"> <div class="team-item"> <div class="team-image"><img src="assets/images/team-4.jpg" alt="Member Photo"/> <div class="team-detail"> <h5 class="font-alt">Yes, it's me</h5> <p class="font-serif">Lorem ipsum dolor sit amet, consectetur adipiscing elit lacus, a&amp;nbsp;iaculis diam.</p> <div class="team-social"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-dribbble"></i></a><a href="#"><i class="fa fa-skype"></i></a></div> </div> </div> <div class="team-descr font-alt"> <div class="team-name">Dylan Woods</div> <div class="team-role">Developer</div> </div> </div> </div> </div> </div> </section> <section class="module bg-dark-60 pt-0 pb-0 parallax-bg testimonial" data-background="assets/images/testimonial_bg.jpg"> <div class="testimonials-slider pt-140 pb-140"> <ul class="slides"> <li> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="module-icon"><span class="icon-quote"></span></div> </div> </div> <div class="row"> <div class="col-sm-8 col-sm-offset-2"> <blockquote class="testimonial-text font-alt">I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.</blockquote> </div> </div> <div class="row"> <div class="col-sm-4 col-sm-offset-4"> <div class="testimonial-author"> <div class="testimonial-caption font-alt"> <div class="testimonial-title">Jack Woods</div> <div class="testimonial-descr">SomeCompany INC, CEO</div> </div> </div> </div> </div> </div> </li> <li> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="module-icon"><span class="icon-quote"></span></div> </div> </div> <div class="row"> <div class="col-sm-8 col-sm-offset-2"> <blockquote class="testimonial-text font-alt">I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</blockquote> </div> </div> <div class="row"> <div class="col-sm-4 col-sm-offset-4"> <div class="testimonial-author"> <div class="testimonial-caption font-alt"> <div class="testimonial-title">Jim Stone</div> <div class="testimonial-descr">SomeCompany INC, CEO</div> </div> </div> </div> </div> </div> </li> <li> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="module-icon"><span class="icon-quote"></span></div> </div> </div> <div class="row"> <div class="col-sm-8 col-sm-offset-2"> <blockquote class="testimonial-text font-alt">I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.</blockquote> </div> </div> <div class="row"> <div class="col-sm-4 col-sm-offset-4"> <div class="testimonial-author"> <div class="testimonial-caption font-alt"> <div class="testimonial-title">Adele Snow</div> <div class="testimonial-descr">SomeCompany INC, CEO</div> </div> </div> </div> </div> </div> </li> </ul> </div> </section> <section class="module" id="news"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <h2 class="module-title font-alt">Latest blog posts</h2> <div class="module-subtitle font-serif">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</div> </div> </div> <div class="row multi-columns-row post-columns"> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="post mb-20"> <div class="post-thumbnail"><a href="#"><img src="assets/images/post-1.jpg" alt="Blog-post Thumbnail"/></a></div> <div class="post-header font-alt"> <h2 class="post-title"><a href="#">Our trip to the Alps</a></h2> <div class="post-meta">By&nbsp;<a href="#">Mark Stone</a>&nbsp;| 23 November | 3 Comments </div> </div> <div class="post-entry"> <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p> </div> <div class="post-more"><a class="more-link" href="#">Read more</a></div> </div> </div> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="post mb-20"> <div class="post-thumbnail"><a href="#"><img src="assets/images/post-2.jpg" alt="Blog-post Thumbnail"/></a></div> <div class="post-header font-alt"> <h2 class="post-title"><a href="#">Shore after the tide</a></h2> <div class="post-meta">By&nbsp;<a href="#">Andy River</a>&nbsp;| 11 November | 4 Comments </div> </div> <div class="post-entry"> <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p> </div> <div class="post-more"><a class="more-link" href="#">Read more</a></div> </div> </div> <div class="col-sm-6 col-md-4 col-lg-4"> <div class="post mb-20"> <div class="post-thumbnail"><a href="#"><img src="assets/images/post-3.jpg" alt="Blog-post Thumbnail"/></a></div> <div class="post-header font-alt"> <h2 class="post-title"><a href="#">We in New Zealand</a></h2> <div class="post-meta">By&nbsp;<a href="#">Dylan Woods</a>&nbsp;| 5 November | 15 Comments </div> </div> <div class="post-entry"> <p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p> </div> <div class="post-more"><a class="more-link" href="#">Read more</a></div> </div> </div> </div> </div> </section> <div class="module-small bg-dark"> <div class="container"> <div class="row"> <div class="col-sm-6 col-md-6 col-lg-4 col-lg-offset-2"> <div class="callout-text font-alt"> <h3 class="callout-title">Subscribe now</h3> <p>We will not spam your email.</p> </div> </div> <div class="col-sm-6 col-md-6 col-lg-4"> <div class="callout-btn-box"> <form id="subscription-form" role="form" method="post" action="php/subscribe.php"> <div class="input-group"> <input class="form-control" type="email" id="semail" name="semail" placeholder="Your Email" data-validation-required-message="Please enter your email address." required="required"/><span class="input-group-btn"> <button class="btn btn-g btn-round" id="subscription-form-submit" type="submit">Submit</button></span> </div> </form> <div class="text-center" id="subscription-response"></div> </div> </div> </div> </div> </div> <section class="module" id="contact"> <div class="container"> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <h2 class="module-title font-alt">Get in touch</h2> <div class="module-subtitle font-serif"></div> </div> </div> <div class="row"> <div class="col-sm-6 col-sm-offset-3"> <form id="contactForm" role="form" method="post" action="php/contact.php"> <div class="form-group"> <label class="sr-only" for="name">Name</label> <input class="form-control" type="text" id="name" name="name" placeholder="Your Name*" required="required" data-validation-required-message="Please enter your name."/> <p class="help-block text-danger"></p> </div> <div class="form-group"> <label class="sr-only" for="email">Email</label> <input class="form-control" type="email" id="email" name="email" placeholder="Your Email*" required="required" data-validation-required-message="Please enter your email address."/> <p class="help-block text-danger"></p> </div> <div class="form-group"> <textarea class="form-control" rows="7" id="message" name="message" placeholder="Your Message*" required="required" data-validation-required-message="Please enter your message."></textarea> <p class="help-block text-danger"></p> </div> <div class="text-center"> <button class="btn btn-block btn-round btn-d" id="cfsubmit" type="submit">Submit</button> </div> </form> <div class="ajax-response font-alt" id="contactFormResponse"></div> </div> </div> </div> </section> <div class="module-small bg-dark"> <div class="container"> <div class="row"> <div class="col-sm-3"> <div class="widget"> <h5 class="widget-title font-alt">About Titan</h5> <p>The languages only differ in their grammar, their pronunciation and their most common words.</p> <p>Phone: +1 234 567 89 10</p>Fax: +1 234 567 89 10 <p>Email:<a href="#">[email protected]</a></p> </div> </div> <div class="col-sm-3"> <div class="widget"> <h5 class="widget-title font-alt">Recent Comments</h5> <ul class="icon-list"> <li>Maria on <a href="#">Designer Desk Essentials</a></li> <li>John on <a href="#">Realistic Business Card Mockup</a></li> <li>Andy on <a href="#">Eco bag Mockup</a></li> <li>Jack on <a href="#">Bottle Mockup</a></li> <li>Mark on <a href="#">Our trip to the Alps</a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="widget"> <h5 class="widget-title font-alt">Blog Categories</h5> <ul class="icon-list"> <li><a href="#">Photography - 7</a></li> <li><a href="#">Web Design - 3</a></li> <li><a href="#">Illustration - 12</a></li> <li><a href="#">Marketing - 1</a></li> <li><a href="#">Wordpress - 16</a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="widget"> <h5 class="widget-title font-alt">Popular Posts</h5> <ul class="widget-posts"> <li class="clearfix"> <div class="widget-posts-image"><a href="#"><img src="assets/images/rp-1.jpg" alt="Post Thumbnail"/></a></div> <div class="widget-posts-body"> <div class="widget-posts-title"><a href="#">Designer Desk Essentials</a></div> <div class="widget-posts-meta">23 january</div> </div> </li> <li class="clearfix"> <div class="widget-posts-image"><a href="#"><img src="assets/images/rp-2.jpg" alt="Post Thumbnail"/></a></div> <div class="widget-posts-body"> <div class="widget-posts-title"><a href="#">Realistic Business Card Mockup</a></div> <div class="widget-posts-meta">15 February</div> </div> </li> </ul> </div> </div> </div> </div> </div> <hr class="divider-d"> <footer class="footer bg-dark"> <div class="container"> <div class="row"> <div class="col-sm-6"> <p class="copyright font-alt">&copy; 2017&nbsp;<a href="index.html">TitaN</a>, All Rights Reserved</p> </div> <div class="col-sm-6"> <div class="footer-social-links"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-dribbble"></i></a><a href="#"><i class="fa fa-skype"></i></a> </div> </div> </div> </div> </footer> </div> <div class="scroll-up"><a href="#totop"><i class="fa fa-angle-double-up"></i></a></div> </main> <!-- JavaScripts ============================================= --> <script src="assets/lib/jquery/dist/jquery.js"></script> <script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script> <script src="assets/lib/wow/dist/wow.js"></script> <script src="assets/lib/jquery.mb.ytplayer/dist/jquery.mb.YTPlayer.js"></script> <script src="assets/lib/isotope/dist/isotope.pkgd.js"></script> <script src="assets/lib/imagesloaded/imagesloaded.pkgd.js"></script> <script src="assets/lib/flexslider/jquery.flexslider.js"></script> <script src="assets/lib/owl.carousel/dist/owl.carousel.min.js"></script> <script src="assets/lib/smoothscroll.js"></script> <script src="assets/lib/magnific-popup/dist/jquery.magnific-popup.js"></script> <script src="assets/lib/simple-text-rotator/jquery.simple-text-rotator.min.js"></script> <script src="assets/js/plugins.js"></script> <script src="assets/js/main.js"></script> </body> </html>
LuisLedger/testMiNego
landing/index_mp_fullscreen_gradient_overlay.html
HTML
mit
56,025
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Sat Jan 16 01:04:20 CST 2010 --> <TITLE> Àà com.zxmys.course.programming.project2.Panel.SudokuPanel.SudokuPlayPanel µÄʹÓà </TITLE> <META NAME="date" CONTENT="2010-01-16"> <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="Àà com.zxmys.course.programming.project2.Panel.SudokuPanel.SudokuPlayPanel µÄʹÓÃ"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Ìø¹ýµ¼º½Á´½Ó"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/zxmys/course/programming/project2/Panel/SudokuPanel/SudokuPlayPanel.html" title="com.zxmys.course.programming.project2.Panel.SudokuPanel ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;ÉÏÒ»¸ö&nbsp; &nbsp;ÏÂÒ»¸ö</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?com/zxmys/course/programming/project2/Panel/SudokuPanel/\class-useSudokuPlayPanel.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="SudokuPlayPanel.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Àà com.zxmys.course.programming.project2.Panel.SudokuPanel.SudokuPlayPanel<br>µÄʹÓÃ</B></H2> </CENTER> ûÓÐ com.zxmys.course.programming.project2.Panel.SudokuPanel.SudokuPlayPanel µÄÓ÷¨ <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/zxmys/course/programming/project2/Panel/SudokuPanel/SudokuPlayPanel.html" title="com.zxmys.course.programming.project2.Panel.SudokuPanel ÖеÄÀà"><FONT CLASS="NavBarFont1"><B>Àà</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>ʹÓÃ</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;ÉÏÒ»¸ö&nbsp; &nbsp;ÏÂÒ»¸ö</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?com/zxmys/course/programming/project2/Panel/SudokuPanel/\class-useSudokuPlayPanel.html" target="_top"><B>¿ò¼Ü</B></A> &nbsp; &nbsp;<A HREF="SudokuPlayPanel.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ZxMYS/Xiaos-Sudoku2
doc/com/zxmys/course/programming/project2/Panel/SudokuPanel/class-use/SudokuPlayPanel.html
HTML
mit
6,323
<dt>{{ term.get_name }}</dt><dd>{{ term.get_definition }}</dd>
openpolis/django-idioticon
idioticon/templates/idioticon/term_dt.html
HTML
mit
62
<!DOCTYPE html> <html> <head> <!--script src="https://unpkg.com/[email protected]/dist/react.js"></script--> <script src="http://docviewer.qalet.com/js/react/react.min.js"></script> <script src="https://unpkg.com/[email protected]/dist/react-dom.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script> <!--script src="https://npmcdn.com/[email protected]/umd/ReactRouter.min.js"></script--> <script src="https://cdnjs.cloudflare.com/ajax/libs/react-router/4.0.0-0/react-router.js"></script> <!--script src="https://npmcdn.com/[email protected]/umd/ReactRouter.js"></script--> <!--script src="https://unpkg.com/react-router/umd/ReactRouter.min.js"></script--> <!--script src="https://cdnjs.cloudflare.com/ajax/libs/react-router/4.0.0-0/react-router.js"></script--> <style> </style> </head> <body> <div id="container"> </div> <script type="text/babel"> const Dashboard = React.createClass({ render() { return <div>Welcome to the app!</div> } }) render(( <Router> <Route path="/" component={App}> {/* Show the dashboard at / */} <IndexRoute component={Dashboard} /> <Route path="about" component={About} /> <Route path="inbox" component={Inbox}> <Route path="messages/:id" component={Message} /> </Route> </Route> </Router> ), document.body) </script> </body> </html>
b2blosangeles/jsonviewer
cc.html
HTML
mit
1,447
<!DOCTYPE html><html><head><meta charset="utf-8" /> <meta http-equiv="refresh" content="0;url=/place/antigua-and-barbuda/timetables/" /> </head></html>
okfn/opendataindex-2015
country/overview/Antigua%20and%20Barbuda/timetables/index.html
HTML
mit
151
<!DOCTYPE html> <html lang=ko> <head> <meta charset="utf-8"> <title>ES6+ES7</title> <script src="return.js" defer></script> </head> <body> </body> </html>
leisureq/study
15_Generator/return.html
HTML
mit
166
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>mockit.integration.logging (JMockit Toolkit API)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="mockit.integration.logging (JMockit Toolkit API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> </ul> <div class="aboutLanguage"><em><a href=http://code.google.com/p/jmockit target=_top><img src=resources/logo.png>JMockit Home</a></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../mockit/integration/junit4/package-summary.html">Prev Package</a></li> <li><a href="../../../mockit/integration/testng/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?mockit/integration/logging/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;mockit.integration.logging</h1> <div class="docSummary"> <div class="block">Provides integration with logging frameworks such as Log4j, SLF4j, and standard JDK logging, with the purpose of isolating code under test from them.</div> </div> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../mockit/integration/logging/CommonsLoggingMocks.html" title="class in mockit.integration.logging">CommonsLoggingMocks</a></td> <td class="colLast"> <div class="block">A mock class containing mocks and stubs for the Apache Commons Logging API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mockit/integration/logging/JDKLoggingMocks.html" title="class in mockit.integration.logging">JDKLoggingMocks</a></td> <td class="colLast"> <div class="block">A mock class containing mocks and stubs for the standard logging API in the JDK (java.util.logging).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../mockit/integration/logging/Log4jMocks.html" title="class in mockit.integration.logging">Log4jMocks</a></td> <td class="colLast"> <div class="block">A mock class containing mocks and stubs for the Log4j API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../mockit/integration/logging/Slf4jMocks.html" title="class in mockit.integration.logging">Slf4jMocks</a></td> <td class="colLast"> <div class="block">A mock class containing mocks and stubs for the SLF4j API.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package mockit.integration.logging Description">Package mockit.integration.logging Description</h2> <div class="block">Provides integration with logging frameworks such as Log4j, SLF4j, and standard JDK logging, with the purpose of isolating code under test from them. <p/> Contains one <a href="../../../mockit/MockClass.html" title="annotation in mockit">mock class</a> for each supported logging framework, to be used with the <a href="../../../mockit/UsingMocksAndStubs.html" title="annotation in mockit"><code>UsingMocksAndStubs</code></a> annotation when applied to a test class.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> </ul> <div class="aboutLanguage"><em><a href=http://code.google.com/p/jmockit target=_top><img src=resources/logo.png>JMockit Home</a></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../mockit/integration/junit4/package-summary.html">Prev Package</a></li> <li><a href="../../../mockit/integration/testng/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?mockit/integration/logging/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size=-1>© 2006-2012 Rogério Liesenfeld</font></small></p> </body> </html>
borisbrodski/jmockit
www/javadoc/mockit/integration/logging/package-summary.html
HTML
mit
6,527
<div class="order" *ngIf="filter"> <div class="order__header"> {{ filter.pair.title }} Last <span *ngIf="parent">childs of {{ parent }}</span> Order <select [(ngModel)]="filter.pair" (ngModelChange)="applyFilter({pair: $event})"> <option *ngFor="let pair of pairs" [ngValue]="pair"> {{ pair.title }} </option> </select> <select [(ngModel)]="filter.is_exceed" (ngModelChange)="applyFilter({is_exceed: $event})"> <option *ngFor="let state of exceededList" [ngValue]="state"> {{ state.title }} </option> </select> <select [(ngModel)]="filter.is_sell" (ngModelChange)="applyFilter({is_sell: $event})"> <option *ngFor="let state of sellList" [ngValue]="state"> {{ state.title }} </option> </select> </div> <table class="order__list"> <tr *ngIf="orders && orders.length" > <td *ngFor="let row of rows" [innerHtml]="row.title"> </td> </tr> <tr class="order__item" *ngFor="let order of orders"> <td *ngFor="let col of rows" > <a *ngIf="isLink(col)" [innerHtml]="col.func(order[col.key])" routerLink="/order/{{ col.func(order[col.key]) }}"></a> <span *ngIf="!isLink(col)" [innerHtml]="col.func(order[col.key])"></span> </td> </tr> </table> <div *ngIf="pages && pages.length > 1" class="order__pages"> <div [ngClass] = "{'order__page-selected': page.selected}" *ngFor="let page of pages" class="order__page" [innerHtml]="page.no" (click)="selectPage(page)"> </div> </div> </div>
ErDmKo/trade-bot
front/app/order.component/template.html
HTML
mit
1,950
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Soy Milk UI</title> <link rel="stylesheet" type="text/css" href="css/iconfont.css"> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/fillcolor.css"> <link rel="stylesheet" type="text/css" href="css/soymilk.css" /> <script type="text/javascript" src="js/jquery-1.11.1.min.js"></script> </head> <body> <div class="_top"> <i class="icon-sort">Soy Milk UI</i> </div> <div class="sideMenu"> <div class="sideMenuBar"> <div class="barTitle bg-pink fg-white"> <h3>Bar Title</h3> </div> <div class="barItem"> <div class="item">First Button</div> <div class="item">Second Button</div> <div class="item">Third Button</div> </div> <div class="barItem"> <div class="item">Forth Button</div> <div class="item">Fifth Button</div> <div class="item">Sixth Button</div> </div> </div> </div> <div class="_body"> <div class="buttonList"> <div class="buttonItem">Buttons</div> <div class="buttonItem">Buttons</div> <div class="buttonItem">Buttons</div> <div class="buttonItem">Buttons</div> <div class="buttonItem">Buttons</div> </div> <div class="main"> <div class="buttonDemo"> </div> </div> </div> <script type="text/javascript"> $('.icon-sort').click(function() { $('.sideMenu').addClass('focus'); }); $('.sideMenu').click(function() { $(this).removeClass('focus'); }); </script> </body> </html>
Gaubee/cssdemo
index.html
HTML
mit
1,686
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30364_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page30.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 192px; margin-top: 220px;"> <p class="styleSans692.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">‘mfliflll‘w‘wu‘ ; ' ‘ <br/>‘ <br/>y- <br/> m‘ <br/> <br/> <br/> <br/> <br/>. I ‘ —- I <br/>. .u..“.___T_.__.__:J;.:_:L.F['EWWWTKA;.. :- . ‘1 <br/> <br/>CONTINENTAL RESOURCES INC. VICINITY MAP <br/>SECTIIJN 36, T147N, R96W DUNN CEIUNTY, NDRTH DAKEITA <br/> </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W30364_text/page31.html
HTML
mit
1,052
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>persistent-union-find: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / persistent-union-find - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> persistent-union-find <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-01 20:57:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-01 20:57:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://www.lri.fr/~filliatr/puf/&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PersistentUnionFind&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: program verification&quot; &quot;keyword: union-find&quot; &quot;keyword: data structures&quot; &quot;keyword: Tarjan&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/persistent-union-find/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/persistent-union-find.git&quot; synopsis: &quot;Persistent Union Find&quot; description: &quot;&quot;&quot; Correctness proof of the Ocaml implementation of a persistent union-find data structure. See http://www.lri.fr/~filliatr/puf/ for more details.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/persistent-union-find/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=f5d07bbe8c574b3df6591deda25e6533&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-persistent-union-find.8.9.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2). The following dependencies couldn&#39;t be met: - coq-persistent-union-find -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-persistent-union-find.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.2/persistent-union-find/8.9.0.html
HTML
mit
7,133
--- --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Ng2LocationServices | @uirouter/angular</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/angular</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/angular</a> </li> <li> <a href="../modules/ng2.html">ng2</a> </li> <li> <a href="ng2.ng2locationservices.html">Ng2LocationServices</a> </li> </ul> <h1>Class Ng2LocationServices</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>A <code>LocationServices</code> that delegates to the Angular LocationStrategy</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="tsd-signature-type">BaseLocationServices</span> <ul class="tsd-hierarchy"> <li> <span class="target">Ng2LocationServices</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel"> <h3>Implements</h3> <ul class="tsd-hierarchy"> <li><span class="tsd-signature-type">LocationServices</span></li> <li><span class="tsd-signature-type">Disposable</span></li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Constructors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="ng2.ng2locationservices.html#constructor" class="tsd-kind-icon">constructor</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#_history" class="tsd-kind-icon">_history</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#_listener" class="tsd-kind-icon">_listener</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#_location" class="tsd-kind-icon">_location</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-external"><a href="ng2.ng2locationservices.html#_locationstrategy" class="tsd-kind-icon">_location<wbr>Strategy</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#fireafterupdate" class="tsd-kind-icon">fire<wbr>After<wbr>Update</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#hash" class="tsd-kind-icon">hash</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#path" class="tsd-kind-icon">path</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#search" class="tsd-kind-icon">search</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="ng2.ng2locationservices.html#_get" class="tsd-kind-icon">_get</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="ng2.ng2locationservices.html#_set" class="tsd-kind-icon">_set</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="ng2.ng2locationservices.html#dispose" class="tsd-kind-icon">dispose</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#onchange" class="tsd-kind-icon">on<wbr>Change</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="ng2.ng2locationservices.html#url" class="tsd-kind-icon">url</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Constructors</h2> <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="constructor" class="tsd-anchor"></a> <!-- <h3>constructor</h3> --> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">new <wbr>Ng2<wbr>Location<wbr>Services<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UIRouter</span>, _locationStrategy<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">LocationStrategy</span>, isBrowser<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="ng2.ng2locationservices.html" class="tsd-signature-type">Ng2LocationServices</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>router <span class="tsd-signature-type">UIRouter</span></h5> </li> <li> <h5>_locationStrategy <span class="tsd-signature-type">LocationStrategy</span></h5> </li> <li> <h5>isBrowser <span class="tsd-signature-type">boolean</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="ng2.ng2locationservices.html" class="tsd-signature-type">Ng2LocationServices</a></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites BaseLocationServices.__constructor</p> <ul> <li>Defined in <a href="https://github.com/ui-router/angular/blob/eb6aa7e/src/location/locationService.ts#L7">ui-router-angular/src/location/locationService.ts:7</a></li> </ul> </aside> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_history" class="tsd-anchor"></a> <!-- <h3>_history</h3> --> <div class="tsd-signature tsd-kind-icon">_history<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HistoryLike</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices._history</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:14</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_listener" class="tsd-anchor"></a> <!-- <h3>_listener</h3> --> <div class="tsd-signature tsd-kind-icon">_listener<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <div class="tsd-declaration"> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>evt<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>evt <span class="tsd-signature-type">any</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices._listener</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:15</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="_location" class="tsd-anchor"></a> <!-- <h3>_location</h3> --> <div class="tsd-signature tsd-kind-icon">_location<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">LocationLike</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices._location</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:13</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-external"> <a name="_locationstrategy" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagPrivate">Private</span> _location<wbr>Strategy</h3> --> <div class="tsd-signature tsd-kind-icon">_location<wbr>Strategy<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">LocationStrategy</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/ui-router/angular/blob/eb6aa7e/src/location/locationService.ts#L8">ui-router-angular/src/location/locationService.ts:8</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="fireafterupdate" class="tsd-anchor"></a> <!-- <h3>fire<wbr>After<wbr>Update</h3> --> <div class="tsd-signature tsd-kind-icon">fire<wbr>After<wbr>Update<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices.fireAfterUpdate</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:11</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="hash" class="tsd-anchor"></a> <!-- <h3>hash</h3> --> <div class="tsd-signature tsd-kind-icon">hash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <div class="tsd-declaration"> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices.hash</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:42</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="path" class="tsd-anchor"></a> <!-- <h3>path</h3> --> <div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <div class="tsd-declaration"> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices.path</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:43</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="search" class="tsd-anchor"></a> <!-- <h3>search</h3> --> <div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <div class="tsd-declaration"> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> </li> </ul> </li> </ul> </div> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices.search</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:44</li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="_get" class="tsd-anchor"></a> <!-- <h3>_get</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_get<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites BaseLocationServices._get</p> <ul> <li>Defined in <a href="https://github.com/ui-router/angular/blob/eb6aa7e/src/location/locationService.ts#L18">ui-router-angular/src/location/locationService.ts:18</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="_set" class="tsd-anchor"></a> <!-- <h3>_set</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">_set<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, title<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>title <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>url <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>replace <span class="tsd-signature-type">boolean</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites BaseLocationServices._set</p> <ul> <li>Defined in <a href="https://github.com/ui-router/angular/blob/eb6aa7e/src/location/locationService.ts#L22">ui-router-angular/src/location/locationService.ts:22</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="dispose" class="tsd-anchor"></a> <!-- <h3>dispose</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span>router<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UIRouter</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>router <span class="tsd-signature-type">UIRouter</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Overwrites BaseLocationServices.dispose</p> <ul> <li>Defined in <a href="https://github.com/ui-router/angular/blob/eb6aa7e/src/location/locationService.ts#L33">ui-router-angular/src/location/locationService.ts:33</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="onchange" class="tsd-anchor"></a> <!-- <h3>on<wbr>Change</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">on<wbr>Change<span class="tsd-signature-symbol">(</span>cb<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EventListener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>cb <span class="tsd-signature-type">EventListener</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">function</span></h4> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function[]</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Function[]</span></h4> </div> </li> </ul> </li> </ul> </div> <hr> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices.onChange</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:46</li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="url" class="tsd-anchor"></a> <!-- <h3>url</h3> --> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, replace<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>url: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>replace: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">boolean</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </div> <hr> <aside class="tsd-sources"> <p>Inherited from BaseLocationServices.url</p> <ul> <li>Defined in node_modules/@uirouter/core/lib/vanilla/baseLocationService.d.ts:45</li> </ul> </aside> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/angular</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/url.html">url</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/view.html">view</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common.html">common</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/hooks.html">hooks</a> </li> <li class="current tsd-kind-external-module tsd-is-external"> <a href="../modules/ng2.html">ng2</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/trace.html">trace</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="../modules/vanilla.html">vanilla</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="ng2.mergeinjector.html" class="tsd-kind-icon">Merge<wbr>Injector</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="ng2.ng2locationconfig.html" class="tsd-kind-icon">Ng2<wbr>Location<wbr>Config</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="ng2.ng2locationservices.html" class="tsd-kind-icon">Ng2<wbr>Location<wbr>Services</a> <ul> <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="ng2.ng2locationservices.html#constructor" class="tsd-kind-icon">constructor</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#_history" class="tsd-kind-icon">_history</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#_listener" class="tsd-kind-icon">_listener</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#_location" class="tsd-kind-icon">_location</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-external"> <a href="ng2.ng2locationservices.html#_locationstrategy" class="tsd-kind-icon">_location<wbr>Strategy</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#fireafterupdate" class="tsd-kind-icon">fire<wbr>After<wbr>Update</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#hash" class="tsd-kind-icon">hash</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#path" class="tsd-kind-icon">path</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#search" class="tsd-kind-icon">search</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="ng2.ng2locationservices.html#_get" class="tsd-kind-icon">_get</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="ng2.ng2locationservices.html#_set" class="tsd-kind-icon">_set</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="ng2.ng2locationservices.html#dispose" class="tsd-kind-icon">dispose</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#onchange" class="tsd-kind-icon">on<wbr>Change</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="ng2.ng2locationservices.html#url" class="tsd-kind-icon">url</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="ng2.ng2viewconfig.html" class="tsd-kind-icon">Ng2<wbr>View<wbr>Config</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#uirouter_providers" class="tsd-kind-icon">UIROUTER_<wbr>PROVIDERS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#_uirouter_instance_providers" class="tsd-kind-icon">_UIROUTER_<wbr>INSTANCE_<wbr>PROVIDERS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#_uirouter_service_providers" class="tsd-kind-icon">_UIROUTER_<wbr>SERVICE_<wbr>PROVIDERS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/ng2.html#id" class="tsd-kind-icon">id</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#appinitializer" class="tsd-kind-icon">app<wbr>Initializer</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#applymoduleconfig" class="tsd-kind-icon">apply<wbr>Module<wbr>Config</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#applyrootmoduleconfig" class="tsd-kind-icon">apply<wbr>Root<wbr>Module<wbr>Config</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnglobals" class="tsd-kind-icon">fn<wbr>Globals</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnstateregistry" class="tsd-kind-icon">fn<wbr>State<wbr>Registry</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnstateservice" class="tsd-kind-icon">fn<wbr>State<wbr>Service</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fntransitionservice" class="tsd-kind-icon">fn<wbr>Transition<wbr>Service</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnurlmatcherfactory" class="tsd-kind-icon">fn<wbr>Url<wbr>Matcher<wbr>Factory</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnurlrouter" class="tsd-kind-icon">fn<wbr>Url<wbr>Router</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnurlservice" class="tsd-kind-icon">fn<wbr>Url<wbr>Service</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#fnviewservice" class="tsd-kind-icon">fn<wbr>View<wbr>Service</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#ng2lazyloadbuilder" class="tsd-kind-icon">ng2<wbr>Lazy<wbr>Load<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#ng2viewsbuilder" class="tsd-kind-icon">ng2<wbr>Views<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#parentuiviewinjectfactory" class="tsd-kind-icon">parentUIView<wbr>Inject<wbr>Factory</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="../modules/ng2.html#uirouterfactory" class="tsd-kind-icon">ui<wbr>Router<wbr>Factory</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ui-router/ui-router.github.io
_ng2_docs/1.1.0/classes/ng2.ng2locationservices.html
HTML
mit
41,336
<html><img border=0 src=64-19-7.txt alt=64-19-7.txt></img><body> "x" "1" "JUDSON, PN, COOKE, PA, DOERRER, NG, GREENE, N, HANZLIK, RP, HARDY, C, HARTMANN, A, HINCHLIFFE, D, HOLDER, J, MUELLER, L, STEGER-HARTMANN, T, ROTHFUSS, A, SMITH, M, THOMAS, K, VESSEY, JD AND ZEIGER E. __ TOWARDS THE CREATION OF AN INTERNATIONAL TOXICOLOGY INFORMATION CENTRE. TOXICOLOGY 213(1-2):117-28, 2005" </body></html>
andrewdefries/Ames_ToxBenchmark
64-19-7.txt.html
HTML
mit
399
<!DOCTYPE html> <html> <head> <title>Scrollyeah</title> <script src="../libs/jquery/jquery.js"></script> <link rel="stylesheet" href="../scrollyeah/scrollyeah.css"/> <script src="../scrollyeah/scrollyeah.js"></script> <style> .item { float: left; width: 128px; height: 128px; line-height: 128px; text-align: center; border: 1px solid #888; margin: 10px 8px; position: relative; } </style> </head> <body> <h1>Scrollyeah with parallax</h1> <pre> &lt;div class="scrollyeah"> &lt;div <mark>class="scrollyeah__parallax" data-parallaxRate="-.3"</mark>> &lt;!-- Any content in parallax --> &lt;/div> &lt;!-- Your floats --> &lt;/div></code></pre> <br> <div class="scrollyeah"> <div class="scrollyeah__parallax" data-parallaxRate="-.3" style="position: absolute; width: 200%; margin-left: -50%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; background: url(i/noisy_grid.png)"></div> <div class="item">1</div> <div class="item">2</div> <div class="item">3</div> <div class="item">4</div> <div class="item">5</div> <div class="item">6</div> <div class="item">7</div> <div class="item">8</div> <div class="item">9</div> <div class="item">10</div> <div class="item">11</div> <div class="item">12</div> <div class="item">13</div> <div class="item">14</div> <div class="item">15</div> <div class="item">16</div> </div> </body> </html>
artpolikarpov/scrollyeah
examples/parallax.html
HTML
mit
1,448
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/fb-api-helpers/button-holding-builder.ts</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../../index.html">All files</a> / <a href="index.html">src/fb-api-helpers</a> button-holding-builder.ts </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">27.27% </span> <span class="quiet">Statements</span> <span class='fraction'>6/22</span> </div> <div class='fl pad1y space-right2'> <span class="strong">4.55% </span> <span class="quiet">Branches</span> <span class='fraction'>1/22</span> </div> <div class='fl pad1y space-right2'> <span class="strong">14.29% </span> <span class="quiet">Functions</span> <span class='fraction'>1/7</span> </div> <div class='fl pad1y space-right2'> <span class="strong">27.27% </span> <span class="quiet">Lines</span> <span class='fraction'>6/22</span> </div> </div> </div> <div class='status-line low'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183</td><td class="line-coverage quiet"><span class="cline-any cline-yes">5x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">5x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">5x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">8x</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">8x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">7x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-no">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { Send, Webhook, Webview } from "../fb-api"; import { ChatExtension } from "../server/chat-extension"; import { BotUtils } from "../utils/bot-utils"; import { Builder } from "./builder"; import { ButtonHolder } from "./button-holder"; import { GenericTemplateMessageBuilder } from "./generic-template-message-builder"; &nbsp; /** * Abstract class for builders producing components with buttons. */ export abstract class ButtonHoldingBuilder&lt;T&gt; extends Builder&lt;T&gt; implements ButtonHolder { &nbsp; /** * Creates and adds a Call Button. * (see https://developers.facebook.com/docs/messenger-platform/send-api-reference/call-button) * * @param {string} title - a title of the Button, max length is 20 characters * @param {string} phoneNumber - a phone number, format must have "+" prefix followed by the country code, area code and local number (e.g. +16505551234) * @returns {this} - for chaining */ public <span class="fstat-no" title="function not covered" >addCallButton(</span>title: string, phoneNumber: string): this { &nbsp; this.addButton({ type: Send.ButtonType.CALL, title, payload: phoneNumber }); &nbsp; <span class="cstat-no" title="statement not covered" > return t</span>his; } &nbsp; /** * Creates and adds a Login Button. * (see https://developers.facebook.com/docs/messenger-platform/account-linking/link-account) * * @param {string} url * @returns {this} - for chaining */ public <span class="fstat-no" title="function not covered" >addLoginButton(</span>url: string): this { &nbsp; this.addButton({ type: Send.ButtonType.LOGIN, url }); &nbsp; <span class="cstat-no" title="statement not covered" > return t</span>his; } &nbsp; /** * Creates and adds a Logout Button. * (see https://developers.facebook.com/docs/messenger-platform/account-linking/unlink-account) * * @returns {this} - for chaining */ public <span class="fstat-no" title="function not covered" >addLogoutButton(): this {</span> &nbsp; this.addButton({ type: Send.ButtonType.LOGOUT }); &nbsp; <span class="cstat-no" title="statement not covered" > return t</span>his; } &nbsp; /** * Creates and adds a Postback Button. * (see https://developers.facebook.com/docs/messenger-platform/send-api-reference/postback-button) * * @param {string} title * @param {string} id * @param {string} [data] * @returns {this} - for chaining */ public <span class="fstat-no" title="function not covered" >addPostbackButton(</span>title: string, id: string, data?: string): this { &nbsp; this.addButton({ type: Send.ButtonType.POSTBACK, title, payload: JSON.stringify({ src: Webhook.PostbackSource.POSTBACK_BUTTON, id, data }) }); &nbsp; <span class="cstat-no" title="statement not covered" > return t</span>his; } &nbsp; /** * Creates and adds a Share Button. * (see https://developers.facebook.com/docs/messenger-platform/send-api-reference/share-button) * * @param {GenericTemplateMessageBuilder} builder - optional share content, actually a complete Generic Template Message * @returns {this} - for chaining */ public <span class="fstat-no" title="function not covered" >addShareButton(</span>builder: GenericTemplateMessageBuilder): this { &nbsp; this.addButton({ type: Send.ButtonType.SHARE }); &nbsp; <span class="cstat-no" title="statement not covered" > return t</span>his; } &nbsp; /** * Creates and adds a URL Button. * (see https://developers.facebook.com/docs/messenger-platform/send-api-reference/url-button) * * Note if you are using messenger extensions you must whitelist its domain. * * @param {string} title * @param {string} url * @param {webviewHeightRatio?: Webview.HeightRatio, messengerExtensions?: boolean, fallbackUrl?: string, webviewShareButton?: boolean } [options] * @returns {this} - for chaining */ public addUrlButton(title: string, url: string, options?: { webviewHeightRatio?: Webview.HeightRatio, messengerExtensions?: boolean, fallbackUrl?: string, webviewShareButton?: boolean }): this { &nbsp; const button: Send.UrlButton = { type: Send.ButtonType.WEB_URL, title, url }; &nbsp; <span class="missing-if-branch" title="if path not taken" >I</span>if (options) { <span class="cstat-no" title="statement not covered" > options.f</span>allbackUrl &amp;&amp; (button.fallback_url = options.fallbackUrl); <span class="cstat-no" title="statement not covered" > typeof options.messengerExtensions === "</span>boolean" &amp;&amp; (button.messenger_extensions = options.messengerExtensions); <span class="cstat-no" title="statement not covered" > options.w</span>ebviewHeightRatio &amp;&amp; (button.webview_height_ratio = options.webviewHeightRatio); <span class="cstat-no" title="statement not covered" > typeof options.webviewShareButton === "boolean" &amp;&amp; (button.webview_share_button = o</span>ptions.webviewShareButton === true ? Webview.ShareButton.SHOW : Webview.ShareButton.HIDE); } &nbsp; this.addButton(button); &nbsp; return this; } &nbsp; /** * Creates and adds a URL Button for Chat Extension. * * @param {string} title * @param {ChatExtension} extension * @param {webviewHeightRatio?: Webview.HeightRatio, fallbackUrl?: string, webviewShareButton?: boolean } [options] * @returns {this} - for chaining */ public <span class="fstat-no" title="function not covered" >addExtensionButton(</span>title: string, extension: ChatExtension, options?: { webviewHeightRatio?: Webview.HeightRatio, fallbackUrl?: string, webviewShareButton?: boolean }): this { &nbsp; const button: Send.UrlButton = { type: Send.ButtonType.WEB_URL, title, url: extension.getUrl() }; &nbsp; <span class="cstat-no" title="statement not covered" > if (options) {</span> <span class="cstat-no" title="statement not covered" > button.messenger_extensions = t</span>rue; <span class="cstat-no" title="statement not covered" > options.f</span>allbackUrl &amp;&amp; (button.fallback_url = options.fallbackUrl); <span class="cstat-no" title="statement not covered" > options.w</span>ebviewHeightRatio &amp;&amp; (button.webview_height_ratio = options.webviewHeightRatio); <span class="cstat-no" title="statement not covered" > typeof options.webviewShareButton === "boolean" &amp;&amp; (button.webview_share_button = o</span>ptions.webviewShareButton === true ? Webview.ShareButton.SHOW : Webview.ShareButton.HIDE); &nbsp; /* if (button.messenger_extensions) { // prepare correct using of messenger extension (https://developers.facebook.com/docs/messenger-platform/webview/extensions) // whitelist domain } &nbsp; // not implemented - BotUtils needs accessToken */ } &nbsp; <span class="cstat-no" title="statement not covered" > this.addButton(b</span>utton); &nbsp; <span class="cstat-no" title="statement not covered" > return t</span>his; } &nbsp; protected abstract addButton(button: Send.Button): void; } &nbsp;</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Mon Oct 23 2017 16:49:56 GMT+0200 (CEST) </div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>
aiteq/messenger-bot
coverage/lcov-report/src/fb-api-helpers/button-holding-builder.ts.html
HTML
mit
19,977
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="__PUBLIC__/public_style.css" /> <title></title> </head> <body> <h1>文章列表</h1> <table class="table"> <tr> <th>ID</th> <th>标题</th> <th>作者</th> <th>投稿者</th> <th>所属分类</th> <th>发布时间</th> <th>操作</th> </tr> <foreach name = 'article' item = 'v'> <tr> <td width="8%">{$v.id}</td> <td> {$v.title} <foreach name="v.attr" item="value"> <strong style="color:{$value.color}">【{$value.name}】</strong> </foreach> </td> <td width="10%">{$v.auther}</td> <td width="10%">{$v.organization}</td> <td width="10%">{$v.cate_name}</td> <td width="13%">{$v.time|date='y-m-d H:i',###}</td> <td width="17%"> 【<a href="{:U('Admin/Article/del_reason',array('id'=>$v['id']))}">删除</a>】 【<a href="{:U('Admin/Article/changeArticle',array('id'=>$v['id']))}">编辑</a>】 <if condition="$v['time']"> <if condition="$v['cate_name'] eq '在线报名'"> 【<a href="{:U('Admin/Article/over',array('id'=>$v['id']))}">结束</a>】 【<a href="{:U('Admin/Article/show_stu',array('id'=>$v['id']))}">查看</a>】 </if> </if> </td> </tr> </foreach> <tr> <td colspan="7">{$page}</td> </tr> </table> </body> </html>
CodeBall/SDUTXSH
APP/Modules/Admin/Tpl/Article/index.html
HTML
mit
1,679
<md-dialog aria-label="movie.title" class="dialogdemoBasicUsage full"> <md-content> <md-subheader class="md-sticky-no-effect"> {{movie.title}} </md-subheader> <div class="row"> <div class="col-md-4"> <!--<div class="player-container">--> <!--<videogular ng-if="movie.preview.length">--> <!--<vg-video vg-src="movie.preview" vg-youtube vg-dash>--> <!--</vg-video>--> <!--<vg-overlay-play></vg-overlay-play>--> <!--<vg-poster-image vg-url='movie.poster'></vg-poster-image>--> <!--</videogular>--> <!--</div>--> <div ng-repeat="source in movie.preview"> <div layout="row"> <div class="col-md-6"> <md-text-float label="Source" ng-model="source.src"></md-text-float> </div> <div class="col-md-3"> <md-select ng-model="source.type" placeholder="Select a type"> <md-select-label>{{source.type}}</md-select-label> <md-option ng-value="opt" ng-repeat="opt in sourceList">{{ opt }}</md-option> </md-select> </div> <div class="col-md-3"> <md-button ng-click="removePreview($index)" class="md-raised md-warn">Delete</md-button> </div> </div> </div> <div layout="row"> <md-button ng-click="addPreview()">Ajouter une preview</md-button> </div> <md-text-float label="Name" ng-model="movie.title"></md-text-float> <md-input-group label="Tags"> <div class="row"> <label class="tagger-label">Description</label> <textarea label="Description" ng-model="movie.synopsis" rows="8" cols="40"></textarea> </div> </md-input-group> <md-input-group label="Tags"> <label class="tagger-label">Tags</label> <tagger ng-model="movie.tags" options="genres" placeholder="Add tags"/> </md-input-group> <md-text-float label="Link" ng-model="movie.link"></md-text-float> <md-text-float label="Year" ng-model="movie.year"></md-text-float> <md-text-float label="Type" ng-model="movie.type"></md-text-float> <md-text-float label="Duration" ng-model="movie.duration"></md-text-float> <!--<md-text-float ng-repeat="release in movie.release_dates">{{release}}</md-text-float>--> <!--<md-text-float label="Casting" ng-model="movie.cast"></md-text-float>--> <tagger ng-model="movie.cast" placeholder="Add cast"/> <md-text-float label="Network" ng-model="movie.network"></md-text-float> <md-text-float label="Language" ng-model="movie.language"></md-text-float> </div> <div class="col-md-8"> <div class="row"> <div class="col-md-8 thumb"> <img ng-src="{{movie.poster}}" class="img-responsive thumbnail"> </div> <div class="col-md-4"> <div class="row"> <md-text-float label="Search" ng-model="searchImg"></md-text-float> </div> <div class="row"> <div class="col-md-6" ng-repeat="image in imageList"> <a class="thumbnail" href="#" ng-click="selectImage(image)"> <img ng-src="{{image.url}}" class="img-responsive" alt=""> </a> </div> </div> </div> </div> </div> </div> </md-content> <div class="md-actions" layout="row"> <md-button ng-click="closeDialog()">Fermer</md-button> <md-button ng-click="updateMovie()" class="md-raised" ng-disabled="!added">Update</md-button> <md-button ng-click="addMovie()" class="md-raised" ng-disabled="added">Ajouter</md-button> <md-button ng-click="deleteMovie()" ng-disabled="!added">Supprimer</md-button> </div> </md-dialog>
Digibos/best-in-black
client/app/admin/dialogs/movie.dialog.html
HTML
mit
3,879
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Hello World | Summer Bolg</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick"> <meta property="og:type" content="article"> <meta property="og:title" content="Hello World"> <meta property="og:url" content="http://yoursite.com/2016/05/21/hello-world/index.html"> <meta property="og:site_name" content="Summer Bolg"> <meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick"> <meta property="og:updated_time" content="2016-05-21T09:38:53.350Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Hello World"> <meta name="twitter:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick"> <link rel="alternate" href="/atom.xml" title="Summer Bolg" type="application/atom+xml"> <link rel="icon" href="/favicon.png"> <link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/style.css"> </head> <body> <div id="container"> <div id="wrap"> <header id="header"> <div id="banner"></div> <div id="header-outer" class="outer"> <div id="header-title" class="inner"> <h1 id="logo-wrap"> <a href="/" id="logo">Summer Bolg</a> </h1> </div> <div id="header-inner" class="inner"> <nav id="main-nav"> <a id="main-nav-toggle" class="nav-icon"></a> <a class="main-nav-link" href="/">Home</a> <a class="main-nav-link" href="/archives">Archives</a> </nav> <nav id="sub-nav"> <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit">&#xF002;</button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> </div> </div> </div> </header> <div class="outer"> <section id="main"><article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost"> <div class="article-meta"> <a href="/2016/05/21/hello-world/" class="article-date"> <time datetime="2016-05-21T09:38:53.286Z" itemprop="datePublished">2016-05-21</time> </a> </div> <div class="article-inner"> <header class="article-header"> <h1 class="article-title" itemprop="name"> Hello World </h1> </header> <div class="article-entry" itemprop="articleBody"> <p>Welcome to <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="external">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html" target="_blank" rel="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p> <h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure> <p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p> <h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure> <p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p> <h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure> <p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p> <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure> <p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p> </div> <footer class="article-footer"> <a data-url="http://yoursite.com/2016/05/21/hello-world/" data-id="cioh1wl9j0001d4uxqo9h5eid" class="article-share-link">Share</a> </footer> </div> <nav id="article-nav"> <a href="/2016/05/21/hello-word/" id="article-nav-newer" class="article-nav-link-wrap"> <strong class="article-nav-caption">Newer</strong> <div class="article-nav-title"> hello word! </div> </a> </nav> </article> </section> <aside id="sidebar"> <div class="widget-wrap"> <h3 class="widget-title">Archives</h3> <div class="widget"> <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/05/">May 2016</a></li></ul> </div> </div> <div class="widget-wrap"> <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> <li> <a href="/2016/05/21/hello-word/">hello word!</a> </li> <li> <a href="/2016/05/21/hello-world/">Hello World</a> </li> </ul> </div> </div> </aside> </div> <footer id="footer"> <div class="outer"> <div id="footer-info" class="inner"> &copy; 2016 Summer<br> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> </div> <nav id="mobile-nav"> <a href="/" class="mobile-nav-link">Home</a> <a href="/archives" class="mobile-nav-link">Archives</a> </nav> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css"> <script src="/fancybox/jquery.fancybox.pack.js"></script> <script src="/js/script.js"></script> </div> </body> </html>
XQ0820/XQ0820.github.io
2016/05/21/hello-world/index.html
HTML
mit
7,783
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'> <title>You're up and running! – Prem S Kumar – Developer</title> <meta name="author" content="Prem S Kumar" /> <meta name="description" content="Developer"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="/style.css" /> <link rel="alternate" type="application/rss+xml" title="Prem S Kumar - Developer" href="/feed.xml" /> <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now --> </head> <body> <div class="wrapper-masthead"> <div class="container"> <header class="masthead clearfix"> <a href="/" class="site-avatar"><img src="https://avatars0.githubusercontent.com/u/9160634?v=3&s=460" /></a> <div class="site-info"> <h1 class="site-name"><a href="/">Prem S Kumar</a></h1> <p class="site-description">Developer</p> </div> <nav> <a href="/">Blog</a> <a href="/about">About</a> </nav> </header> </div> </div> <div id="main" role="main" class="container"> <article class="post"> <h1>You're up and running!</h1> <div class="entry"> <p>Next you can update your site name, avatar and other options using the <em>config.yml file in the root of your repository (shown below :point</em>down:).</p> <p><img src="/images/config.png" alt="_config.yml"></p> <p>The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the <a href="https://github.com/barryclark/jekyll-now">Jekyll Now repository</a> on GitHub.</p> </div> <div class="date"> Written on March 3, 2014 </div> </article> </div> <div class="wrapper-footer"> <div class="container"> <footer class="footer"> <a href="http://github.com/meprem"><i class="svg-icon github"></i></a> <a href="http://twitter.com/meprem"><i class="svg-icon twitter"></i></a> </footer> </div> </div> </body> </html>
meprem/meprem.github.io
_site/Hello-World/index.html
HTML
mit
2,387
<!DOCTYPE html><html lang="en-us" > <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="generator" content="Wowchemy 5.3.0 for Hugo" /> <meta name="author" content="Michael Aye" /> <meta name="description" content="In this work we summarize our attempts to model various physical processes that shape the surface of southern polar terrains during local spring and are commonly accepted to be related to the sublimation of seasonal CO2 cap." /> <link rel="alternate" hreflang="en-us" href="https://michaelaye.github.io/publication/portyankina-2011-fz/" /> <meta name="theme-color" content="#3f51b5" /> <script src="/js/mathjax-config.js"></script> <link rel="stylesheet" href="/css/vendor-bundle.min.f1ecf783c14edc00c9320c205831ad8e.css" media="print" onload="this.media='all'"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.0/css/academicons.min.css" integrity="sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" crossorigin="anonymous" media="print" onload="this.media='all'"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/github.min.css" crossorigin="anonymous" title="hl-light" media="print" onload="this.media='all'"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" media="print" onload="this.media='all'" disabled> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.min.css" integrity="sha512-1xoFisiGdy9nvho8EgXuXvnpR5GAMSjFwp40gSRE3NwdUdIMIKuPa7bqoUhLD0O/5tPNhteAsE5XyyMi5reQVA==" crossorigin="anonymous" media="print" onload="this.media='all'"> <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script> <link rel="stylesheet" href="/css/wowchemy.ee06ecb5846e4f84cdec434f120cab5f.css" /> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QNTQB4H3X4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } function trackOutboundLink(url, target) { gtag('event', 'click', { 'event_category': 'outbound', 'event_label': url, 'transport_type': 'beacon', 'event_callback': function () { if (target !== '_blank') { document.location = url; } } }); console.debug("Outbound link clicked: " + url); } function onClickCallback(event) { if ((event.target.tagName !== 'A') || (event.target.host === window.location.host)) { return; } trackOutboundLink(event.target, event.target.getAttribute('target')); } gtag('js', new Date()); gtag('config', 'G-QNTQB4H3X4', {}); gtag('set', {'cookie_flags': 'SameSite=None;Secure'}); document.addEventListener('click', onClickCallback, false); </script> <link rel="manifest" href="/manifest.webmanifest" /> <link rel="icon" type="image/png" href="/media/icon_hu1a7177d05d13f744849693a3e6763e3f_257150_32x32_fill_lanczos_center_3.png" /> <link rel="apple-touch-icon" type="image/png" href="/media/icon_hu1a7177d05d13f744849693a3e6763e3f_257150_180x180_fill_lanczos_center_3.png" /> <link rel="canonical" href="https://michaelaye.github.io/publication/portyankina-2011-fz/" /> <meta property="twitter:card" content="summary" /> <meta property="twitter:site" content="@michaelaye" /> <meta property="twitter:creator" content="@michaelaye" /> <meta property="og:site_name" content="Michael Aye" /> <meta property="og:url" content="https://michaelaye.github.io/publication/portyankina-2011-fz/" /> <meta property="og:title" content="Martian South Polar Terrains in Spring: II. Modelling of Relevant Physical Processes | Michael Aye" /> <meta property="og:description" content="In this work we summarize our attempts to model various physical processes that shape the surface of southern polar terrains during local spring and are commonly accepted to be related to the sublimation of seasonal CO2 cap." /><meta property="og:image" content="https://michaelaye.github.io/media/icon_hu1a7177d05d13f744849693a3e6763e3f_257150_512x512_fill_lanczos_center_3.png" /> <meta property="twitter:image" content="https://michaelaye.github.io/media/icon_hu1a7177d05d13f744849693a3e6763e3f_257150_512x512_fill_lanczos_center_3.png" /><meta property="og:locale" content="en-us" /> <meta property="article:published_time" content="2021-09-08T05:58:31&#43;00:00" /> <meta property="article:modified_time" content="2021-09-07T23:58:31-06:00"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://michaelaye.github.io/publication/portyankina-2011-fz/" }, "headline": "Martian South Polar Terrains in Spring: II. Modelling of Relevant Physical Processes", "datePublished": "2021-09-08T05:58:31Z", "dateModified": "2021-09-07T23:58:31-06:00", "author": { "@type": "Person", "name": "Ganna Portyankina" }, "publisher": { "@type": "Organization", "name": "Michael Aye", "logo": { "@type": "ImageObject", "url": "https://michaelaye.github.io/media/icon_hu1a7177d05d13f744849693a3e6763e3f_257150_192x192_fill_lanczos_center_3.png" } }, "description": "In this work we summarize our attempts to model various physical processes that shape the surface of southern polar terrains during local spring and are commonly accepted to be related to the sublimation of seasonal CO2 cap." } </script> <title>Martian South Polar Terrains in Spring: II. Modelling of Relevant Physical Processes | Michael Aye</title> </head> <body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" class="page-wrapper " data-wc-page-id="a836c4afd44d7245fe5373b554a88ca7" > <script src="/js/wowchemy-init.min.8988fb2a4bba758785868cfcb5244555.js"></script> <aside class="search-modal" id="search"> <div class="container"> <section class="search-header"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#" aria-label="Close"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" type="search" class="form-control" aria-label="Search..."> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <div class="page-header"> <nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main"> <div class="container-xl"> <div class="d-none d-lg-inline-flex"> <a class="navbar-brand" href="/">Michael Aye</a> </div> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-content" aria-controls="navbar-content" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none"> <a class="navbar-brand" href="/">Michael Aye</a> </div> <div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content"> <ul class="navbar-nav d-md-inline-flex"> <li class="nav-item"> <a class="nav-link " href="/#about"><span>Home</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/blog"><span>Blog</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/project"><span>Projects</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/event"><span>Talks</span></a> </li> <li class="nav-item"> <a class="nav-link active" href="/publication"><span>Publications</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#contact"><span>Contact</span></a> </li> </ul> </div> <ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2"> <li class="nav-item"> <a class="nav-link js-search" href="#" aria-label="Search"><i class="fas fa-search" aria-hidden="true"></i></a> </li> <li class="nav-item dropdown theme-dropdown"> <a href="#" class="nav-link" data-toggle="dropdown" aria-haspopup="true" aria-label="Display preferences"> <i class="fas fa-moon" aria-hidden="true"></i> </a> <div class="dropdown-menu"> <a href="#" class="dropdown-item js-set-theme-light"> <span>Light</span> </a> <a href="#" class="dropdown-item js-set-theme-dark"> <span>Dark</span> </a> <a href="#" class="dropdown-item js-set-theme-auto"> <span>Automatic</span> </a> </div> </li> </ul> </div> </nav> </div> <div class="page-body"> <div class="pub"> <div class="article-container pt-3"> <h1>Martian South Polar Terrains in Spring: II. Modelling of Relevant Physical Processes</h1> <div class="article-metadata"> <div> <span > Ganna Portyankina</span>, <span > N Thomas</span>, <span > Antoine Pommerol</span>, <span class="author-highlighted"> Michael Aye</span>, <span > Candice J Hansen</span>, <span > K Herkenhoff</span> </div> <span class="article-date"> March 2011 </span> </div> <div class="btn-links mb-3"> <a href="#" class="btn btn-outline-primary btn-page-header js-cite-modal" data-filename="/publication/portyankina-2011-fz/cite.bib"> Cite </a> </div> </div> <div class="article-container"> <h3>Abstract</h3> <p class="pub-abstract">In this work we summarize our attempts to model various physical processes that shape the surface of southern polar terrains during local spring and are commonly accepted to be related to the sublimation of seasonal CO2 cap.</p> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Type</div> <div class="col-12 col-md-9"> <a href="/publication/#1"> Conference paper </a> </div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-md-none space-below"></div> <div class="space-below"></div> <div class="article-style"></div> <div class="share-box" aria-hidden="true"> <ul class="share"> <li> <a href="https://twitter.com/intent/tweet?url=https://michaelaye.github.io/publication/portyankina-2011-fz/&amp;text=Martian%20South%20Polar%20Terrains%20in%20Spring:%20II.%20Modelling%20of%20Relevant%20Physical%20Processes" target="_blank" rel="noopener" class="share-btn-twitter"> <i class="fab fa-twitter"></i> </a> </li> <li> <a href="https://www.facebook.com/sharer.php?u=https://michaelaye.github.io/publication/portyankina-2011-fz/&amp;t=Martian%20South%20Polar%20Terrains%20in%20Spring:%20II.%20Modelling%20of%20Relevant%20Physical%20Processes" target="_blank" rel="noopener" class="share-btn-facebook"> <i class="fab fa-facebook"></i> </a> </li> <li> <a href="mailto:?subject=Martian%20South%20Polar%20Terrains%20in%20Spring:%20II.%20Modelling%20of%20Relevant%20Physical%20Processes&amp;body=https://michaelaye.github.io/publication/portyankina-2011-fz/" target="_blank" rel="noopener" class="share-btn-email"> <i class="fas fa-envelope"></i> </a> </li> <li> <a href="https://www.linkedin.com/shareArticle?url=https://michaelaye.github.io/publication/portyankina-2011-fz/&amp;title=Martian%20South%20Polar%20Terrains%20in%20Spring:%20II.%20Modelling%20of%20Relevant%20Physical%20Processes" target="_blank" rel="noopener" class="share-btn-linkedin"> <i class="fab fa-linkedin-in"></i> </a> </li> <li> <a href="whatsapp://send?text=Martian%20South%20Polar%20Terrains%20in%20Spring:%20II.%20Modelling%20of%20Relevant%20Physical%20Processes%20https://michaelaye.github.io/publication/portyankina-2011-fz/" target="_blank" rel="noopener" class="share-btn-whatsapp"> <i class="fab fa-whatsapp"></i> </a> </li> <li> <a href="https://service.weibo.com/share/share.php?url=https://michaelaye.github.io/publication/portyankina-2011-fz/&amp;title=Martian%20South%20Polar%20Terrains%20in%20Spring:%20II.%20Modelling%20of%20Relevant%20Physical%20Processes" target="_blank" rel="noopener" class="share-btn-weibo"> <i class="fab fa-weibo"></i> </a> </li> </ul> </div> <div class="media author-card content-widget-hr"> <a href="https://michaelaye.github.io/"><img class="avatar mr-3 avatar-circle" src="https://s.gravatar.com/avatar/7352ad409f696500c165007501943989?s=200" alt="Michael Aye"></a> <div class="media-body"> <h5 class="card-title"><a href="https://michaelaye.github.io/">Michael Aye</a></h5> <h6 class="card-subtitle">Research Scientist in Planetary Science</h6> <p class="card-text">My research interests include remote sensing of surfaces, related machine learning studies and open source software.</p> <ul class="network-icon" aria-hidden="true"> <li> <a href="/#contact" > <i class="fas fa-envelope"></i> </a> </li> <li> <a href="https://twitter.com/michaelaye" target="_blank" rel="noopener"> <i class="fab fa-twitter"></i> </a> </li> <li> <a href="https://scholar.google.com/citations?user=kDjSsIAAAAAJ&amp;hl=en" target="_blank" rel="noopener"> <i class="fas fa-graduation-cap"></i> </a> </li> <li> <a href="https://github.com/michaelaye" target="_blank" rel="noopener"> <i class="fab fa-github"></i> </a> </li> <li> <a href="https://www.linkedin.com/in/kmichaelaye/" target="_blank" rel="noopener"> <i class="fab fa-linkedin"></i> </a> </li> <li> <a href="/uploads/cv.pdf" > <i class="ai ai-cv"></i> </a> </li> </ul> </div> </div> <div class="article-widget"> <div class="post-nav"> <div class="post-nav-item"> <div class="meta-nav">Next</div> <a href="/publication/aye-2011-vu/" rel="next">Martian South Polar Terrains in Spring: I. Multi-Instrumental Observations</a> </div> <div class="post-nav-item"> <div class="meta-nav">Previous</div> <a href="/publication/portyankina-2010-ka/" rel="prev">Cracks in Seasonal Semi-Translucent Ice Layer in Martian Polar Areas</a> </div> </div> </div> </div> </div> </div> <div class="page-footer"> <div class="container"> <footer class="site-footer"> <p class="powered-by"> © 2021 K.-Michael Aye, favicon by <a href="https://zarkonnen.itch.io/planet-generator">https://zarkonnen.itch.io/planet-generator</a> </p> <p class="powered-by copyright-license-text"> This work is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0" rel="noopener noreferrer" target="_blank">CC BY NC SA 4.0</a> </p> <p class="powered-by footer-license-icons"> <a href="https://creativecommons.org/licenses/by-nc-sa/4.0" rel="noopener noreferrer" target="_blank" aria-label="Creative Commons"> <i class="fab fa-creative-commons fa-2x" aria-hidden="true"></i> <i class="fab fa-creative-commons-by fa-2x" aria-hidden="true"></i> <i class="fab fa-creative-commons-nc fa-2x" aria-hidden="true"></i> <i class="fab fa-creative-commons-sa fa-2x" aria-hidden="true"></i> </a> </p> <p class="powered-by"> Published with <a href="https://wowchemy.com/?utm_campaign=poweredby" target="_blank" rel="noopener">Wowchemy</a> — the free, <a href="https://github.com/wowchemy/wowchemy-hugo-modules" target="_blank" rel="noopener">open source</a> website builder that empowers creators. </p> </footer> </div> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> <script src="/js/vendor-bundle.min.b73dfaac3b6499dc997741748a7c3fe2.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.8.4/mermaid.min.js" integrity="sha512-as1BF4+iHZ3BVO6LLDQ7zrbvTXM+c/1iZ1qII/c3c4L8Rn5tHLpFUtpaEtBNS92f+xGsCzsD7b62XP3XYap6oA==" crossorigin="anonymous" title="mermaid"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/highlight.min.js" integrity="sha512-TDKKr+IvoqZnPzc3l35hdjpHD0m+b2EC2SrLEgKDRWpxf2rFCxemkgvJ5kfU48ip+Y+m2XVKyOCD85ybtlZDmw==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/languages/r.min.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/languages/python.min.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/languages/c.min.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/languages/c++.min.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/languages/bash.min.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.min.js" integrity="sha512-SeiQaaDh73yrb56sTW/RgVdi/mMqNeM2oBwubFHagc5BkixSpP1fvqF47mKzPGWYSSy4RwbBunrJBQ4Co8fRWA==" crossorigin="anonymous"></script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script src="/en/js/wowchemy.min.d68ecd57c0ec1f1f61d65fd568f1c3a0.js"></script> </body> </html>
michaelaye/michaelaye.github.io
docs/publication/portyankina-2011-fz/index.html
HTML
mit
24,938
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="shortcut icon" type="image/png" href="/assets/img/logo.png"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="alternate" type="application/rss+xml" href="/blog/rss.xml" title="RSS feed for My Page"> <!-- Standard --> <title>Senior Developers — Francisco Presencia</title> <meta content="Blog, Francisco Presencia, Francisco, Presencia, Software, Programmer, Javascript, Node.js" name="keywords"> <meta content="My opinion about what I believe senior developers are; or are not" name="description"> <!-- Thanks https://moz.com/blog/meta-data-templates-123 --> <!-- Twitter Card data --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@fpresencia"> <meta name="twitter:title" content="Senior Developers — Francisco Presencia" /> <meta name="twitter:description" content="My opinion about what I believe senior developers are; or are not" /> <meta name="twitter:creator" content="@fpresencia" /> <meta name="twitter:image" content="https://francisco.io/blog/senior-developers/header.png" /> <!-- Open Graph data --> <meta property="og:title" content="Senior Developers — Francisco Presencia" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https:///francisco.io/blog/senior-developers/" /> <meta property="og:image" content="https://francisco.io/blog/senior-developers/header.png" /> <meta property="og:description" content="My opinion about what I believe senior developers are; or are not" /> <meta property="og:site_name" content="Blog of Francisco Presencia" /> <link href="/assets/style.min.css" rel="stylesheet"> </head> <body> <main> <h1>Senior Developers</h1> <p>Glad you are here! This post is not avalaible yet here, but as you know you can <a href="https://github.com/franciscop/franciscop.github.io/tree/master/blog">read it in my Github</a>.</p> <script> // Google Analytics (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-63739359-1', 'auto'); ga('send', 'pageview'); </script> </main> </body> </html>
franciscop/franciscop.github.io
blog/senior-developers/index.html
HTML
mit
2,646
<HTML><HEAD> <TITLE>Review for Mistero di Oberwald, Il (1980)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0081165">Mistero di Oberwald, Il (1980)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Peter+Reiher">Peter Reiher</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> THE OBERWALD MYSTERY A film review by Peter Reiher Copyright 1988 Peter Reiher</PRE> <P>The following review is of a film appearing at the recent AFI Film Festival in Los Angeles. I have no way of knowing whether the film reviewed will appear at any normal theaters any time in the near future (or even at all).</P> <PRE><HR></PRE> <P> In scientific research, the researcher's ideal is the experiment in which all but one variable is controlled. In such an experiment, varying the single parameter can tell the researcher the precise results of changes, small or large. Artists, on the other hand, tend to experiment with abandon, introducing a multitude of factors. The effects of any given part of an artistic experiment become clear only after many experiments include it, so that experience about the results can be validated. Michelangelo Antonioni, one of the bolder cinematic experimenters of the 1960's, however, has chosen a more scientific method in THE OBERWALD MYSTERY. He presents a film that is utterly conventional in all ways -- except one.</P> <P> THE OBERWALD MYSTERY is based on a play by Jean Cocteau. The story concerns a queen of an unspecified Middle European country who retired into solitude following the assassination of her husband. An encounter with another assassin forces the queen to re-examine her choice, and accept responsibility for her country's fate. The story, faithfully followed by Antonioni and his co-screenwriter, Tonino Guerra, is a sub-standard piece of early twentieth century intellectual claptrap. Antonioni and Guerra even preserve such stagebound devices as the opening scene between two minor characters who explain the background of the plot, shabbily concealed behind a relationship that proves of no importance whatsoever to the story. The play (called THE EAGLE HAS TWO HEADS) was obviously not Cocteau's finest hour.</P> <P> Similarly, acting, editing, and score have no surprises. Monica Vitti gives a dull, respectable performance as the queen, and the supporting cast goes through the motions in a manner familiar to anyone who has seen many old Hollywood melodramas. The editing is professional, but unexciting. The music is culled from classics by Strauss, Schoenberg, and Brahms, and is used in the most conventional ways. Were this the entire story, THE OBERWALD MYSTERY would be a bafflingly stodgy addition to Antonioni's credits, doubly baffling as Antonioni has never done anything so obvious and old-fashioned before.</P> <P> But there is one unique element -- the cinematography, or, perhaps more accurately, the videophotography. Even here, much is standard, and reminiscent of the work of the untalented. The camera is permitted no interesting angles or movements. (Well, almost none. A director with as instinctive an eye as Antonioni's is hard-put to eliminate every shred of interest from his camerawork.) The only innovation is in the use of color and video special effects.</P> <P> Antonioni and cinematographer Luciano Tovoli shot THE OBERWALD MYSTERY on videotape. They then performed odd permutations on the video image for three years, and transferred the results to film. Actors are bathed in colored lights suggestive of moods and motives. Ghostly figures appear and disappear, obedient to the characters' memories. Backgrounds fade and are replaced with images suitable to the feeling of the scene. It's all quite peculiar.</P> <P> And, alas, ineffective. Some experiments, unfortunately, are failures. THE OBERWALD MYSTERY must count as one such. The coloring of the characters is more silly than artistically satisfying, especially the blue filtering perpetually placed over the villainous head of the government's secret police. The ghostly images are puzzling. The switch of backgrounds is sometimes too subtle to be effective, otherwise too obvious in its intentions. Moreover, the visual quality of videotape is too poor to stand up to a 35mm blowup. The color, when not washed out with Antonioni's little experiments, is garish; at its best, it suggests a rather faded print of a Roger Corman Poe movie. Sudden movements cause easily visible breakup of the image into scan lines. And, as usual, video lends a flat, boring texture to almost any scene.</P> <P> Antonioni might simply be ahead of his time in the use of videotape. For some years, Hollywood filmmakers have been talking about high-definition videotape, and extolling its virtues. (Most of which have to do with the ease of editing.) The results have not been too impressive, so far. The special effects Antonioni incorporates through the use of special video processing machines are no great shakes. Selective tinting of scenes has been around since the silents. It wasn't a very effective technique then, being the poor man's color film, and it shows little potential for ever being any more effective. Superposition of images is a well-developed technology for film, and the video version shown off in THE OBERWALD MYSTERY is not nearly as good as mediocre film work in this area. And that's about it for Antonioni's bag of video tricks.</P> <P> As an experiment, THE OBERWALD MYSTERY has some interest for those few who care about the technology of filmmaking and the future of video. The mere fact that such a prominent European filmmaker would spend so much time and effort on video has to be of some interest, in and of itself. However, beyond this small band, and the equally small band of Antonioni completists, THE OBERWALD MYSTERY has little to offer. Its tired story and run-of-the-mill production provide little entertainment value. Its intellectual underpinnings are musty. Antonioni has put all his efforts into playing with one variable, leaving the rest untouched. It's a pity that he didn't set those other variables to more interesting values.</P> <PRE> Peter Reiher <A HREF="mailto:[email protected]">[email protected]</A> . . . cit-vax!elroy!jplpub1!jade!reiher</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/0281.html
HTML
mit
7,521
<HTML><HEAD> <TITLE>Review for As Good As It Gets (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119822">As Good As It Gets (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Nicholas+Amado">Nicholas Amado</A></H3><HR WIDTH="40%" SIZE="4"> <P>As Good As It Gets Director: James L. Brooks Starring: Jack Nicholson, Helen Hunt, Greg Kinnear, Cuba Gooding Jr. Approx Running Time: 135 min.</P> <P>In the film's opening scene, Melvin Udall (Nicholson) grabs a cute little fuzzy dog who looks remarkably like an Ewok on all fours and tosses him down a garbage chute. It was at this point I knew I would love this movie.</P> <P>Not that I was happy to see the little guy suffer, mind you. As it turns out the dog is fine and he remains throughout the rest of the film. He manages to wiggle his way into your hearts too. But As Good As It Gets has so many things that Hollywood films need these days. It has fantastic dialogue, lines you'll be wanting to remember and use for years, extremely touching moments of sentimentalism, and some brutal emotion. They all blend perfectly. </P> <P>The only negative I could possibly pin on As Good As It Gets is it's slight edge toward being formulaic....but I won't. It is too good a film to do that.</P> <P>Simon Udall is a fantastic character, a sort of modern Ebneezer Scrooge. But he is more developed than Srooge ever has been. He is a successful romance novelist who locks himself in his upscale NY appartment and writes constantly. But his quirks are what make him so unique. He is obsessive compulsive. He is also obnoxiously superstitious. But most importantly, he is one nasty, horrid man. Somehow, though, we can't help but love him. Probably because his nastiness is so witty and original. Nicholson was born to play this role, and any other actor would probably have failed to do it with such heart. His performance is as close to perfect as it gets.</P> <P>Carol Connoly (Helen Hunt) is a waitress at a local restaurant, the only one that Simon chooses to eat at, and she is the only one on the staff who will wait on him. (He brings his own plastic knife and fork each time...you gotta love him.) Hunt really gets a chance to shine in this film. She turns in a marvelous performance because she hits all the marks. She hits every chord at the right time, whether it is silencing a room with her grave sincerity in anger, or crying, or being goofy. She does it all so well. Hunt surely deserves numerous nominations for showing the world that she is more than a sitcom actress. To be honest, as much of a Helen Hunt fan as I was going into it, I am in love with her now. She needs to dump Paul Buchman and move to Hollywood, become an actress.</P> <P>Greg Kinnear has come a long way from Talk Soup too. He plays Simon's next door neighbor, a gay artist who is badly beaten when he tries to stop a robbery in his own appartment. Kinnear proves his worth as a top notch performer here. He avoids the gay stereotypes that so many straight actors try to include when they play homosexuals, and yet you see his sexuality at all times. It is a very interesting and touching performance, mostly because he, like Helen Hunt, can tell a joke one moment and errupt realistically into violence or emotion the next. To say the very least, As Good As It Gets is filled with memorable performances.</P> <P>It is pretty easy to see where As Good As It Gets is going throughout. The film turns into a sort of pep talk for being good people, but that doesn't really matter. It is so funny, so emotional and so incredibly well acted that you don't care about that formula stuff. You just want to see what happens next. Absolutely one of this years best films. (Point of interest: Brooks could not decide on a title. For a while, the best he could settle on was "Old Friends". Apparently, the fact that there were no old friends in the film bothered him. He also threw about "Rock Bottom" and "The Bright Side Of Life" which is a song Simon repeatedly played on his piano)</P> <P>Four Stars<HR>Email me with any thoughts. <A HREF="mailto:[email protected]">[email protected]</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/10399.html
HTML
mit
5,125
<!DOCTYPE html><!--[if lt IE 9]><html class='lt-ie10 lt-ie9 no-js' lang='en' xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if IE 9]><html class='ie9 lt-ie10 no-js' lang='en' xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if gt IE 9]><!--><html class="no-js" lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Basic usage | Gutter Grid</title> <meta name="description" content="A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta property="og:site_name" content="Gutter Grid"> <meta property="og:title" content="Gutter Grid: Basic usage"> <meta property="og:description" content="A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11"> <meta property="og:type" content="article"> <meta property="og:image" content="http://gutter-grid.net/assets/images/social-media.jpg"> <meta property="og:url" content="http://gutter-grid.net/pages/03-basic-usage/"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@Daniel_Tonon"> <meta name="twitter:title" content="Gutter Grid: Basic usage"> <meta name="twitter:description" content="A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11"> <meta name="twitter:image" content="http://gutter-grid.net/assets/images/social-media.jpg"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/manifest.json"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#63a52a"> <meta name="theme-color" content="#ffffff"> <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'); //Unncomment these 2 lines and update the tracking code to enable google analytics tracking ga('create', 'UA-90397907-1', 'auto'); ga('send', 'pageview'); </script> <script src="/assets/scripts/modernizr.min.js"></script><!--[if gt IE 9]><!--> <link rel="stylesheet" href="/assets/styles/main.css"><!--<![endif]--> <!--[if lt IE 10]> <link rel="stylesheet" href="/assets/styles/noMQs-main.legacy.css"><![endif]--> </head> <body class="basic-usage"> <div class="moduleLoaded TK-hide"> <p id="arrow-keys-tip">Left and right arrow keys navigate. Enter jumps to content.</p> </div> <!--holds the svg sprite--> <div class="svgSprite" style="display:none"><svg xmlns="http://www.w3.org/2000/svg"> <symbol id="svg-facebook" viewBox="0 0 32 32"><title>facebook icon</title> <path d="M19 6h5v-6h-5c-3.86 0-7 3.14-7 7v3h-4v6h4v16h6v-16h5l1-6h-6v-3c0-0.542 0.458-1 1-1z"/> </symbol> <symbol id="svg-gutter-grid-logo" viewBox="0 0 299 299"> <title>Gutter Grid logo</title> <rect class="logo__parent" x="12.5" y="12.5" width="274" height="274" rx="30.09" ry="30.09" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="25"/> <g class="logo__cells"> <rect x="162.45" y="41.91" width="94.99" height="94.99" rx="17" ry="17"/> <rect x="162.45" y="162.74" width="94.99" height="94.99" rx="17" ry="17"/> <rect x="41.89" y="162.74" width="94.99" height="94.99" rx="17" ry="17"/> <rect x="41.89" y="41.91" width="94.99" height="94.99" rx="17" ry="17"/> </g> </symbol> <symbol id="svg-linkedin" viewBox="0 0 32 32"><title>linkedin icon</title> <path d="M12 12h5.535v2.837h0.079c0.77-1.381 2.655-2.837 5.464-2.837 5.842 0 6.922 3.637 6.922 8.367v9.633h-5.769v-8.54c0-2.037-0.042-4.657-3.001-4.657-3.005 0-3.463 2.218-3.463 4.509v8.688h-5.767v-18z"/> <path d="M2 12h6v18h-6v-18z"/> <path d="M8 7c0 1.657-1.343 3-3 3s-3-1.343-3-3c0-1.657 1.343-3 3-3s3 1.343 3 3z"/> </symbol> <symbol id="svg-mail" viewBox="0 0 32 32"><title>mail icon</title> <path d="M29 4h-26c-1.65 0-3 1.35-3 3v20c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3v-20c0-1.65-1.35-3-3-3zM12.461 17.199l-8.461 6.59v-15.676l8.461 9.086zM5.512 8h20.976l-10.488 7.875-10.488-7.875zM12.79 17.553l3.21 3.447 3.21-3.447 6.58 8.447h-19.579l6.58-8.447zM19.539 17.199l8.461-9.086v15.676l-8.461-6.59z"/> </symbol> <symbol id="svg-twitter" viewBox="0 0 32 32"><title>twitter icon</title> <path d="M32 7.075c-1.175 0.525-2.444 0.875-3.769 1.031 1.356-0.813 2.394-2.1 2.887-3.631-1.269 0.75-2.675 1.3-4.169 1.594-1.2-1.275-2.906-2.069-4.794-2.069-3.625 0-6.563 2.938-6.563 6.563 0 0.512 0.056 1.012 0.169 1.494-5.456-0.275-10.294-2.888-13.531-6.862-0.563 0.969-0.887 2.1-0.887 3.3 0 2.275 1.156 4.287 2.919 5.463-1.075-0.031-2.087-0.331-2.975-0.819 0 0.025 0 0.056 0 0.081 0 3.181 2.263 5.838 5.269 6.437-0.55 0.15-1.131 0.231-1.731 0.231-0.425 0-0.831-0.044-1.237-0.119 0.838 2.606 3.263 4.506 6.131 4.563-2.25 1.762-5.075 2.813-8.156 2.813-0.531 0-1.050-0.031-1.569-0.094 2.913 1.869 6.362 2.95 10.069 2.95 12.075 0 18.681-10.006 18.681-18.681 0-0.287-0.006-0.569-0.019-0.85 1.281-0.919 2.394-2.075 3.275-3.394z"/> </symbol> </svg> </div> <div class="siteContainer wrapper"> <div class="siteContainer__inner"> <header> <h1 class="TK-visHid">Basic usage</h1> <div class="skipLinks"><a class="skipLinks__link TK-skipLink" href="#navigation">Skip to navigation</a><a class="skipLinks__link TK-skipLink" href="#content">Skip to content</a> </div><!--[if lt IE 9]> <div class="alert alert--error "> <p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> </div><![endif]--> <div class="alert alert--error alert--nojs TK-jsHide"> <p>Please <a href="http://www.enable-javascript.com/">enable javascript</a> to access the full functionality of this site</p> </div> <div class="header"> <h2 class="TK-visHid">Site header</h2> <div class="pageLayout__buffer"> <div class="pageLayout__width"> <p class="logo title"><span class="logo__grid grid grid--noWrap grid--align-center grid--gutter-logo grid--outerGutters-v"><span class="grid__cell logo__cell -imagery grid__cell--noGrowth"> <svg class="svg-gutter-grid-logo logo__svg grid__cell"> <use xlink:href="#svg-gutter-grid-logo"></use> </svg><!--[if lt IE 9]><img class="logo__backup" src="/android-chrome-192x192.png"><![endif]--></span><span class="grid__cell logo__cell -text"><span class="logo__text -gutter">Gutter</span><span class="logo__text -grid">Grid <code class="small">v7.0.0</code></span></span></span></p> <pre class="header__npm"><code>npm install gutter-grid --save</code></pre> <div id="container"> <h3 class="TK-visHid">Tag line</h3> <p class="tagline">A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11</p> </div> </div> </div> </div> </header> <section class="toolbar"> <div class="ribbon -up"> <h3 class="TK-visHid">Toolbar</h3> <div class="grid grid--cols-2 grid--gutter-10 grid--vAlign-center"> <div class="grid__cell"><a class="viewGitHub" href="https://github.com/Dan503/gutter-grid"><span class="viewGitHub__icon" aria-hidden="true"><span class="viewGitHub__iconSlash"></span></span><span class="viewGitHub__text">View Gutter Grid on GitHub</span></a> </div> <div class="grid__cell"> <form class="systemSwitch JS-systemSwitch"> <fieldset class="systemSwitch__fieldset"> <legend class="systemSwitch__legend">Preferred system:</legend> <div class="systemSwitch__grid grid grid--noWrap grid--mini grid--hasInners"> <label class="systemSwitch__label grid__cell"> <input class="JS-systemSwitch__trigger -classes TK-visHid systemSwitch__radio" type="radio" name="PreferredSystem"><span class="systemSwitch__text">Classes</span> </label> <label class="systemSwitch__label grid__cell"> <input class="JS-systemSwitch__trigger -mixins TK-visHid systemSwitch__radio" type="radio" name="PreferredSystem"><span class="systemSwitch__text">Mixin</span> </label> </div> </fieldset> </form> </div> </div> </div> </section> <div class="mainArea TK-flexGrow"> <div class="pageLayout__buffer"> <div class="pageLayout__width"> <div id="main"> <div class="grid grid--gutter-body grid--outerGutters"> <nav class="nav grid__cell grid__cell--noResize"> <div class="skipLinks__target" id="navigation" tabindex="-1"> <h2 class="TK-visHid">Main navigation</h2> </div> <div class="accordion JS-accordion"> <button class="btn accordion__btn JS-accordion__toggle -light" type="button" aria-expanded="false"><span class="accordion__icon"></span><span class="accordion__btnText">Toggle Menu</span> </button> <div class="accordion__revealer JS-accordion__revealer"> <ol class="nav__list grid grid--cols-4 grid--gutter-nav grid--stretch grid--outerGutters grid--hasInners grid--vertical grid--noShrink"> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/">Why use Gutter Grid?</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/01-installation/">Installation</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/02-how-to-support-legacy-browsers/">How to support legacy browsers</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner -active" href="/pages/03-basic-usage/" aria-current="page">Basic usage</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/04-using-columns/">Using columns</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/05-control-wrapping/">Control wrapping</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/06-cells-that-span-multiple-columns/">Cells that span multiple columns</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/07-adding-gutters/">Adding Gutters</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/08-outer-gutters/">Outer gutters</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/09-nesting-grids/">Nesting grids</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/10-borders-and-shadows-on-guttered-cells/">Borders and shadows on guttered cells</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/11-horizontal-cell-alignments/">Horizontal cell alignments</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/12-vertical-cell-alignments/">Vertical cell alignments</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/13-controlling-cell-growth-and-shrinkage/">Controlling cell growth and shrinkage</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/14-full-example-config/">Full example config</a></li> <li class="nav__item grid__cell"><a class="nav__link btn grid__inner" href="/pages/15-change-log/">Change log</a></li> </ol> </div> </div> </nav> <main class="grid__cell markdown-body"> <article> <div class="cmsContent"> <header> <h2 class="skipLinks__target" id="content" tabindex="-1"><span class="TK-visHid">Body:</span>Basic usage </h2> <aside class="TK-nonDesktop"> <h3 class="TK-visHid">Mobile warning</h3> <p><strong><em>This documentation is best read on a desktop/laptop computer for the sake of viewing the live demos at all screen sizes.</em></strong></p> </aside> </header><p>Please select weather you would prefer to use the class based system or the mixin based system. This particular set of tabs will change which version is shown by default in the documentation examples. The buttons in the header will also change what documentation is shown by default.</p> <div class="tabs JS-tabs" id="JS-tabs__defaultSelector"> <div class="tabs__links"> <div class="tabs__linksGrid grid grid--hasInners grid--noMQs grid--gutter-tabs grid--cols-2" role="tablist" aria-describedby="arrow-keys-tip"> <div class="grid__cell"> <button class="tabs__link grid__inner btn JS-tabs__trigger" role="tab" tabindex="-1">Classes</button> </div> <div class="grid__cell"> <button class="tabs__link grid__inner btn JS-tabs__trigger" role="tab" tabindex="-1">Mixin</button> </div> </div> </div> <div class="tabs__contentWrap"> <div class="tabs__content JS-tabs__content" role="tabpanel" tabindex="-1"> <figure><h3 id="classes-format-pros-and-cons">Classes format pros and cons</h3> <p>The class based system is designed so that you can control the grid layout primarily through the html markup.</p> <p>Any class that doesn&#39;t feature <code>grid</code> at the start of it&#39;s name is not part of the grid system. The minimum 100px height on grid cells is not part of the grid system either.</p> <p>The grid system classes follow a pattern based on the BEM naming convention with the exception that it uses camelCase when necessary to retain clear grouping:</p> <ul> <li><p><strong><code>grid</code></strong> initializes the grid functionality and acts as the grid module declaration</p> </li> <li><p><strong><code>grid__elementName</code></strong> double underscores in a class name represent an element of the grid. Each element of a grid always goes in the same position relative to it&#39;s relevant <code>grid</code> class.</p> </li> <li><p><strong><code>grid--settingName</code></strong> grid settings are represented with double dashes before the setting name. Grid settings alter the functionality of how the whole grid behaves.</p> </li> <li><p><strong><code>grid--settingName-specifierName</code></strong> If a setting has a specifier, the setting name defines what setting is being set. The specifier sets the value of the setting and is represented by a single dash before the specifier name.</p> </li> <li><p><strong><code>grid__elementName--settingName</code></strong> a setting name after a grid element name is a setting that applies only to that grid element.</p> </li> <li><p><strong><code>grid__elementName--settingName-specifierName</code></strong> cell based settings can have specifiers as well.</p> </li> </ul> <p>If the naming convention looks daunting, don&#39;t worry. The classes are actually quite simple when you start looking through the examples.</p> <h4 id="class-based-system-benefits">Class based system benefits</h4> <ol> <li>All the core styles are pre-written so that you can easily create new layouts by only editing the markup</li> <li>The whole grid system is self contained inside one module</li> <li>The order that the styles go in is set in stone (unless updated in a future version)</li> <li>One set of styles that is re-used over and over rather than the same styles being repeated multiple times throughout the css leads to smaller css file sizes</li> <li>Clearly shows what elements are a part of the grid structure, and what role those elements play from just looking at the HTML</li> </ol> <h4 id="class-based-system-downsides">Class based system downsides</h4> <ol> <li>Requires very specific markup, not ideal for CMS systems that give very little control over the html output</li> <li>Low specificity can make the styles get overidden accidentally</li> <li>Column breakpoints can only be defined in the global settings</li> <li>Gutter widths can only be defined in the global settings</li> <li>Generates a lot of extra css rules that you will probably never use</li> <li>Legacy mode does not work properly in IE8</li> </ol> </figure> </div> <div class="tabs__content JS-tabs__content" role="tabpanel" tabindex="-1"> <figure><h3 id="mixin-format-pros-and-cons">Mixin format pros and cons</h3> <p>The mixin based system is designed so that you can control the grid layout primarily through SCSS stylesheets.</p> <p>While it does require a specific HTML structure to work, it does not require any specific HTML classes to be added to elements. This makes the mixin version ideal for CMS&#39;s that do not give very much control over the markup that is output.</p> <p>The classes used in the examples feature names like <code>mixin__cell</code> and <code>mixin__inner</code> to make the examples clearer. These classes are not part of the actual system though and do not need to be used in your project.</p> <h4 id="mixin-system-benefits">Mixin system benefits</h4> <ol> <li>You do not need to conform to using a specific set of html classes (great if building into a CMS that has limited HTML editing capabilities)</li> <li>All the styles for a module can be contained in the one file</li> <li>The specificity of the system is easier to control</li> <li>Columns can be given custom breakpoints on a case by case basis</li> <li>Gutters are defined in the same file as the module that the gutters are made for</li> <li>You will only generate styles that you are actually using</li> <li>Legacy mode works in IE8</li> </ol> <h4 id="mixin-system-downsides">Mixin system downsides</h4> <ol> <li>The order that the styles appear in is more difficult to control</li> <li>Large bulks of Styles are repeated in the style sheet over and over again, gzipping should mitigate this problem though</li> <li>Unless you name things appropriately, it can be difficult to tell what elements are using the grid system and what elements are not</li> <li>Styles need to be assigned to an element through the style sheet rather than the html which can make creating layouts a little bit slower</li> </ol> </figure> </div> </div> </div> <h3>Using Gutter Grid</h3> <figure class="demo" role="group" id="03-basic-usage-1"> <figcaption class="demo__summary demo__segment"><p>The bare bones markup of what you need for Gutter Grid to work (excluding color classes)</p> </figcaption> <div class="demo__content"> <div class="tabs JS-tabs"> <div class="tabs__links"> <div class="tabs__linksGrid grid grid--hasInners grid--noMQs grid--gutter-tabs grid--cols-2" role="tablist" aria-describedby="arrow-keys-tip"> <div class="grid__cell"> <button class="tabs__link grid__inner btn JS-tabs__trigger" role="tab" tabindex="-1">classes</button> </div> <div class="grid__cell"> <button class="tabs__link grid__inner btn JS-tabs__trigger" role="tab" tabindex="-1">mixin</button> </div> </div> </div> <div class="tabs__contentWrap"> <div class="tabs__content JS-tabs__content" role="tabpanel" tabindex="-1"> <figure> <figcaption class="tabs__title">Classes format</figcaption> <div class="demo__result demo__segment"> <div class="grid"> <div class="grid__cell -color-1"></div> <div class="grid__cell -color-2"></div> </div> </div> <div class="demo__grid grid grid--ieFloat grid--cols-1"> <div class="grid__cell demo__markup demo__segment html"> <pre><code class="html"> &lt;div class=&quot;grid&quot;&gt; &lt;div class=&quot;grid__cell -color-1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;grid__cell -color-2&quot;&gt;&lt;/div&gt; &lt;/div&gt;</code></pre> </div> </div> </figure> </div> <div class="tabs__content JS-tabs__content" role="tabpanel" tabindex="-1"> <figure> <figcaption class="tabs__title">Mixin format</figcaption> <div class="demo__result demo__segment"> <div class="mixin-1"> <div class="mixin__cell -color-1"></div> <div class="mixin__cell -color-2"></div> </div> </div> <div class="demo__grid grid grid--ieFloat grid--cols-2"> <div class="grid__cell demo__markup demo__segment html"> <pre><code class="html"> &lt;div class=&quot;mixin-1&quot;&gt; &lt;div class=&quot;mixin__cell -color-1&quot;&gt;&lt;/div&gt; &lt;div class=&quot;mixin__cell -color-2&quot;&gt;&lt;/div&gt; &lt;/div&gt;</code></pre> </div> <div class="grid__cell demo__markup demo__segment scss"> <pre><code class="scss"> .mixin-1 { @include grid; } </code></pre> </div> </div> </figure> </div> </div> </div> </div> </figure><p>That example is a bit misleading though. Having 2 grid cells doesn&#39;t necessarily mean they will always be 50% width each</p> <figure class="demo" role="group" id="03-basic-usage-2"> <figcaption class="demo__summary demo__segment"><p>The previous example, but one cell has a lot of text while the other barely has any</p> </figcaption> <div class="demo__content"> <div class="tabs JS-tabs"> <div class="tabs__links"> <div class="tabs__linksGrid grid grid--hasInners grid--noMQs grid--gutter-tabs grid--cols-2" role="tablist" aria-describedby="arrow-keys-tip"> <div class="grid__cell"> <button class="tabs__link grid__inner btn JS-tabs__trigger" role="tab" tabindex="-1">classes</button> </div> <div class="grid__cell"> <button class="tabs__link grid__inner btn JS-tabs__trigger" role="tab" tabindex="-1">mixin</button> </div> </div> </div> <div class="tabs__contentWrap"> <div class="tabs__content JS-tabs__content" role="tabpanel" tabindex="-1"> <figure> <figcaption class="tabs__title">Classes format</figcaption> <div class="demo__result demo__segment"> <div class="grid"> <div class="grid__cell -color-1 add-padding"><p>lots and lots and lots of text in this cell.</p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Bonum incolumis acies: misera caecitas. Cur, nisi quod turpis oratio est? Atque haec coniunctio confusioque virtutum tamen a philosophis ratione quadam distinguitur. At ille pellit, qui permulcet sensum voluptate. Videamus igitur sententias eorum, tum ad verba redeamus. Duo Reges: constructio interrete. Quantum Aristoxeni ingenium consumptum videmus in musicis.</p> </div> <div class="grid__cell -color-2 add-padding"><p>Barely any text in this cell</p> </div> </div> </div> <div class="demo__grid grid grid--ieFloat grid--cols-1"> <div class="grid__cell demo__markup demo__segment html"> <pre><code class="html"> &lt;div class=&quot;grid&quot;&gt; &lt;div class=&quot;grid__cell -color-1 add-padding&quot;&gt;&lt;p&gt;lots and lots and lots of text in this cell.&lt;/p&gt; &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Bonum incolumis acies: misera caecitas. Cur, nisi quod turpis oratio est? Atque haec coniunctio confusioque virtutum tamen a philosophis ratione quadam distinguitur. At ille pellit, qui permulcet sensum voluptate. Videamus igitur sententias eorum, tum ad verba redeamus. Duo Reges: constructio interrete. Quantum Aristoxeni ingenium consumptum videmus in musicis.&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;grid__cell -color-2 add-padding&quot;&gt;&lt;p&gt;Barely any text in this cell&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;</code></pre> </div> </div> </figure> </div> <div class="tabs__content JS-tabs__content" role="tabpanel" tabindex="-1"> <figure> <figcaption class="tabs__title">Mixin format</figcaption> <div class="demo__result demo__segment"> <div class="mixin-1"> <div class="mixin__cell -color-1 add-padding"><p>lots and lots and lots of text in this cell.</p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Bonum incolumis acies: misera caecitas. Cur, nisi quod turpis oratio est? Atque haec coniunctio confusioque virtutum tamen a philosophis ratione quadam distinguitur. At ille pellit, qui permulcet sensum voluptate. Videamus igitur sententias eorum, tum ad verba redeamus. Duo Reges: constructio interrete. Quantum Aristoxeni ingenium consumptum videmus in musicis.</p> </div> <div class="mixin__cell -color-2 add-padding"><p>Barely any text in this cell</p> </div> </div> </div> <div class="demo__grid grid grid--ieFloat grid--cols-2"> <div class="grid__cell demo__markup demo__segment html"> <pre><code class="html"> &lt;div class=&quot;mixin-1&quot;&gt; &lt;div class=&quot;mixin__cell -color-1 add-padding&quot;&gt;&lt;p&gt;lots and lots and lots of text in this cell.&lt;/p&gt; &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Bonum incolumis acies: misera caecitas. Cur, nisi quod turpis oratio est? Atque haec coniunctio confusioque virtutum tamen a philosophis ratione quadam distinguitur. At ille pellit, qui permulcet sensum voluptate. Videamus igitur sententias eorum, tum ad verba redeamus. Duo Reges: constructio interrete. Quantum Aristoxeni ingenium consumptum videmus in musicis.&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;mixin__cell -color-2 add-padding&quot;&gt;&lt;p&gt;Barely any text in this cell&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;</code></pre> </div> <div class="grid__cell demo__markup demo__segment scss"> <pre><code class="scss"> .mixin-1 { @include grid; } </code></pre> </div> </div> </figure> </div> </div> </div> </div> </figure> </div> </article> <nav class="nextPrev"> <h2 class="TK-visHid">Page turner</h2> <ul class="nextPrev__grid grid grid--gutter-10 grid--space-between"> <li class="nextPrev__gridCell grid__cell -prev"><a class="nextPrev__link btn -light" href="/pages/02-how-to-support-legacy-browsers/"><span class="nextPrev__arrow"></span><span class="nextPrev__tag">Previous:</span><span class="nextPrev__title">How to support legacy browsers</span></a></li> <li class="nextPrev__gridCell grid__cell -next"><a class="nextPrev__link btn -light" href="/pages/04-using-columns/"><span class="nextPrev__arrow"></span><span class="nextPrev__tag">Next:</span><span class="nextPrev__title">Using columns</span></a></li> </ul> </nav> </main> </div> </div> </div> </div> </div> <footer class="footer"> <h2 class="TK-visHid">Site footer</h2> <div class="ribbon -pattern -down"> <div class="grid grid--space-between grid--vAlign-center"> <div class="footer__owner grid__cell"> <div class="owner"> <h3 class="TK-visHid">Owner</h3> <div class="owner__grid grid grid--vAlign-center grid--noWrap"><a class="owner__avatar grid__cell grid__cell--noResize" href="https://github.com/Dan503"><img class="owner__img" src="https://s.gravatar.com/avatar/9da9f1df8def9d7b554fa7e03307a7b2?size=150&amp;default=retro" alt="Dan503" width="75" height="75"></a> <p class="owner__text grid__cell"><a href="https://github.com/Dan503">Daniel Tonon</a> maintains <a href="https://github.com/Dan503/gutter-grid">Gutter Grid</a></p> </div> </div> </div> <div class="footer__share grid__cell"> <div class="share grid__wrapper"> <div class="grid grid--vAlign"> <h3 class="share__heading grid__cell"> Share:</h3> <div class="grid__cell"> <ul class="share__list grid grid--noWrap grid--space-between TK-noDots"> <li class="share__option grid__cell"><a class="share__link -mail JS-share__link" href="mailto:?subject=Share subject&body=Share body http://gutter-grid.net/pages/03-basic-usage/" title="Share via email"> <svg class="svg-mail"> <use xlink:href="#svg-mail"></use> </svg><span class="TK-visHid">Share via email</span></a></li> <li class="share__option grid__cell"><a class="share__link -facebook JS-share__link" href="http://www.facebook.com/sharer/sharer.php?u=http://gutter-grid.net/pages/03-basic-usage/&title=Gutter%20Grid:%20Basic%20usage" title="Share on Facebook"> <svg class="svg-facebook"> <use xlink:href="#svg-facebook"></use> </svg><span class="TK-visHid">Share on Facebook</span></a></li> <li class="share__option grid__cell"><a class="share__link -twitter JS-share__link" href="http://twitter.com/intent/tweet?status=Check+out+Gutter+Grid+by+@Daniel_Tonon+http://gutter-grid.net/pages/03-basic-usage/" title="Tweet this site"> <svg class="svg-twitter"> <use xlink:href="#svg-twitter"></use> </svg><span class="TK-visHid">Tweet this site</span></a></li> <li class="share__option grid__cell"><a class="share__link -linkedin JS-share__link" href="https://www.linkedin.com/shareArticle?mini=true&url=http://gutter-grid.net/pages/03-basic-usage/&title=Gutter%20Grid:%20Basic%20usage" title="Share on LinkedIn"> <svg class="svg-linkedin"> <use xlink:href="#svg-linkedin"></use> </svg><span class="TK-visHid">Share on LinkedIn</span></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="pageLayout__buffer"> <div class="pageLayout__width"> <div class="creds">&nbsp;</div> </div> </div> </footer> </div> </div> <script src="/assets/scripts/plugins/highlight.pack.js"></script> <script type="text/javascript"> hljs.initHighlightingOnLoad(); </script> <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script><!--[if lt IE 9]> <script src="/assets/scripts/ie8-main.js"></script><![endif]--> <!--[if gt IE 8]><!--> <script src="/assets/scripts/main.js"></script><!--<![endif]--> </body></html>
Dan503/flexible-grid
docs/pages/03-basic-usage/index.html
HTML
mit
39,390
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>George Theofilis</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <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, maximum-scale=1"> <meta name="description" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="George Theofilis"> <meta name="twitter:description" content=""> <meta property="og:type" content="article"> <meta property="og:title" content="George Theofilis"> <meta property="og:description" content=""> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon"> <link rel="stylesheet" type="text/css" href="//blog.george-theofilis.com/themes/uno/assets/css/uno.css?v=1.0.0" /> <link rel="canonical" href="http://blog.george-theofilis.com" /> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="George Theofilis" href="http://blog.george-theofilis.com/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="tag-template tag-java home-template no-js"> <span class="mobile btn-mobile-menu"> <i class="icon icon-list btn-mobile-menu__icon"></i> <i class="icon icon-x-circle btn-mobile-close__icon hidden"></i> </span> <header class="panel-cover " style="background-image: url(https://rsk-project.com/wp-content/uploads/2015/10/Athens-City-Break.jpg)"> <div class="panel-main"> <div class="panel-main__inner panel-inverted"> <div class="panel-main__content"> <h1 class="panel-cover__title panel-title"><a href="http://blog.george-theofilis.com" title="link to homepage for George Theofilis">George Theofilis</a></h1> <hr class="panel-cover__divider" /> <p class="panel-cover__description"></p> <hr class="panel-cover__divider panel-cover__divider--secondary" /> <div class="navigation-wrapper"> <nav class="cover-navigation cover-navigation--primary"> <ul class="navigation"> <li class="navigation__item"><a href="http://blog.george-theofilis.com/#blog" title="link to George Theofilis blog" class="blog-button">Blog</a></li> </ul> </nav> <nav class="cover-navigation navigation--social"> <ul class="navigation"> <!-- Twitter --> <li class="navigation__item"> <a href="https://www.facebook.com/theofilis.g" title="Facebook account"> <i class='icon icon-social-facebook'></i> <span class="label">Facebook</span> </a> </li> <!-- Twitter --> <li class="navigation__item"> <a href="https://twitter.com/g_theofilis" title="Twitter account"> <i class='icon icon-social-twitter'></i> <span class="label">Twitter</span> </a> </li> <!-- Google Plus --> <li class="navigation__item"> <a href="https://plus.google.com/u/0/+%CE%93%CE%B9%CF%8E%CF%81%CE%B3%CE%BF%CF%82%CE%9D%CE%B5%CE%BA%CF%84%CE%AC%CF%81%CE%B9%CE%BF%CF%82%CE%98%CE%B5%CE%BF%CF%86%CE%AF%CE%BB%CE%B7%CF%82" title="Google+ account"> <i class='icon icon-social-google-plus'></i> <span class="label">Google-plus</span> </a> </li> <!-- Github --> <li class="navigation__item"> <a href="https://github.com/theofilis" title="Github account"> <i class='icon icon-social-github'></i> <span class="label">Github</span> </a> </li> </li> <!-- Github --> <li class="navigation__item"> <a href="https://www.instagram.com/theofilis.g/" title="Instagram account"> <i class='icon icon-social-instagram'></i> <span class="label">Instagram</span> </a> </li> </li> <!-- LinkedIn --> <li class="navigation__item"> <a href="https://gr.linkedin.com/in/gtheofilis/en" title="LinkedIn account"> <i class='icon icon-social-linkedin'></i> <span class="label">LinkedIn</span> </a> </li> <!-- Email --> <li class="navigation__item"> <a href="mailto:[email protected]" title="Email [email protected]"> <i class='icon icon-mail'></i> <span class="label">Email</span> </a> </li> </ul> </nav> </div> </div> </div> <div class="panel-cover--overlay"></div> </div> </header> <div class="content-wrapper"> <div class="content-wrapper__inner"> <h1 class="archive-title">Tag: java</h1> <hr class="section-title__divider" /> <div class="main-post-list"> <ol class="post-list"> <li> <h2 class="post-list__post-title post-title"><a href="http://blog.george-theofilis.com/2016/02/07/Installing-Oracle-J-D-K.html" title="link to Installing Oracle JDK">Installing Oracle JDK</a></h2> <p class="excerpt">The Oracle JDK is the official JDK; however, it is no longer provided by Oracle as a default installation for Ubuntu. You can still install it using apt-get. To install any version, first execute the following commands: sudo apt-get install python-software-properties sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo&hellip;</p> <div class="post-list__meta"> <time datetime="07 Feb 2016" class="post-list__meta--date date">07 Feb 2016</time> &#8226; <span class="post-list__meta--tags tags"><a href="#blog" title="java">java</a>, <a href="#blog" title=" ubuntu"> ubuntu</a></span> </div> <hr class="post-list__divider" /> </li> </ol> <hr class="post-list__divider " /> <nav class="pagination" role="navigation"> <span class="pagination__page-number">Page 1 of 1</span> </nav> </div> <footer class="footer"> <span class="footer__copyright">&copy; 2016. All rights reserved.</span> <span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span> <span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span> </footer> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//blog.george-theofilis.com/themes/uno/assets/js/main.js?v=1.0.0"></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-51201203-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
theofilis/theofilis.github.io
tag/java/index.html
HTML
mit
8,962
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:55 EST 2012 --> <TITLE> Uses of Class org.pentaho.di.trans.steps.switchcase.SwitchCaseData </TITLE> <META NAME="date" CONTENT="2012-11-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.pentaho.di.trans.steps.switchcase.SwitchCaseData"; } } </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/pentaho/di/trans/steps/switchcase/SwitchCaseData.html" title="class in org.pentaho.di.trans.steps.switchcase"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/pentaho/di/trans/steps/switchcase//class-useSwitchCaseData.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SwitchCaseData.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.pentaho.di.trans.steps.switchcase.SwitchCaseData</B></H2> </CENTER> No usage of org.pentaho.di.trans.steps.switchcase.SwitchCaseData <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/pentaho/di/trans/steps/switchcase/SwitchCaseData.html" title="class in org.pentaho.di.trans.steps.switchcase"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/pentaho/di/trans/steps/switchcase//class-useSwitchCaseData.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SwitchCaseData.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ColFusion/PentahoKettle
kettle-data-integration/docs/api/org/pentaho/di/trans/steps/switchcase/class-use/SwitchCaseData.html
HTML
mit
6,166
<template name="playerHistory"> {{#with history}} {{#if length}} <div> <h5 class="pull-left">Game History</h5> {{#with ../..}} <div class="pull-right"> {{> pagination pagerData}} </div> {{/with}} </div> <br> <br> <table class="table table-bordered table-striped table-hover table-condensed collapsing-table"> <thead> <tr> <th>Opponent</th> <th style="width: 15%; text-align: center">Date</th> <th style="width: 10%; text-align: center">Duration</th> <th style="width: 5%; text-align: center">Outcome</th> </tr> </thead> <tbody> {{#each this}} <tr href="{{urlFor route="play.game" _id=id}}" style="cursor: pointer"> <td data-title="Opponent">{{#linkTo route="player.detail" _id=opponent}}{{player opponent down=false}}{{/linkTo}}</td> <td class="number" data-title="Date"> {{#if finishedAt}} {{date finishedAt}} {{else}} - {{/if}} </td> <td class="number" data-title="Duration"> {{#if finishedAt}} {{turns}} {{plural turns "turn"}} {{else}} - {{/if}} </td> {{#with ../../..}} <td class="number" data-title="Outcome">{{outcome ..}}</td> {{/with}} </tr> {{/each}} </tbody> </table> {{else}} No games to show. {{/if}} {{/with}} </template>
alexzielenski/Grid
client/templates/play/player/history.html
HTML
mit
2,103
{% if debug_values %} <div class="panel panel-danger"> <div class="panel-heading">Debug info </div> <table class="table table-hover"> {% for k,v in debug_values %} <tr><td>{{ k }}</td> <td><code>{{ v }}</code></td></tr> {% endfor %} </table> </div> {{ debug_info }} {% endif %}
pombredanne/django-ptree
ptree/templates/ptree/debug_info.html
HTML
mit
362
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>astroplex.io</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="개발관련글"> <meta name="author" content="astroplex"> <link rel="canonical" href="http://astroplex.github.io/"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/pixyll.css" type="text/css"> <!-- Fonts --> <link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'> <!-- Open Graph --> <!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="astroplex.io"> <meta property="og:description" content="개발관련글"> <meta property="og:url" content="http://astroplex.github.io/"> <meta property="og:site_name" content="astroplex.io"> <!-- Icons --> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160"> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> </head> <body class=""> <div class="site-wrap"> <header class="site-header px2 px-responsive"> <div class="mt2 wrap"> <div class="measure"> <a href="http://astroplex.github.io" class="site-title">astroplex.io</a> <nav class="site-nav right"> <a href="/about/">About</a> <a href="/contact/">Contact</a> </nav> <div class="clearfix"></div> </div> </div> </header> <div class="post p2 p-responsive wrap" role="main"> <div class="measure"> <div class="home"> <div class="posts"> <div class="post"> <p class="post-meta">Jun 12, 2014</p> <a href="/jekyll/pixyll/2014/06/12/welcome-to-pixyll/" class="post-link"><h3 class="h2 post-title">Hello, Pixyll</h3></a> <p class="post-summary"> Pixyll is a simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff. </p> </div> <div class="post"> <p class="post-meta">Jun 10, 2014</p> <a href="/jekyll/pixyll/2014/06/10/see-pixyll-in-action/" class="post-link"><h3 class="h2 post-title">Pixyll in Action</h3></a> <p class="post-summary"> See what the different elements looks like. Your markdown has never looked better. I promise. </p> </div> <div class="post"> <p class="post-meta">Jun 9, 2014</p> <a href="/jekyll/pixyll/2014/06/09/so-what-is-jekyll/" class="post-link"><h3 class="h2 post-title">So, What is Jekyll?</h3></a> <p class="post-summary"> Transform your plain text into static websites and blogs. Simple, static, and blog-aware. </p> </div> </div> <div class="pagination clearfix mb1 mt4"> <div class="left"> <span class="pagination-item disabled">Newer</span> </div> <div class="right"> <a class="pagination-item" href="/page2/">Older</a> </div> </div> </div> </div> </div> </div> <footer class="footer"> <div class="p2 wrap"> <div class="measure mt1 center"> <small> Astroplex Powered by Jekyll using the <a href="https://github.com/johnotander/pixyll">pixyll</a> theme. </small> </div> </div> </footer> </body> </html>
astroplex/astroplex.github.io
_site/index.html
HTML
mit
4,720
<p> "no, i'll pass." <br> "i may not have hobbies right now, stop it that's mean stop telling me i have no hobbies even if it's true!!" <br> "this actually makes me feel really uncomfortable, please stop." <br> "yeah, it kind of hurt a little when you did that." <br> "i feel the same way, but i'm scared to lose you, so at first i didn't want to say anything. but here we are?" <br> "i honestly fucking hate this class. why are you so proud of canada and its shitty ass" <br> "i don't know the answer to this. i'm not sure how this works, and i want to understand it. can you please help me?" <br> "i'm stressed!! that's why!!!" <br> "i'm sorry for ghosting. disappearing makes me feel at ease. please don't worry about me." <br> "bro i've kept your plant alive for 7 months.. anyways why are we still ignoring each other" <br> "do you want to watch the sunrise together" </p>
abraliopsis/abraliopsis.github.io
3.html
HTML
mit
879
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Konichowa</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/2-col-portfolio.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">KONICHOWA</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="index.html">Home</a> </li> <li> <a href="about.html">About</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <hr> <p class="about-page"> Hello! My name is Jeff and I'm probably stuck at a desk right now jealous that you're about to go on an awesome trip! I'm originally from Southern California, but currently live in San Francisco working as a product manager. </p> <p class="about-page"> If you've landed on this site, I hope it provides you with recos that makes your trip awesome! If you have any specific question or detail that I may have missed, please drop me a message and I'd be happy to help out in any way I can. </p> <p class="about-page"> Have fun!! </p> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
jpchow/travel
about.html
HTML
mit
2,883
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `MAX` constant in crate `std`."> <meta name="keywords" content="rust, rustlang, rust-lang, MAX"> <title>std::i32::MAX - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../../std/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='../index.html'>std</a>::<wbr><a href='index.html'>i32</a></p><script>window.sidebarCurrent = {name: 'MAX', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>std</a>::<wbr><a href='index.html'>i32</a>::<wbr><a class='constant' href=''>MAX</a><wbr><a class='stability Stable' title=''>Stable</a></span><span class='out-of-band'><span id='render-detail'> <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a> </span><a id='src-107' href='../../core/i32/constant.MAX.html?gotosrc=107'>[src]</a></span></h1> <pre class='rust const'>pub const MAX: <a href='../primitive.i32.html'>i32</a><code> = </code><code>!MIN</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "std"; window.playgroundUrl = "http://play.rust-lang.org/"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script src="../../playpen.js"></script> <script async src="../../search-index.js"></script> </body> </html>
ArcherSys/ArcherSys
Rust/share/doc/rust/html/std/i32/constant.MAX.html
HTML
mit
3,730
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="Bringing nodeschool to Baltimore"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,600' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'> <link href="/baltimore/assets/narrow.css?hi=ok" rel="stylesheet"> <!-- Google Analytics --> <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-49549894-1', 'baltimorenodeschool.github.io'); ga('send', 'pageview'); </script> <!-- end Google Analytics --> <title>Baltimore NodeSchool | Wrapup</title> </head> <body> <div class="container article"> <p id="logo-link" style="display: none;"><a href="/baltimore"><img src="/baltimore/assets/images/bmorenodeschool-white.png" alt="baltimore node school"></a></p> <p><img src="/assets/images/event/[email protected]" alt="Mentors and attendees at the first baltimore nodeschool"></p> <h1 id="first-event-wrap-up-">First event wrap-up!</h1> <p>Our first nodeschool event <em>was awesome</em>.</p> </div> </body> </html>
nodeschool/baltimore
events/2014-05-04.html
HTML
mit
1,586
<!DOCTYPE html> <html lang="en" ng-app="myApp"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>My AngularJS App</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="bower_components/jquery/dist/jquery.js"></script> <link rel="stylesheet" href="../source/assets/css/bootstrap.min.css"> <link rel="stylesheet" href="../source/assets/css/font-awesome.min.css"> <link rel="stylesheet" href="../source/assets/css/bootstrap-social.css"> <link rel="stylesheet" href="../source/assets/css/style.css"> <script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script> <script src="../source/assets/js/bootstrap.min.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/marked/lib/marked.js"></script> <script src="bower_components/angular-marked/dist/angular-marked.js"></script> <script src="bower_components/angular-resourse.js"></script> <script src="bower_components/ui-bootstrap-tpls-0.12.0.min.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="bower_components/angular-css/angular-css.min.js"></script> <script src="bower_components/ng-flow/dist/ng-flow-standalone.min.js"></script> <script src="../js/app/app.js"></script> <script src='bower_components/ngInfiniteScroll/build/ng-infinite-scroll.min.js'></script> <script src="../js/app/constants/translation_en.js"></script> <script src="../js/app/constants/translation_ru.js"></script> <script src="../js/app/factories/language.js"></script> <script src="../js/app/services/translationService.js"></script> <script src="../js/app/services/routes.js"></script> <script src="../js/app/services/dropDirective.js"></script> <script src="../js/app/services/imageService.js"></script> <script src="../js/app/services/imageDirective.js"></script> <script src="../js/app/services/searchService.js"></script> <script src="../js/app/services/postService.js"></script> <script src="../js/app/factories/getUserData.js"></script> <script src="../js/app/factories/posts.js"></script> <script src="../js/app/factories/authUser.js"></script> <script src="../js/app/factories/getHighRate.js"></script> <script src="../js/app/factories/rateCreative.js"></script> <script src="../js/app/factories/search.js"></script> <script src="../js/app/factories/getTags.js"></script> <script src="../js/app/factories/updateUserData.js"></script> <script src="../js/app/factories/forComment.js"></script> <script src="../js/app/controllers/mainPage.js"></script> <script src="../js/app/controllers/registration.js"></script> <script src="../js/app/controllers/publications.js"></script> <script src="../js/app/controllers/dataOfUser.js"></script> <script src="../js/app/controllers/postPhoto.js"></script> <script src="../js/app/controllers/postVideo.js"></script> <script src="../js/app/controllers/imageList.js"></script> <script src="../js/app/controllers/navigationPanel.js"></script> <script src="../js/app/controllers/tags.js"></script> <script src="http://maps.google.com/maps/api/js?sensor=false"></script> <script src="../js/app/controllers/googleMap.js"></script> <script src="../js/app/controllers/googleMapView.js"></script> <script src="../js/app/controllers/infinteScroll.js"></script> <script src="../js/app/controllers/changeSettings.js"></script> <script src="../js/app/controllers/postView.js"></script> <script src="../js/app/controllers/comments.js"></script> <script src="../js/app/controllers/userImage.js"></script> <script src="bower_components/jqcloud2/dist/jqcloud.min.js"></script> <link rel="stylesheet" href="bower_components/jqcloud2/dist/jqcloud.css"> <script src="bower_components/angular-jqcloud/angular-jqcloud.js"></script> <script src="components/version/version.js"></script> <script src="components/version/version-directive.js"></script> <script src="components/version/interpolate-filter.js"></script> <script src='bower_components/lodash/lodash.js'></script> <script src='bower_components/angular-simple-logger/dist/angular-simple-logger.js'></script> <script src='bower_components/angular-google-maps/dist/angular-google-maps.js'></script> </head> <body ng-view ng-controller="changeSettings as lang"> </body> </html>
Nikitzu/Final_Proj
app/index.html
HTML
mit
4,472
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>graphs: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / graphs - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> graphs <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-14 21:29:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 21:29:31 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/graphs&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Graphs&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-int-map&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: graphs&quot; &quot;keyword: graph theory&quot; &quot;keyword: cycle detection&quot; &quot;keyword: paths&quot; &quot;keyword: constraints&quot; &quot;keyword: inequalities&quot; &quot;keyword: reflection&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Jean Goubault&quot; ] bug-reports: &quot;https://github.com/coq-contribs/graphs/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/graphs.git&quot; synopsis: &quot;Satisfiability of inequality constraints and detection of cycles with negative weight in graphs&quot; description: &quot;&quot;&quot; *******************************************************************&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/graphs/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=14a46fb8f6df9f5bb6758ae29c5aa64d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-graphs.8.9.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-graphs -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-graphs.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.0/graphs/8.9.0.html
HTML
mit
7,362
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Jekyll 搭建静态博客</title> <meta name="description" content="一直以来都想搭建一个自己的博客,但是近半年做项目太忙,再加上教研室的网络很坑爹,所以也一直没顾得上。之前用过 WordPress 托管在免费的京东云擎上,但是速度太慢。在知乎上看到一些相关的内容,于是选择了在github上用jekyll搭建博客。"> <link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon"> <link rel="icon" href="/favicon.ico?" type="image/x-icon"> <link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://at.alicdn.com/t/font_8v3czwksspqlg14i.css"> <link rel="stylesheet" href="/blog/css/main.css "> <link rel="canonical" href="http://localhost:4000/blog/2015/02/16/create-my-blog-with-jekyll/"> <link rel="alternate" type="application/rss+xml" title="Caesar's Blog" href="http://localhost:4000/blog/feed.xml "> <script> // 百度统计代码 var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?dd2509b43f23d51c3a12e0fc8183217e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> // google analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-92419117-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header id="top"> <div class="wrapper"> <a href="/blog/" class="brand">Caesar's Blog</a> <small>Frontnd Dev Engineer</small> <button id="headerMenu" class="menu"><i class="fa fa-bars"></i></button> <nav id="headerNav"> <ul> <li> <a href="/blog/"> <i class="fa fa-home"></i>Home </a> </li> <li> <a href="/blog/archive/"> <i class="fa fa-archive"></i>Archives </a> </li> <li> <a href="/blog/category/"> <i class="fa fa-th-list"></i>Categories </a> </li> <li> <a href="/blog/tag/"> <i class="fa fa-tags"></i>Tags </a> </li> <li> <a href="/blog/collection/"> <i class="fa fa-bookmark"></i>Collections </a> </li> <li> <a href="/blog/demo/"> <i class="fa fa-play"></i>Demo </a> </li> <li> <a href="/blog/about/"> <i class="fa fa-heart"></i>About </a> </li> </ul> </nav> </div> </header> <div class="page clearfix" post> <div class="left"> <h1>Jekyll 搭建静态博客</h1> <div class="label"> <div class="label-card"> <i class="fa fa-calendar"></i>2015-02-16 </div> <div class="label-card"> </div> <div class="label-card"> </div> <div class="label-card"> <!-- <span class="point">•</span> --> <span class="categories"> <i class="fa fa-th-list"></i> <a href="/category/#jekyll" title="Category: jekyll" rel="category">jekyll</a> <!-- <span class="point">•</span> --> </span> </div> <div class="label-card"> <!-- <span class="point">•</span> --> <span class="pageTag"> <i class="fa fa-tags"></i> <!--a href="/tag/#jekyll" title="Tag: jekyll" rel="tag">jekyll</a--> <a href="/tag/#jekyll" title="Tag: jekyll" rel="tag">jekyll</a>&nbsp; <!--a href="/tag/#RubyGems" title="Tag: RubyGems" rel="tag">RubyGems</a--> <a href="/tag/#RubyGems" title="Tag: RubyGems" rel="tag">RubyGems</a> </span> </div> </div> <hr> <article itemscope itemtype="http://schema.org/BlogPosting"> <ul id="markdown-toc"> <li><a href="#搭建过程" id="markdown-toc-搭建过程">搭建过程</a> <ul> <li><a href="#安装ruby" id="markdown-toc-安装ruby">安装Ruby</a></li> <li><a href="#安装rubygems" id="markdown-toc-安装rubygems">安装RubyGems</a></li> <li><a href="#用rubygems安装jekyll" id="markdown-toc-用rubygems安装jekyll">用RubyGems安装Jekyll</a></li> <li><a href="#创建博客" id="markdown-toc-创建博客">创建博客</a></li> </ul> </li> <li><a href="#后续" id="markdown-toc-后续">后续</a></li> <li><a href="#可能出现的问题" id="markdown-toc-可能出现的问题">可能出现的问题</a> <ul> <li><a href="#hitimeshitimes-loaderror" id="markdown-toc-hitimeshitimes-loaderror"><code class="highlighter-rouge">hitimes/hitimes (LoadError)</code></a></li> </ul> </li> </ul> <p>一直以来都想搭建一个自己的博客,但是近半年做项目太忙,再加上教研室的网络很坑爹,所以也一直没顾得上。之前用过 WordPress 托管在免费的京东云擎上,但是速度太慢。在知乎上看到一些相关的内容,于是选择了在github上用jekyll搭建博客。</p> <h2 id="搭建过程">搭建过程</h2> <p>在jekyll的官网上 <a href="http://jekyllrb.com/">http://jekyllrb.com/</a> 其实已经说得比较明白了,我在这里还是简单的说一下吧。我用的是Windows系统。 <br /> 主要环节有:安装Ruby,安装RubyGems,安装jekyll,安装代码高亮插件,安装node.js</p> <h3 id="安装ruby">安装Ruby</h3> <p>ruby官网下载安装:<a href="https://www.ruby-lang.org/en/downloads/">https://www.ruby-lang.org/en/downloads/</a></p> <p>安装完成后配置环境变量</p> <p>在命令提示符中,得到ruby版本号,如下图,即安装成功</p> <p><img src="http://ww4.sinaimg.cn/large/7011d6cfjw1f2ue0e393vj20cu00t748.jpg" alt="" /></p> <h3 id="安装rubygems">安装RubyGems</h3> <p>官网下载 <a href="http://rubygems.org/pages/download">http://rubygems.org/pages/download</a> rubygems-2.4.5.zip</p> <p>cd到RubyGems目录</p> <p><img src="http://ww1.sinaimg.cn/large/7011d6cfjw1f2ue1l2yscj20gk02amxj.jpg" alt="" /></p> <p>执行安装</p> <p><img src="http://ww1.sinaimg.cn/large/7011d6cfjw1f2ue1w8eqnj20bx00hglg.jpg" alt="" /></p> <h3 id="用rubygems安装jekyll">用RubyGems安装Jekyll</h3> <p>执行下面的语句安装</p> <p><img src="http://ww4.sinaimg.cn/large/7011d6cfjw1f2ue2g2p3uj207x00ft8j.jpg" alt="" /></p> <p>安装结束画面</p> <p><img src="http://ww4.sinaimg.cn/large/7011d6cfjw1f2ue32drwhj20hv09xq5m.jpg" alt="" /></p> <p>至此jekyll就已经安装完毕了,后续就是个性化的自己设定了。</p> <h3 id="创建博客">创建博客</h3> <p>在d盘新建一个工作区jekyllWorkspace</p> <p>cd到jekyllWorkspace</p> <p>执行jekyll new name创建新的工作区</p> <p><img src="http://ww3.sinaimg.cn/large/7011d6cfjw1f2ue3lt31nj20cj02nt8u.jpg" alt="" /></p> <p>文件结构如下:</p> <p><img src="http://ww1.sinaimg.cn/large/7011d6cfjw1f2ue3ujsybj20ek06wabh.jpg" alt="" /></p> <p>cd到博客文件夹,开启服务器</p> <p><img src="http://ww1.sinaimg.cn/large/7011d6cfjw1f2ue47y9lgj20ao00f0sl.jpg" alt="" /></p> <p>watch为了检测文件夹内的变化,即修改后不需要重新启动jekyll</p> <p>我的环境下启动报错(你的可能没有),再安装yajl-ruby和rouge</p> <p><img src="http://ww4.sinaimg.cn/large/7011d6cfjw1f2ue4nelnxj20dd077q49.jpg" alt="" /></p> <p>再次启动服务器成功</p> <p><img src="http://ww4.sinaimg.cn/large/7011d6cfjw1f2ue4v42koj20g505bdgy.jpg" alt="" /></p> <p>访问 http://localhost:4000/</p> <p><img src="http://ww1.sinaimg.cn/large/7011d6cfjw1f2ue56ckwoj20je0eumz3.jpg" alt="" /></p> <p>详细文章页面</p> <p><img src="http://ww2.sinaimg.cn/large/7011d6cfjw1f2ue5f3j9cj20je0gyq7a.jpg" alt="" /></p> <h2 id="后续">后续</h2> <ul> <li>整个安装过程参考了jekyll官网,注意jekyll还有一个简体中文官网,不过比较坑(我就被坑了),有些内容没有翻译过来,有可能会走弯路,建议如果想看中文的相关资料,也要中英对照着阅读。<a href="http://jekyllcn.com">jekyll中文网 http://jekyllcn.com</a>, <a href="http://jekyllrb.com">jekyll英文网 http://jekyllrb.com</a></li> <li>jekyll中的css是用sass写的,当然直接在<code class="highlighter-rouge">_sass/_layout.scss</code>中添加css也是可以的。</li> <li>本文是用Markdown格式来写的,相关语法可参考: <a href="http://wowubuntu.com/markdown/">Markdown 语法说明 (简体中文版) http://wowubuntu.com/markdown/</a></li> <li>按照本文的说明搭建完博客后,用<code class="highlighter-rouge">github Pages</code>托管就可以看到了。注意,在github上面好像不支持rouge,所以要push到github上时,我将配置文件_config.yml中的代码高亮改变为<code class="highlighter-rouge">highlighter: pygments</code>就可以了</li> <li>博客默认是没有评论系统的,本文的评论系统使用了多说,详细安装办法可访问<a href="http://duoshuo.com/">多说官网 http://duoshuo.com/</a>,当然也可以使用<a href="http://changyan.sohu.com/">搜狐畅言 http://changyan.sohu.com/</a>作为评论系统。</li> <li>也可以绑定自己的域名,如果没有域名,可以在<a href="http://www.godaddy.com/">godaddy http://www.godaddy.com/</a>上将域名放入购物车等待降价,买之。</li> <li>祝各位新年快乐!</li> </ul> <hr /> <h2 id="可能出现的问题">可能出现的问题</h2> <h3 id="hitimeshitimes-loaderror"><code class="highlighter-rouge">hitimes/hitimes (LoadError)</code></h3> <p><strong>错误代码:</strong></p> <div class="highlighter-rouge"><pre class="highlight"><code>C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- hitimes/hitimes (LoadError) </code></pre> </div> <p><strong>解决方法:</strong></p> <p>在stackoverflow上又一个很好的解决方法。<a href="http://stackoverflow.com/questions/28985481/hitimes-require-error-when-running-jekyll-serve-on-windows-8-1">hitimes require error when running jekyll serve on windows 8.1</a> 虽然上面的题主问的是 win 8.1 系统下的情况,但是同样适用于 win7。下面我简单翻译一下错误原因和解决方法。</p> <blockquote> <p>可能是 Ruby 2.2 和 hitimes-1.2.2-x86-mingw32 中有一些 ABI 变化,少了一些相关的类库。</p> <p>所以卸载 hitimes 并通过 <code class="highlighter-rouge">--platform ruby</code> 重装即可。代码如下:</p> </blockquote> <div class="highlighter-rouge"><pre class="highlight"><code>gem uni hitimes **Remove ALL versions** gem ins hitimes -v 1.2.1 --platform ruby </code></pre> </div> <blockquote> <p>然后将自动重新编译 hitimes 并适用于 Ruby 2.2</p> </blockquote> <p>下面是我自己的卸载和安装过程:</p> <div class="highlighter-rouge"><pre class="highlight"><code>E:\GitWorkSpace\gaohaoyang.github.io&gt;gem uni hitimes You have requested to uninstall the gem: hitimes-1.2.2-x86-mingw32 timers-4.0.1 depends on hitimes (&gt;= 0) If you remove this gem, these dependencies will not be met. Continue with Uninstall? [yN] y Successfully uninstalled hitimes-1.2.2-x86-mingw32 E:\GitWorkSpace\gaohaoyang.github.io&gt;gem ins hitimes -v 1.2.1 --platform ruby Fetching: hitimes-1.2.1.gem (100%) Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... Successfully installed hitimes-1.2.1 Parsing documentation for hitimes-1.2.1 Installing ri documentation for hitimes-1.2.1 Done installing documentation for hitimes after 1 seconds 1 gem installed </code></pre> </div> <p>关于,<a href="https://rubygems.org/gems/hitimes/versions/1.2.2">hitimes</a> 是一个快速的高效的定时器解决方案库,详情可以去官网查看。</p> </article> <hr> <h2 id="similar_posts">Similar Posts</h2> <ul> <li class="relatedPost"> <a href="http://localhost:4000/2016/03/12/jekyll-theme-version-2.0/">对这个 jekyll 博客主题的改版和重构 </a> </li> </ul> <div class="post-recent"> <div class="pre"> <p><strong>上一篇</strong> <a data-href="/blog/2015/03/21/teach-girlfriend-html-css/" href="/blog/2015/02/10/welcome-to-jekyll/">hello jekyll!</a></p> </div> <div class="nex"> <p><strong>下一篇</strong> <a data-href="/blog/2015/03/21/teach-girlfriend-html-css/" href="/blog/2015/03/21/teach-girlfriend-html-css/">Teach Girlfriend to make a Web Pages like Zhihu</a></p> </div> </div> <h2 id="comments">Comments</h2> <!-- 多说评论框 start --> <div class="ds-thread" data-thread-key="http://localhost:4000/2015/02/16/create-my-blog-with-jekyll/" data-title="Jekyll 搭建静态博客" data-url="http://localhost:4000/2015/02/16/create-my-blog-with-jekyll/"></div> <!-- 多说评论框 end --> <!-- 多说公共JS代码 start (一个网页只需插入一次) --> <script type="text/javascript"> var duoshuoQuery = { short_name: "caesar73" }; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript'; ds.async = true; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </script> <!-- 多说公共JS代码 end --> </div> <button class="anchor"><i class="fa fa-anchor"></i></button> <div class="right"> <div class="wrap"> <!-- Content --> <div class="side content"> <div> Content </div> <ul id="content-side" class="content-ul"> <li><a href="#similar_posts">Similar Posts</a></li> <li><a href="#comments">Comments</a></li> </ul> </div> <!-- 其他div框放到这里 --> <!-- <div class="side">bbbb</div> --> </div> </div> </div> <script> /** * target _blank */ (function() { var aTags = document.querySelectorAll('article a:not([id])') for (var i = 0; i < aTags.length; i++) { aTags[i].setAttribute('target', '_blank') } }()); </script> <script src="/blog/js/pageContent.js " charset="utf-8"></script> <footer class="site-footer"> <div class="wrapper"> <p class="description"> 本站记录我前端之旅的沿途风景! </p> <p class="contact"> Contact me at: <a href="https://github.com/Caesar73" title="GitHub"><i class="fa fa-github" aria-hidden="true"></i></a> <a href="mailto:[email protected]" title="email"><i class="fa fa-envelope-o" aria-hidden="true"></i></a> <a href="http://weibo.com/2462712874" title="Weibo"><i class="fa fa-weibo" aria-hidden="true"></i></a> <a href="https://www.facebook.com/rayanddoctor" title="Facebook"><i class="fa fa-facebook-official" aria-hidden="true"></i></a> </p> <p> 本站总访问量<span id="busuanzi_value_site_pv"></span>次,本站访客数<span id="busuanzi_value_site_uv"></span>人次,本文总阅读量<span id="busuanzi_value_page_pv"></span>次 </p> <p class="power"> <span> Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>. </span> <span> Theme designed by <a href="https://github.com/Gaohaoyang">HyG</a>. </span> </p> </div> </footer> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <div class="back-to-top"> <a href="#top" class="scroll"> <i class="fa fa-arrow-up" aria-hidden="true"></i> </a> </div> <script src="/blog/js/main.js" charset="utf-8"></script> <script src="/blog/js/scroll.min.js" charset="utf-8"></script> </body> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?dd2509b43f23d51c3a12e0fc8183217e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </html>
Caesar73/blog
_site/2015/02/16/create-my-blog-with-jekyll/index.html
HTML
mit
23,445
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script type="text/javascript"> function AddToFaves_hp() { var is_4up = parseInt(navigator.appVersion); var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1; var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1; var thePage = location.href; if (thePage.lastIndexOf('#')!=-1) thePage = thePage.substring(0,thePage.lastIndexOf('#')); if (is_ie && is_4up && !is_mac) window.external.AddFavorite(thePage,document.title); else if (is_ie || document.images) booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60'); //booker_hp.focus(); } </script> </head> <body class="frame"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題:選舉資料庫網站 --> <div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;"> <div style="float: left;"> <img src="http://db.cec.gov.tw/images/main_title.gif" /> </div> <div style="width: 100%; height: 48px;"> <div style="text-align: center;"> <img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw" style="text-decoration: none;">回中選會網站</a> </span> </div> </div> <div style="width: 100%; height: 8px; background-color: #fde501;"> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 頁籤 --> <div style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;"> <div style="text-align: center;"> <a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a> <a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a> <!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> --> <!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> --> <a href="histQuery.jsp?voteCode=20120101T1A2&amp;qryType=ctks&amp;prvCode=06&amp;cityCode=001&amp;areaCode=01&amp;deptCode=001&amp;liCode=0006#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a> <a href="mailto:[email protected];[email protected]"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a> </div> </div> <div style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;"> </div> <div class="query"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 子頁面:查詢候選人得票數 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題 --> <div class="titlebox"> <div class="title"> <div class="head">第 08 屆 立法委員選舉(區域)&nbsp;候選人得票數</div> <div class="date">投票日期:中華民國101年01月14日</div> <div class="separator"></div> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 查詢:候選人得票數,縣市多選區,如區域立委 --> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" /> <!-- 投開票所表頭 --> <table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" > <tr class="title"> <td nowrap align="center">地區</td> <td nowrap align="center">姓名</td> <td nowrap align="center">號次</td> <td nowrap align="center">得票數</td> <td nowrap align="center">得票率</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>宜蘭縣第01選區宜蘭市思源里第0011投開票所</td> <td nowrap align="center">林建榮</td> <td nowrap align="center">1</td> <td nowrap align="right">813</td> <td nowrap align="right"> 59.34%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">陳歐珀</td> <td nowrap align="center">2</td> <td nowrap align="right">557</td> <td nowrap align="right"> 40.65%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>宜蘭縣第01選區宜蘭市思源里第0012投開票所</td> <td nowrap align="center">林建榮</td> <td nowrap align="center">1</td> <td nowrap align="right">745</td> <td nowrap align="right"> 57.35%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">陳歐珀</td> <td nowrap align="center">2</td> <td nowrap align="right">554</td> <td nowrap align="right"> 42.64%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>宜蘭縣第01選區宜蘭市思源里第0013投開票所</td> <td nowrap align="center">林建榮</td> <td nowrap align="center">1</td> <td nowrap align="right">632</td> <td nowrap align="right"> 59.90%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">陳歐珀</td> <td nowrap align="center">2</td> <td nowrap align="right">423</td> <td nowrap align="right"> 40.09%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>宜蘭縣第01選區宜蘭市思源里第0014投開票所</td> <td nowrap align="center">林建榮</td> <td nowrap align="center">1</td> <td nowrap align="right">539</td> <td nowrap align="right"> 61.25%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">陳歐珀</td> <td nowrap align="center">2</td> <td nowrap align="right">341</td> <td nowrap align="right"> 38.75%</td> </tr> </table> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; "> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> <span style="margin-right: 100px;">&nbsp;</span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> </div> </div> </body> </html>
g0v/projectV
mirror/prvCode_07/cityCode_001-areaCode_01-deptCode_001/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_001-areaCode_01-deptCode_001-liCode_0006.html
HTML
mit
7,160
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_13) on Mon Dec 14 15:24:37 MSK 2009 --> <TITLE> StyleRecord (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2009-12-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StyleRecord (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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleRecord.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hssf/record/StringRecord.html" title="class in org.apache.poi.hssf.record"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hssf/record/StyleRecord.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StyleRecord.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.poi.hssf.record</FONT> <BR> Class StyleRecord</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.RecordBase</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.Record</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.StandardRecord</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hssf.record.StyleRecord</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>StyleRecord</B><DT>extends <A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></DL> </PRE> <P> Title: Style Record (0x0293)<p/> Description: Describes a builtin to the gui or user defined style<P> REFERENCE: PG 390 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P> <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Andrew C. Oliver (acoliver at apache dot org), aviks : string fixes for UserDefined Style</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#sid">sid</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#StyleRecord()">StyleRecord</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;creates a new style record, initially set to 'built-in'</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#StyleRecord(org.apache.poi.hssf.record.RecordInputStream)">StyleRecord</A></B>(<A HREF="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A>&nbsp;in)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#getDataSize()">getDataSize</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get the style's name</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#getSid()">getSid</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the non static version of the id for this record.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#getXFIndex()">getXFIndex</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get the actual index of the style extended format record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#isBuiltin()">isBuiltin</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</A></B>(<A HREF="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</A>&nbsp;out)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write the data content of this BIFF record.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#setBuiltinStyle(int)">setBuiltinStyle</A></B>(int&nbsp;builtinStyleId)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this is a builtin style set the number of the built in style</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set the style's name</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#setOutlineStyleLevel(int)">setOutlineStyleLevel</A></B>(int&nbsp;level)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set the row or column level of the style (if builtin 1||2)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#setXFIndex(int)">setXFIndex</A></B>(int&nbsp;xfIndex)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set the actual index of the style extended format record</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get a string representation of the record (for biffview/debugging)</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.StandardRecord"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.<A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#getRecordSize()">getRecordSize</A>, <A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(int, byte[])">serialize</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.Record"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.<A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</A>, <A HREF="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</A>, <A HREF="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="sid"><!-- --></A><H3> sid</H3> <PRE> public static final short <B>sid</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.poi.hssf.record.StyleRecord.sid">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="StyleRecord()"><!-- --></A><H3> StyleRecord</H3> <PRE> public <B>StyleRecord</B>()</PRE> <DL> <DD>creates a new style record, initially set to 'built-in' <P> </DL> <HR> <A NAME="StyleRecord(org.apache.poi.hssf.record.RecordInputStream)"><!-- --></A><H3> StyleRecord</H3> <PRE> public <B>StyleRecord</B>(<A HREF="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A>&nbsp;in)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="setXFIndex(int)"><!-- --></A><H3> setXFIndex</H3> <PRE> public void <B>setXFIndex</B>(int&nbsp;xfIndex)</PRE> <DL> <DD>set the actual index of the style extended format record <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>xfIndex</CODE> - of the xf record</DL> </DD> </DL> <HR> <A NAME="getXFIndex()"><!-- --></A><H3> getXFIndex</H3> <PRE> public int <B>getXFIndex</B>()</PRE> <DL> <DD>get the actual index of the style extended format record <P> <DD><DL> <DT><B>Returns:</B><DD>index of the xf record<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/poi/hssf/record/StyleRecord.html#getXFIndex()"><CODE>getXFIndex()</CODE></A></DL> </DD> </DL> <HR> <A NAME="setName(java.lang.String)"><!-- --></A><H3> setName</H3> <PRE> public void <B>setName</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD>set the style's name <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - of the style</DL> </DD> </DL> <HR> <A NAME="setBuiltinStyle(int)"><!-- --></A><H3> setBuiltinStyle</H3> <PRE> public void <B>setBuiltinStyle</B>(int&nbsp;builtinStyleId)</PRE> <DL> <DD>if this is a builtin style set the number of the built in style <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>builtinStyleId</CODE> - style number (0-7)</DL> </DD> </DL> <HR> <A NAME="setOutlineStyleLevel(int)"><!-- --></A><H3> setOutlineStyleLevel</H3> <PRE> public void <B>setOutlineStyleLevel</B>(int&nbsp;level)</PRE> <DL> <DD>set the row or column level of the style (if builtin 1||2) <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="isBuiltin()"><!-- --></A><H3> isBuiltin</H3> <PRE> public boolean <B>isBuiltin</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> public java.lang.String <B>getName</B>()</PRE> <DL> <DD>get the style's name <P> <DD><DL> <DT><B>Returns:</B><DD>name of the style</DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public java.lang.String <B>toString</B>()</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#toString()">Record</A></CODE></B></DD> <DD>get a string representation of the record (for biffview/debugging) <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getDataSize()"><!-- --></A><H3> getDataSize</H3> <PRE> protected int <B>getDataSize</B>()</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#getDataSize()">getDataSize</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="serialize(org.apache.poi.util.LittleEndianOutput)"><!-- --></A><H3> serialize</H3> <PRE> public void <B>serialize</B>(<A HREF="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</A>&nbsp;out)</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</A></CODE></B></DD> <DD>Write the data content of this BIFF record. The 'ushort sid' and 'ushort size' header fields have already been written by the superclass.<br/> The subclass must write the exact number of bytes as reported by <A HREF="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><CODE>RecordBase.getRecordSize()</CODE></A>} <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getSid()"><!-- --></A><H3> getSid</H3> <PRE> public short <B>getSid</B>()</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">Record</A></CODE></B></DD> <DD>return the non static version of the id for this record. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StyleRecord.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hssf/record/StringRecord.html" title="class in org.apache.poi.hssf.record"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hssf/record/SubRecord.html" title="class in org.apache.poi.hssf.record"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hssf/record/StyleRecord.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StyleRecord.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2009 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
tobyclemson/msci-project
vendor/poi-3.6/doc/apidocs/org/apache/poi/hssf/record/StyleRecord.html
HTML
mit
24,211
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>Document</title> </head> <body> PAGINA WEB DE LA EMPRESA. </body> </html>
IgnasiSanfeliu/paginawebempresa
index.html
HTML
mit
310
<div class="table--event-dashboard wrapper"> <div class="table--heading"> <div class="table--title"> <p>Guestlist (#)</p> </div> <div class="table--options"> <ul class="flex"> <li class="big-only unsent">unsent (56)</li> <li class="small-only unsent">●(56)</li> <li class="big-only attending">attending (26)</li> <li class="small-only attending">●(26)</li> <li class="big-only no-reply">no reply (2)</li> <li class="small-only no-reply">●(2)</li> <li class="big-only declined">Declined (4)</li> <li class="small-only declined">●(4)</li> </ul> </div> </div> <div class="table--sub-heading"> <ul class="flex menu"> <li><p>Name</p> <ul class="list"> <li>Addie Bush</li> <li>Noah Logan</li> <li>Richard Klien</li> </ul> </li> <li><p>Status</p> <ul class="list"> <li class="attending">Attending</li> <li class="no-reply">No Reply</li> <li class="declined">Declined</li> </ul> </li> <li class="big-only"><p>Number of Guests</p> <ul class="list"> <li>2</li> <li>2</li> <li>2</li> </ul> </li> <li class="small-only"><p>Guests</p> <ul class="list"> <li>2</li> <li>2</li> <li>2</li> </ul> </li> <li><p>Gifted</p> <ul class="list"> <li>$150.00</li> <li>$150.00</li> <li>$150.00</li> </ul> </li> <li class="big-only"><p>Guest message</p> <ul class="list"> <li>Hi, Morgan! We are
so excited to see</li> <li>Hi, Morgan! We are
so excited to see</li> <li>Hi, Morgan! We are
so excited to see</li> </ul> </li> <li class="big-only action-list"><p class="action">Actions <ul class="flex actions"> <li> <img src="assets/toolkit/images/icons/send_invite_icon.svg" alt=""> <p>Send Invite</p> </li> <li> <img src="assets/toolkit/images/icons/send_message_icon.svg" alt=""> <p>Send Message</p> </li> <li> <img src="assets/toolkit/images/icons/send_thanks_icon.svg" alt=""> <p>Send Thanks</p> </li> <li> <img src="assets/toolkit/images/icons/delete_guest_icon.svg" alt=""> <p>Delete Guest</p> </li> </ul> <ul class="flex actions"> <li> <img src="assets/toolkit/images/icons/send_invite_icon.svg" alt=""> <p>Send Invite</p> </li> <li> <img src="assets/toolkit/images/icons/send_message_icon.svg" alt=""> <p>Send Message</p> </li> <li> <img src="assets/toolkit/images/icons/send_thanks_icon.svg" alt=""> <p>Send Thanks</p> </li> <li> <img src="assets/toolkit/images/icons/delete_guest_icon.svg" alt=""> <p>Delete Guest</p> </li> </ul> <ul class="flex actions"> <li> <img src="assets/toolkit/images/icons/send_invite_icon.svg" alt=""> <p>Send Invite</p> </li> <li> <img src="assets/toolkit/images/icons/send_message_icon.svg" alt=""> <p>Send Message</p> </li> <li> <img src="assets/toolkit/images/icons/send_thanks_icon.svg" alt=""> <p>Send Thanks</p> </li> <li> <img src="assets/toolkit/images/icons/delete_guest_icon.svg" alt=""> <p>Delete Guest</p> </li> </ul> </p> </li> </ul> </div> </div>
deartrudence/gifted-styleguide
src/materials/components/table.html
HTML
mit
3,311
<!doctype html> <html class="theme-next pisces"> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="Cache-Control" content="no-transform"> <meta http-equiv="Cache-Control" content="no-siteapp"> <link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"> <link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css"> <link href="/css/main.css?v=5.0.1" rel="stylesheet" type="text/css"> <meta name="keywords" content="入门"> <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico?v=5.0.1"> <script> (function(){ if(''){ if (prompt('请输入文章密码') !== ''){ alert('密码错误!'); history.back(); } } })(); </script> <meta name="description" content="编程之路"> <meta property="og:type" content="website"> <meta property="og:title" content="编程之路"> <meta property="og:url" content="/tags/Spring-Security/index.html"> <meta property="og:site_name" content="编程之路"> <meta property="og:description" content="编程之路"> <meta property="og:locale" content="zh-Hans"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="编程之路"> <meta name="twitter:description" content="编程之路"> <script type="text/javascript" id="hexo.configuration"> var NexT = window.NexT || {}; var CONFIG = { scheme: 'Pisces', sidebar: {"position":"left","display":"post"}, fancybox: true, motion: false, duoshuo: { userId: undefined, author: '博主' } }; </script> <title> 标签: Spring Security | 编程之路 - 编程之路 </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?097ddf3186a1ecd7ec2b4978b813d395"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="container one-collumn sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">编程之路</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle" id="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button onclick="showSubtitle()"> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> <nav class="site-nav" id="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br> 首页 </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br> 分类 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-fw fa-calendar-check-o"></i> <br> 归档 </a> </li> <li class="menu-item menu-item-about"> <a href="/about" rel="section"> <i class="menu-item-icon fa fa-fw fa-user"></i> <br> 关于 </a> </li> <li class="menu-item menu-item-search"> <a href="#" class="popup-trigger"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br> 搜索 </a> </li> </ul> <div class="site-search"> <div class="popup"> <span class="search-icon fa fa-search fa-lg"></span> <input type="text" id="local-search-input"> <div id="local-search-result"></div> <span class="popup-btn-close">close</span> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2> Spring Security <small>标签</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2018/08/articles/2018-08-12/" itemprop="url"> <span itemprop="name">Spring Boot 2 整合 Spring Security</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2018-08-12T00:00:00+08:00" content="2018-08-12"> 08-12 </time> </div> </header> </article> </div> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active "> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar.jpg" alt="DLZ"> <p class="site-author-name" itemprop="name">DLZ</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">113</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories"> <span class="site-state-item-count">30</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">3</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/diaolizhi" target="_blank" title="GitHub"> <i class="fa fa-fw fa-github"></i> GitHub </a> </span> <span class="links-of-author-item"> <a href="https://www.zhihu.com/people/diao-li-zhi-79/" target="_blank" title="知乎"> <i class="fa fa-fw fa-globe"></i> 知乎 </a> </span> </div> <div class="links-of-blogroll motion-element links-of-blogroll-inline"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-link"></i> 友情链接 </div> <span class="links-of-author-item" style="text-align:left"> <a href="/" title="当前站点" target="_blank">当前站点</a> </span> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright"> &copy; 2017 - <span itemprop="copyrightYear">2021</span> <span class="with-love"> <i class="fa fa-pencil-square-o"></i> </span> <span class="author" itemprop="copyrightHolder">DLZ</span> <!-- </div> <!-- <div class="powered-by"> 由 <a class="theme-link" href="http://hexo.io" target="_blank">Hexo</a> 强力驱动 </div> <div class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next" target="_blank"> NexT.Pisces </a> </div> <div style="padding-top:1px;"> <span>鄂ICP备16017973号</span> </div> --> </div> </div></footer> <div class="back-to-top"> <i class="fa fa-arrow-up fa-2x" title="回到顶部"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/affix.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.0.1"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.1"></script> <script type="text/javascript"> // Popup Window; var isfetched = false; // Search DB path; var search_path = "search.xml"; if (search_path.length == 0) { search_path = "search.xml"; } var path = "/" + search_path; // monitor main search box; function proceedsearch() { $("body").append('<div class="popoverlay">').css('overflow', 'hidden'); $('.popup').toggle(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; $.ajax({ url: path, dataType: "xml", async: true, success: function( xmlResponse ) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = $( "entry", xmlResponse ).map(function() { return { title: $( "title", this ).text(), content: $("content",this).text(), url: $( "url" , this).text() }; }).get(); var $input = document.getElementById(search_id); var $resultContent = document.getElementById(content_id); $input.addEventListener('input', function(){ var matchcounts = 0; var str='<ul class=\"search-result-list\">'; var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/); $resultContent.innerHTML = ""; if (this.value.trim().length > 1) { // perform local searching datas.forEach(function(data) { var isMatch = false; var content_index = []; var data_title = data.title.trim().toLowerCase(); var data_content = data.content.trim().replace(/<[^>]+>/g,"").toLowerCase(); var data_url = data.url; var index_title = -1; var index_content = -1; var first_occur = -1; // only match artiles with not empty titles and contents if(data_title != '') { keywords.forEach(function(keyword, i) { index_title = data_title.indexOf(keyword); index_content = data_content.indexOf(keyword); if( index_title >= 0 || index_content >= 0 ){ isMatch = true; if (i == 0) { first_occur = index_content; } } }); } // show search results if (isMatch) { matchcounts += 1; str += "<li><a href='"+ data_url +"' class='search-result-title'>"+ data_title +"</a>"; var content = data.content.trim().replace(/<[^>]+>/g,""); if (first_occur >= 0) { // cut out 100 characters var start = first_occur - 20; var end = first_occur + 80; if(start < 0){ start = 0; } if(start == 0){ end = 50; } if(end > content.length){ end = content.length; } var match_content = content.substring(start, end); // highlight all keywords keywords.forEach(function(keyword){ var regS = new RegExp(keyword, "gi"); match_content = match_content.replace(regS, "<b class=\"search-keyword\">"+keyword+"</b>"); }); str += "<p class=\"search-result\">" + match_content +"...</p>" } str += "</li>"; } })}; str += "</ul>"; if (matchcounts == 0) { str = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' } if (keywords == "") { str = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' } $resultContent.innerHTML = str; }); proceedsearch(); } });} // handle and trigger popup window; $('.popup-trigger').mousedown(function(e) { e.stopPropagation(); if (isfetched == false) { searchFunc(path, 'local-search-input', 'local-search-result'); } else { proceedsearch(); }; }); $('.popup-btn-close').click(function(e){ $('.popup').hide(); $(".popoverlay").remove(); $('body').css('overflow', ''); }); $('.popup').click(function(e){ e.stopPropagation(); }); </script> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script> <script>AV.initialize("zPFLpkVuL8bNpqMl24W0E86i-gzGzoHsz", "YhJrGjyDpGD6a8V2BvhDU0X9");</script> <script> function showTime(Counter) { var query = new AV.Query(Counter); var entries = []; var $visitors = $(".leancloud_visitors"); $visitors.each(function () { entries.push( $(this).attr("id").trim() ); }); query.containedIn('url', entries); query.find() .done(function (results) { var COUNT_CONTAINER_REF = '.leancloud-visitors-count'; if (results.length === 0) { $visitors.find(COUNT_CONTAINER_REF).text(0); return; } for (var i = 0; i < results.length; i++) { var item = results[i]; var url = item.get('url'); var time = item.get('time'); var element = document.getElementById(url); $(element).find(COUNT_CONTAINER_REF).text(time); } }) .fail(function (object, error) { console.log("Error: " + error.code + " " + error.message); }); } function addCount(Counter) { var $visitors = $(".leancloud_visitors"); var url = $visitors.attr('id').trim(); var title = $visitors.attr('data-flag-title').trim(); var query = new AV.Query(Counter); query.equalTo("url", url); query.find({ success: function(results) { if (results.length > 0) { var counter = results[0]; counter.fetchWhenSave(true); counter.increment("time"); counter.save(null, { success: function(counter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(counter.get('time')); }, error: function(counter, error) { console.log('Failed to save Visitor num, with error message: ' + error.message); } }); } else { var newcounter = new Counter(); /* Set ACL */ var acl = new AV.ACL(); acl.setPublicReadAccess(true); acl.setPublicWriteAccess(true); newcounter.setACL(acl); /* End Set ACL */ newcounter.set("title", title); newcounter.set("url", url); newcounter.set("time", 1); newcounter.save(null, { success: function(newcounter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(newcounter.get('time')); }, error: function(newcounter, error) { console.log('Failed to create'); } }); } }, error: function(error) { console.log('Error:' + error.code + " " + error.message); } }); } $(function() { var Counter = AV.Object.extend("Counter"); if ($('.leancloud_visitors').length == 1) { addCount(Counter); } else if ($('.post-title-link').length > 1) { showTime(Counter); } }); </script> <script type="text/javascript" async src="//push.zhanzhang.baidu.com/push.js"> </script> <script type="text/JavaScript"> function hideElement(elementID) { var myele=document.getElementById(elementID); myele.style.display="none"; } function showElement(elementID) { var myele=document.getElementById(elementID); myele.style.display="block"; } function showSubtitle() { var siteNav=document.getElementById("site-nav"); if(siteNav.style.display=="block") { var subTitle=document.getElementById("site-subtitle"); subTitle.style.display="none"; }else { var subTitle=document.getElementById("site-subtitle"); subTitle.style.display="block"; } } </script> </body> </html>
diaolizhi/diaolizhi.github.io
tags/Spring-Security/index.html
HTML
mit
20,123
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / mathcomp-algebra - 1.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-algebra <small> 1.6 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.1 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-algebra&quot; version: &quot;1.6&quot; maintainer: &quot;Mathematical Components &lt;[email protected]&gt;&quot; homepage: &quot;http://ssr.msr-inria.inria.fr/&quot; bug-reports: &quot;Mathematical Components &lt;[email protected]&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/algebra&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/algebra&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-fingroup&quot; {= &quot;1.6&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on Algebra&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about discrete (i.e. with decidable equality) algebraic structures : ring, fields, ordered fields, real fields, modules, algebras, integers, rational numbers, polynomials, matrices, vector spaces...&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz&quot; checksum: &quot;md5=038ba80c0d6b430428726ae4d00affcf&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-algebra.1.6 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-mathcomp-algebra -&gt; coq-mathcomp-fingroup &lt; 1.6.1 -&gt; coq-mathcomp-ssreflect &lt; 1.6.1 -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-algebra.1.6</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.1/mathcomp-algebra/1.6.html
HTML
mit
7,911
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="{{ "/assets/vendor/normalize-css/normalize.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/custom.css" | prepend: site.baseurl }}"> {% if site.styles contains site.highlightstyle %} <link rel="stylesheet" href="{{ site.baseurl }}/assets/vendor/highlight/styles/{{ site.highlightstyle }}.css"> {% else %} <link rel="stylesheet" href="{{ site.baseurl }}/assets/vendor/highlight/styles/solarized_dark.css"> {% endif %} <link rel="stylesheet" href="{{ "/assets/vendor/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
ismk/ismk.github.io
_includes/externals/styling.html
HTML
mit
769
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Step 2 Review Agent Widget SDK doc | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="Step 2 Review Agent Widget SDK doc">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <li> <a href="#">Common Guidelines</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="index.html">Home</a></li> <li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li> </ul> </li> <li class="subfolders"> <a href="#">Guides</a> <ul> <li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li> </ul> </li> </ul> <li> <a href="#">Account Configuration</a> <ul> <li class="subfolders"> <a href="#">Predefined Content API</a> <ul> <li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Automatic Messages API</a> <ul> <li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Administration</a> <ul> <li class="subfolders"> <a href="#">Users API</a> <ul> <li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li> <li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li> <li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li> <li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li> <li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li> <li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li> <li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li> <li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li> <li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li> <li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li> <li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Skills API</a> <ul> <li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li> <li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li> <li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li> <li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li> <li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li> <li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li> <li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li> <li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li> <li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Agent Groups API</a> <ul> <li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li> <li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li> <li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li> <li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li> <li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li> <li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li> <li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li> </ul> </li> </ul> <li> <a href="#">Consumer Experience</a> <ul> <li class="subfolders"> <a href="#">JavaScript Chat SDK</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">Push Service API</a> <ul> <li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li> <li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li> <li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li> <li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK iOS (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK Android (2.0)</a> <ul> <li class="thirdlevel"><a href="android-overview.html">Overview</a></li> <li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li> <li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li> <li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li> <li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li> <li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li> <li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li> <li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li> <li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li> <li class="thirdlevel"><a href="android-user-data.html">User Data</a></li> <li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li> <li class="thirdlevel"><a href="android-methods.html">Methods</a></li> <li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li> <li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li> <li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li> <li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li> <li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li> <li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li> <li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li> <li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li> <li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li> <li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li> <li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li> <li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li> <li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li> <li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li> <li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li> <li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li> <li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li> <li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="android-logout.html">logOut</a></li> <li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li> <li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li> <li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li> <li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li> <li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li> <li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li> <li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li> <li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li> <li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li> <li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li> <li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li> <li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li> <li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li> <li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Real-time Interactions</a> <ul> <li class="subfolders"> <a href="#">Visit Information API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li> </ul> </li> <li class="subfolders"> <a href="#">App Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li> <li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Attributes</a> <ul> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li> </ul> </li> <li class="subfolders"> <a href="#">IVR Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li> </ul> </li> <li class="subfolders"> <a href="#">Validate Engagement</a> <ul> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Trigger API</a> <ul> <li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li> <li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li> <li class="thirdlevel"><a href="trigger-click.html">Click</a></li> <li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li> <li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Window Widget SDK</a> <ul> <li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li> </ul> </li> </ul> <li> <a href="#">Agent</a> <ul> <li class="subfolders"> <a href="#">Agent Workspace Widget SDK</a> <ul> <li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li> </ul> </li> <li class="subfolders"> <a href="#">LivePerson Domain API</a> <ul> <li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-login.html">Login</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li> <li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li> <li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li> <li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li> <li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li> <li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li> <li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li> <li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li> <li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li> <li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li> <li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li> <li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li> <li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li> <li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li> <li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li> <li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li> <li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li> <li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li> <li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li> <li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li> <li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API (Beta)</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li> <li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li> <li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li> <li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li> <li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li> <li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li> <li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li> <li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li> <li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li> <li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li> <li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li> </ul> </li> </ul> <li> <a href="#">Messaging Window API</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li> <li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li> <li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li> </ul> </li> <li class="subfolders"> <a href="#">Tutorials</a> <ul> <li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li> <li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li> <li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li> <li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li> <li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li> <li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li> </ul> </li> <li class="subfolders"> <a href="#">Samples</a> <ul> <li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li> </ul> </li> <li class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </li> </ul> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">Step 2 Review Agent Widget SDK doc</h1> </div> <div class="post-content"> <p><a href="https://ce-sr.s3.amazonaws.com/CA/Admin/53_Webagent%20integration.pdf">Add your own widgets to the Agent Workspace</a></p> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 13, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
LivePersonInc/dev-hub
content10/products-kb-step2.html
HTML
mit
165,974
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <script type="text/javascript" src="jquery-1.6.2.min.js"></script> <script type="text/javascript" src="../jquery.touchSlider.js"></script> <script type="text/javascript"> $(document).ready(function(){ var gallery = $('#gallery1').touchSlider({ mode: 'index', center: true, prevLink: 'a.prev', nextLink: 'a.next', onChange: function(prev, curr) { $('#gallery1 div.item').removeClass('focus').removeClass('focus-old'); $('#gallery1 div.item').filter(function(i){return i == curr;}).addClass('focus'); $('#gallery1 div.item').filter(function(i){return i == prev;}).addClass('focus-old'); } }); $('#moveTo').bind('click', function(){ $('#gallery1').get(0).moveTo(3); return false; }) }); </script> </head> <body> <h1>onChange Counter Callback</h1> <div class="gallery-holder"> <div class="gallery" id="gallery1"> <div class="holder"> <div class="list"> <div class="item"><div class="ibox"><img src="assets/tmb1.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb2.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb3.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb4.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb5.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb6.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb7.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb8.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb9.jpg" alt="" /></div></div> <div class="item"><div class="ibox"><img src="assets/tmb10.jpg" alt="" /></div></div> </div> </div> <a href="#" class="prev">Prev item</a> <a href="#" class="next">Next Item</a> <a href="#" id="moveTo">Move to 4th item</a> </div> </div> <div id="console"></div> </body> </html>
mobilizetoday/touchSlider
examples/test12.html
HTML
mit
2,369
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>class PlacesController - Rails Application Documentation</title> <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search.js"></script> <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script> <body id="top" class="class"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>app/controllers/places_controller.rb </ul> </nav> </div> <div id="class-metadata"> <nav id="parent-class-section" class="section"> <h3 class="section-header">Parent</h3> <p class="link"><a href="ApplicationController.html">ApplicationController</a> </nav> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-i-create">#create</a> <li><a href="#method-i-destroy">#destroy</a> <li><a href="#method-i-edit">#edit</a> <li><a href="#method-i-index">#index</a> <li><a href="#method-i-new">#new</a> <li><a href="#method-i-show">#show</a> <li><a href="#method-i-update">#update</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="./doc/README_FOR_APP.html">README_FOR_APP</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="./ApplicationController.html">ApplicationController</a> <li><a href="./ApplicationHelper.html">ApplicationHelper</a> <li><a href="./Document.html">Document</a> <li><a href="./DocumentsController.html">DocumentsController</a> <li><a href="./DocumentsHelper.html">DocumentsHelper</a> <li><a href="./Event.html">Event</a> <li><a href="./EventPermission.html">EventPermission</a> <li><a href="./EventPermissionsController.html">EventPermissionsController</a> <li><a href="./EventPermissionsHelper.html">EventPermissionsHelper</a> <li><a href="./EventType.html">EventType</a> <li><a href="./EventTypesController.html">EventTypesController</a> <li><a href="./EventTypesHelper.html">EventTypesHelper</a> <li><a href="./EventsController.html">EventsController</a> <li><a href="./EventsHelper.html">EventsHelper</a> <li><a href="./HomeController.html">HomeController</a> <li><a href="./HomeHelper.html">HomeHelper</a> <li><a href="./ParticipantType.html">ParticipantType</a> <li><a href="./ParticipantTypesController.html">ParticipantTypesController</a> <li><a href="./ParticipantTypesHelper.html">ParticipantTypesHelper</a> <li><a href="./PdType.html">PdType</a> <li><a href="./PeopleController.html">PeopleController</a> <li><a href="./PeopleHelper.html">PeopleHelper</a> <li><a href="./Permission.html">Permission</a> <li><a href="./PermissionsController.html">PermissionsController</a> <li><a href="./PermissionsHelper.html">PermissionsHelper</a> <li><a href="./Person.html">Person</a> <li><a href="./PersonType.html">PersonType</a> <li><a href="./PersonTypesController.html">PersonTypesController</a> <li><a href="./PersonTypesHelper.html">PersonTypesHelper</a> <li><a href="./Place.html">Place</a> <li><a href="./PlacesController.html">PlacesController</a> <li><a href="./PlacesHelper.html">PlacesHelper</a> <li><a href="./Profile.html">Profile</a> <li><a href="./ProfilesController.html">ProfilesController</a> <li><a href="./ProfilesHelper.html">ProfilesHelper</a> <li><a href="./User.html">User</a> <li><a href="./UsersController.html">UsersController</a> <li><a href="./UsersHelper.html">UsersHelper</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="class">class PlacesController</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> <section id="public-instance-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="method-i-create" class="method-detail "> <div class="method-heading"> <span class="method-name">create</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>POST /places POST /places.json</p> <div class="method-source-code" id="create-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 42</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">create</span> <span class="ruby-ivar">@place</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:place</span>]) <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@place</span>.<span class="ruby-identifier">save</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-ivar">@place</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Place was successfully created.'</span> } <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@place</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:created</span>, <span class="ruby-identifier">location</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@place</span> } <span class="ruby-keyword">else</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;new&quot;</span> } <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@place</span>.<span class="ruby-identifier">errors</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:unprocessable_entity</span> } <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- create-source --> </div> </div><!-- create-method --> <div id="method-i-destroy" class="method-detail "> <div class="method-heading"> <span class="method-name">destroy</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>DELETE /places/1 DELETE /places/1.json</p> <div class="method-source-code" id="destroy-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 74</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">destroy</span> <span class="ruby-ivar">@place</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]) <span class="ruby-ivar">@place</span>.<span class="ruby-identifier">destroy</span> <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">places_url</span> } <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">head</span> <span class="ruby-value">:no_content</span> } <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- destroy-source --> </div> </div><!-- destroy-method --> <div id="method-i-edit" class="method-detail "> <div class="method-heading"> <span class="method-name">edit</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>GET /places/1/edit</p> <div class="method-source-code" id="edit-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 36</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">edit</span> <span class="ruby-ivar">@place</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]) <span class="ruby-keyword">end</span></pre> </div><!-- edit-source --> </div> </div><!-- edit-method --> <div id="method-i-index" class="method-detail "> <div class="method-heading"> <span class="method-name">index</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>GET /places GET /places.json</p> <div class="method-source-code" id="index-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 4</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">index</span> <span class="ruby-ivar">@places</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">all</span> <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-comment"># index.html.erb</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@places</span> } <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- index-source --> </div> </div><!-- index-method --> <div id="method-i-new" class="method-detail "> <div class="method-heading"> <span class="method-name">new</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>GET /places/new GET /places/new.json</p> <div class="method-source-code" id="new-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 26</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">new</span> <span class="ruby-ivar">@place</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-comment"># new.html.erb</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@place</span> } <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- new-source --> </div> </div><!-- new-method --> <div id="method-i-show" class="method-detail "> <div class="method-heading"> <span class="method-name">show</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>GET /places/1 GET /places/1.json</p> <div class="method-source-code" id="show-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 15</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">show</span> <span class="ruby-ivar">@place</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]) <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> <span class="ruby-comment"># show.html.erb</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@place</span> } <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- show-source --> </div> </div><!-- show-method --> <div id="method-i-update" class="method-detail "> <div class="method-heading"> <span class="method-name">update</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <p>PUT /places/1 PUT /places/1.json</p> <div class="method-source-code" id="update-source"> <pre><span class="ruby-comment"># File app/controllers/places_controller.rb, line 58</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">update</span> <span class="ruby-ivar">@place</span> = <span class="ruby-constant">Place</span>.<span class="ruby-identifier">find</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:id</span>]) <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@place</span>.<span class="ruby-identifier">update_attributes</span>(<span class="ruby-identifier">params</span>[<span class="ruby-value">:place</span>]) <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">redirect_to</span> <span class="ruby-ivar">@place</span>, <span class="ruby-identifier">notice</span><span class="ruby-operator">:</span> <span class="ruby-string">'Place was successfully updated.'</span> } <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">head</span> <span class="ruby-value">:no_content</span> } <span class="ruby-keyword">else</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">action</span><span class="ruby-operator">:</span> <span class="ruby-string">&quot;edit&quot;</span> } <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-identifier">json</span><span class="ruby-operator">:</span> <span class="ruby-ivar">@place</span>.<span class="ruby-identifier">errors</span>, <span class="ruby-identifier">status</span><span class="ruby-operator">:</span> <span class="ruby-value">:unprocessable_entity</span> } <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- update-source --> </div> </div><!-- update-method --> </section><!-- public-instance-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.2. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
nac13k/iAdmin
doc/app/PlacesController.html
HTML
mit
19,617
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>libhyps: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / libhyps - 2.0.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> libhyps <small> 2.0.4 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-30 11:23:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 11:23:11 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; synopsis: &quot;Hypotheses manipulation library&quot; homepage: &quot;https://github.com/Matafou/LibHyps&quot; dev-repo: &quot;git+https://github.com/Matafou/LibHyps.git&quot; bug-reports: &quot;https://github.com/Matafou/LibHyps/issues&quot; doc: &quot;https://github.com/Matafou/LibHyps/blob/master/Demo/demo.v&quot; license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {(&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.15~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;keyword:proof environment manipulation&quot; &quot;keyword:forward reasoning&quot; &quot;keyword:hypothesis naming&quot; &quot;category:Miscellaneous/Coq Tactics Library&quot; &quot;logpath:LibHyps&quot; &quot;date:2021-11-17&quot; ] authors: [ &quot;Pierre Courtieu&quot; ] description: &quot; This library defines a set of tactics to manipulate hypothesis individually or by group. In particular it allows applying a tactic on each hypothesis of a goal, or only on *new* hypothesis after some tactic. Examples of manipulations: automatic renaming, subst, revert, or any tactic expecting a hypothesis name as argument. It also provides the especialize tactic to ease forward reasoning by instantianting one, several or all premisses of a hypothesis. &quot; url { http: &quot;https://github.com/Matafou/LibHyps/archive/libhyps-2.0.4.1.tar.gz&quot; checksum: &quot;sha256=e5e23c85d198d112e9269f59b22ef8b087b29bd8c481aad3119a701e238c3e0e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-libhyps.2.0.4 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2). The following dependencies couldn&#39;t be met: - coq-libhyps -&gt; coq &gt;= dev no matching version Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-libhyps.2.0.4</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.2/libhyps/2.0.4.html
HTML
mit
7,208
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" href="{{ url_for('static', filename='controlflag_favicon.png') }}"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Open+Sans" rel="stylesheet"> <link rel="stylesheet" href="{{ url_for('static', filename='LostTime.css') }}"> <title>{% block title %}{% endblock %}</title> {% block addhead %}{% endblock %} </head> {% block body %}{% endblock %} <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> {% block bottomscripts %}{% endblock %} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-76808384-1', 'auto'); ga('send', 'pageview'); </script> </html>
ercjns/LostTime
losttime/templates/basics.html
HTML
mit
1,693
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Elixir-Overpass v0.1.1 – Documentation</title> <meta http-equiv="refresh" content="0; url=extra-api-reference.html"> <meta name="robots" content="noindex"> <meta name="generator" content="ExDoc v0.10.0"> </head> <body></body> </html>
CodeforChemnitz/elixir-overpass
doc/index.html
HTML
mit
322
<h3>Component Declaration</h3> <pre> Vue.component('hello-component', { <b>//Component Declaration</b> template: '&lt;div>Hello there&lt;/div>' <b>//Template Declaration</b> }) new Vue({ el: '#app' }) </pre> <h3>Component Reuse</h3> <pre> &lt;hello-component>&lt;/hello-component> <b>//Component Reuse</b> </pre> <h3>Result</h3> <div class="component-result"> Hello there </div> <div class="example-link hc-card"> <a href="/examples/vue/index.html" target="_blank" class="hc-card"><paper-button raised class="hc-card">Plunkr Example</paper-button></a> <paper-button class="close" on-tap="closeModal">Close</paper-button> </div>
bstavroulakis/hello-component
examples/vue/principles.html
HTML
mit
733
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Thu Mar 05 23:31:44 CST 2015 --> <title>Overview List</title> <meta name="date" content="2015-03-05"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <div class="indexHeader"><a href="allclasses-frame.html" target="packageFrame">All Classes</a></div> <div class="indexContainer"> <h2 title="Packages">Packages</h2> <ul title="Packages"> <li><a href="no/jetpie/ml/feature/package-frame.html" target="packageFrame">no.jetpie.ml.feature</a></li> <li><a href="no/jetpie/ml/model/nb/package-frame.html" target="packageFrame">no.jetpie.ml.model.nb</a></li> <li><a href="no/jetpie/ml/nb/package-frame.html" target="packageFrame">no.jetpie.ml.nb</a></li> <li><a href="no/jetpie/ml/utils/package-frame.html" target="packageFrame">no.jetpie.ml.utils</a></li> </ul> </div> <p>&nbsp;</p> </body> </html>
Jetpie/naive-bayes-java
doc/overview-frame.html
HTML
mit
1,027
<div> <header><%-data.title%></header> <p><%-data.body%> </div>
clux/combustion
test/configged/entry/view.html
HTML
mit
68
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <!-- // 两种方案 // 1. 前后重复图片 2. z-index为2,其他为1 --> <style> *{margin:0; padding:0;} ul,li{list-style-type:none;} .slidebox{position:relative; background:#999;width:1000px; height:350px; margin:0 auto; margin-top:50px; } .slidebox .slide{position:relative; width:1000px; height:350px; overflow:hidden; margin:0; padding:0; border:none;} .slidebox .slide .slide-wrap{position:absolute; top:0px; left:-1000px; width:6000px;height:350px; } .slidebox .slide li{float:left; width:1000px; height: 350px; text-align:center; } .slidebox .control i{color:#000; font-style:normal;font-size:40px;} .slidebox .arrow{position:absolute;top:50%; width:32px; height:32px; display:block; margin-top:-16px; color:#000; cursor:pointer; } .slidebox .control .next{ right:0px; margin-right:-50px; } .slidebox .control .prev{ margin-left:-50px; left:0px; } </style> </head> <body> <div class="m-slide slidebox"> <div class="slide"> <ul class="slide-wrap"> <li class="slider-clone">slide4"随着足记的用户发展,很多广告信息随之而来,大大降低了用户体验;易盾的反垃圾对于我们的服务和用户 的体验来说尤为重要,在前期曾接入过其它云服务产品,但随着产品数据量的增长,误判率变得比较高,为 了追求准确性,技术负责人对比后最终选择了易盾。易盾拥有网易18年反垃圾专业经验,尤其在UGC方面有 海量特征库,业界口碑不错,比较靠谱。”</li> <li class="slider-active"> <div class="imgbox"> <div class="cir"> <img src="https://c.163.com/res/images/index/cstory/cstory4-2.png?09edfe74fc3f4ea2e2dec28ce26d0e45" alt=""> </div> <div class="tips"> <p><span class="mg">中顺易</span><span>DBA</span></p> <p><span>苏程辉</span></p> </div> </div> <div class="txt"> <div class="tipwrap"> <div class="tips"><span class="leftquota">“</span><p><span>利用网易云弹性强、效率高、成本低等特点,帮助我司实现快速搭建平台、节约成本、应对业务高并发、强化安全防护,同时网易云领先的大数据服务能力,使我司能够灵活快捷地进行应用开发与业务落地。</span><span class="rightquota">”</span></p></div> </div> </div> </li> <li>slide2"<img src="https://c.163.com/res/images/index/cstory/cstory3-2.png?67f3eca7ce4f75f31e4b70fd57712b36" alt="">随着足记的用户发展,很多广告信息随之而来,大大降低了用户体验;易盾的反垃圾对于我们的服务和用户 的体验来说尤为重要,在前期曾接入过其它云服务产品,但随着产品数据量的增长,误判率变得比较高,为 了追求准确性,技术负责人对比后最终选择了易盾。易盾拥有网易18年反垃圾专业经验,尤其在UGC方面有 海量特征库,业界口碑不错,比较靠谱。”</li> <li>slide3"随着足记的用户发展,很多广告信息随之而来,大大降低了用户体验;易盾的反垃圾对于我们的服务和用户 的体验来说尤为重要,在前期曾接入过其它云服务产品,但随着产品数据量的增长,误判率变得比较高,为 了追求准确性,技术负责人对比后最终选择了易盾。易盾拥有网易18年反垃圾专业经验,尤其在UGC方面有 海量特征库,业界口碑不错,比较靠谱。”</li> <li>slide4"随着足记的用户发展,很多广告信息随之而来,大大降低了用户体验;易盾的反垃圾对于我们的服务和用户 的体验来说尤为重要,在前期曾接入过其它云服务产品,但随着产品数据量的增长,误判率变得比较高,为 了追求准确性,技术负责人对比后最终选择了易盾。易盾拥有网易18年反垃圾专业经验,尤其在UGC方面有 海量特征库,业界口碑不错,比较靠谱。”</li> <li class="slider-clone">slide1"随着足记的用户发展,很多广告信息随之而来,大大降低了用户体验;易盾的反垃圾对于我们的服务和用户 的体验来说尤为重要,在前期曾接入过其它云服务产品,但随着产品数据量的增长,误判率变得比较高,为 了追求准确性,技术负责人对比后最终选择了易盾。易盾拥有网易18年反垃圾专业经验,尤其在UGC方面有 海量特征库,业界口碑不错,比较靠谱。”</li> </ul> </div> <div class="control"> <a class="prev arrow"><i class="u-icon u-icon-leftar">&lt;</i></a> <a class="next arrow"><i class="u-icon u-icon-rightar">&gt;</i></a> </div> </div> <script src="./js/nej/define.js?pro=./"></script> <script> NEJ.define([ 'base/element', 'base/event', 'util/chain/chainable', 'util/animation/easeinout' ],function(_e,_v,$,_n) { var _pro = {}; /** * 初始化 * @param _width Li元素的宽度 * @property {Object} __container - 外部容器(包含轮播图和切换按钮) * @property {Object} __listWrap - 轮播图容器 * @property {Number} __current - 当前选中项 * @property {Number} __total - Li元素的总数 */ _pro.__init = function() { //获取外部容器以及轮播列表数组和总数&左右按钮 this.__container = $(".slidebox") || {}; this.__listWrap = $(".slide-wrap")[0]; this.__lists = $(".slidebox .slide-wrap > li") || []; this.__width = this.__lists[0].offsetWidth; this.__total = this.__lists.length; this.__prev = $(".slidebox .prev"); this.__next = $(".slidebox .next"); //当前页码和轮播速度和播放效果设置 this.__listWrap.style.left = -this.__width+"px"; this.__current = 1; this.__interval = 5*1000; //左右点击事件绑定click //鼠标hover事件绑定 mouseenter mouseleave _v._$addEvent(this.__prev[0],"click",this.__onPrevPage._$bind(this)); _v._$addEvent(this.__next[0],"click",this.__onNextPage._$bind(this)); _v._$addEvent(this.__container[0],"mouseenter",this.__onStop._$bind(this)); _v._$addEvent(this.__container[0],"mouseleave",this.__onStart._$bind(this)); //初始化触发轮播事件 _pro.__onStart(); }; /** * 轮播列表改变 * @private */ _pro.__onPageChange = function(_target,dir) { var self = this; //Next最后一个 if(_target === 5 && dir === "next") { this.__current = 1; _target = 1; } //Prev最前面一个 if(_target === 0 && dir === "prev") { this.__current = 4; _target = 0; } //根据状态改变target var fTarget = dir == "prev"? _target+1 : _target-1; var tTarget = dir == "next"? _target : _target; var _easeinout = _n._$$AnimEaseInOut._$allocate({ from:{ offset: -fTarget* this.__width }, to:{ offset: -tTarget * this.__width }, duration:1000, onupdate:function(_event){ self.__listWrap.style.left = _event.offset + "px"; }, onstop:function(){ this._$recycle(); } }); _easeinout._$play(); }; /** * 向前一个轮播 * @private * @item */ _pro.__onPrevPage = function() { var self = this; this.__current -= 1; return this.__onPageChange(self.__current,"prev"); }; /** * 向后一个轮播 * @param */ _pro.__onNextPage = function() { var self = this; this.__current += 1; return this.__onPageChange(self.__current,"next"); }; /** * 鼠标移入停止 * @param */ _pro.__onStop = function() { clearInterval(this.__timer); }; /** * 鼠标移出开始 * @param */ _pro.__onStart = function() { var self = this; this.__timer = setInterval( function() { self.__current += 1; self.__onPageChange(self.__current,"next"); }, this.__interval ); }; _pro.__init(); }); </script> </body> </html>
liuyidi/source-code
nej/demo/simpleCarousel.html
HTML
mit
9,093
<ion-header> <ion-navbar> <button menuToggle> <ion-icon name="menu"></ion-icon> </button> <ion-title>Action Sheets</ion-title> <ion-buttons end> <button dark (click)="openSource()"> <ion-icon name="link"></ion-icon> </button> </ion-buttons> </ion-navbar> </ion-header> <ion-content padding class="action-sheets-basic-page"> <button block (click)="openMenu()"> Show Action Sheet </button> <p>{{msg}}</p> </ion-content>
osser/ionic2-sample
ionic2-basic-beta4/app/pages/action-sheets/action-sheets.html
HTML
mit
534
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Vincent van Daal - All-round geek</title> <link rel="stylesheet" href="/theme/css/main.css" /> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="index" class="home"> <header id="banner" class="body"> <h1><a href="/">Vincent van Daal - All-round geek </a></h1> <nav><ul> <li><a href="/category/tutorials.html">Tutorials</a></li> <li><a href="/category/useful-bits-and-bobs.html">Useful bits and bobs</a></li> </ul></nav> </header><!-- /#banner --> <section id="content" class="body"> <h1>Archives for Vincent van Daal - All-round geek</h1> <dl> <dt>Sun 01 December 2013</dt> <dd><a href="/support-diagnostic-tool.html">Upgrading VMware ESXi to 5.1 without use of a depot or update center</a></dd> <dt>Wed 13 November 2013</dt> <dd><a href="/redis-quick-install-on-rhel-based-distributions.html">Redis quick install on RHEL based distributions</a></dd> <dt>Tue 04 June 2013</dt> <dd><a href="/my-trip-to-glasgow-on-5-june-2013.html">My trip to Glasgow on 5 June 2013</a></dd> <dt>Thu 14 February 2013</dt> <dd><a href="/upgrading-esxi-to-5-1-without-depot-or-update-center.html">Upgrading VMware ESXi to 5.1 without use of a depot or update center</a></dd> <dt>Sat 08 December 2012</dt> <dd><a href="/windows-global-system-environment-variables.html">Windows global system environment variables</a></dd> </dl> </section> <section id="extras" class="body"> <div class="blogroll"> <h2>blogroll</h2> <ul> <li><a href="http://getpelican.com/">Pelican</a></li> <li><a href="http://python.org/">Python.org</a></li> <li><a href="http://jinja.pocoo.org/">Jinja2</a></li> <li><a href="#">You can modify those links in your config file</a></li> </ul> </div><!-- /.blogroll --> <div class="social"> <h2>social</h2> <ul> <li><a href="#">You can add links in your config file</a></li> <li><a href="#">Another social link</a></li> </ul> </div><!-- /.social --> </section><!-- /#extras --> <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. </address><!-- /#about --> <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> </footer><!-- /#contentinfo --> </body> </html>
VHWDev/vincentvandaal.nl
public_html/archives.html
HTML
mit
3,129
<!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-beta2) on Mon Mar 19 19:25:36 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> java.util (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="java.util (Java Platform SE 6)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>软件包</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/text/spi/package-summary.html"><B>上一个软件包</B></A>&nbsp; &nbsp;<A HREF="../../java/util/concurrent/package-summary.html"><B>下一个软件包</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?java/util/package-summary.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> 软件包 java.util </H2> 包含 collection 框架、遗留的 collection 类、事件模型、日期和时间设施、国际化和各种实用工具类(字符串标记生成器、随机数生成器和位数组)。 <P> <B>请参见:</B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>描述</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>接口摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Collection.html" title="java.util 中的接口">Collection&lt;E&gt;</A></B></TD> <TD><i>Collection 层次结构</i> 中的根接口。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Comparator.html" title="java.util 中的接口">Comparator&lt;T&gt;</A></B></TD> <TD>强行对某个对象 collection 进行<i>整体排序</i> 的比较函数。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Deque.html" title="java.util 中的接口">Deque&lt;E&gt;</A></B></TD> <TD>一个线性 collection,支持在两端插入和移除元素。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Enumeration.html" title="java.util 中的接口">Enumeration&lt;E&gt;</A></B></TD> <TD>实现 Enumeration 接口的对象,它生成一系列元素,一次生成一个。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/EventListener.html" title="java.util 中的接口">EventListener</A></B></TD> <TD>所有事件侦听器接口必须扩展的标记接口。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Formattable.html" title="java.util 中的接口">Formattable</A></B></TD> <TD><tt>Formattable</tt> 接口必须通过需要执行自定义格式化(使用 <A HREF="../../java/util/Formatter.html" title="java.util 中的类"><CODE>Formatter</CODE></A> 的 <tt>'s'</tt> 转换说明符)的任何类来实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Iterator.html" title="java.util 中的接口">Iterator&lt;E&gt;</A></B></TD> <TD>对 collection 进行迭代的迭代器。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/List.html" title="java.util 中的接口">List&lt;E&gt;</A></B></TD> <TD>有序的 collection(也称为<i>序列</i>)。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ListIterator.html" title="java.util 中的接口">ListIterator&lt;E&gt;</A></B></TD> <TD>系列表迭代器,允许程序员按任一方向遍历列表、迭代期间修改列表,并获得迭代器在列表中的当前位置。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Map.html" title="java.util 中的接口">Map&lt;K,V&gt;</A></B></TD> <TD>将键映射到值的对象。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Map.Entry.html" title="java.util 中的接口">Map.Entry&lt;K,V&gt;</A></B></TD> <TD>映射项(键-值对)。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/NavigableMap.html" title="java.util 中的接口">NavigableMap&lt;K,V&gt;</A></B></TD> <TD>扩展的 <A HREF="../../java/util/SortedMap.html" title="java.util 中的接口"><CODE>SortedMap</CODE></A>,具有了针对给定搜索目标返回最接近匹配项的导航方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/NavigableSet.html" title="java.util 中的接口">NavigableSet&lt;E&gt;</A></B></TD> <TD>扩展的 <A HREF="../../java/util/SortedSet.html" title="java.util 中的接口"><CODE>SortedSet</CODE></A>,具有了为给定搜索目标报告最接近匹配项的导航方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Observer.html" title="java.util 中的接口">Observer</A></B></TD> <TD>一个可在观察者要得到 observable 对象更改通知时可实现 <code>Observer</code> 接口的类。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Queue.html" title="java.util 中的接口">Queue&lt;E&gt;</A></B></TD> <TD>在处理元素前用于保存元素的 collection。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/RandomAccess.html" title="java.util 中的接口">RandomAccess</A></B></TD> <TD><tt>List</tt> 实现所使用的标记接口,用来表明其支持快速(通常是固定时间)随机访问。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Set.html" title="java.util 中的接口">Set&lt;E&gt;</A></B></TD> <TD>一个不包含重复元素的 collection。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/SortedMap.html" title="java.util 中的接口">SortedMap&lt;K,V&gt;</A></B></TD> <TD>进一步提供关于键的<i>总体排序</i> 的 <A HREF="../../java/util/Map.html" title="java.util 中的接口"><CODE>Map</CODE></A>。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/SortedSet.html" title="java.util 中的接口">SortedSet&lt;E&gt;</A></B></TD> <TD>进一步提供关于元素的<i>总体排序</i> 的 <A HREF="../../java/util/Set.html" title="java.util 中的接口"><CODE>Set</CODE></A>。</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>类摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractCollection.html" title="java.util 中的类">AbstractCollection&lt;E&gt;</A></B></TD> <TD>此类提供 <tt>Collection</tt> 接口的骨干实现,以最大限度地减少了实现此接口所需的工作。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractList.html" title="java.util 中的类">AbstractList&lt;E&gt;</A></B></TD> <TD>此类提供 <A HREF="../../java/util/List.html" title="java.util 中的接口"><CODE>List</CODE></A> 接口的骨干实现,以最大限度地减少实现“随机访问”数据存储(如数组)支持的该接口所需的工作。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractMap.html" title="java.util 中的类">AbstractMap&lt;K,V&gt;</A></B></TD> <TD>此类提供 <tt>Map</tt> 接口的骨干实现,以最大限度地减少实现此接口所需的工作。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractMap.SimpleEntry.html" title="java.util 中的类">AbstractMap.SimpleEntry&lt;K,V&gt;</A></B></TD> <TD>维护键和值的 Entry。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractMap.SimpleImmutableEntry.html" title="java.util 中的类">AbstractMap.SimpleImmutableEntry&lt;K,V&gt;</A></B></TD> <TD>维护不可变的键和值的 Entry。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractQueue.html" title="java.util 中的类">AbstractQueue&lt;E&gt;</A></B></TD> <TD>此类提供某些 <A HREF="../../java/util/Queue.html" title="java.util 中的接口"><CODE>Queue</CODE></A> 操作的骨干实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractSequentialList.html" title="java.util 中的类">AbstractSequentialList&lt;E&gt;</A></B></TD> <TD>此类提供了 <tt>List</tt> 接口的骨干实现,从而最大限度地减少了实现受&ldquo;连续访问&rdquo;数据存储(如链接列表)支持的此接口所需的工作。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/AbstractSet.html" title="java.util 中的类">AbstractSet&lt;E&gt;</A></B></TD> <TD>此类提供 <tt>Set</tt> 接口的骨干实现,从而最大限度地减少了实现此接口所需的工作。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ArrayDeque.html" title="java.util 中的类">ArrayDeque&lt;E&gt;</A></B></TD> <TD><A HREF="../../java/util/Deque.html" title="java.util 中的接口"><CODE>Deque</CODE></A> 接口的大小可变数组的实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ArrayList.html" title="java.util 中的类">ArrayList&lt;E&gt;</A></B></TD> <TD><tt>List</tt> 接口的大小可变数组的实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Arrays.html" title="java.util 中的类">Arrays</A></B></TD> <TD>此类包含用来操作数组(比如排序和搜索)的各种方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/BitSet.html" title="java.util 中的类">BitSet</A></B></TD> <TD>此类实现了一个按需增长的位向量。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Calendar.html" title="java.util 中的类">Calendar</A></B></TD> <TD><code>Calendar</code> 类是一个抽象类,它为特定瞬间与一组诸如 <code>YEAR</code>、<code>MONTH</code>、<code>DAY_OF_MONTH</code>、<code>HOUR</code> 等 <A HREF="../../java/util/Calendar.html#fields"><CODE>日历字段</CODE></A>之间的转换提供了一些方法,并为操作日历字段(例如获得下星期的日期)提供了一些方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Collections.html" title="java.util 中的类">Collections</A></B></TD> <TD>此类完全由在 collection 上进行操作或返回 collection 的静态方法组成。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Currency.html" title="java.util 中的类">Currency</A></B></TD> <TD>表示货币。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Date.html" title="java.util 中的类">Date</A></B></TD> <TD>类 <code>Date</code> 表示特定的瞬间,精确到毫秒。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Dictionary.html" title="java.util 中的类">Dictionary&lt;K,V&gt;</A></B></TD> <TD><code>Dictionary</code> 类是任何可将键映射到相应值的类(如 <code>Hashtable</code>)的抽象父类。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/EnumMap.html" title="java.util 中的类">EnumMap&lt;K extends Enum&lt;K&gt;,V&gt;</A></B></TD> <TD>与枚举类型键一起使用的专用 <A HREF="../../java/util/Map.html" title="java.util 中的接口"><CODE>Map</CODE></A> 实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/EnumSet.html" title="java.util 中的类">EnumSet&lt;E extends Enum&lt;E&gt;&gt;</A></B></TD> <TD>与枚举类型一起使用的专用 <A HREF="../../java/util/Set.html" title="java.util 中的接口"><CODE>Set</CODE></A> 实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/EventListenerProxy.html" title="java.util 中的类">EventListenerProxy</A></B></TD> <TD>将一组附加参数与侦听器关联的 EventListener 类的抽象包装器类。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/EventObject.html" title="java.util 中的类">EventObject</A></B></TD> <TD> 所有事件状态对象都将从其派生的根类。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/FormattableFlags.html" title="java.util 中的类">FormattableFlags</A></B></TD> <TD>将 FomattableFlags 传递给 <A HREF="../../java/util/Formattable.html#formatTo(java.util.Formatter, int, int, int)"><CODE>Formattable.formatTo()</CODE></A> 方法,并修改 <A HREF="../../java/util/Formattable.html" title="java.util 中的接口">Formattables</A> 的输出格式。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Formatter.html" title="java.util 中的类">Formatter</A></B></TD> <TD>printf 风格的格式字符串的解释程序。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/GregorianCalendar.html" title="java.util 中的类">GregorianCalendar</A></B></TD> <TD><code>GregorianCalendar</code> 是 <code>Calendar</code> 的一个具体子类,提供了世界上大多数国家/地区使用的标准日历系统。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/HashMap.html" title="java.util 中的类">HashMap&lt;K,V&gt;</A></B></TD> <TD>基于哈希表的 <tt>Map</tt> 接口的实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/HashSet.html" title="java.util 中的类">HashSet&lt;E&gt;</A></B></TD> <TD>此类实现 <tt>Set</tt> 接口,由哈希表(实际上是一个 <tt>HashMap</tt> 实例)支持。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Hashtable.html" title="java.util 中的类">Hashtable&lt;K,V&gt;</A></B></TD> <TD>此类实现一个哈希表,该哈希表将键映射到相应的值。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IdentityHashMap.html" title="java.util 中的类">IdentityHashMap&lt;K,V&gt;</A></B></TD> <TD>此类利用哈希表实现 <tt>Map</tt> 接口,比较键(和值)时使用引用相等性代替对象相等性。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/LinkedHashMap.html" title="java.util 中的类">LinkedHashMap&lt;K,V&gt;</A></B></TD> <TD><tt>Map</tt> 接口的哈希表和链接列表实现,具有可预知的迭代顺序。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/LinkedHashSet.html" title="java.util 中的类">LinkedHashSet&lt;E&gt;</A></B></TD> <TD>具有可预知迭代顺序的 <tt>Set</tt> 接口的哈希表和链接列表实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/LinkedList.html" title="java.util 中的类">LinkedList&lt;E&gt;</A></B></TD> <TD><tt>List</tt> 接口的链接列表实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ListResourceBundle.html" title="java.util 中的类">ListResourceBundle</A></B></TD> <TD><code>ListResourceBundle</code> 是 <code>ResourceBundle</code> 的一个抽象类,用于管理方便而又易于使用的列表中的语言环境资源。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Locale.html" title="java.util 中的类">Locale</A></B></TD> <TD><code>Locale</code> 对象表示了特定的地理、政治和文化地区。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Observable.html" title="java.util 中的类">Observable</A></B></TD> <TD>此类表示模型视图范例中的 observable 对象,或者说“数据”。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/PriorityQueue.html" title="java.util 中的类">PriorityQueue&lt;E&gt;</A></B></TD> <TD>一个基于优先级堆的无界优先级<A HREF="../../java/util/Queue.html" title="java.util 中的接口">队列</A>。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Properties.html" title="java.util 中的类">Properties</A></B></TD> <TD><code>Properties</code> 类表示了一个持久的属性集。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/PropertyPermission.html" title="java.util 中的类">PropertyPermission</A></B></TD> <TD>此类用于属性权限。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/PropertyResourceBundle.html" title="java.util 中的类">PropertyResourceBundle</A></B></TD> <TD><code>PropertyResourceBundle</code> 是 <code>ResourceBundle</code> 的一个具体子类,它使用属性文件中的静态字符串集来管理语言环境资源。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Random.html" title="java.util 中的类">Random</A></B></TD> <TD>此类的实例用于生成伪随机数流。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ResourceBundle.html" title="java.util 中的类">ResourceBundle</A></B></TD> <TD>资源包包含特定于语言环境的对象。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ResourceBundle.Control.html" title="java.util 中的类">ResourceBundle.Control</A></B></TD> <TD><code>ResourceBundle.Control</code> 定义一个回调方法集,它在包加载进程中由 <A HREF="../../java/util/ResourceBundle.html#getBundle(java.lang.String, java.util.Locale, java.lang.ClassLoader, java.util.ResourceBundle.Control)"><CODE>ResourceBundle.getBundle</CODE></A> 工厂方法调用。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Scanner.html" title="java.util 中的类">Scanner</A></B></TD> <TD>一个可以使用正则表达式来解析基本类型和字符串的简单文本扫描器。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ServiceLoader.html" title="java.util 中的类">ServiceLoader&lt;S&gt;</A></B></TD> <TD>一个简单的服务提供者加载设施。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/SimpleTimeZone.html" title="java.util 中的类">SimpleTimeZone</A></B></TD> <TD><code>SimpleTimeZone</code> 是 <code>TimeZone</code> 的具体子类,表示一个使用格里高利历的时区。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Stack.html" title="java.util 中的类">Stack&lt;E&gt;</A></B></TD> <TD><code>Stack</code> 类表示后进先出(LIFO)的对象堆栈。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/StringTokenizer.html" title="java.util 中的类">StringTokenizer</A></B></TD> <TD>string tokenizer 类允许应用程序将字符串分解为标记。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Timer.html" title="java.util 中的类">Timer</A></B></TD> <TD>一种工具,线程用其安排以后在后台线程中执行的任务。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/TimerTask.html" title="java.util 中的类">TimerTask</A></B></TD> <TD>由 Timer 安排为一次执行或重复执行的任务。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/TimeZone.html" title="java.util 中的类">TimeZone</A></B></TD> <TD><code>TimeZone</code> 表示时区偏移量,也可以计算夏令时。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/TreeMap.html" title="java.util 中的类">TreeMap&lt;K,V&gt;</A></B></TD> <TD>基于红黑树(Red-Black tree)的 <A HREF="../../java/util/NavigableMap.html" title="java.util 中的接口"><CODE>NavigableMap</CODE></A> 实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/TreeSet.html" title="java.util 中的类">TreeSet&lt;E&gt;</A></B></TD> <TD>基于 <A HREF="../../java/util/TreeMap.html" title="java.util 中的类"><CODE>TreeMap</CODE></A> 的 <A HREF="../../java/util/NavigableSet.html" title="java.util 中的接口"><CODE>NavigableSet</CODE></A> 实现。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/UUID.html" title="java.util 中的类">UUID</A></B></TD> <TD>表示通用唯一标识符 (UUID) 的类。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Vector.html" title="java.util 中的类">Vector&lt;E&gt;</A></B></TD> <TD><code>Vector</code> 类可以实现可增长的对象数组。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/WeakHashMap.html" title="java.util 中的类">WeakHashMap&lt;K,V&gt;</A></B></TD> <TD>以<em>弱键</em> 实现的基于哈希表的 <tt>Map</tt>。</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>枚举摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/Formatter.BigDecimalLayoutForm.html" title="java.util 中的枚举">Formatter.BigDecimalLayoutForm</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>异常摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ConcurrentModificationException.html" title="java.util 中的类">ConcurrentModificationException</A></B></TD> <TD>当方法检测到对象的并发修改,但不允许这种修改时,抛出此异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/DuplicateFormatFlagsException.html" title="java.util 中的类">DuplicateFormatFlagsException</A></B></TD> <TD>格式说明符中提供重复标志时抛出的未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/EmptyStackException.html" title="java.util 中的类">EmptyStackException</A></B></TD> <TD>该异常由 <code>Stack</code> 类中的方法抛出,以表明堆栈为空。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/FormatFlagsConversionMismatchException.html" title="java.util 中的类">FormatFlagsConversionMismatchException</A></B></TD> <TD>转换与标志不兼容时抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/FormatterClosedException.html" title="java.util 中的类">FormatterClosedException</A></B></TD> <TD>格式器已关闭时抛出的未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IllegalFormatCodePointException.html" title="java.util 中的类">IllegalFormatCodePointException</A></B></TD> <TD>将具有 <A HREF="../../java/lang/Character.html#isValidCodePoint(int)"><CODE>Character.isValidCodePoint(int)</CODE></A> 所定义的无效 Unicode 代码点的字符传递给 <A HREF="../../java/util/Formatter.html" title="java.util 中的类"><CODE>Formatter</CODE></A> 时,抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IllegalFormatConversionException.html" title="java.util 中的类">IllegalFormatConversionException</A></B></TD> <TD>当对应于格式说明符的参数为不兼容的类型时,抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IllegalFormatException.html" title="java.util 中的类">IllegalFormatException</A></B></TD> <TD>当格式字符串包含非法语法,或者包含与给定参数不兼容的格式说明符时,将抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IllegalFormatFlagsException.html" title="java.util 中的类">IllegalFormatFlagsException</A></B></TD> <TD>当给出非法组合标志时,抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IllegalFormatPrecisionException.html" title="java.util 中的类">IllegalFormatPrecisionException</A></B></TD> <TD>当精度为除 <tt>-1</tt> 以外的负值、转换类型不支持某个精度或者值在其他方面不受支持时,将抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/IllegalFormatWidthException.html" title="java.util 中的类">IllegalFormatWidthException</A></B></TD> <TD>当格式宽度为除 <tt>-1</tt> 以外的负值或其他不受支持的值时,将抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/InputMismatchException.html" title="java.util 中的类">InputMismatchException</A></B></TD> <TD>由 <code>Scanner</code> 抛出,表明获取的标记与期望类型的模式不匹配,或者该标记超出期望类型的范围。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/InvalidPropertiesFormatException.html" title="java.util 中的类">InvalidPropertiesFormatException</A></B></TD> <TD>当按照 <A HREF="../../java/util/Properties.html" title="java.util 中的类"><CODE>Properties</CODE></A> 规范,输入内容不符合属性集的正确 XML 文档类型,从而无法完成操作时,抛出此异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/MissingFormatArgumentException.html" title="java.util 中的类">MissingFormatArgumentException</A></B></TD> <TD>如果格式说明符没有相应的参数,或者参数索引引用了不存在的参数时,则抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/MissingFormatWidthException.html" title="java.util 中的类">MissingFormatWidthException</A></B></TD> <TD>请求格式宽度时抛出未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/MissingResourceException.html" title="java.util 中的类">MissingResourceException</A></B></TD> <TD>缺少资源时抛出此异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/NoSuchElementException.html" title="java.util 中的类">NoSuchElementException</A></B></TD> <TD>由 <code>Enumeration</code> 的 <code>nextElement</code> 方法抛出,表明枚举中没有更多的元素。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/TooManyListenersException.html" title="java.util 中的类">TooManyListenersException</A></B></TD> <TD> <code> TooManyListenersException </code> 异常用作 Java Event 模型的一部分来注释和实现多播 Event Source 的单播特例。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/UnknownFormatConversionException.html" title="java.util 中的类">UnknownFormatConversionException</A></B></TD> <TD>给定未知的转换时所抛出的未经检查的异常。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/UnknownFormatFlagsException.html" title="java.util 中的类">UnknownFormatFlagsException</A></B></TD> <TD>给定未知标志时所抛出的未经检查的异常。</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>错误摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../java/util/ServiceConfigurationError.html" title="java.util 中的类">ServiceConfigurationError</A></B></TD> <TD>在加载服务提供者的过程中出错时抛出的错误。</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> 软件包 java.util 的描述 </H2> <P> 包含 collection 框架、遗留的 collection 类、事件模型、日期和时间设施、国际化和各种实用工具类(字符串标记生成器、随机数生成器和位数组)。 <h2>包规范</h2> <ul> <li><a href="../../../technotes/guides/collections/overview.html"><b>Collections Framework Overview</b></a> <li><a href="../../../technotes/guides/collections/reference.html"><b>Collections Framework Annotated Outline</b></a> </ul> <h2>相关文档</h2> 有关概述、教程、示例、指南和工具文档的信息,请参阅: <ul> <li><a href="http://www.java.sun.com/docs/books/tutorial/collections/"><b>Collections Framework Tutorial</b></a> <li><a href="../../../technotes/guides/collections/designfaq.html"><b>Collections Framework Design FAQ</b></a> </ul> <P> <P> <DL> <DT><B>从以下版本开始:</B></DT> <DD>JDK1.0</DD> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>软件包</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/text/spi/package-summary.html"><B>上一个软件包</B></A>&nbsp; &nbsp;<A HREF="../../java/util/concurrent/package-summary.html"><B>下一个软件包</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?java/util/package-summary.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
piterlin/piterlin.github.io
doc/jdk6_cn/java/util/package-summary.html
HTML
mit
36,653
<!-- footer도 여기에 있음 --> <!DOCTYPE html> <html> <head> <!-- Document Settings --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Base Meta --> <!-- iOS-tip 이라고 태그를 만들었으면 post에서는 iOS tip 이라고 태그를 줘야한다. --> <!-- dynamically fixing the title for tag/author pages --> <title>Project - iOS 삽질 블로그</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- Styles'n'Scripts --> <link rel="stylesheet" type="text/css" href="/assets/built/screen.css" /> <link rel="stylesheet" type="text/css" href="/assets/built/screen.edited.css" /> <link rel="stylesheet" type="text/css" href="/assets/built/syntax.css" /> <!-- highlight.js --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"> <style>.hljs { background: none; }</style> <!-- This tag outputs SEO meta+structured data and other important settings --> <meta name="description" content="iOS developer." /> <link rel="shortcut icon" href="https://leejigun.github.io//assets/images/blog-icon.png" type="image/png" /> <link rel="canonical" href="https://leejigun.github.io//tag/project/" /> <meta name="referrer" content="no-referrer-when-downgrade" /> <!--title below is coming from _includes/dynamic_title--> <meta property="og:site_name" content="iOS 삽질 블로그" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Project - iOS 삽질 블로그" /> <meta property="og:description" content="iOS developer." /> <meta property="og:url" content="https://leejigun.github.io//tag/project/" /> <meta property="og:image" content="https://leejigun.github.io//assets/images/blog-cover.jpg" /> <meta property="article:publisher" content="https://www.facebook.com/" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Project - iOS 삽질 블로그" /> <meta name="twitter:description" content="iOS developer." /> <meta name="twitter:url" content="https://leejigun.github.io//" /> <meta name="twitter:image" content="https://leejigun.github.io//assets/images/blog-cover.jpg" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="iOS 삽질 블로그" /> <meta name="twitter:site" content="@" /> <meta name="twitter:creator" content="@" /> <meta property="og:image:width" content="2000" /> <meta property="og:image:height" content="666" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Website", "publisher": { "@type": "Organization", "name": "iOS 삽질 블로그", "logo": "https://leejigun.github.io//assets/images/blog-icon.png" }, "url": "https://leejigun.github.io//tag/project/", "image": { "@type": "ImageObject", "url": "https://leejigun.github.io//assets/images/blog-cover.jpg", "width": 2000, "height": 666 }, "mainEntityOfPage": { "@type": "WebPage", "@id": "https://leejigun.github.io//tag/project/" }, "description": "iOS developer." } </script> <!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script> <script type="text/javascript"> ghost.init({ clientId: "ghost-frontend", clientSecret: "f84a07a72b17" }); </script> --> <meta name="generator" content="Jekyll 3.6.2" /> <link rel="alternate" type="application/rss+xml" title="Tag Page" href="/feed.xml" /> </head> <body class="tag-template"> <div class="site-wrapper"> <!-- All the main content gets inserted here, index.hbs, post.hbs, etc --> <!-- HTML elements for search --> <!-- default --> <!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --> <!-- The big featured header, it uses blog cover image as a BG if available --> <!-- #tag --> <!-- dynamically loading backgrounds for tags, descriptions and page titles --> <header class="site-header outer " style="background-image: url(/./assets/images/taygaCover.jpg) "> <div class="inner"> <!-- 네비게이션 바 --> <nav class="site-nav"> <div class="site-nav-left"> <a class="site-nav-logo" href="https://leejigun.github.io//"><img src="/assets/images/blog-icon.png" alt="iOS 삽질 블로그" /></a> <!-- 여기서 navigation 에 표시할 이이템 추가 --> <ul class="nav" role="menu"> <li class="nav-home" role="menuitem"><a href="/">Home</a></li> <li class="nav-about" role="menuitem"><a href="/about/">About</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/ios-tip/">iOS tip</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/watchos/">watchOS</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/rxswift/">RxSwift</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/swiftui/">swiftui</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/project/">project</a></li> <li class="nav-getting-started" role="menuitem"><a href="/tag/ml/">ML</a></li> <li class="nav-try-ghost" role="menuitem"><a href="https://github.com/Leejigun">github</a></li> <li class="nav-try-ghost" role="menuitem"><a href="/search.html">Search</a></li> </ul> </div> <div class="site-nav-right"> <div class="social-links"> </div> </div> </nav> <div class="site-header-content"> <h1 class="site-title">Project</h1> <h2 class="site-description"> 개인 프로젝트 </h2> </div> </div> </header> <!-- tag --> <!-- The main content area --> <main id="site-main" class="site-main outer" role="main"> <div class="inner"> <div class="post-feed"> <!-- The tag below includes the markup for each post - partials/post-card.hbs --> <article class="post-card tag-template"> <a class="post-card-image-link" href="/SwiftUI_page_based_navigation"> <div class="post-card-image" style="background-image: url(/assets/images/watchOS/2019-12-23-SwiftUI_page_based_navigation/background.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/SwiftUI_page_based_navigation"> <header class="post-card-header"> <span class="post-card-tags">Watchos</span> <span class="post-card-tags">Swiftui</span> <span class="post-card-tags">Project</span> <h2 class="post-card-title">SwiftUI에서 page based navigation 사용하기</h2> </header> <section class="post-card-excerpt"> <p>SwiftUI에서 page based navigation 사용하기 apple watch의 UI 베이스는 주로 page base navigation 형태를 취하고 있다. apple watch는 작은 화면에서 사용자에게 같은 레벨의 UI를 제공하기 위해 페이지 형태를 제공하고 있다. Designing for the</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Circle_Timer_4_MVVM_Combine"> <div class="post-card-image" style="background-image: url(/assets/images/watchOS/2019-12-19-Circle_Timer_4_MVVM_Combine/background.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Circle_Timer_4_MVVM_Combine"> <header class="post-card-header"> <span class="post-card-tags">Watchos</span> <span class="post-card-tags">Swiftui</span> <span class="post-card-tags">Project</span> <h2 class="post-card-title">Circle Timer 만들기_4_MVVM_Combine</h2> </header> <section class="post-card-excerpt"> <p>Circle Timer 만들기_4_MVVM_Combine 앞서 타이머 UI를 만들었는데, 이제 실제 UI를 만들어 보려 한다. 실제 프로젝트에서는 RxSwift와 MVVM을 사용해 개발하는데, 이번에 SwiftUI로 화면을 만들기 시작했으니 이번 기회에 Combine을 사용해보려 한다. MVVM 예전에 SwiftUI와 MVVM에</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Circle_Timer_3_User_Interation"> <div class="post-card-image" style="background-image: url(/assets/images/watchOS/2019-12-19-Circle_Timer_3_User_Interation/background.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Circle_Timer_3_User_Interation"> <header class="post-card-header"> <span class="post-card-tags">Watchos</span> <span class="post-card-tags">Swiftui</span> <span class="post-card-tags">Project</span> <h2 class="post-card-title">Circle Timer 만들기_3_User_Interation(SwiftUI, gesture, DragGesture)</h2> </header> <section class="post-card-excerpt"> <p>Circle Timer 만들기_3_User_Interation(SwiftUI, gesture, DragGesture) 이제 타임 타이머와 마찬가지로 손가락을 이용해서 시간을 설정할 수 있는 기능을 넣겠습니다. 손가락으로 시간을 변경 하려면 사용자의 drag 제스쳐를 잡아낼 수 있어야 합니다. 사전에 만든 CircleShape를 화면에 붙여줍니다.</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Circle_Timer_2_SwiftUI_CoreGraphics_Shape"> <div class="post-card-image" style="background-image: url(/assets/images/watchOS/2019-12-19-Circle_Timer_2_SwiftUI_CoreGraphics_Shape/background.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Circle_Timer_2_SwiftUI_CoreGraphics_Shape"> <header class="post-card-header"> <span class="post-card-tags">Watchos</span> <span class="post-card-tags">Swiftui</span> <span class="post-card-tags">Project</span> <h2 class="post-card-title">Circle Timer 만들기_2(SwiftUI, CoreGraphics, Shape)</h2> </header> <section class="post-card-excerpt"> <p>Circle Timer 만들기_2(SwiftUI, CoreGraphics, Shape) 앞선 포스트에서는 Path를 사용화 화면을 그렸다. 타임 타이머와 유사한 화면을 그렸다. 이번 포스트에서는 Shape를 사용해 이전에 구현했던 것과 같은 화면을 그리려 한다. Shape와 Paths의 차이는 앞선 포스트를 설명했다.</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Circle_Timer_SwiftUI_CoreGraphics_Paths"> <div class="post-card-image" style="background-image: url(/assets/images/watchOS/2019-12-18-Circle_Timer_SwiftUI_CoreGraphics_Paths/background.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Circle_Timer_SwiftUI_CoreGraphics_Paths"> <header class="post-card-header"> <span class="post-card-tags">Watchos</span> <span class="post-card-tags">Swiftui</span> <span class="post-card-tags">Project</span> <h2 class="post-card-title">Circle Timer 만들기(SwiftUI, CoreGraphics, Paths)</h2> </header> <section class="post-card-excerpt"> <p>Circle Timer 만들기(SwiftUI, CoreGraphics, Paths) 목표 타임 타이머 형태의 원형 뷰를 만든다. 사용자의 움직임에 따라서 각도를 변경한다. 원 그리기 타임 타이머 Mod 의 핵심은 시각적으로 붉은색 원이 줄어드는데 있다. 따라서 자유 자제로 저</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Tayga-Moya,RxSwift"> <div class="post-card-image" style="background-image: url(/assets/images/tayga/ReactiveX_logo.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Tayga-Moya,RxSwift"> <header class="post-card-header"> <span class="post-card-tags">Project</span> <h2 class="post-card-title">[Tayga 개발기] (3) - RxSwift를 통한 Moya 비동기 처리</h2> </header> <section class="post-card-excerpt"> <p>저번 포스트에 이어서 Moya 타겟에 실제로 RxSwift를 통해 데이터를 읽어오겠습니다. 저번 포스트에서 만든 Endpoint로 이루어진 타겟 enum은 실제로는 아무 동작도 하지 않습니다. 그저 타겟 타입들을 정해주는 역할을 수행할 뿐 실제 동작을 위해서는 Provider가</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Tayga-TwitchAPI-Moya"> <div class="post-card-image" style="background-image: url(/assets/images/tayga/moya_logo_github.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Tayga-TwitchAPI-Moya"> <header class="post-card-header"> <span class="post-card-tags">Project</span> <h2 class="post-card-title">[Tayga 개발기] (2) - Moya, TwitchAPI를 통해 데이터 불러오기.</h2> </header> <section class="post-card-excerpt"> <p>네트워크 라이브러리의 경우, 개발 과정에서 거의 필수로 사용하고 있다. 안드로이드 개발을 진행할 땐 주로 Retrofit과 Gson을 사용해 네트워크 이벤트를 처리했었다. 사실 네트워크 라이브러리를 사용하지 않더라도 개발을 진행할 수 있지만, 많은 개발자들의 회고들을 보면,</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> <article class="post-card tag-template"> <a class="post-card-image-link" href="/Tayga-Login,Version"> <div class="post-card-image" style="background-image: url(/assets/images/tayga/retro_image-cutout.png)"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="/Tayga-Login,Version"> <header class="post-card-header"> <span class="post-card-tags">Project</span> <h2 class="post-card-title">[Tayga 개발기] (1) - Login, Version check</h2> </header> <section class="post-card-excerpt"> <p>Tayga 앱 구현의 첫번째 게시물로 가장 첫 진입점인 LoginViewController의 구현부를 기록한다. 사실 이미 어느정도 개발을 진행하고 회고를 작성하고 있기 때문에 게시물의 순서는 실제 개발 순서와 조금 다를 수 있지만, 처음부터 찬찬히 적어본다. 사전</p> </section> </a> <footer class="post-card-meta"> </footer> </div> </article> </div> </div> </main> <!-- Previous/next page links - displayed on every page --> <!-- The footer at the very bottom of the screen --> <footer class="site-footer outer"> <div class="site-footer-content inner"> <section class="copyright"><a href="https://leejigun.github.io//">iOS 삽질 블로그</a> &copy; 2020</section> <section class="poweredby">Github page blog of <a href="https://github.com/Leejigun">Leejigun</a> & <a href="https://pages.github.com/" target="_blank" rel="noopener">GitHub Pages</a> using <a href="https://github.com/jekyller/jasper2" target="_blank" rel="noopener">Jasper2</a></section> <nav class="site-footer-nav"> <a href="/">Latest Posts</a> <!-- <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a> --> </nav> </div> </footer> </div> <!-- The big email subscribe modal content --> <!-- highlight.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.10.0/components/prism-abap.min.js"></script> <script>$(document).ready(function() { $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); });</script> <!-- jQuery + Fitvids, which makes all video embeds responsive --> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"> </script> <script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> <script type="text/javascript" src="https://demo.ghost.io/assets/js/jquery.fitvids.js?v=724281a32e"></script> <!-- Paginator increased to "infinit" in _config.yml --> <!-- if paginator.posts --> <!-- <script> var maxPages = parseInt('1'); </script> <script src="/assets/js/infinitescroll.js"></script> --> <!-- /endif --> <!-- Add Google Analytics --> <!-- Google Analytics Tracking code --> <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-154736789-1', 'auto'); ga('send', 'pageview'); </script> <!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. --> <!-- Ghost outputs important scripts and data with this tag - it should always be the very last thing before the closing body tag --> <!-- ghost_foot --> </body> </html>
Leejigun/Leejigun.github.io
tag/project/index.html
HTML
mit
24,468
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>math-classes: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / math-classes - 1.0.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> math-classes <small> 1.0.7 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-20 02:39:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-20 02:39:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/math-classes/&quot; doc: &quot;https://github.com/math-classes/&quot; authors: [ &quot;Eelis van der Weegen&quot; &quot;Bas Spitters&quot; &quot;Robbert Krebbers&quot; ] license: &quot;Public Domain&quot; build: [ [ &quot;./configure.sh&quot; ] [ make &quot;-j%{jobs}%&quot; ] ] install: [ [ make &quot;install&quot; ] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {= &quot;8.6&quot;} &quot;coq-bignums&quot; {&gt;= &quot;8.6&quot;} ] synopsis: &quot;A library of abstract interfaces for mathematical structures in Coq&quot; url { src: &quot;https://github.com/math-classes/math-classes/archive/1.0.7.zip&quot; checksum: &quot;md5=b9b1e8f98fb9d3d197765b5366b467f1&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-math-classes.1.0.7 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-math-classes -&gt; coq = 8.6 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-math-classes.1.0.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.1/math-classes/1.0.7.html
HTML
mit
6,597
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6 / paramcoq - 1.1.3+coq8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paramcoq <small> 1.1.3+coq8.13 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-14 11:53:07 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 11:53:07 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Pierre Roux &lt;[email protected]&gt;&quot; homepage: &quot;https://github.com/coq-community/paramcoq&quot; dev-repo: &quot;git+https://github.com/coq-community/paramcoq.git&quot; bug-reports: &quot;https://github.com/coq-community/paramcoq/issues&quot; license: &quot;MIT&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;keyword:paramcoq&quot; &quot;keyword:parametricity&quot; &quot;keyword:OCaml modules&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:Param&quot; &quot;date:2021-09-24&quot; ] authors: [ &quot;Chantal Keller (Inria, École polytechnique)&quot; &quot;Marc Lasson (ÉNS de Lyon)&quot; &quot;Abhishek Anand&quot; &quot;Pierre Roux&quot; &quot;Emilio Jesús Gallego Arias&quot; &quot;Cyril Cohen&quot; &quot;Matthieu Sozeau&quot; ] synopsis: &quot;Plugin for generating parametricity statements to perform refinement proofs&quot; description: &quot;&quot;&quot; A Coq plugin providing commands for generating parametricity statements. Typical applications of such statements are in data refinement proofs. Note that the plugin is still in an experimental state - it is not very user friendly (lack of good error messages) and still contains bugs. But it is usable enough to &quot;translate&quot; a large chunk of the standard library.&quot;&quot;&quot; url { src: &quot;https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.13.tar.gz&quot; checksum: &quot;sha512=ead63fc88760a82543cd5b9699810f5b0186d3f05eb0e39f99a69c6706315b4d1b2b246efba3a64d980cd34c6fe7e9ccea7ac281cdb75504e7717fb8298e320d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-paramcoq.1.1.3+coq8.13 coq.8.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq &gt;= 8.13 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.1.3+coq8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6/paramcoq/1.1.3+coq8.13.html
HTML
mit
7,643
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <meta name="collection" content="api"> <!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:28:05 PDT 2004 --> <TITLE> FieldNameHelper (Java 2 Platform SE 5.0) </TITLE> <META NAME="keywords" CONTENT="org.omg.DynamicAny.FieldNameHelper class"> <META NAME="keywords" CONTENT="insert()"> <META NAME="keywords" CONTENT="extract()"> <META NAME="keywords" CONTENT="type()"> <META NAME="keywords" CONTENT="id()"> <META NAME="keywords" CONTENT="read()"> <META NAME="keywords" CONTENT="write()"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="FieldNameHelper (Java 2 Platform SE 5.0)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FieldNameHelper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/DynamicAny/DynValueOperations.html" title="interface in org.omg.DynamicAny"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/omg/DynamicAny/NameDynAnyPair.html" title="class in org.omg.DynamicAny"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/DynamicAny/FieldNameHelper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="FieldNameHelper.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.omg.DynamicAny</FONT> <BR> Class FieldNameHelper</H2> <PRE> <A HREF="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.omg.DynamicAny.FieldNameHelper</B> </PRE> <HR> <DL> <DT><PRE>public abstract class <B>FieldNameHelper</B><DT>extends <A HREF="../../../java/lang/Object.html" title="class in java.lang">Object</A></DL> </PRE> <P> org/omg/DynamicAny/FieldNameHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl Wednesday, August 11, 2004 5:04:16 AM GMT-08:00 <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#FieldNameHelper()">FieldNameHelper</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#extract(org.omg.CORBA.Any)">extract</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="class in org.omg.CORBA">Any</A>&nbsp;a)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#id()">id</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#insert(org.omg.CORBA.Any, java.lang.String)">insert</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="class in org.omg.CORBA">Any</A>&nbsp;a, <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;that)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#read(org.omg.CORBA.portable.InputStream)">read</A></B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="class in org.omg.CORBA.portable">InputStream</A>&nbsp;istream)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/omg/CORBA/TypeCode.html" title="class in org.omg.CORBA">TypeCode</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#type()">type</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/DynamicAny/FieldNameHelper.html#write(org.omg.CORBA.portable.OutputStream, java.lang.String)">write</A></B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="class in org.omg.CORBA.portable">OutputStream</A>&nbsp;ostream, <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="FieldNameHelper()"><!-- --></A><H3> FieldNameHelper</H3> <PRE> public <B>FieldNameHelper</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="insert(org.omg.CORBA.Any, java.lang.String)"><!-- --></A><H3> insert</H3> <PRE> public static void <B>insert</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="class in org.omg.CORBA">Any</A>&nbsp;a, <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;that)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="extract(org.omg.CORBA.Any)"><!-- --></A><H3> extract</H3> <PRE> public static <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> <B>extract</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="class in org.omg.CORBA">Any</A>&nbsp;a)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="type()"><!-- --></A><H3> type</H3> <PRE> public static <A HREF="../../../org/omg/CORBA/TypeCode.html" title="class in org.omg.CORBA">TypeCode</A> <B>type</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="id()"><!-- --></A><H3> id</H3> <PRE> public static <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> <B>id</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="read(org.omg.CORBA.portable.InputStream)"><!-- --></A><H3> read</H3> <PRE> public static <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> <B>read</B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="class in org.omg.CORBA.portable">InputStream</A>&nbsp;istream)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="write(org.omg.CORBA.portable.OutputStream, java.lang.String)"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="class in org.omg.CORBA.portable">OutputStream</A>&nbsp;ostream, <A HREF="../../../java/lang/String.html" title="class in java.lang">String</A>&nbsp;value)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FieldNameHelper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/DynamicAny/DynValueOperations.html" title="interface in org.omg.DynamicAny"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/omg/DynamicAny/NameDynAnyPair.html" title="class in org.omg.DynamicAny"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/DynamicAny/FieldNameHelper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="FieldNameHelper.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright &#169; 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font> <!-- Start SiteCatalyst code --> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script> <!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** --> <!-- Below code will send the info to Omniture server --> <script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script> <!-- End SiteCatalyst code --> </body> </HTML>
Smolations/more-dash-docsets
docsets/Java 5.docset/Contents/Resources/Documents/org/omg/DynamicAny/FieldNameHelper.html
HTML
mit
16,960
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'> <title>Open Lang</title> </head> <body> <div id="react-container" role="main"></div> <script src="assets/bundle.js"></script> </body> </html>
chrisjohndigital/OpenLang
dist/index.html
HTML
mit
321
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>prfx: 43 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / prfx - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> prfx <small> 8.8.0 <span class="label label-success">43 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-20 01:17:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-20 01:17:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/prfx&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Prfx&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: first-order logic&quot; &quot;keyword: natural deduction&quot; &quot;keyword: reflection&quot; &quot;keyword: proof terms&quot; &quot;keyword: de Bruijn indices&quot; &quot;keyword: permutative conversions&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;date: 15 April 2005&quot; ] authors: [ &quot;Dimitri Hendriks &lt;[email protected]&gt; [http://www.cs.ru.nl/~hendriks/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/prfx/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/prfx.git&quot; synopsis: &quot;Proof Reflection in Coq&quot; description: &quot;&quot;&quot; http://www.cs.ru.nl/~hendriks/coq/prfx/ A formalisation of natural deduction for first-order logic with explicit proof terms. Read README.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/prfx/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=a19fc58a2c3dbc3cc5666117cf5eea4c&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-prfx.8.8.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-prfx.8.8.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-prfx.8.8.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>43 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>147 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/inv_lems.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/check_sound.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subj_red.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_subst_lems.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/lift_lems.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subst_lems.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/objects.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/red.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_lift_lems.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval_lift_lems.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/indices.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_exch.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_contr.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval_subst_lems.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/list.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/check.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subst.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_sound.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/lift.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_subst_lems.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/exch.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/lift_lems.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subst_lems.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_unique_types.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/prfx.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/contr.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/check_sound.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/objects.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subj_red.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_lift_lems.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval_lift_lems.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/indices.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/red.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/list.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/inv_lems.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval_subst_lems.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_exch.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_contr.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subj_red.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/check_sound.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_subst_lems.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/lift_lems.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subst.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subst_lems.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval_lift_lems.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_lift_lems.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/objects.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/check.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/indices.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/list.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/red.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_sound.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/lift.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_exch.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_contr.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/inv_lems.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/nat_eqb.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval_subst_lems.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/exch.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/subst.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_sound.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/check.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/eval.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_unique_types.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/lift.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/exch.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/contr.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/nat_eqb.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/nat_eqb.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/ND_unique_types.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/contr.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/prfx.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Prfx/prfx.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-prfx.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.0/prfx/8.8.0.html
HTML
mit
15,343
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io-list: 16 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / io-list - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> io-list <small> 1.1.0 <span class="label label-success">16 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 23:52:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:52:51 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/clarus/io-list&quot; dev-repo: &quot;git+https://github.com/clarus/io-list.git&quot; bug-reports: &quot;https://github.com/clarus/io-list/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Io/List.vo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-io&quot; {&gt;= &quot;3.1.0&quot; &amp; &lt; &quot;4&quot;} ] synopsis: &quot;Generic functions on lists with effects&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-io/list/archive/1.1.0.tar.gz&quot; checksum: &quot;md5=5c4c7c9c32155b1ac9f49bb0fea581df&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-io-list.1.1.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-io-list.1.1.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>17 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-io-list.1.1.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>16 s</dd> </dl> <h2>Installation size</h2> <p>Total: 27 K</p> <ul> <li>19 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Io/List.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Io/List.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.12.1/lib/coq/user-contrib/Io/List.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-io-list.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.0/io-list/1.1.0.html
HTML
mit
6,894
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dictionaries: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / dictionaries - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> dictionaries <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 06:05:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 06:05:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/dictionaries&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Dictionaries&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: modules&quot; &quot;keyword: functors&quot; &quot;keyword: search trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; &quot;date: 2003-02-6&quot; ] authors: [ &quot;Pierre Castéran &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/dictionaries/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/dictionaries.git&quot; synopsis: &quot;Dictionaries (with modules)&quot; description: &quot;&quot;&quot; This file contains a specification for dictionaries, and an implementation using binary search trees. Coq&#39;s module system, with module types and functors, is heavily used. It can be considered as a certified version of an example proposed by Paulson in Standard ML. A detailed description (in French) can be found in the chapter 11 of The Coq&#39;Art, the book written by Yves Bertot and Pierre Castéran (please follow the link http://coq.inria.fr/doc-eng.html)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/dictionaries/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=1e1e78b0a76827b75de4f43ec8602c1d&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-dictionaries.8.7.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-dictionaries -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dictionaries.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/extra-dev/dev/dictionaries/8.7.0.html
HTML
mit
7,519
<!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_31) on Wed Dec 17 20:48:32 PST 2014 --> <title>Uses of Package java.awt.image.renderable (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package java.awt.image.renderable (Java Platform SE 8 )"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?java/awt/image/renderable/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package java.awt.image.renderable" class="title">Uses of Package<br>java.awt.image.renderable</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../java/awt/image/renderable/package-summary.html">java.awt.image.renderable</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="#java.awt">java.awt</a></td> <td class="colLast"> <div class="block">Contains all of the classes for creating user interfaces and for painting graphics and images.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#java.awt.image.renderable">java.awt.image.renderable</a></td> <td class="colLast"> <div class="block">Provides classes and interfaces for producing rendering-independent images.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="java.awt"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../java/awt/image/renderable/package-summary.html">java.awt.image.renderable</a> used by <a href="../../../../java/awt/package-summary.html">java.awt</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="../../../../java/awt/image/renderable/class-use/RenderableImage.html#java.awt">RenderableImage</a> <div class="block">A RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence).</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="java.awt.image.renderable"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../java/awt/image/renderable/package-summary.html">java.awt.image.renderable</a> used by <a href="../../../../java/awt/image/renderable/package-summary.html">java.awt.image.renderable</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="../../../../java/awt/image/renderable/class-use/ContextualRenderedImageFactory.html#java.awt.image.renderable">ContextualRenderedImageFactory</a> <div class="block">ContextualRenderedImageFactory provides an interface for the functionality that may differ between instances of RenderableImageOp.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../java/awt/image/renderable/class-use/ParameterBlock.html#java.awt.image.renderable">ParameterBlock</a> <div class="block">A <code>ParameterBlock</code> encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../java/awt/image/renderable/class-use/RenderableImage.html#java.awt.image.renderable">RenderableImage</a> <div class="block">A RenderableImage is a common interface for rendering-independent images (a notion which subsumes resolution independence).</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../java/awt/image/renderable/class-use/RenderContext.html#java.awt.image.renderable">RenderContext</a> <div class="block">A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../java/awt/image/renderable/class-use/RenderedImageFactory.html#java.awt.image.renderable">RenderedImageFactory</a> <div class="block">The RenderedImageFactory interface (often abbreviated RIF) is intended to be implemented by classes that wish to act as factories to produce different renderings, for example by executing a series of BufferedImageOps on a set of sources, depending on a specific set of parameters, properties, and rendering hints.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?java/awt/image/renderable/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk8/java/awt/image/renderable/package-use.html
HTML
mit
9,175
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">心驚肉戰</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄒ|ㄣ ㄐ|ㄥ ㄖㄡ<sup class="subfont">ˋ</sup> ㄓㄢ<sup class="subfont">ˋ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">xīn jīng ròu zhàn</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">心神不寧,恐懼不安,多指災禍來臨前的預兆。元˙無名氏˙爭報恩˙第三折:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>不知怎麼,這一會兒心驚肉戰,這一雙好小腳兒,再走也走不動了。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>群音類選˙官腔類˙卷十六˙鮫綃記˙典刑遇赦:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>步難移心驚肉戰,眼昏花天翻地轉。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>心驚肉跳<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>心驚肉顫<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>肉跳心驚<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/15000-15999/15795-22.html
HTML
mit
2,164
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Getting Started with Articulate Storyline</title> <meta name="author" content="K. Anthony"> <!-- Enable responsive viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap styles --> <link href="/assets/themes/hack-id/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Optional theme --> <link href="/assets/themes/hack-id/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet"> <!-- Sticky Footer --> <link href="/assets/themes/hack-id/bootstrap/css/bs-sticky-footer.css" rel="stylesheet"> <!-- Custom styles --> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400i,700" rel="stylesheet"> <link href="/assets/themes/hack-id/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <!-- Fav and touch icons --> <!-- Update these with your own images <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> --> <!-- atom & rss feed --> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed"> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed"> </head> <body> <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> <div id="wrap"> <nav class="navbar navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Hack ID</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="jb-navbar-collapse"> <ul class="nav navbar-nav"> <!-- <li><a href="/archive">Archive</a></li> <li><a href="/categories">Categories</a></li> <li><a href="/pages">Pages</a></li> <li><a href="/tags">Tags</a></li> --> <li><a href="/">View All</a></li> <li><a href="/categories">View by Category</a></li> </ul> <div class="navbar-right"> <ul class="nav navbar-nav"> <li><a href="/about">About</a></li> <li><a href="https://docs.google.com/forms/d/e/1FAIpQLSe-Vw60TcOyTjd_FgTLD7eZ_fPwYTXsUWWNZEN1NrLTPK-qKA/viewform" target="_blank">Suggest a Resource</a></li> <li><a href="http://godesignsomething.co">GDS Project Ideas</a></li> </ul> <form role="search" action="/search.html" method="get" class="navbar-form navbar-right"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search" id="search-box" name="query" aria-label="search"> <span class="input-group-btn"> <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search" aria-label="submit"></span></button> </span> </div> </form> </div> </div><!-- /.navbar-collapse --> </nav> <div id="content" class="container" tabindex="-1"> <div class="page-header"> <h1>Getting Started with Articulate Storyline </h1> </div> <div class="row post-full"> <div class="col-xs-12"> <div class="date"> <span>29 December 2016</span> </div> <div class="content"> <p>If you’re new to Articulate Storyline, this quick-start guide is for you. It’ll help you ramp up on core features, so you can more quickly build whatever you imagine.</p> </div> <ul class="tag_box inline"> <li><i class="glyphicon glyphicon-tags"></i></li> <li><a href="/tags.html#tools-cat-ref">tools-cat <span>10</span></a></li> </ul> <hr> <ul class="pagination"> <li class="prev"><a href="/gamification-fad-future" title="Gamification. Fad or Future?">&laquo; Previous</a></li> <li><a href="/archive.html">Archive</a></li> <li class="next"><a href="/get-started-studio" title="Getting Started with Articulate Studio">Next &raquo;</a></li> </ul> <hr> </div> </div> </div> </div> <footer id="footer" role="contentinfo"> <div class="container"> <p>&copy; 2017 K. Anthony with help from <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a> and <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> | Licensed by <a href="https://anthkris.mit-license.org/">MIT</a> </p> </div> </footer> <!-- Latest compiled and minified JavaScript, requires jQuery 3.x (2.x+ not supported in IE8) --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> <script src="https://npmcdn.com/isotope-layout@3/dist/isotope.pkgd.js"></script> <script src="/assets/themes/hack-id/bootstrap/js/bootstrap.min.js"></script> <script> // Filtering with Isotope: http://cagrimmett.com/projects/2016/09/15/jekyll-categories-isotope.html // init Isotope var $grid = $('.experiences').isotope({ // options itemSelector: '.learning-item' }); // filter items on button click $('.filter-button-group').on( 'click', 'a', function() { var filterValue = $(this).attr('data-filter'); $grid.isotope({ filter: filterValue }); }); $('.button-group a.button').on('click', function(){ $('.button-group a.button').removeClass('active'); $(this).addClass('active'); }); </script> </body> </html>
hackid/hackid.github.io
_site/get-started-storyline.html
HTML
mit
7,687
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 277dc40d-46d7-4bf8-8d46-6b6bac068956 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#ngtPr">ngtPr</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> </tr> </tbody> </table> </div> <div id="details"> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ng/ngtpr040515.1.1.0.0/ngtPr-net40.html
HTML
mit
9,625
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /v1.7/html5/assets/css/images/ui-icons_ef8c08_256x240.png was not found on this server.</p> </body></html>
Triculin/Tiny360-rc5
src/client/assets/css/images/ui-icons_ef8c08_256x240.html
HTML
mit
254
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../blog-stylesheet.css"> <title> Michelle's blog </title> <h1> Michelle's blog </h1> </head> <body> <ul class="menu"> <li><a href="https://www.linkedin.com/in/michellexpark"><img src="https://raw.githubusercontent.com/michellepark/michellepark.github.io/master/icons/linkedin.png"></a></li> <li><a href="https://www.facebook.com/michellepark22"><img src="https://raw.githubusercontent.com/michellepark/michellepark.github.io/master/icons/facebook.png"></a></li> <li><a href="https://twitter.com/michellexpark"><img src="https://raw.githubusercontent.com/michellepark/michellepark.github.io/master/icons/twitter.png"></a></li> <li><a href="http://instagram.com/_michellepark"><img src="https://raw.githubusercontent.com/michellepark/michellepark.github.io/master/icons/instagram.png"></a></li> <li><a href="http://www.pinterest.com/michelleepark/"><img src="https://raw.githubusercontent.com/michellepark/michellepark.github.io/master/icons/pinterest.png"></a></li> </ul> <h1>Lack of Women in the Tech World</h1> <p>As many are unsurprised to know, the tech industry is dominated with men. It has always been, and remains that way today. Women make up only one-fourth of the tech industry workforce, and with the Bureau of Labor Statistics predicting that by 2020 there will be 1.4 million computer-science related jobs available in the US, that trend will continue in the future unless we do something about it.</p> <p>Here are some background stats you may want to know:</p> <p> <ol> <li>Women made up 26% of the computing workforce in 2013.</li><br> <li>In the mid-1980s, 37% of CS majors were women; in 2012 it was just 18%</li><br> <li>20% of software developers are women</li> <br> <li>Professional women earn 73 cents to the dollar compared to their male coutnerparts</li> <ul><li>That can add up to $17,000+ a year! Women are also shown to ask for less money than men.</li></ul><br> <li>7% of venture capital funding goes to women-owned businesses</li> <ul><li>Even with the exact same pitch, the average person chose the man over the woman.</li></ul><br> <li>56% of women in tech leave their employers midcareer</li> </ol> </p> <p>But it's not all doom and gloom: here are the rays of hope emerging and hopefully staying:</p> <p> <ol> <li>Women are the lead adopters of technology</li> <ul> <li>Women in western countries use the internet 17% more than their male counterparts</li> <li>They also use their mobile phones, location-based services, and social media sites more, and are the majority of owners of tech devides</li> </ul> <br> <li>Startups with women executives succeed more often</li> <ul><li>Can I just get a "f*** yeah!"" here?! Who's with me??</li></ul> <br> <li>More women than men enrolled in intro to computer science at Berkeley for the first time</li> <ul><li>Also, another whoo-hoo! for my alma mater!</li></ul> <br> <li>Young girls are now showing interest in computer science</li> </ol> </p> <p>Not only do women face an unwelcoming environment when it comes to the tech world, they are often saddled with sexual harrassment and lack of support, among other things. It's no wonder, because little girls are taught to like Barbies and rainbows while gadgets and technology are for boys. In this world of gender stereotypes, it's hard for women to come out of their role as "I'm supposed to be teacher and leave the hard stuff for men".</p> <p>The way to combat this is to go back to the roots. Encourage little girls to get into science and technology (that it's ok to be "geeky" while also playing with Easy Bake Ovens) at a young age. Encourage them to take technology-related courses in school. Encourage them to code because that's bad-ass.</p> <p id="footer">Companies like Google are helping to tackle this issue by investing millions of dollars in campaigns to help females get more interested in STEM (Science, Tech, Engineering, and Math). But it starts with us: by not perpetuating/supporting this preconceived notion that the tech world is for men, and motivating girls of all ages to pursue a career in this discipline, we can empower each other along the journey to greatness.</p> </body> </html>
michellepark/michellepark.github.io
blog/c4-tech-issues.html
HTML
mit
4,524
<h2>Success</h2>
listochkin/start-with-angular
app/templates/success.html
HTML
mit
17
<link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/paper-material/paper-material.html"> <link rel="import" href="../../bower_components/iron-flex-layout/iron-flex-layout-classes.html"> <!--Custom--> <link rel="import" href="./storyControl.html"> <link rel="import" href="./storySection.html"> <link rel="import" href="./toggleCollapse.html"> <dom-module name="p-story"> <template> <style is="custom-style" include="iron-flex iron-flex-alignment"> paper-material { min-height: inherit; min-width: 100%; background-color: var(--paper-blue-300); color: black; } .flex-center-align { @apply(--layout-horizontal); @apply(--layout-center); @apply(--layout-justified); min-height: 300px; } p-toggleCollapse { min-width: inherit; } p-storyControl { display: block; float: left; width: 100px; min-height: inherit; } p-storySection { width: calc(25% - 10px); margin-right: 5px; margin-left: 5px; --toolbar-background: black; } p-storySection#todoSection { --toolbar-background: purple; } </style> <p-toggleCollapse id="collapse" title="{{title}}"> <paper-material elevation="1" class="flex-center-align"> <p-storyControl id="storyControl" title="{{title}}"></p-storyControl> <p-storySection id="todoSection" title="Todo"></p-storySection> <p-storySection id="progressSection" title="In Progress"></p-storySection> <p-storySection id="testSection" title="Ready to Test"></p-storySection> <p-storySection id="doneSection" title="Done"></p-storySection> </paper-material> </p-toggleCollapse> </template> <script> (function (document, Polymer) { "use strict"; Polymer({ is: "p-story", properties: { title: String }, ready: function(){ this.$.storyControl.addEventListener("addTodo", this.addTodo); }, addTodo: function(event){ var todo = event.detail; var todoSection = document.querySelector("#todoSection"); console.log("addTodo", todo); console.log("todoSection", todoSection); todoSection.addTodo(todo); } }); })(document, Polymer); </script> </dom-module>
highlanderkev/IntroToWebComponents
src/imports/story.html
HTML
mit
2,996
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/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> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.1 / hammer - 1.3+8.10</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer <small> 1.3+8.10 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-06 00:47:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-06 00:47:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;General-purpose automated reasoning hammer tool for Coq&quot; description: &quot;&quot;&quot; A general-purpose automated reasoning hammer tool for Coq that combines learning from previous proofs with the translation of problems to the logics of automated systems and the reconstruction of successfully found proofs. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;} &quot;plugin&quot;] install: [ [make &quot;install-plugin&quot;] [make &quot;test-plugin&quot;] {with-test} ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) &quot;coq-hammer-tactics&quot; {= version} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;logpath:Hammer.Plugin&quot; &quot;date:2020-07-28&quot; ] authors: [ &quot;Lukasz Czajka &lt;[email protected]&gt;&quot; &quot;Cezary Kaliszyk &lt;[email protected]&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.3-coq8.10.tar.gz&quot; checksum: &quot;sha512=b0b725a1a8d4a470f49d72be8b156a7ecf9f2694c1228483d6eebfcef89c262128e5694010c54039449b4fe6b4b36f1184deb45cc0b7dc109aaa8dfef2f293fc&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-hammer.1.3+8.10 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1). The following dependencies couldn&#39;t be met: - coq-hammer -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.3+8.10</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.1/hammer/1.3+8.10.html
HTML
mit
7,502
<div class="commune_descr limited"> <p> Coussay est un village géographiquement positionné dans le département de Vienne en Poitou-Charentes. Elle comptait 265 habitants en 2008.</p> <p>Si vous envisagez de emmenager à Coussay, vous pourrez facilement trouver une maison à vendre. </p> <p>Le nombre d'habitations, à Coussay, était réparti en 2011 en zero appartements et 152 maisons soit un marché relativement équilibré.</p> <p>À coté de Coussay sont situées les villes de <a href="{{VLROOT}}/immobilier/cernay_86047/">Cernay</a> à 7&nbsp;km, 420 habitants, <a href="{{VLROOT}}/immobilier/doussay_86096/">Doussay</a> située à 5&nbsp;km, 590 habitants, <a href="{{VLROOT}}/immobilier/chouppes_86075/">Chouppes</a> située à 4&nbsp;km, 727 habitants, <a href="{{VLROOT}}/immobilier/mirebeau_86160/">Mirebeau</a> localisée à 5&nbsp;km, 2&nbsp;215 habitants, <a href="{{VLROOT}}/immobilier/savigny-sous-faye_86257/">Savigny-sous-Faye</a> à 7&nbsp;km, 323 habitants, <a href="{{VLROOT}}/immobilier/berthegon_86023/">Berthegon</a> localisée à 8&nbsp;km, 275 habitants, entre autres. De plus, Coussay est située à seulement 29&nbsp;km de <a href="{{VLROOT}}/immobilier/poitiers_86194/">Poitiers</a>.</p> <p>La ville propose quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/86085.html
HTML
mit
1,357