path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
2.3.0.Final/apidocs/org/wildfly/swarm/config/undertow/BufferCacheSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 11:48:16 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BufferCacheSupplier (BOM: * : All 2.3.0.Final API)</title> <meta name="date" content="2019-01-16"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="BufferCacheSupplier (BOM: * : All 2.3.0.Final API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/BufferCacheSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/undertow/BufferCacheConsumer.html" title="interface in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/undertow/ByteBufferPool.html" title="class in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/undertow/BufferCacheSupplier.html" target="_top">Frames</a></li> <li><a href="BufferCacheSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.undertow</div> <h2 title="Interface BufferCacheSupplier" class="title">Interface BufferCacheSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/undertow/BufferCache.html" title="class in org.wildfly.swarm.config.undertow">BufferCache</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">BufferCacheSupplier&lt;T extends <a href="../../../../../org/wildfly/swarm/config/undertow/BufferCache.html" title="class in org.wildfly.swarm.config.undertow">BufferCache</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/config/undertow/BufferCache.html" title="class in org.wildfly.swarm.config.undertow">BufferCache</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/undertow/BufferCacheSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of BufferCache resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../org/wildfly/swarm/config/undertow/BufferCache.html" title="class in org.wildfly.swarm.config.undertow">BufferCache</a>&nbsp;get()</pre> <div class="block">Constructed instance of BufferCache resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/BufferCacheSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/undertow/BufferCacheConsumer.html" title="interface in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/undertow/ByteBufferPool.html" title="class in org.wildfly.swarm.config.undertow"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/undertow/BufferCacheSupplier.html" target="_top">Frames</a></li> <li><a href="BufferCacheSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
releasenotes/5.9.3/users.html
nuxeo/nuxeo.github.io
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]--> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <title>Nuxeo 5.9.3 - New and Noteworthy</title> <meta name="description" content="Nuxeo Platform 5.9.3 release notes"> <meta name="author" content="nuxeo"> <!-- Mobile Specific Metas ================================================== --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- CSS ================================================== --> <link rel="stylesheet" href="../../stylesheets/base.css"> <link rel="stylesheet" href="../../stylesheets/skeleton.css"> <link rel="stylesheet" href="../../stylesheets/layout.css"> <link rel="stylesheet" href="../../stylesheets/release_notes.css"> <link rel="stylesheet" href="../../stylesheets/lightbox.css"> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'> <style> #xnav-footer {margin-top:0px !important;} </style> <script src="../../javascripts/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="https://www.nuxeo.com/wp-content/themes/nuxeo.com_wp/js/xnav_get.js" charset="utf-8"></script> <!-- Favicons ================================================== --> <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"> </head> <body> <div id="mainContainer" class="container"> <p class="backbutton"><a href="./index.html">&larr; Back to Index</a></p> <p class="remove-bottom" id="site-title"><a href="./index.html"><span class="version-number">5.9.3</span> Release Notes</a></p> <div id="welcome"> <div style="clear:both;"></div> <h1 style="margin-left:-0.5em !important;">For Users</h1> <h2>Assets, Cases and Documents Collections</h2> <p><a href="http://doc.nuxeo.com/x/o4wZAQ">Collections</a> are a folder-like document in which you can classify existing documents. Documents are not actually copied or moved into the collection, which only holds a link to the document in its original location.</p> <p><img class="lightboxed" src="./createCollection.png"/></p> <p>Collections are persisted, per user, sharable and are a great to provide bulk features such as:</p> <ul><li>Bulk validation</li><li>Bulk publishing</li><li>Bulk download</li><li>ZIP export</li><li>PDF export</li></ul> <p><img class="lightboxed" src="./collection-personal-workspace.png"/></p> <p><img class="lightboxed" src="./collection-home-tab.png"/></p> <p>Collections are a natural way of working among thousands of assets and documents.</p> <h2>Nuxeo Drive iOS Edition</h2> <p>An iOS app, that can be installed on iPad (for now) and that allows the user to browse online or to take on the road the documents that belong to folders that have been selected by the user for Drive synchronisation. Typical use case is sales kit synchronisation for offline access. The application is read only, it doesn't allow to edit the documents.</p> <p><img class="lightboxed" src="./driveiOS2.png"/></p> <p><img class="lightboxed" src="./driveiOS1.png"/></p> <h2>Full Screen Mode</h2> <p>You can now navigate through a document list in full screen mode.</p> <p><img class="lightboxed" src="./jungleBertrand.png"/></p> <h2>User Invitation</h2> <p>To enforce the security around user creation process, the default mode is now to invite users via email, and user is created in the system only when she fills complementary information, including her password. That way, password do not have to be transferred via email or parallel channels.</p> <p><img class="lightboxed" src="./invitation-password-creation.jpg"/></p> <p><img class="lightboxed" src="./invitation-form.png"/></p> <h2>Nuxeo Drive</h2> <p>The Nuxeo Drive folder can be configured. Currently it is:</p> <ul> <li>Under OS X and Linux in the user home: ~</li> <li>Under Windows: in ~/Documents (Windows 7) or ~/My Documents (XP)</li> </ul> <p>You can now choose its location during installation.</p> <p>We also added the possibility to suspend/resume the synchronization.</p> <p><img class="lightboxed" src="./driveSuspend.png"/></p> <p>And Nuxeo Drive is now available on the installation wizard of the Nuxeo Platform.</p> <h2>UI/UX</h2> <p>We change the way we display tooltips by using the jQuery library tipsy.</p> <p><img class="lightboxed" src="./tipsyExample.png"/></p> </div> </div> <!-- JS ================================================== --> <script src="../../javascripts/strftime.js"></script> <script src="../../javascripts/tabs.js"></script> <script src="../../javascripts/float_menu.js"></script> <script src="../../javascripts/lightbox.js"></script> </body></html>
codeigniter/_variables/skip_elements.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $skip_elements</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:31:09 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('skip_elements'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#skip_elements">$skip_elements</a></h2> <b>Defined at:</b><ul> <li><a href="../system/libraries/Typography.php.html">/system/libraries/Typography.php</A> -> <a href="../system/libraries/Typography.php.source.html#l33"> line 33</A></li> </ul> <br><b>Referenced 2 times:</b><ul> <li><a href="../system/libraries/Typography.php.html">/system/libraries/Typography.php</a> -> <a href="../system/libraries/Typography.php.source.html#l33"> line 33</a></li> <li><a href="../system/libraries/Typography.php.html">/system/libraries/Typography.php</a> -> <a href="../system/libraries/Typography.php.source.html#l144"> line 144</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 19:31:09 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
docs/javadoc/opensaml3/1.0.1/se/litsec/eidas/opensaml/config/package-tree.html
litsec/eidas-opensaml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Fri Nov 18 15:51:38 CET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>se.litsec.eidas.opensaml.config Class Hierarchy (eIDAS extension for OpenSAML 3.x - 1.0.1)</title> <meta name="date" content="2016-11-18"> <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="se.litsec.eidas.opensaml.config Class Hierarchy (eIDAS extension for OpenSAML 3.x - 1.0.1)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../se/litsec/eidas/opensaml/common/package-tree.html">Prev</a></li> <li><a href="../../../../../se/litsec/eidas/opensaml/ext/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?se/litsec/eidas/opensaml/config/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 se.litsec.eidas.opensaml.config</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">org.opensaml.core.xml.config.<a href="http://www.atetric.com/atetric/javadoc/org.opensaml/opensaml-core/3.2.0/org/opensaml/core/xml/config/AbstractXMLObjectProviderInitializer.html?is-external=true" title="class or interface in org.opensaml.core.xml.config"><span class="typeNameLink">AbstractXMLObjectProviderInitializer</span></a> (implements org.opensaml.core.config.<a href="http://www.atetric.com/atetric/javadoc/org.opensaml/opensaml-core/3.2.0/org/opensaml/core/config/Initializer.html?is-external=true" title="class or interface in org.opensaml.core.config">Initializer</a>) <ul> <li type="circle">se.litsec.eidas.opensaml.config.<a href="../../../../../se/litsec/eidas/opensaml/config/XMLObjectProviderInitializer.html" title="class in se.litsec.eidas.opensaml.config"><span class="typeNameLink">XMLObjectProviderInitializer</span></a></li> </ul> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-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="../../../../../se/litsec/eidas/opensaml/common/package-tree.html">Prev</a></li> <li><a href="../../../../../se/litsec/eidas/opensaml/ext/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?se/litsec/eidas/opensaml/config/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p> </body> </html>
index.html
filethis/ft-document-list-item
<!-- Copyright 2018 FileThis, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="refresh" content="0;url=demo/" /> <title>ft-document-list</title> </head> <body> <!-- Visit demo/index.html to see live examples of your element running. This page will automatically redirect you there when run in the browser with `polymer serve`. --> </body> </html> <!-- Copyright 2018 FileThis, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="refresh" content="0;url=demo/" /> <title>ft-document-list-item</title> </head> <body> <!-- Visit demo/index.html to see live examples of your element running. This page will automatically redirect you there when run in the browser with `polymer serve`. --> </body> </html>
month-calendar-behavior.html
brycethorup/date-time
<script> MonthCalendarBehavior = { properties: { visibleDate: Object, visibleMonth: String, visibleMonth: String, currentDate: Object, isCurrentDateVisible: Boolean, calendar: { type: Array, notify: true } }, observers: [ "_updateCalendar(visibleDate, currentDate)" ], nextMonth: function(){ this.visibleDate = new Date(this.visibleDate.getFullYear(), this.visibleDate.getMonth() + 1); }, prevMonth: function(){ this.visibleDate = new Date(this.visibleDate.getFullYear(), this.visibleDate.getMonth() - 1); }, _updateCalendar: function(){ this.calendar = []; this.isCurrentDateVisible = false; var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; this.visibleMonth = months[this.visibleDate.getMonth()]; this.visibleYear = this.visibleDate.getFullYear(); var lm = new Date(this.visibleDate.getFullYear(), this.visibleDate.getMonth(), 0); var cm = new Date(this.visibleDate.getFullYear(), this.visibleDate.getMonth() + 1, 0); var nm = new Date(this.visibleDate.getFullYear(), this.visibleDate.getMonth() + 2, 0); var first = new Date(this.visibleDate.getFullYear(), this.visibleDate.getMonth()).getDay(); var idx = 0; for(var w = 0; w != 6; w++){ this.push("calendar", []); for(var d = 0; d != 7; d++){ if(idx < first){ // this.calendar[w].push(daysInLast - first + idx + 1); this.calendar[w].push({ day: lm.getDate() - first + idx + 1, month: lm.getMonth(), year: lm.getFullYear(), isToday: false }); } else if(idx < first + cm.getDate()){ // this.calendar[w].push(idx - first + 1); this.calendar[w].push({ day: idx - first + 1, month: cm.getMonth(), year: cm.getFullYear(), isToday: false, }); } else{ // this.calendar[w].push(idx - daysInCurrent - first + 1); this.calendar[w].push({ day: idx - cm.getDate() - first + 1, month: nm.getMonth(), year: nm.getFullYear(), isToday: false }); } if(!this.isCurrentDateVisible){ this.calendar[w][d].isToday = ( this.currentDate.getFullYear() == this.calendar[w][d].year && this.currentDate.getMonth() == this.calendar[w][d].month && this.currentDate.getDate() == this.calendar[w][d].day ); this.isCurrentDateVisible = this.calendar[w][d].isToday; } idx++; } } } } </script>
css/grayscale.css
InteractiveObject/pakify
body { width: 100%; height: 100%; font-family: "Lora","Helvetica Neue",Helvetica,Arial,sans-serif; color: white; background-color: black; } html { width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { margin: 0 0 35px; text-transform: uppercase; font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; letter-spacing: 1px; } p { margin: 0 0 25px; font-size: 18px; line-height: 1.5; } @media (min-width: 768px) { p { margin: 0 0 35px; font-size: 20px; line-height: 1.6; } } a { color: white; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } a:hover, a:focus { text-decoration: none; color: #cccccc; } .light { font-weight: 400; } .navbar-custom { margin-bottom: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); text-transform: uppercase; font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif; background-color: black; } .navbar-custom .navbar-toggle { padding: 4px 6px; font-size: 16px; color: white; } .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active { outline: none; } .navbar-custom .navbar-brand { font-weight: 700; } .navbar-custom .navbar-brand:focus { outline: none; } .navbar-custom a { color: white; } .navbar-custom .nav li a { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .navbar-custom .nav li a:hover { color: rgba(255, 255, 255, 0.8); outline: none; background-color: transparent; } .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active { outline: none; background-color: transparent; } .navbar-custom .nav li.active { outline: none; } .navbar-custom .nav li.active a { background-color: rgba(255, 255, 255, 0.3); } .navbar-custom .nav li.active a:hover { color: white; } @media (min-width: 768px) { .navbar-custom { padding: 20px 0; border-bottom: none; letter-spacing: 1px; background: transparent; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .navbar-custom.top-nav-collapse { padding: 0; background: black; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } } .intro { display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: white; background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; background-color: black; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .intro .intro-body { display: table-cell; vertical-align: middle; } .intro .intro-body .brand-heading { font-size: 40px; } .intro .intro-body .intro-text { font-size: 18px; } @media (min-width: 768px) { .intro { height: 100%; padding: 0; } .intro .intro-body .brand-heading { font-size: 100px; } .intro .intro-body .intro-text { font-size: 26px; } } .btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid white; border-radius: 100% !important; font-size: 40px; color: white; background: transparent; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-circle:hover, .btn-circle:focus { outline: none; color: white; background: rgba(255, 255, 255, 0.1); } .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { from { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { from { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } .content-section { padding-top: 100px; } .download-section { width: 100%; padding: 50px 0; color: white; background: url(../img/downloads-bg.jpg) no-repeat center center scroll; background-color: black; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #map { width: 100%; height: 200px; margin-top: 100px; } @media (min-width: 767px) { .content-section { padding-top: 250px; } .download-section { padding: 100px 0; } #map { height: 400px; margin-top: 250px; } } .btn { text-transform: uppercase; font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 0; } .btn-default { border: 1px solid white; color: white; background-color: transparent; } .btn-default:hover, .btn-default:focus { border: 1px solid white; outline: none; color: black; background-color: white; } ul.banner-social-buttons { margin-top: 0; } @media (max-width: 1199px) { ul.banner-social-buttons { margin-top: 15px; } } @media (max-width: 767px) { ul.banner-social-buttons li { display: block; margin-bottom: 20px; padding: 0; } ul.banner-social-buttons li:last-child { margin-bottom: 0; } } footer { padding: 50px 0; } footer p { margin: 0; } ::-moz-selection { text-shadow: none; background: #fcfcfc; background: rgba(255, 255, 255, 0.2); } ::selection { text-shadow: none; background: #fcfcfc; background: rgba(255, 255, 255, 0.2); } img::selection { background: transparent; } img::-moz-selection { background: transparent; } body { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
_posts/2009-03-19-moq-and-test-run-deployment-issue.html
marcusoftnet/marcusoftnet.github.io
--- layout: post title: 'MOQ and the “Test Run deployment issue: The location of the file or directory” problem' date: '2009-03-19T13:44:00.001+01:00' author: Marcus Hammarberg tags: - Tools - .NET - Life of a consultant - TDD modified_time: '2010-12-14T16:22:38.199+01:00' blogger_id: tag:blogger.com,1999:blog-36533086.post-8292620657830390019 blogger_orig_url: http://www.marcusoft.net/2009/03/moq-and-test-run-deployment-issue.html --- <p>The <a href="http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx" target="_blank">NerdDinner</a> example uses the <a href="http://code.google.com/p/moq/" target="_blank">MOQ-framework</a> for mocking some authentication mechanism. </p> <p>This framework is new to me and when I downloaded it (one dll – great stuff!) I immediately ran into the “Test Run deployment issue: The location of the file or directory” – exception. </p> <p>Here is a <a href="http://thepursuitofalife.com/test-run-deployment-issue-in-vsts/" target="_blank">great article explaining</a> how to solve it. I needed to restart Visual Studio to get it to “take” – but then it worked great.</p>
docs/com/smartsheet/api/models/class-use/User.html
smartsheet-platform/smartsheet-java-sdk
<!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_172) on Mon Aug 09 07:48:07 PDT 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.smartsheet.api.models.User (Smartsheet Java SDK 2.126.1 API)</title> <meta name="date" content="2021-08-09"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.smartsheet.api.models.User (Smartsheet Java SDK 2.126.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/smartsheet/api/models/class-use/User.html" target="_top">Frames</a></li> <li><a href="User.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.smartsheet.api.models.User" class="title">Uses of Class<br>com.smartsheet.api.models.User</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="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.smartsheet.api">com.smartsheet.api</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.smartsheet.api.models">com.smartsheet.api.models</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.smartsheet.api"> <!-- --> </a> <h3>Uses of <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a> in <a href="../../../../../com/smartsheet/api/package-summary.html">com.smartsheet.api</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/smartsheet/api/package-summary.html">com.smartsheet.api</a> that return <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#addProfileImage-long-java.lang.String-java.lang.String-">addProfileImage</a></span>(long&nbsp;userId, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;file, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileType)</code> <div class="block">Uploads a profile image for the specified user.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#addUser-com.smartsheet.api.models.User-">addUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;user)</code> <div class="block">Add a user to the organization, without sending email.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#addUser-com.smartsheet.api.models.User-boolean-">addUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;user, boolean&nbsp;sendEmail)</code> <div class="block">Add a user to the organization, without sending email.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#updateUser-com.smartsheet.api.models.User-">updateUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;user)</code> <div class="block">Update a user.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/smartsheet/api/package-summary.html">com.smartsheet.api</a> that return types with arguments of type <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/PagedResult.html" title="class in com.smartsheet.api.models">PagedResult</a>&lt;<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#listUsers--">listUsers</a></span>()</code> <div class="block">List all users.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/PagedResult.html" title="class in com.smartsheet.api.models">PagedResult</a>&lt;<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#listUsers-java.util.Set-java.util.EnumSet-com.smartsheet.api.models.PaginationParameters-">listUsers</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;email, <a href="http://docs.oracle.com/javase/6/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;<a href="../../../../../com/smartsheet/api/models/enums/ListUserInclusion.html" title="enum in com.smartsheet.api.models.enums">ListUserInclusion</a>&gt;&nbsp;includes, <a href="../../../../../com/smartsheet/api/models/PaginationParameters.html" title="class in com.smartsheet.api.models">PaginationParameters</a>&nbsp;pagination)</code> <div class="block">List all users.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/PagedResult.html" title="class in com.smartsheet.api.models">PagedResult</a>&lt;<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#listUsers-java.util.Set-com.smartsheet.api.models.PaginationParameters-">listUsers</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;email, <a href="../../../../../com/smartsheet/api/models/PaginationParameters.html" title="class in com.smartsheet.api.models">PaginationParameters</a>&nbsp;pagination)</code> <div class="block">List all users.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/smartsheet/api/package-summary.html">com.smartsheet.api</a> with parameters of type <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#addUser-com.smartsheet.api.models.User-">addUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;user)</code> <div class="block">Add a user to the organization, without sending email.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#addUser-com.smartsheet.api.models.User-boolean-">addUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;user, boolean&nbsp;sendEmail)</code> <div class="block">Add a user to the organization, without sending email.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UserResources.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/UserResources.html#updateUser-com.smartsheet.api.models.User-">updateUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;user)</code> <div class="block">Update a user.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.smartsheet.api.models"> <!-- --> </a> <h3>Uses of <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a> in <a href="../../../../../com/smartsheet/api/models/package-summary.html">com.smartsheet.api.models</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/smartsheet/api/models/package-summary.html">com.smartsheet.api.models</a> that return <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">User.AddUserBuilder.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/User.AddUserBuilder.html#build--">build</a></span>()</code> <div class="block">Builds the <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models"><code>User</code></a> object using the required fields.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">User.UpdateUserBuilder.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/User.UpdateUserBuilder.html#build--">build</a></span>()</code> <div class="block">Builds the <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models"><code>User</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">User.NewGroupMemberBuilder.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/User.NewGroupMemberBuilder.html#build--">build</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">SummaryField.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/SummaryField.html#getCreatedBy--">getCreatedBy</a></span>()</code> <div class="block">Get User object of summary field creator</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">Discussion.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Discussion.html#getCreatedBy--">getCreatedBy</a></span>()</code> <div class="block">Gets the created by</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">Comment.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Comment.html#getCreatedBy--">getCreatedBy</a></span>()</code> <div class="block">Gets user that created the comment.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">AutomationRule.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/AutomationRule.html#getCreatedBy--">getCreatedBy</a></span>()</code> <div class="block">Gets the User object for the author of this rule.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">Attachment.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Attachment.html#getCreatedBy--">getCreatedBy</a></span>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">AbstractRow.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/AbstractRow.html#getCreatedBy--">getCreatedBy</a></span>()</code> <div class="block">Gets the User object containing name and email of the creator of this row.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">Discussion.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Discussion.html#getLastCommentedUser--">getLastCommentedUser</a></span>()</code> <div class="block">Gets the user that last commented in the discussion.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">SummaryField.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/SummaryField.html#getModifiedBy--">getModifiedBy</a></span>()</code> <div class="block">Get the User who last modified the field</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">CellHistory.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/CellHistory.html#getModifiedBy--">getModifiedBy</a></span>()</code> <div class="block">Gets the user that modified the cell.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">AutomationRule.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/AutomationRule.html#getModifiedBy--">getModifiedBy</a></span>()</code> <div class="block">Gets the User who last modified this rule.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">AbstractRow.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/AbstractRow.html#getModifiedBy--">getModifiedBy</a></span>()</code> <div class="block">Gets the User object containing name and email of the last person to modify this row.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">UpdateRequest.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/UpdateRequest.html#getSentBy--">getSentBy</a></span>()</code> <div class="block">Gets the User object containing the name and email of the sender</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></code></td> <td class="colLast"><span class="typeNameLabel">SentUpdateRequest.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/SentUpdateRequest.html#getSentBy--">getSentBy</a></span>()</code> <div class="block">Get the User object containing the name and email of the sender.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../com/smartsheet/api/models/package-summary.html">com.smartsheet.api.models</a> with parameters of type <a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/SummaryField.html" title="class in com.smartsheet.api.models">SummaryField</a></code></td> <td class="colLast"><span class="typeNameLabel">SummaryField.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/SummaryField.html#setCreatedBy-com.smartsheet.api.models.User-">setCreatedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;createdBy)</code> <div class="block">Set User object of summary field creator</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/Discussion.html" title="class in com.smartsheet.api.models">Discussion</a></code></td> <td class="colLast"><span class="typeNameLabel">Discussion.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Discussion.html#setCreatedBy-com.smartsheet.api.models.User-">setCreatedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;createdBy)</code> <div class="block">Sets the created by.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/Comment.html" title="class in com.smartsheet.api.models">Comment</a></code></td> <td class="colLast"><span class="typeNameLabel">Comment.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Comment.html#setCreatedBy-com.smartsheet.api.models.User-">setCreatedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;createdBy)</code> <div class="block">Sets the user that created the comment.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/AutomationRule.html" title="class in com.smartsheet.api.models">AutomationRule</a></code></td> <td class="colLast"><span class="typeNameLabel">AutomationRule.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/AutomationRule.html#setCreatedBy-com.smartsheet.api.models.User-">setCreatedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;createdBy)</code> <div class="block">Sets the User object for the author of this rule.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/Attachment.html" title="class in com.smartsheet.api.models">Attachment</a></code></td> <td class="colLast"><span class="typeNameLabel">Attachment.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Attachment.html#setCreatedBy-com.smartsheet.api.models.User-">setCreatedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;createdBy)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/Discussion.html" title="class in com.smartsheet.api.models">Discussion</a></code></td> <td class="colLast"><span class="typeNameLabel">Discussion.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/Discussion.html#setLastCommentedUser-com.smartsheet.api.models.User-">setLastCommentedUser</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;lastCommentedUser)</code> <div class="block">Sets the user that last commented in the discussion.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/SummaryField.html" title="class in com.smartsheet.api.models">SummaryField</a></code></td> <td class="colLast"><span class="typeNameLabel">SummaryField.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/SummaryField.html#setModifiedBy-com.smartsheet.api.models.User-">setModifiedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;modifiedBy)</code> <div class="block">Sets the User who last modified the field</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/CellHistory.html" title="class in com.smartsheet.api.models">CellHistory</a></code></td> <td class="colLast"><span class="typeNameLabel">CellHistory.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/CellHistory.html#setModifiedBy-com.smartsheet.api.models.User-">setModifiedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;modifiedBy)</code> <div class="block">Sets the user that modified the cell.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/AutomationRule.html" title="class in com.smartsheet.api.models">AutomationRule</a></code></td> <td class="colLast"><span class="typeNameLabel">AutomationRule.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/AutomationRule.html#setModifiedBy-com.smartsheet.api.models.User-">setModifiedBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;modifiedBy)</code> <div class="block">Sets the User who last modified this rule.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/UpdateRequest.html" title="class in com.smartsheet.api.models">UpdateRequest</a></code></td> <td class="colLast"><span class="typeNameLabel">UpdateRequest.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/UpdateRequest.html#setSentBy-com.smartsheet.api.models.User-">setSentBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;sentBy)</code> <div class="block">Sets the User object containing the name and email of the sender</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/smartsheet/api/models/SentUpdateRequest.html" title="class in com.smartsheet.api.models">SentUpdateRequest</a></code></td> <td class="colLast"><span class="typeNameLabel">SentUpdateRequest.</span><code><span class="memberNameLink"><a href="../../../../../com/smartsheet/api/models/SentUpdateRequest.html#setSentBy-com.smartsheet.api.models.User-">setSentBy</a></span>(<a href="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">User</a>&nbsp;sentBy)</code> <div class="block">Set the User object containing the name and email of the sender.</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="../../../../../com/smartsheet/api/models/User.html" title="class in com.smartsheet.api.models">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/smartsheet/api/models/class-use/User.html" target="_top">Frames</a></li> <li><a href="User.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2021 <a href="http://smartsheet.com">Smartsheet</a>. All rights reserved.</small></p> </body> </html>
_page/ibeis.model.hots.smk.html
SU-ECE-17-7/ibeis
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ibeis.model.hots.smk package &mdash; ibeis 1.5.2 documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="top" title="ibeis 1.5.2 documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="index.html" class="icon icon-home"> ibeis </a> <div class="version"> 1.5.2 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="ibeis.html">ibeis package</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="index.html">ibeis</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="index.html">Docs</a> &raquo;</li> <li>ibeis.model.hots.smk package</li> <li class="wy-breadcrumbs-aside"> <a href="_sources/ibeis.model.hots.smk.txt" rel="nofollow"> View page source</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="ibeis-model-hots-smk-package"> <h1>ibeis.model.hots.smk package<a class="headerlink" href="#ibeis-model-hots-smk-package" title="Permalink to this headline">¶</a></h1> <div class="section" id="submodules"> <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-core-module"> <h2>ibeis.model.hots.smk.smk_core module<a class="headerlink" href="#ibeis-model-hots-smk-smk-core-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-debug-module"> <h2>ibeis.model.hots.smk.smk_debug module<a class="headerlink" href="#ibeis-model-hots-smk-smk-debug-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-hamming-module"> <h2>ibeis.model.hots.smk.smk_hamming module<a class="headerlink" href="#ibeis-model-hots-smk-smk-hamming-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-index-module"> <h2>ibeis.model.hots.smk.smk_index module<a class="headerlink" href="#ibeis-model-hots-smk-smk-index-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-match-module"> <h2>ibeis.model.hots.smk.smk_match module<a class="headerlink" href="#ibeis-model-hots-smk-smk-match-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-plots-module"> <h2>ibeis.model.hots.smk.smk_plots module<a class="headerlink" href="#ibeis-model-hots-smk-smk-plots-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-repr-module"> <h2>ibeis.model.hots.smk.smk_repr module<a class="headerlink" href="#ibeis-model-hots-smk-smk-repr-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-residuals-module"> <h2>ibeis.model.hots.smk.smk_residuals module<a class="headerlink" href="#ibeis-model-hots-smk-smk-residuals-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="ibeis-model-hots-smk-smk-scoring-module"> <h2>ibeis.model.hots.smk.smk_scoring module<a class="headerlink" href="#ibeis-model-hots-smk-smk-scoring-module" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="module-contents"> <h2>Module contents<a class="headerlink" href="#module-contents" title="Permalink to this headline">¶</a></h2> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2016, Jon Crall. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'1.5.2', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
docs/build/html/chapter4/chapter4_9.html
PaddyXiao/neo4j-docs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="Java"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>4.9. OSGi配置 &mdash; neo4j 0.1.0a documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.1.0a', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="top" title="neo4j 0.1.0a documentation" href="../index.html" /> <link rel="up" title="第 4 章 在Java应用中使用Neo4j" href="index.html" /> <link rel="next" title="4.10. 在Java中执行Cypher查询" href="chapter4_10.html" /> <link rel="prev" title="4.8. 读取一个管理配置属性" href="chapter4_8.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="chapter4_10.html" title="4.10. 在Java中执行Cypher查询" accesskey="N">next</a> |</li> <li class="right" > <a href="chapter4_8.html" title="4.8. 读取一个管理配置属性" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">neo4j 0.1.0a documentation</a> &raquo;</li> <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">第 4 章 在Java应用中使用Neo4j</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="osgi"> <span id="chapter4-9-index"></span><h1>4.9. OSGi配置<a class="headerlink" href="#osgi" title="Permalink to this headline">¶</a></h1> <blockquote> <div>在 <a class="reference external" href="http://www.osgi.org/">OSGi</a> 关联的上下文比如大量的应用服务器(e.g. <a class="reference external" href="http://glassfish.java.net/">Glassfish</a> )和基于 <a class="reference external" href="http://www.eclipse.org">Eclipse</a> 的系统中,Neo4j能被明确地建立起来而不是通过Java服务加载机制来发现。</div></blockquote> <div class="section" id="simple-osgi-activator"> <h2>4.9.1. Simple OSGi Activator 脚本<a class="headerlink" href="#simple-osgi-activator" title="Permalink to this headline">¶</a></h2> <blockquote> <div><p>如同在下面的范例中看到的一样,为了代替依赖Neo4j内核的类加载,Neo4j Bundle被作为库 bundles,而像 IndexProviders 和 CacheProviders 这样的服务被明确地实例化,配置和注册了秩序。只需要确保必要的jars,所以所有必须的类都被导出并且包括这Activator。</p> <div class="highlight-python"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 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</pre></div></td><td class="code"><div class="highlight"><pre><span></span><span class="n">public</span> <span class="k">class</span> <span class="nc">Neo4jActivator</span> <span class="n">implements</span> <span class="n">BundleActivator</span> <span class="p">{</span> <span class="n">private</span> <span class="n">static</span> <span class="n">GraphDatabaseService</span> <span class="n">db</span><span class="p">;</span> <span class="n">private</span> <span class="n">ServiceRegistration</span> <span class="n">serviceRegistration</span><span class="p">;</span> <span class="n">private</span> <span class="n">ServiceRegistration</span> <span class="n">indexServiceRegistration</span><span class="p">;</span> <span class="nd">@Override</span> <span class="n">public</span> <span class="n">void</span> <span class="n">start</span><span class="p">(</span> <span class="n">BundleContext</span> <span class="n">context</span> <span class="p">)</span> <span class="n">throws</span> <span class="ne">Exception</span> <span class="p">{</span> <span class="o">//</span><span class="n">the</span> <span class="n">cache</span> <span class="n">providers</span> <span class="n">ArrayList</span><span class="o">&lt;</span><span class="n">CacheProvider</span><span class="o">&gt;</span> <span class="n">cacheList</span> <span class="o">=</span> <span class="n">new</span> <span class="n">ArrayList</span><span class="o">&lt;</span><span class="n">CacheProvider</span><span class="o">&gt;</span><span class="p">();</span> <span class="n">cacheList</span><span class="o">.</span><span class="n">add</span><span class="p">(</span> <span class="n">new</span> <span class="n">SoftCacheProvider</span><span class="p">()</span> <span class="p">);</span> <span class="o">//</span><span class="n">the</span> <span class="n">index</span> <span class="n">providers</span> <span class="n">IndexProvider</span> <span class="n">lucene</span> <span class="o">=</span> <span class="n">new</span> <span class="n">LuceneIndexProvider</span><span class="p">();</span> <span class="n">ArrayList</span><span class="o">&lt;</span><span class="n">IndexProvider</span><span class="o">&gt;</span> <span class="n">provs</span> <span class="o">=</span> <span class="n">new</span> <span class="n">ArrayList</span><span class="o">&lt;</span><span class="n">IndexProvider</span><span class="o">&gt;</span><span class="p">();</span> <span class="n">provs</span><span class="o">.</span><span class="n">add</span><span class="p">(</span> <span class="n">lucene</span> <span class="p">);</span> <span class="n">ListIndexIterable</span> <span class="n">providers</span> <span class="o">=</span> <span class="n">new</span> <span class="n">ListIndexIterable</span><span class="p">();</span> <span class="n">providers</span><span class="o">.</span><span class="n">setIndexProviders</span><span class="p">(</span> <span class="n">provs</span> <span class="p">);</span> <span class="o">//</span><span class="n">the</span> <span class="n">database</span> <span class="n">setup</span> <span class="n">GraphDatabaseFactory</span> <span class="n">gdbf</span> <span class="o">=</span> <span class="n">new</span> <span class="n">GraphDatabaseFactory</span><span class="p">();</span> <span class="n">gdbf</span><span class="o">.</span><span class="n">setIndexProviders</span><span class="p">(</span> <span class="n">providers</span> <span class="p">);</span> <span class="n">gdbf</span><span class="o">.</span><span class="n">setCacheProviders</span><span class="p">(</span> <span class="n">cacheList</span> <span class="p">);</span> <span class="n">db</span> <span class="o">=</span> <span class="n">gdbf</span><span class="o">.</span><span class="n">newEmbeddedDatabase</span><span class="p">(</span> <span class="s2">&quot;target/db&quot;</span> <span class="p">);</span> <span class="o">//</span><span class="n">the</span> <span class="n">OSGi</span> <span class="n">registration</span> <span class="n">serviceRegistration</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="n">registerService</span><span class="p">(</span> <span class="n">GraphDatabaseService</span><span class="o">.</span><span class="n">class</span><span class="o">.</span><span class="n">getName</span><span class="p">(),</span> <span class="n">db</span><span class="p">,</span> <span class="n">new</span> <span class="n">Hashtable</span><span class="o">&lt;</span><span class="n">String</span><span class="p">,</span><span class="n">String</span><span class="o">&gt;</span><span class="p">()</span> <span class="p">);</span> <span class="n">System</span><span class="o">.</span><span class="n">out</span><span class="o">.</span><span class="n">println</span><span class="p">(</span> <span class="s2">&quot;registered &quot;</span> <span class="o">+</span> <span class="n">serviceRegistration</span><span class="o">.</span><span class="n">getReference</span><span class="p">()</span> <span class="p">);</span> <span class="n">indexServiceRegistration</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="n">registerService</span><span class="p">(</span> <span class="n">Index</span><span class="o">.</span><span class="n">class</span><span class="o">.</span><span class="n">getName</span><span class="p">(),</span> <span class="n">db</span><span class="o">.</span><span class="n">index</span><span class="p">()</span><span class="o">.</span><span class="n">forNodes</span><span class="p">(</span> <span class="s2">&quot;nodes&quot;</span> <span class="p">),</span> <span class="n">new</span> <span class="n">Hashtable</span><span class="o">&lt;</span><span class="n">String</span><span class="p">,</span><span class="n">String</span><span class="o">&gt;</span><span class="p">()</span> <span class="p">);</span> <span class="n">Transaction</span> <span class="n">tx</span> <span class="o">=</span> <span class="n">db</span><span class="o">.</span><span class="n">beginTx</span><span class="p">();</span> <span class="k">try</span> <span class="p">{</span> <span class="n">Node</span> <span class="n">firstNode</span> <span class="o">=</span> <span class="n">db</span><span class="o">.</span><span class="n">createNode</span><span class="p">();</span> <span class="n">Node</span> <span class="n">secondNode</span> <span class="o">=</span> <span class="n">db</span><span class="o">.</span><span class="n">createNode</span><span class="p">();</span> <span class="n">Relationship</span> <span class="n">relationship</span> <span class="o">=</span> <span class="n">firstNode</span><span class="o">.</span><span class="n">createRelationshipTo</span><span class="p">(</span> <span class="n">secondNode</span><span class="p">,</span> <span class="n">DynamicRelationshipType</span><span class="o">.</span><span class="n">withName</span><span class="p">(</span> <span class="s2">&quot;KNOWS&quot;</span> <span class="p">)</span> <span class="p">);</span> <span class="n">firstNode</span><span class="o">.</span><span class="n">setProperty</span><span class="p">(</span> <span class="s2">&quot;message&quot;</span><span class="p">,</span> <span class="s2">&quot;Hello, &quot;</span> <span class="p">);</span> <span class="n">secondNode</span><span class="o">.</span><span class="n">setProperty</span><span class="p">(</span> <span class="s2">&quot;message&quot;</span><span class="p">,</span> <span class="s2">&quot;world!&quot;</span> <span class="p">);</span> <span class="n">relationship</span><span class="o">.</span><span class="n">setProperty</span><span class="p">(</span> <span class="s2">&quot;message&quot;</span><span class="p">,</span> <span class="s2">&quot;brave Neo4j &quot;</span> <span class="p">);</span> <span class="n">db</span><span class="o">.</span><span class="n">index</span><span class="p">()</span><span class="o">.</span><span class="n">forNodes</span><span class="p">(</span> <span class="s2">&quot;nodes&quot;</span> <span class="p">)</span><span class="o">.</span><span class="n">add</span><span class="p">(</span> <span class="n">firstNode</span><span class="p">,</span> <span class="s2">&quot;message&quot;</span><span class="p">,</span> <span class="s2">&quot;Hello&quot;</span> <span class="p">);</span> <span class="n">tx</span><span class="o">.</span><span class="n">success</span><span class="p">();</span> <span class="p">}</span> <span class="n">catch</span> <span class="p">(</span> <span class="ne">Exception</span> <span class="n">e</span> <span class="p">)</span> <span class="p">{</span> <span class="n">e</span><span class="o">.</span><span class="n">printStackTrace</span><span class="p">();</span> <span class="n">throw</span> <span class="n">new</span> <span class="n">RuntimeException</span><span class="p">(</span> <span class="n">e</span> <span class="p">);</span> <span class="p">}</span> <span class="k">finally</span> <span class="p">{</span> <span class="n">tx</span><span class="o">.</span><span class="n">finish</span><span class="p">();</span> <span class="p">}</span> <span class="p">}</span> <span class="nd">@Override</span> <span class="n">public</span> <span class="n">void</span> <span class="n">stop</span><span class="p">(</span> <span class="n">BundleContext</span> <span class="n">context</span> <span class="p">)</span> <span class="n">throws</span> <span class="ne">Exception</span> <span class="p">{</span> <span class="n">serviceRegistration</span><span class="o">.</span><span class="n">unregister</span><span class="p">();</span> <span class="n">indexServiceRegistration</span><span class="o">.</span><span class="n">unregister</span><span class="p">();</span> <span class="n">db</span><span class="o">.</span><span class="n">shutdown</span><span class="p">();</span> <span class="p">}</span> <span class="p">}</span> </pre></div> </td></tr></table></div> </div></blockquote> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="../index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">4.9. OSGi配置</a><ul> <li><a class="reference internal" href="#simple-osgi-activator">4.9.1. Simple OSGi Activator 脚本</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="chapter4_8.html" title="previous chapter">4.8. 读取一个管理配置属性</a></p> <h4>Next topic</h4> <p class="topless"><a href="chapter4_10.html" title="next chapter">4.10. 在Java中执行Cypher查询</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/chapter4/chapter4_9.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="chapter4_10.html" title="4.10. 在Java中执行Cypher查询" >next</a> |</li> <li class="right" > <a href="chapter4_8.html" title="4.8. 读取一个管理配置属性" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="../index.html">neo4j 0.1.0a documentation</a> &raquo;</li> <li class="nav-item nav-item-1"><a href="index.html" >第 4 章 在Java应用中使用Neo4j</a> &raquo;</li> </ul> </div> <div class="footer" role="contentinfo"> &copy; Copyright 2016, 肖鹏(xiaopeng2@genomics.cn). Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.4. </div> </body> </html>
tags/技术/index.html
huihui7987/huihui7987.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tag: 技术 | Hello,Huimm</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta property="og:type" content="website"> <meta property="og:title" content="Hello,Huimm"> <meta property="og:url" content="http://blog.huimm.top/tags/技术/index.html"> <meta property="og:site_name" content="Hello,Huimm"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Hello,Huimm"> <link rel="alternative" href="/atom.xml" title="Hello,Huimm" type="application/atom+xml"> <link rel="icon" href="/img/logo.jpg"> <link rel="stylesheet" href="//cdn.bootcss.com/animate.css/3.5.0/animate.min.css"> <link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/font-awesome/css/font-awesome.min.css"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css"> <!-- 加载特效 --> <script src="/js/pace.js"></script> <link href="/css/pace/pace-theme-flash.css" rel="stylesheet" /> <script> var yiliaConfig = { fancybox: true, animate: true, isHome: false, isPost: false, isArchive: false, isTag: true, isCategory: false, open_in_new: false } </script> </head> <body> <div id="container"> <div class="left-col"> <div class="overlay"></div> <div class="intrude-less"> <header id="header" class="inner"> <a href="/" class="profilepic"> <img lazy-src="/img/logo.jpg" class="js-avatar"> </a> <hgroup> <h1 class="header-author"><a href="/">Huimm</a></h1> </hgroup> <div id="switch-btn" class="switch-btn"> <div class="icon"> <div class="icon-ctn"> <div class="icon-wrap icon-house" data-idx="0"> <div class="birdhouse"></div> <div class="birdhouse_holes"></div> </div> <div class="icon-wrap icon-ribbon hide" data-idx="1"> <div class="ribbon"></div> </div> <div class="icon-wrap icon-me hide" data-idx="3"> <div class="user"></div> <div class="shoulder"></div> </div> </div> </div> <div class="tips-box hide"> <div class="tips-arrow"></div> <ul class="tips-inner"> <li>菜单</li> <li>标签</li> <li>关于我</li> </ul> </div> </div> <div id="switch-area" class="switch-area"> <div class="switch-wrap"> <section class="switch-part switch-part1"> <nav class="header-menu"> <ul> <li><a href="/">首页</a></li> <li><a href="/archives">归档</a></li> <li><a href="/tags">标签</a></li> <li><a href="/love.html">关于</a></li> </ul> </nav> <nav class="header-nav"> <ul class="social"> <a class="fl github" target="_blank" href="https://github.com/huihui7987" title="github">github</a> <a class="fl zhihu" target="_blank" href="https://www.zhihu.com/people/huimm" title="zhihu">zhihu</a> <a class="fl weibo" target="_blank" href="#" title="weibo">weibo</a> <a class="fl google" target="_blank" href="#" title="google">google</a> <a class="fl twitter" target="_blank" href="#" title="twitter">twitter</a> </ul> </nav> </section> <section class="switch-part switch-part2"> <div class="widget tagcloud" id="js-tagcloud"> <a href="/tags/data-mining-python/" style="font-size: 10px;">data-mining python</a> <a href="/tags/dataMining-python/" style="font-size: 10px;">dataMining,python</a> <a href="/tags/markdown/" style="font-size: 10px;">markdown</a> <a href="/tags/python/" style="font-size: 20px;">python</a> <a href="/tags/技术/" style="font-size: 10px;">技术</a> <a href="/tags/数据挖掘-python/" style="font-size: 10px;">数据挖掘 python</a> <a href="/tags/数据清洗/" style="font-size: 10px;">数据清洗</a> </div> </section> <section class="switch-part switch-part3"> <div id="js-aboutme">每一个不如意的现在,都有一个不够努力的曾经。</div> </section> </div> </div> </header> </div> </div> <div class="mid-col"> <nav id="mobile-nav"> <div class="overlay"> <div class="slider-trigger"></div> <h1 class="header-author js-mobile-header hide"><a href="/" title="回到主页">Huimm</a></h1> </div> <div class="intrude-less"> <header id="header" class="inner"> <a href="/" class="profilepic"> <img lazy-src="/img/logo.jpg" class="js-avatar"> </a> <hgroup> <h1 class="header-author"><a href="/" title="回到主页">Huimm</a></h1> </hgroup> <nav class="header-menu"> <ul> <li><a href="/">首页</a></li> <li><a href="/archives">归档</a></li> <li><a href="/tags">标签</a></li> <li><a href="/love.html">关于</a></li> <div class="clearfix"></div> </ul> </nav> <nav class="header-nav"> <div class="social"> <a class="github" target="_blank" href="https://github.com/huihui7987" title="github">github</a> <a class="zhihu" target="_blank" href="https://www.zhihu.com/people/huimm" title="zhihu">zhihu</a> <a class="weibo" target="_blank" href="#" title="weibo">weibo</a> <a class="google" target="_blank" href="#" title="google">google</a> <a class="twitter" target="_blank" href="#" title="twitter">twitter</a> </div> </nav> </header> </div> </nav> <div class="body-wrap"> <section class="archives-wrap"> <div class="archive-year-wrap"> <a href="/archives/2016" class="archive-year">2016</a> </div> <div class="archives"> <article class="archive-article archive-type-post"> <div class="archive-article-inner"> <header class="archive-article-header"> <div class="article-meta"> <a href="/2016/09/29/技能/" class="archive-article-date"> <time datetime="2016-09-29T08:14:25.000Z" itemprop="datePublished">09-29</time> </a> </div> <h1 itemprop="name"> <a class="archive-article-title" href="/2016/09/29/技能/">技能</a> </h1> <div class="article-info info-on-archive"> <div class="article-category tagcloud"> <a class="article-category-link" href="/categories/研究/">研究</a> </div> <div class="article-tag tagcloud"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/技术/">技术</a></li></ul> </div> </div> <div class="clearfix"></div> </header> </div> </article> </div></section> </div> <footer id="footer"> <div class="outer"> <div id="footer-info"> <div class="footer-left"> &copy; 2017 Huimm </div> <div class="footer-right"> <a href="https://github.com/huihui7987/" target="_blank">Huimm</a> github <a href="https://github.com/huihui7987/" target="_blank"></a> by huihui </div> </div> <div class="visit"> <span id="busuanzi_container_site_pv" style='display:none'> <span id="site-visit" >到访数: <span id="busuanzi_value_site_uv"></span> </span> </span> <span>, </span> <span id="busuanzi_container_page_pv" style='display:none'> <span id="page-visit">本页阅读量: <span id="busuanzi_value_page_pv"></span> </span> </span> </div> </div> </footer> </div> <script src="https://7.url.cn/edu/jslib/comb/require-2.1.6,jquery-1.9.1.min.js"></script> <script src="/js/main.js"></script> <script> $(document).ready(function() { var backgroundnum = 24; var backgroundimg = "url(/background/bg-x.jpg)".replace(/x/gi, Math.ceil(Math.random() * backgroundnum)); $("#mobile-nav").css({"background-image": backgroundimg,"background-size": "cover","background-position": "center"}); $(".left-col").css({"background-image": backgroundimg,"background-size": "cover","background-position": "center"}); }) </script> <div class="scroll" id="scroll"> <a href="#"><i class="fa fa-arrow-up"></i></a> <a href="#comments"><i class="fa fa-comments-o"></i></a> <a href="#footer"><i class="fa fa-arrow-down"></i></a> </div> <script> $(document).ready(function() { if ($("#comments").length < 1) { $("#scroll > a:nth-child(2)").hide(); }; }) </script> <button class="hide-labels">TAG 开关</button> <script src="https://7.url.cn/edu/jslib/comb/require-2.1.6,jquery-1.9.1.min.js"> </script> <script> $(document).ready(function() { $("button").click(function() { $(".article-info").toggle(200); }); }); </script> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"> </script> <script language="javascript"> $(function() { $("a[title]").each(function() { var a = $(this); var title = a.attr('title'); if (title == undefined || title == "") return; a.data('title', title).removeAttr('title').hover( function() { var offset = a.offset(); $("<div id=\"anchortitlecontainer\"></div>").appendTo($("body")).html(title).css({ top: offset.top - a.outerHeight() - 15, left: offset.left + a.outerWidth()/2 + 1 }).fadeIn(function() { var pop = $(this); setTimeout(function() { pop.remove(); }, pop.text().length * 800); }); }, function() { $("#anchortitlecontainer").remove(); }); }); }); </script> </div> </body> </html>
mvideo/mvideo-2017_04_14_shock_cena/mvideo-2017_04_14_shock_cena.html
wim-agency/wim-agency.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--[if !mso]><!--> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--<![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <style type="text/css"> .ExternalClass {width:100%;} .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} body {margin:0; padding:0;} table td {border-collapse:collapse;} p {margin:0; padding:0; margin-bottom:0;} h1, h2, h3, h4, h5, h6 { color: black; line-height: 100%; } a, a:link { color:#0070cc; text-decoration: none; } body, #body_style { background:#d2d2d2; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; } span.yshortcuts { color:#000; background-color:none; border:none;} span.yshortcuts:hover, span.yshortcuts:active, span.yshortcuts:focus {color:#000; background-color:none; border:none;} a:visited { color: #3c96e2; text-decoration: none} a:focus { color: #3c96e2; text-decoration: underline} a:hover { color: #3c96e2; text-decoration: underline} @media only screen and (max-device-width: 480px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 10px} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 12px} } @media only screen and (max-width: 640px), only screen and (max-device-width: 640px) { div[class=hide-menu], td[class=hide-menu] { height: 0 !important; max-height: 0 !important; display: none !important; visibility: hidden !important; } table[class=full-width], img[class=full-width], td[class=full-width], div[class=full-width] { width:100% !important; height:auto !important; } } @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { div[class=w480-full] { width:100% !important; height:auto !important; } } @media only screen and (min-device-width: 640px) and (max-device-width: 640px) { table[class=w640-full] { width:100% !important; height:auto !important; } } .preheader {display:none !important; visibility:hidden; opacity:0; color:transparent; height:0; width:0;} </style> </head> <body style="color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#d2d2d2; " alink="#FF0000" link="#FF0000" bgcolor="#d2d2d2" text="#000000" yahoo="fix"> <div style="background-color:#d2d2d2;"> <!--[if gte mso 9]> <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t"> <v:fill type="tile" src="http://static.mvideo.ru/emarsis/20161203_comp_graph/bg-email.gif" color="#d2d2d2"/> </v:background> <![endif]--> <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" align="left" background="http://static.mvideo.ru/emarsis/20161203_comp_graph/bg-email.gif" style="background-image: url(http://static.mvideo.ru/emarsis/20161203_comp_graph/bg-email.gif);"> <!--[if gte mso 10]> <table align="center" width="640" border="0" cellspacing="0" cellpadding="0"> <tr><td><![endif]--> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tbody> <tr> <td align="center" width="640" style="width: 640px;"> <table bgcolor="#ffffff" class="full-width" width="640" cellspacing="0" cellpadding="0" style="width: 100%; max-width: 640px; min-width: 300px;"> <tbody> <tr> <td align="center"> <table align="center" width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-top: 14px; font-size: 1px; line-height: 1px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#ffffff; text-align: center;"> Только до 1 мая </td> </tr> <tr> <td style="padding-bottom: 14px; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a href="http://contact.mvideo.ru/u/gm.php?UID=$uid$&ID=$ident$" target="_blank" style="color: #838383; text-decoration: underline;" title = "Онлайн-версия письма">Письмо не отображается корректно?</a> </td> </tr> <tr> <td style="padding-bottom: 4px; font-size: 0; line-height: 0;"> <img style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 15px !important;" src="http://static.mvideo.ru/emarsis/20170323_mgame/top-shadow-img.gif" alt=""> </td> </tr> <tr> <td align="center" style="padding-bottom: 20px; font-size: 24px; line-height: 28px; font-family: Arial, Helvetica, sans-serif; color: #000000; text-align: center;"> <a target="_blank" href="http://www.mvideo.ru/mgame/?reff=Action_mail_email_a_20170414_shock_cena_a_head_logo&amp;utm_source=Action_mail&amp;utm_medium=email&amp;utm_campaign=a_20170414_shock_cena&amp;utm_content=a_head_logo&amp;userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID"><img style="vertical-align: top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/logo-mgame.gif" width="150" height="72" alt="M. Game" title="M. Game"></a> </td> </tr> <!-- начало блока с главным меню --> <tr> <td class="hide-menu" style="font-size: 0; text-align: center; padding-bottom: 20px;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 119px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="middle" height="40" style="font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color:#333333; text-align: center; font-weight:bold; border: 1px solid #c9c9c9; border-collapse: collapse;"> <a style="color: #5a5a5a; text-decoration: none; font-weight:bold;" target="_blank" href="http://www.mvideo.ru/promo/igrajut-vse?reff=Action_mail_email_a_20170414_shock_cena_a_head_menu&amp;utm_source=Action_mail&amp;utm_medium=email&amp;utm_campaign=a_20170414_shock_cena&amp;utm_content=a_head_menu&amp;userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID"><img width="119" height="40" title="Акции" alt="Акции" src="http://static.mvideo.ru/emarsis/20170323_mgame/nav-item-akcii.gif" style="display: block; border:none;"></a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 119px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="middle" height="40" style="font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color:#333333; text-align: center; font-weight:bold; border: 1px solid #c9c9c9; border-collapse: collapse;"> <a style="color: #5a5a5a; text-decoration: none; font-weight:bold;" target="_blank" href="http://www.mvideo.ru/mgame-new?reff=Action_mail_email_a_20170414_shock_cena_a_head_menu&amp;utm_source=Action_mail&amp;utm_medium=email&amp;utm_campaign=a_20170414_shock_cena&amp;utm_content=a_head_menu&amp;userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID"><img width="119" height="40" title="Новинки" alt="Новинки" src="http://static.mvideo.ru/emarsis/20170323_mgame/nav-item-novetly.gif" style="display: block; border:none;"></a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 119px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="middle" height="40" style="font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color:#333333; text-align: center; font-weight:bold; border: 1px solid #c9c9c9; border-collapse: collapse;"> <a style="color: #5a5a5a; text-decoration: none; font-weight:bold;" target="_blank" href="http://www.mvideo.ru/preorders?reff=Action_mail_email_a_20170414_shock_cena_a_head_menu&amp;utm_source=Action_mail&amp;utm_medium=email&amp;utm_campaign=a_20170414_shock_cena&amp;utm_content=a_head_menu&amp;userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID"><img width="119" height="40" title="Предзаказы" alt="Предзаказы" src="http://static.mvideo.ru/emarsis/20170323_mgame/nav-item-preorder.gif" style="display: block; border:none;"></a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 119px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="middle" height="40" style="font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color:#333333; text-align: center; font-weight:bold; border: 1px solid #c9c9c9; border-collapse: collapse;"> <a style="color: #5a5a5a; text-decoration: none; font-weight:bold;" target="_blank" href="http://www.mvideo.ru/mgame-top?reff=Action_mail_email_a_20170414_shock_cena_a_head_menu&amp;utm_source=Action_mail&amp;utm_medium=email&amp;utm_campaign=a_20170414_shock_cena&amp;utm_content=a_head_menu&amp;userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID"><img width="119" height="40" title="Топ продаж" alt="Топ продаж" src="http://static.mvideo.ru/emarsis/20170323_mgame/nav-item-top-prodazh.gif" style="display: block; border:none;"></a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 119px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="middle" height="40" style="font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; color:#333333; text-align: center; font-weight:bold; border: 1px solid #c9c9c9; border-collapse: collapse;"> <a style="color: #5a5a5a; text-decoration: none; font-weight:bold;" target="_blank" href="http://www.mvideo.ru/promo/tzhifrovye-kody-dlya-igr?reff=Action_mail_email_a_20170414_shock_cena_a_head_menu&amp;utm_source=Action_mail&amp;utm_medium=email&amp;utm_campaign=a_20170414_shock_cena&amp;utm_content=a_head_menu&amp;userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID"><img width="119" height="40" title="Цифровые коды" alt="Цифровые коды" src="http://static.mvideo.ru/emarsis/20170323_mgame/nav-item-cyfrovie-kody.gif" style="display: block; border:none;"></a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- конец блока с главным меню --> <tr> <td align="center" style="padding-bottom: 20px; font-size: 30px; line-height: 35px; font-family: Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/promo/shok-tzena-igry-ea?reff=Action_mail_email_a_20170414_shock_cena_a_banner_top&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_banner_top&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" style="color: #e30613; text-decoration: none;"><img width="600" src="http://static.mvideo.ru/emarsis/20170414_shock_cena/banner-shok-tzena-igry-ea.jpg" style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 300px;" alt="Шок-цена! Игры за 590 рублей " title = "Шок-цена! Игры за 590 рублей " ></a> </td> </tr> <tr> <td align="center" style="padding-bottom: 25px; font-size: 20px; line-height: 25px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: center;"> Только до 1 мая в «М.Видео» – аттракцион неслыханной щедрости! Хиты Electronic Arts по шок-цене 590 рублей. Пополняй коллекцию! </td> </tr> <tr> <td align="center" style="padding-bottom: 20px; font-size: 17px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; color:#000000; text-align: center;"> <!--[if mso]> <v:roundrect href="http://www.mvideo.ru/promo/shok-tzena-igry-ea?reff=Action_mail_email_a_20170414_shock_cena_a_btn_uznat_bolshe&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_btn_uznat_bolshe&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" style="height:45px;v-text-anchor:middle;width:260px;" arcsize="10%" stroke="f" fillcolor="#ed1c29"> <w:anchorlock/> <center> <![endif]--> <a href="http://www.mvideo.ru/promo/shok-tzena-igry-ea?reff=Action_mail_email_a_20170414_shock_cena_a_btn_uznat_bolshe&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_btn_uznat_bolshe&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" title="Узнать больше" style="background-color:#ed1c29; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; color:#ffffff;display:inline-block;font-family:Arial, Helvetica, sans-serif;font-size:20px;font-weight:bold;line-height:45px;text-align:center;text-decoration:none;width:260px;-webkit-text-size-adjust:none;" target="_blank">Узнать больше</a> <!--[if mso]> </center> </v:roundrect> <![endif]--> </td> </tr> <tr> <td align="center" style="padding-bottom: 20px; font-size: 30px; line-height: 35px; font-family: Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/obzor-mass-effect-andromeda?reff=Action_mail_email_a_20170414_shock_cena_a_banner_mass_effect&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_banner_mass_effect&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" style="color: #e30613; text-decoration: none;"><img width="600" src="http://static.mvideo.ru/emarsis/20170414_shock_cena/banner-Mass-Effect-Andromeda.jpg" style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 150px;" alt="Обзор Mass Effect: Andromeda. Галактика в опасности!" title = "Обзор Mass Effect: Andromeda. Галактика в опасности!" ></a> </td> </tr> <tr> <td align="center" style="padding-bottom: 20px; font-size: 30px; line-height: 35px; font-family: Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/obzor-igrovyh-kompyuterov-2017?reff=Action_mail_email_a_20170414_shock_cena_a_banner_top10_igrovyh_komputerov&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_banner_top10_igrovyh_komputerov&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" style="color: #e30613; text-decoration: none;"><img width="600" src="http://static.mvideo.ru/emarsis/20170414_shock_cena/banner-game-comp.jpg" style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 150px;" alt="Топ-10 игровых компьютеров. Выбираем игровой системный блок на GeForce GTX" title = "Топ-10 игровых компьютеров. Выбираем игровой системный блок на GeForce GTX" ></a> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center"> <table width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-bottom: 30px; font-size: 24px; line-height: 28px; font-family: Arial, Helvetica, sans-serif; color: #000000; text-align: center;"> <img alt="" src="http://static.mvideo.ru/emarsis/20170323_mgame/top-shadow-img.gif" style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 15px !important;"> </td> </tr> <!-- начало блока с всеми видами продукции --> <tr> <td style="font-size: 0; text-align: center; padding-bottom: 30px;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td valign="top" width="120" align="right"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Телевизоры и цифровое ТВ" href="http://www.mvideo.ru/televizory-i-cifrovoe-tv-1?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico01.gif" width="88" height="83" alt="Телевизоры и цифровое ТВ"/> <br/><strong>Телевизоры и цифровое ТВ</strong> </a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Ноутбуки" href="http://www.mvideo.ru/noutbuki-planshety-komputery/noutbuki-118?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico02.gif" width="88" height="83" alt="Ноутбуки"/> <br/><strong>Ноутбуки</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Планшеты" href="http://www.mvideo.ru/noutbuki-planshety-komputery/planshety-195?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico03.gif" width="88" height="83" alt="Планшеты"/> <br/><strong>Планшеты</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Apple" href="http://www.mvideo.ru/komputernaya-tehnika-apple-2667?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico04.gif" width="88" height="83" alt="Apple"/> <br/><strong>Apple</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Смартфоны и сотовые телефоны" href="http://www.mvideo.ru/smartfony-sotovye-telefony-10?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico05.gif" width="88" height="83" alt="Смартфоны и сотовые телефоны"/> <br/><strong>Смартфоны <br/>и сотовые телефоны</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if gte mso 9]> </td></tr> </table><![endif]--> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td valign="top" width="120" align="right"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Электронные книги" href="http://www.mvideo.ru/elektronnye-knigi-i-aksessuary/elektronnye-knigi-73?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico06.gif" width="88" height="83" alt="Электронные книги"/> <br/><strong>Электронные книги</strong><br/><br/> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Фото и видео" href="http://www.mvideo.ru/fotoapparaty-i-videotehnika?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico07.gif" width="88" height="83" alt="Фото и видео"/> <br/><strong>Фото и видео</strong><br/><br/> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Аудио" href="http://www.mvideo.ru/audiotehnika?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico08.gif" width="88" height="83" alt="Аудио"/> <br/><strong>Аудио</strong><br/><br/> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Красота и здоровье" href="http://www.mvideo.ru/krasota-i-zdorove?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico09.gif" width="88" height="83" alt="Красота и здоровье"/> <br/><strong>Красота и здоровье</strong><br/><br/> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Малая бытовая техника" href="http://www.mvideo.ru/malaya-bytovaya-tehnika?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico10.gif" width="88" height="83" alt="Техника для кухни"/> <br/><strong>Малая бытовая техника</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if gte mso 9]> </td></tr> </table><![endif]--> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td valign="top" width="120" align="right"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Крупная бытовая техника" href="http://www.mvideo.ru/krupnaya-bytovaya-tehnika?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico11.gif" width="88" height="83" alt="Бытовая техника"/> <br/><strong>Крупная бытовая техника</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Автотехника" href="http://www.mvideo.ru/avtomobilnaya-elektronika-i-gps?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico12.gif" width="88" height="83" alt="Автотехника"/> <br/><strong>Автотехника</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Игры и развлечения" href="http://www.mvideo.ru/igry-i-razvlecheniya?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico13.gif" width="88" height="83" alt="Игры и развлечения"/> <br/><strong>Игры и развлечения</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Компьютерные программы" href="http://www.mvideo.ru/komputernye-programmy-i-pc-igry-19?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico14.gif" width="88" height="83" alt="Компьютерные программы"/> <br/><strong>Компьютерные <br/>программы</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="120" align="left"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 120px;"> <div style="display: inline-block; vertical-align: top; width: 120px;"> <table align="center" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-bottom: 14px; font-size: 10px; line-height: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a title="Аксессуары" href="http://www.mvideo.ru/aksessuary-dlya-telefonov-58?reff=Action_mail_email_a_20170414_shock_cena_a_foot_menu&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_menu&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" target="_blank" style="color: #333333; text-decoration: none;"> <img style="vertical-align:top; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/article-ico15.gif" width="88" height="83" alt="Аксессуары"/> <br/><strong>Аксессуары</strong> </a> </td> </tr> </tbody> </table> </div> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <!-- конец блока с всеми видами продукции --> </tbody> </table> </td> </tr> <tr> <td align="center" bgcolor="#dfdfdf"> <table width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-bottom: 15px; font-family:Arial,sans-serif;font-size:13px;line-height:20px;font-weight:normal;color:#333333;text-decoration:none"> <br/> <font color="#333333" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:20px;font-weight:normal;color:#333333;text-decoration:none">Вы можете <a target="_blank" href="http://contact.mvideo.ru/u/un.php?par=$uid$_$cid$_$llid$_$sid$" style="text-decoration:none" title=""><font color="#A3A0A0" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:normal;font-weight:normal;color:#a3a0a0;text-decoration:underline">отписаться</font></a> и не получать информацию об акциях, распродажах и спецпредложениях.</font> <br> <font color="#333333" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:20px;font-weight:normal;color:#333333;text-decoration:none">Данное сообщение отправлено автоматически и не требует ответа.</font> <br> <font color="#333333" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:20px;font-weight:normal;color:#333333;text-decoration:none">Чтобы регулярно и без проблем получать рассылку от &laquo;М.Видео&raquo;, пожалуйста, добавьте адрес <a target="_blank" href="mailto:&#109;&#046;&#118;&#105;&#100;&#101;&#111;&#064;&#115;&#101;&#110;&#100;&#101;&#114;&#046;&#109;&#118;&#105;&#100;&#101;&#111;&#046;&#114;&#117;" style="text-decoration:none" title=""><font color="#A3A0A0" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:normal;font-weight:normal;color:#a3a0a0;text-decoration:underline">&#109;&#046;&#118;&#105;&#100;&#101;&#111;&#064;&#115;&#101;&#110;&#100;&#101;&#114;&#046;&#109;&#118;&#105;&#100;&#101;&#111;&#046;&#114;&#117;</font></a> в свою адресную книгу.</font> <br> <font color="#333333" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:20px;font-weight:normal;color:#333333;text-decoration:none">Цены и скидки на товары действительны на момент отправки данного письма.</font> </td> </tr> </tbody> </table> </td> </tr> <tr> <td height="1" bgcolor="#aaaaaa" style="font-size: 0; line-height: 0;"></td> </tr> <tr> <td align="center" bgcolor="#dfdfdf"> <table width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-bottom: 25px; font-family:Arial,sans-serif;font-size:13px;line-height:18px;font-weight:normal;color:#333333;text-decoration:none"> <br/><br/> <font color="#333333" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:13px;line-height:18px;font-weight:normal;color:#333333;text-decoration:none">ООО &laquo;М.видео Менеджмент&raquo;, ОГРН 1057746840095. <br/>Юридический адрес: 105066, Россия, Москва, ул. Нижняя Красносельская, дом 40/12, корп. 20. </font> </td> </tr> <tr> <td style="padding-bottom: 10px; font-size: 0; text-align: center;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" width="50%" align="left"> <![endif]--> <div style="display: inline-block; width:50%; min-width: 228px; vertical-align: top;"> <table align="left" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-bottom: 15px;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style=" font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <img style="display: block; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/footer_logo_mvideo.jpg" width="49" height="49" alt=""/> </td> <td width="2" style="font-size:0; line-height: 0;">&nbsp;</td> <td style=" font-size: 13px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <span style="white-space: nowrap;">&nbsp;&nbsp;Copyright &copy; М.Видео, 2017</span> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="50%" align="right"> <![endif]--> <div style="display: inline-block; width:50%; min-width: 266px; vertical-align: top;"> <table align="right" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-bottom: 15px;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-right: 5px; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/legalcontent?reff=Action_mail_email_a_20170414_shock_cena_a_foot_links&utm_source=Action_mail&utm_medium=email&utm_campaign=a_20170414_shock_cena&utm_content=a_foot_links&userId=%SAP_CRMS_MKTHV_LBP-ZWEB_ID" style="color:#a3a0a0;text-decoration:underline; white-space: nowrap;" title="Политика конфиденциальности">Политика&nbsp;конфиденциальности&nbsp;</a> </td> <td style=" font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <img style="display: block; border:none;" src="http://static.mvideo.ru/emarsis/20170323_mgame/footer_logo_akit.jpg" width="51" height="48" alt=""/> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!--[if gte mso 10]> </td></tr> </table><![endif]--> </td> </tr> </table> </div> </body> </html>
Home/Controller/test.html
liu-fan/Home
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> tis </body> </html>
ahkl/apache-cassandra-3.5/javadoc/org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.NotNullRestriction.html
jasonwee/videoOnCloud
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sat Apr 09 10:11:07 EDT 2016 --> <title>Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.NotNullRestriction (apache-cassandra API)</title> <meta name="date" content="2016-04-09"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.NotNullRestriction (apache-cassandra API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.NotNullRestriction.html" title="class in org.apache.cassandra.cql3.restrictions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.NotNullRestriction.html" target="_top">Frames</a></li> <li><a href="MultiColumnRestriction.NotNullRestriction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.NotNullRestriction" class="title">Uses of Class<br>org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.NotNullRestriction</h2> </div> <div class="classUseContainer">No usage of org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.NotNullRestriction</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/cassandra/cql3/restrictions/MultiColumnRestriction.NotNullRestriction.html" title="class in org.apache.cassandra.cql3.restrictions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.NotNullRestriction.html" target="_top">Frames</a></li> <li><a href="MultiColumnRestriction.NotNullRestriction.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
docs/4.0.0/jrugged-core/org/fishwife/jrugged/package-frame.html
Comcast/jrugged
<!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_172) on Wed Mar 13 10:37:22 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.fishwife.jrugged (jrugged-core 4.0.0-SNAPSHOT API)</title> <meta name="date" content="2019-03-13"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../org/fishwife/jrugged/package-summary.html" target="classFrame">org.fishwife.jrugged</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="CircuitBreakerExceptionMapper.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">CircuitBreakerExceptionMapper</span></a></li> <li><a href="Clock.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">Clock</span></a></li> <li><a href="ConstantFlowRegulatorExceptionMapper.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">ConstantFlowRegulatorExceptionMapper</span></a></li> <li><a href="FailureInterpreter.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">FailureInterpreter</span></a></li> <li><a href="Initializable.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">Initializable</span></a></li> <li><a href="MonitoredService.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">MonitoredService</span></a></li> <li><a href="ServiceWrapper.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">ServiceWrapper</span></a></li> <li><a href="ServiceWrapperFactory.html" title="interface in org.fishwife.jrugged" target="classFrame"><span class="interfaceName">ServiceWrapperFactory</span></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="CallableAdapter.html" title="class in org.fishwife.jrugged" target="classFrame">CallableAdapter</a></li> <li><a href="CircuitBreaker.html" title="class in org.fishwife.jrugged" target="classFrame">CircuitBreaker</a></li> <li><a href="CircuitBreakerConfig.html" title="class in org.fishwife.jrugged" target="classFrame">CircuitBreakerConfig</a></li> <li><a href="CircuitBreakerFactory.html" title="class in org.fishwife.jrugged" target="classFrame">CircuitBreakerFactory</a></li> <li><a href="CircuitBreakerNotificationCallback.html" title="class in org.fishwife.jrugged" target="classFrame">CircuitBreakerNotificationCallback</a></li> <li><a href="ConstantFlowRegulator.html" title="class in org.fishwife.jrugged" target="classFrame">ConstantFlowRegulator</a></li> <li><a href="DefaultFailureInterpreter.html" title="class in org.fishwife.jrugged" target="classFrame">DefaultFailureInterpreter</a></li> <li><a href="FlowMeter.html" title="class in org.fishwife.jrugged" target="classFrame">FlowMeter</a></li> <li><a href="Initializer.html" title="class in org.fishwife.jrugged" target="classFrame">Initializer</a></li> <li><a href="LatencyTracker.html" title="class in org.fishwife.jrugged" target="classFrame">LatencyTracker</a></li> <li><a href="MovingAverage.html" title="class in org.fishwife.jrugged" target="classFrame">MovingAverage</a></li> <li><a href="PercentErrPerTimeFailureInterpreter.html" title="class in org.fishwife.jrugged" target="classFrame">PercentErrPerTimeFailureInterpreter</a></li> <li><a href="PerformanceMonitor.html" title="class in org.fishwife.jrugged" target="classFrame">PerformanceMonitor</a></li> <li><a href="PerformanceMonitorFactory.html" title="class in org.fishwife.jrugged" target="classFrame">PerformanceMonitorFactory</a></li> <li><a href="RequestCounter.html" title="class in org.fishwife.jrugged" target="classFrame">RequestCounter</a></li> <li><a href="RolledUpMonitoredService.html" title="class in org.fishwife.jrugged" target="classFrame">RolledUpMonitoredService</a></li> <li><a href="SampledQuantile.html" title="class in org.fishwife.jrugged" target="classFrame">SampledQuantile</a></li> <li><a href="ServiceRetrier.html" title="class in org.fishwife.jrugged" target="classFrame">ServiceRetrier</a></li> <li><a href="ServiceStatus.html" title="class in org.fishwife.jrugged" target="classFrame">ServiceStatus</a></li> <li><a href="ServiceWrapperChain.html" title="class in org.fishwife.jrugged" target="classFrame">ServiceWrapperChain</a></li> <li><a href="SystemClock.html" title="class in org.fishwife.jrugged" target="classFrame">SystemClock</a></li> <li><a href="WindowedEventCounter.html" title="class in org.fishwife.jrugged" target="classFrame">WindowedEventCounter</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="CircuitBreaker.BreakerState.html" title="enum in org.fishwife.jrugged" target="classFrame">CircuitBreaker.BreakerState</a></li> <li><a href="Status.html" title="enum in org.fishwife.jrugged" target="classFrame">Status</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="CircuitBreakerException.html" title="class in org.fishwife.jrugged" target="classFrame">CircuitBreakerException</a></li> <li><a href="FlowRateExceededException.html" title="class in org.fishwife.jrugged" target="classFrame">FlowRateExceededException</a></li> <li><a href="SampledQuantile.QuantileOutOfBoundsException.html" title="class in org.fishwife.jrugged" target="classFrame">SampledQuantile.QuantileOutOfBoundsException</a></li> <li><a href="WrappedException.html" title="class in org.fishwife.jrugged" target="classFrame">WrappedException</a></li> </ul> </div> </body> </html>
css/clean-blog.css
MichaelYoo/nthnote
/*! * Clean Blog v1.0.0 (http://startbootstrap.com) * Copyright 2014 Start Bootstrap * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE) */ body { font-family: 'Lora', 'Times New Roman', serif; font-size: 20px; color: #404040; } p { line-height: 1.5; margin: 30px 0; } p a { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 800; } a { color: #404040; } a:hover, a:focus { color: #0085a1; } a img:hover, a img:focus { cursor: zoom-in; } blockquote { color: #808080; font-style: italic; } hr.small { max-width: 100px; margin: 15px auto; border-width: 4px; border-color: white; } .navbar-custom { position: absolute; top: 0; left: 0; width: 100%; z-index: 3; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .navbar-custom .navbar-brand { font-weight: 800; } .navbar-custom .nav li a { text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1px; } @media only screen and (min-width: 768px) { .navbar-custom { background: transparent; border-bottom: 1px solid transparent; } .navbar-custom .navbar-brand { color: white; padding: 20px; } .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus { color: rgba(255, 255, 255, 0.8); } .navbar-custom .nav li a { color: white; padding: 20px; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus { color: rgba(255, 255, 255, 0.8); } } @media only screen and (min-width: 1170px) { .navbar-custom { -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; transition: background-color 0.3s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .navbar-custom.is-fixed { /* when the user scrolls down, we hide the header right above the viewport */ position: fixed; top: -61px; background-color: rgba(255, 255, 255, 0.9); border-bottom: 1px solid #f2f2f2; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; } .navbar-custom.is-fixed .navbar-brand { color: #404040; } .navbar-custom.is-fixed .navbar-brand:hover, .navbar-custom.is-fixed .navbar-brand:focus { color: #0085a1; } .navbar-custom.is-fixed .nav li a { color: #404040; } .navbar-custom.is-fixed .nav li a:hover, .navbar-custom.is-fixed .nav li a:focus { color: #0085a1; } .navbar-custom.is-visible { /* if the user changes the scrolling direction, we show the header */ -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .intro-header { background-color: #808080; background: no-repeat center center; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; margin-bottom: 50px; } .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading { padding: 100px 0 50px; color: white; } @media only screen and (min-width: 768px) { .intro-header .site-heading, .intro-header .post-heading, .intro-header .page-heading { padding: 150px 0; } } .intro-header .site-heading, .intro-header .page-heading { text-align: center; } .intro-header .site-heading h1, .intro-header .page-heading h1 { position: fixed; margin-top: 0; font-size: 50px; } .intro-header .site-heading .subheading, .intro-header .page-heading .subheading { position: fixed; font-size: 24px; line-height: 1.1; display: block; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 300; margin: 10px 0 0; } @media only screen and (min-width: 768px) { .intro-header .site-heading h1, .intro-header .page-heading h1 { position: fixed; font-size: 80px; } } .intro-header .post-heading h1 { position: fixed; font-size: 35px; } .intro-header .post-heading .subheading, .intro-header .post-heading .meta { line-height: 1.1; display: block; } .intro-header .post-heading .subheading { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; position: fixed; font-size: 24px; margin: 10px 0 30px; font-weight: 600; } .intro-header .post-heading .meta { font-family: 'Lora', 'Times New Roman', serif; position: fixed; font-style: italic; font-weight: 300; font-size: 20px; } .intro-header .post-heading .meta a { color: white; } @media only screen and (min-width: 768px) { .intro-header .post-heading h1 { position: fixed; font-size: 55px; } .intro-header .post-heading .subheading { position: fixed; font-size: 30px; } } .post-preview > a { color: #404040; } .post-preview > a:hover, .post-preview > a:focus { text-decoration: none; color: #0085a1; } .post-preview > a > .post-title { font-size: 30px; margin-top: 30px; margin-bottom: 10px; } .post-preview > a > .post-subtitle { margin: 0; font-weight: 300; margin-bottom: 10px; } .post-preview > .post-meta { color: #808080; font-size: 18px; font-style: italic; margin-top: 0; } .post-preview > .post-meta > a { text-decoration: none; color: #404040; } .post-preview > .post-meta > a:hover, .post-preview > .post-meta > a:focus { color: #0085a1; text-decoration: underline; } @media only screen and (min-width: 768px) { .post-preview > a > .post-title { font-size: 36px; } } .section-heading { font-size: 36px; margin-top: 60px; font-weight: 700; } .caption { text-align: center; font-size: 14px; padding: 10px; font-style: italic; margin: 0; display: block; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } footer { padding: 50px 0 65px; } footer .list-inline { margin: 0; padding: 0; } footer .copyright { font-size: 14px; text-align: center; margin-bottom: 0; } .floating-label-form-group { font-size: 14px; position: relative; margin-bottom: 0; padding-bottom: 0.5em; border-bottom: 1px solid #eeeeee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: none; border-radius: 0; font-size: 1.5em; background: none; box-shadow: none !important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: 0.85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top 0.3s ease,opacity 0.3s ease; -moz-transition: top 0.3s ease,opacity 0.3s ease; -ms-transition: top 0.3s ease,opacity 0.3s ease; transition: top 0.3s ease,opacity 0.3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eeeeee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #0085a1; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eeeeee; } .btn { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: 1px; border-radius: 0; padding: 15px 25px; } .btn-lg { font-size: 16px; padding: 25px 35px; } .btn-default:hover, .btn-default:focus { background-color: #0085a1; border: 1px solid #0085a1; color: white; } .pager { margin: 20px 0 0; } .pager li > a, .pager li > span { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: 1px; padding: 15px 25px; background-color: white; border-radius: 0; } .pager li > a:hover, .pager li > a:focus { color: white; background-color: #0085a1; border: 1px solid #0085a1; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #808080; background-color: #404040; cursor: not-allowed; } ::-moz-selection { color: white; text-shadow: none; background: #0085a1; } ::selection { color: white; text-shadow: none; background: #0085a1; } img::selection { color: white; background: transparent; } img::-moz-selection { color: white; background: transparent; } body { webkit-tap-highlight-color: #0085a1; }
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b_testAbaNumberCheck_27616_bad_28m.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_13b.html">Class Test_AbaRouteValidator_13b</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_27616_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b.html?line=10048#src-10048" >testAbaNumberCheck_27616_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:42:35 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_27616_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=2902#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=2902#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=2902#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
test/coverage/html-report/app/src/saved-search/home-saved-search-controller.js.html
scottlepp/navigo
<!doctype html> <html lang="en"> <head> <title>Code coverage report for ./app/src/saved-search/home-saved-search-controller.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../../../prettify.css"> <link rel="stylesheet" href="../../../base.css"> <style type='text/css'> div.coverage-summary .sorter { background-image: url(../../../sort-arrow-sprite.png); } </style> </head> <body> <div class="header low"> <h1>Code coverage report for <span class="entity">./app/src/saved-search/home-saved-search-controller.js</span></h1> <h2> Statements: <span class="metric">7.41% <small>(2 / 27)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">0% <small>(0 / 10)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">0% <small>(0 / 8)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">7.41% <small>(2 / 27)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp; </h2> <div class="path"><a href="../../../index.html">All files</a> &#187; <a href="index.html">./app/src/saved-search/</a> &#187; home-saved-search-controller.js</div> </div> <div class="body"> <pre><table class="coverage"> <tr><td class="line-count">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</td><td class="line-coverage"><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">1</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-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</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-no">&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-no">&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-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-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-no">&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-no">&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-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></td><td class="text"><pre class="prettyprint lang-js">/*global angular */ 'use strict'; &nbsp; angular.module('voyager.search') .controller('HomeSavedSearchCtrl', <span class="fstat-no" title="function not covered" >function ($scope, $location, filterService, savedSearchService, authService, $analytics, recentSearchService) {</span> &nbsp; <span class="cstat-no" title="statement not covered" > $scope.hasPermission = <span class="fstat-no" title="function not covered" >function(permission) {</span></span> <span class="cstat-no" title="statement not covered" > return authService.hasPermission(permission);</span> }; &nbsp; <span class="fstat-no" title="function not covered" > function _loadSavedSearches() {</span> <span class="cstat-no" title="statement not covered" > savedSearchService.getSavedSearches().then(<span class="fstat-no" title="function not covered" >function(savedSearches) {</span></span> <span class="cstat-no" title="statement not covered" > var global = [], personal = [], permissions, all = '_EVERYONE';</span> <span class="cstat-no" title="statement not covered" > $.each(savedSearches, <span class="fstat-no" title="function not covered" >function(index, saved) {</span></span> <span class="cstat-no" title="statement not covered" > permissions = _.indexBy(saved.share);</span> <span class="cstat-no" title="statement not covered" > if(angular.isDefined(permissions[all])) {</span> <span class="cstat-no" title="statement not covered" > if (global.length &lt; 6) {</span> <span class="cstat-no" title="statement not covered" > global.push(saved);</span> } } else <span class="cstat-no" title="statement not covered" >if (personal.length &lt; 6) {</span> <span class="cstat-no" title="statement not covered" > personal.push(saved);</span> } &nbsp; <span class="cstat-no" title="statement not covered" > if (global.length === 6 &amp;&amp; personal.length === 6) {</span> <span class="cstat-no" title="statement not covered" > return false;</span> } }); <span class="cstat-no" title="statement not covered" > $scope.savedSearches = global;</span> <span class="cstat-no" title="statement not covered" > $scope.personalSavedSearches = personal;</span> }); } &nbsp; <span class="cstat-no" title="statement not covered" > _loadSavedSearches();</span> &nbsp; <span class="cstat-no" title="statement not covered" > authService.addObserver(_loadSavedSearches);</span> <span class="cstat-no" title="statement not covered" > savedSearchService.addObserver(_loadSavedSearches);</span> <span class="cstat-no" title="statement not covered" > recentSearchService.addObserver(_loadSavedSearches);</span> &nbsp; <span class="cstat-no" title="statement not covered" > $scope.applySavedSearch = <span class="fstat-no" title="function not covered" >function(saved) {</span></span> <span class="cstat-no" title="statement not covered" > savedSearchService.applySavedSearch(saved, $scope);</span> }; &nbsp; <span class="cstat-no" title="statement not covered" > $scope.deleteSearch = <span class="fstat-no" title="function not covered" >function(id) {</span></span> <span class="cstat-no" title="statement not covered" > savedSearchService.deleteSearch(id).then(<span class="fstat-no" title="function not covered" >function(){</span></span> <span class="cstat-no" title="statement not covered" > _loadSavedSearches();</span> <span class="cstat-no" title="statement not covered" > $analytics.eventTrack('saved-search', {</span> category: 'delete' }); }); }; &nbsp; });</pre></td></tr> </table></pre> </div> <div class="footer"> <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Mon Aug 03 2015 16:37:56 GMT-0400 (Eastern Daylight Time)</div> </div> <script src="../../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../../sorter.js"></script> </body> </html>
site/serenity/c234b109d81d7505c05a7b0404c9902976dedd06b80310b8e6ba85997615c14b.html
EduCaMa/EduCaMa.github.io
<!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>Serenity Reports</title> <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css"> <!--[if IE 7]> <link rel="stylesheet" href="font-awesome/css/font-awesome-ie7.min.css"> <![endif]--><!-- JQuery --> <script type="text/javascript" src="scripts/jquery-1.11.1.min.js"></script><!-- Bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <script src="bootstrap/js/bootstrap.min.js"></script><link rel="stylesheet" href="css/core.css"/> <link rel="stylesheet" href="css/link.css"/> <link type="text/css" media="screen" href="css/screen.css" rel="Stylesheet"/><!-- JQuery-UI --> <link type="text/css" href="jqueryui/1.11.2-start/jquery-ui.min.css" rel="Stylesheet" /> <script type="text/javascript" src="jqueryui/1.11.2-start/jquery-ui.min.js"></script><!-- DataTables --> <link type="text/css" href="datatables/1.10.4/media/jqueryui/dataTables.jqueryui.css" rel="Stylesheet"/> <link type="text/css" href="css/tables.css" rel="stylesheet" /> <script type="text/javascript" src="datatables/1.10.4/media/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="datatables/1.10.4/media/jqueryui/dataTables.jqueryui.min.js"></script><!-- jQplot --> <!--[if IE]> <script language="javascript" type="text/javascript" src="excanvas/3/excanvas.compiled.js"></script> <![endif]--><link rel="stylesheet" type="text/css" href="jqplot/1.0.8/jquery.jqplot.min.css"/> <script type="text/javascript" src="jqplot/1.0.8/jquery.jqplot.min.js"></script> <script type="text/javascript" src="jqplot/1.0.8/plugins/jqplot.pieRenderer.min.js"></script> <script class="code" type="text/javascript">$(document).ready(function () { var test_results_plot = $.jqplot('test_results_pie_chart', [ [ ['Passing', 0], ['Pending', 1], ['Ignored', 0], ['Failing', 0], ['Errors', 0], ['Compromised', 0] ] ], { gridPadding: {top: 0, bottom: 38, left: 0, right: 0}, seriesColors: ['#30cb23', '#a2f2f2', '#eeeadd', '#f8001f', '#fc6e1f', 'fuchsia'], seriesDefaults: { renderer: $.jqplot.PieRenderer, trendline: { show: false }, rendererOptions: { padding: 8, showDataLabels: true } }, legend: { show: true, placement: 'outside', rendererOptions: { numberRows: 2 }, location: 's', marginTop: '15px' }, series: [ {label: '0 / 1 tests passed' }, {label: '1 / 1 tests pending'}, {label: '0 / 1 tests not executed'}, {label: '0 / 1 tests failed'}, {label: '0 / 1 errors'}, {label: '0 / 1 compromised tests'} ] }); var weighted_test_results_plot = $.jqplot('weighted_test_results_pie_chart', [ [ ['Passing', 0], ['Pending', 1], ['Ignored', 0], ['Failing', 0], ['Errors', 0], ['Compromised', 0], ] ], { gridPadding: {top: 0, bottom: 38, left: 0, right: 0}, seriesColors: ['#30cb23', '#a2f2f2', '#eeeadd', '#f8001f', '#fc6e1f', 'mediumvioletred'], seriesDefaults: { renderer: $.jqplot.PieRenderer, trendline: { show: false }, rendererOptions: { padding: 8, showDataLabels: true } }, legend: { show: true, placement: 'outside', rendererOptions: { numberRows: 2 }, location: 's', marginTop: '15px' }, series: [ {label: '0 / 1 tests passed (0% of all test steps)' }, {label: '1 / 1 tests pending'}, {label: '0 / 1 tests not executed'}, {label: '0 / 1 tests failed (0% of all test steps)'}, {label: '0 / 1 errors (0% of all test steps)'} ] }); // Results table $('#test-results-table').DataTable({ "order": [ [ 1, "asc" ] ], "pageLength": 100, "lengthMenu": [ [50, 100, 200, -1] , [50, 100, 200, "All"] ] }); // Pie charts $('#test-results-tabs').tabs(); $('#toggleNormalPieChart').click(function () { $("#test_results_pie_chart").toggle(); }); $('#toggleWeightedPieChart').click(function () { $("#weighted_test_results_pie_chart").toggle(); }); }) ; </script> </head> <body class="results-page"> <div id="topheader"> <div id="topbanner"> <div id="logo"><a href="index.html"><img src="images/serenity-bdd-logo.png" border="0"/></a></div> <div id="projectname-banner" style="float:right"> <span class="projectname"></span> </div> </div> </div> <div class="middlecontent"> <div id="contenttop"> <div class="middlebg"> <span class="breadcrumbs"><a href="index.html">Home</a> > <a href="6b4ecbff2c83fed570ed712f8481dfdac91ac79d90cd1a17ed92298871f7f6f7.html">Manage Shipments</a> > <a href="b549a88c7c0cd06c1779bc765eb42c532f6794e5e9f94cbd53992c1bfdc69076.html">Show List Of Tasks</a> > <a href="42ab1cdb8b3bb6971291a3bbf003035ee9755d7cc11129e5f532c5c19521fff4.html">Search For Shipments By Custom&hellip;</a> > Create New Shipment </span> </div> <div class="rightbg"></div> </div> <div class="clr"></div> <!--/* starts second table*/--> <div> <ul class="nav nav-tabs" role="tablist"> <li class="active"> <a href="#"><i class="fa fa-check-square-o"></i> Overall Test Results</a> </li> <li > <a href="capabilities.html"><i class="fa fa-book"></i> Requirements</a> </li> <li > <a href="7ea0a5e2d679b9deeda9910ae4a9bcd3a281e0d908303a9e16e486103e98880c.html"><i class="fa fa-comments-o"></i> Capabilities</a> </li> <li > <a href="576946480b52ad056d6f5bddf874399c83582ecf90963cc074a14c70580e7d9f.html"><i class="fa fa-comments-o"></i> Features</a> </li> <li > <a href="2a4631d87648e59c428d4cf0e9247f9d286e4679f436ca2ce872e931eb4dfd58.html"><i class="fa fa-comments-o"></i> Stories</a> </li> </ul> <span class="date-and-time"><a href="build-info.html"><i class="fa fa-info-circle"></i></a> Report generated 27-03-2017 15:26</span> <br style="clear:left"/> </div> <div class="clr"></div> <div id="beforetable"></div> <div id="results-dashboard"> <div class="middlb"> <div class="table"> <h2><i class='fa fa-tags'></i> Feature: Create New Shipment</h2> <table class='overview'> <tr> <td width="375px" valign="top"> <div class="test-count-summary"> <span class="test-count-title">1 test scenarios </span> <div> <span class="test-count"> 0 passed, </span> <span class="test-count"> 1 <a href="dd79b06595406d6632bb9d202f92e74d6bf3c480643ca40359a1e4ade3b74d3b.html">pending</a> , </span> <span class="test-count"> 0 failed, </span> <span class="test-count"> 0 errors, </span> <span class="test-count"> 0 compromised, </span> <span class="test-count"> 0 ignored, </span> <span class="test-count"> 0 skipped </span> <a href="c234b109d81d7505c05a7b0404c9902976dedd06b80310b8e6ba85997615c14b.csv">[CSV]</a> </div> </div> <div id="test-results-tabs"> <ul> <li><a href="#test-results-tabs-1">Test Count</a></li> <li><a href="#test-results-tabs-2">Weighted Tests</a></li> </ul> <div id="test-results-tabs-1"> <table> <tr> <td colspan="2"> <span class="caption">Total number of tests that pass, fail, or are pending.</span> <span class="togglePieChart" id="toggleNormalPieChart"><a href="#">Show/Hide Pie Chart</a></span> </td> </tr> <tr> <td style="vertical-align: text-top;"> <div id="test_results_pie_chart"></div> </td> <td class="related-tags-section"> <div> <div> <h4>Test Result Summary</h4> <table class="summary-table"> <head> <tr> <th>Test Type</th> <th>Total</th> <th>Pass&nbsp;<i class="icon-check"/> </th> <th>Fail&nbsp;<i class="icon-thumbs-down"/></th> <th>Pending&nbsp;<i class="icon-calendar"/></th> <th>Ignored&nbsp;<i class="icon-ban-circle"/></th> </tr> </head> <body> <tr> <td class="summary-leading-column">Automated</td> <td>1</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>1 (100%)</td> <td>0 (0%)</td> </tr> <tr> <td class="summary-leading-column">Manual</td> <td>0</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>0 (0%)</td> </tr> <tr> <td class="summary-leading-column">Total</td> <td>1</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>1 (100%)</td> <td>0 (0%)</td> </tr> <tr> <td class="summary-leading-column">Total Duration</td> <td colspan="5">0 seconds</td> </tr> </body> </table> </div> </div> <div> <table class="tags-summary-table"> <tr> <td width="300px"><h3>Related Tags</h3></td> <td width="90px" class="tag-count-header">% Passed</td> <td width="130px" class="test-count">&nbsp;</td> <td class="tag-count-header">Test count</td> </tr> </table> <table class="test-summary-table"> <tr> <td colspan="3"> <div class="tagTypeTitle">Capabilities </div> </td> </tr> <tr> <td class="bluetext" class="tag-title"> <span class="PENDING-text ellipsis"> <a href="6cbcc5c3eee118ab4dc1607c8ab62b4ab527f0f3cc6be100779377cc4fb25689.html" title="Create Shipment">Create Shipment</a> </span> </td> <td width="220px" class="table-figure"> <table> <tr> <td class="related-tag-percentage"><span title="0 out of 1 tests (0 steps) passing">0%</span></td> <td width="150px"> <a href="6cbcc5c3eee118ab4dc1607c8ab62b4ab527f0f3cc6be100779377cc4fb25689.html"> <div class="percentagebar" title="1 out of 1 tests (5 steps) pending" style="width: 150px;"> <div class="ignoredbar" style="width: 0px;" title="0 out of 1 tests (0 steps) skipped or ignored"> <div class="compromisedbar" style="width: 0px;" title="0 out of 1 tests (0 steps) compromised"> <div class="errorbar" style="width: 0px;" title="0 out of 1 tests (0 steps) broken"> <div class="failingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) failing"> <div class="passingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) passing"> </div> </div> </div> </div> </div> </div> </a> </td> <td class="related-tag-count"><span class="result-test-count" title="1 test">1</span></td> </tr> </table> </td> </tr> </table> <table class="test-summary-table"> <tr> <td colspan="3"> <div class="tagTypeTitle">Features </div> </td> </tr> <tr> <td class="bluetext" class="tag-title"> <span class="PENDING-text ellipsis"> <a href="5e45dd6835c1ee5e3531723e4a269c865d18efe1efb374b31ffe315b20abb719.html" title="Create New Shipment">Create New Shipment</a> </span> </td> <td width="220px" class="table-figure"> <table> <tr> <td class="related-tag-percentage"><span title="0 out of 1 tests (0 steps) passing">0%</span></td> <td width="150px"> <a href="5e45dd6835c1ee5e3531723e4a269c865d18efe1efb374b31ffe315b20abb719.html"> <div class="percentagebar" title="1 out of 1 tests (5 steps) pending" style="width: 150px;"> <div class="ignoredbar" style="width: 0px;" title="0 out of 1 tests (0 steps) skipped or ignored"> <div class="compromisedbar" style="width: 0px;" title="0 out of 1 tests (0 steps) compromised"> <div class="errorbar" style="width: 0px;" title="0 out of 1 tests (0 steps) broken"> <div class="failingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) failing"> <div class="passingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) passing"> </div> </div> </div> </div> </div> </div> </a> </td> <td class="related-tag-count"><span class="result-test-count" title="1 test">1</span></td> </tr> </table> </td> </tr> </table> <table class="test-summary-table"> <tr> <td colspan="3"> <div class="tagTypeTitle">Stories </div> </td> </tr> <tr> <td class="bluetext" class="tag-title"> <span class="PENDING-text ellipsis"> <a href="4bb78d4992ebe10b2e0d148ac7bf0d2dd50dc3e3c8b216948c75087958a7fe81.html" title="Create Shipment Ordered By Phone">Create Shipment Ordered By Phone</a> </span> </td> <td width="220px" class="table-figure"> <table> <tr> <td class="related-tag-percentage"><span title="0 out of 1 tests (0 steps) passing">0%</span></td> <td width="150px"> <a href="4bb78d4992ebe10b2e0d148ac7bf0d2dd50dc3e3c8b216948c75087958a7fe81.html"> <div class="percentagebar" title="1 out of 1 tests (5 steps) pending" style="width: 150px;"> <div class="ignoredbar" style="width: 0px;" title="0 out of 1 tests (0 steps) skipped or ignored"> <div class="compromisedbar" style="width: 0px;" title="0 out of 1 tests (0 steps) compromised"> <div class="errorbar" style="width: 0px;" title="0 out of 1 tests (0 steps) broken"> <div class="failingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) failing"> <div class="passingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) passing"> </div> </div> </div> </div> </div> </div> </a> </td> <td class="related-tag-count"><span class="result-test-count" title="1 test">1</span></td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </table> </div> <div id="test-results-tabs-2"> <table> <tr> <td colspan="2"> <span class="caption">Test results weighted by test size in steps (average steps per test: 5) .</span> <span class="togglePieChart" id="toggleWeightedPieChart"><a href="#">Show/Hide Pie Chart</a></span> </td> </tr> <tr> <td style="vertical-align: text-top;"> <div id="weighted_test_results_pie_chart"></div> </td> <td class="related-tags-section"> <div> <div> <h4>Test Result Summary</h4> <table class="summary-table"> <head> <tr> <th>Test Type</th> <th>Total</th> <th>Pass&nbsp;<i class="icon-check"/> </th> <th>Fail&nbsp;<i class="icon-thumbs-down"/></th> <th>Pending&nbsp;<i class="icon-calendar"/></th> <th>Ignored&nbsp;<i class="icon-ban-circle"/></th> </tr> </head> <body> <tr> <td class="summary-leading-column">Automated</td> <td>1</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>1 (100%)</td> <td>0 (0%)</td> </tr> <tr> <td class="summary-leading-column">Manual</td> <td>0</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>0 (0%)</td> </tr> <tr> <td class="summary-leading-column">Total</td> <td>1</td> <td>0 (0%)</td> <td>0 (0%)</td> <td>1 (100%)</td> <td>0 (0%)</td> </tr> <tr> <td class="summary-leading-column">Total Duration</td> <td colspan="5">0 seconds</td> </tr> </body> </table> </div> </div> <div> <table class="tags-summary-table"> <tr> <td width="300px"><h3>Related Tags</h3></td> <td width="90px" class="tag-count-header">% Passed</td> <td width="130px" class="test-count">&nbsp;</td> <td class="tag-count-header">Test count</td> </tr> </table> <table class="test-summary-table"> <tr> <td colspan="3"> <div class="tagTypeTitle">Capabilities </div> </td> </tr> <tr> <td class="bluetext" class="tag-title"> <span class="PENDING-text ellipsis"> <a href="6cbcc5c3eee118ab4dc1607c8ab62b4ab527f0f3cc6be100779377cc4fb25689.html" title="Create Shipment">Create Shipment</a> </span> </td> <td width="220px" class="table-figure"> <table> <tr> <td class="related-tag-percentage"><span title="0 out of 1 tests (0 steps) passing">0%</span></td> <td width="150px"> <a href="6cbcc5c3eee118ab4dc1607c8ab62b4ab527f0f3cc6be100779377cc4fb25689.html"> <div class="percentagebar" title="1 out of 1 tests (5 steps) pending" style="width: 150px;"> <div class="ignoredbar" style="width: 0px;" title="0 out of 1 tests (0 steps) skipped or ignored"> <div class="compromisedbar" style="width: 0px;" title="0 out of 1 tests (0 steps) compromised"> <div class="errorbar" style="width: 0px;" title="0 out of 1 tests (0 steps) broken"> <div class="failingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) failing"> <div class="passingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) passing"> </div> </div> </div> </div> </div> </div> </a> </td> <td class="related-tag-count"><span class="result-test-count" title="1 test">1</span></td> </tr> </table> </td> </tr> </table> <table class="test-summary-table"> <tr> <td colspan="3"> <div class="tagTypeTitle">Features </div> </td> </tr> <tr> <td class="bluetext" class="tag-title"> <span class="PENDING-text ellipsis"> <a href="5e45dd6835c1ee5e3531723e4a269c865d18efe1efb374b31ffe315b20abb719.html" title="Create New Shipment">Create New Shipment</a> </span> </td> <td width="220px" class="table-figure"> <table> <tr> <td class="related-tag-percentage"><span title="0 out of 1 tests (0 steps) passing">0%</span></td> <td width="150px"> <a href="5e45dd6835c1ee5e3531723e4a269c865d18efe1efb374b31ffe315b20abb719.html"> <div class="percentagebar" title="1 out of 1 tests (5 steps) pending" style="width: 150px;"> <div class="ignoredbar" style="width: 0px;" title="0 out of 1 tests (0 steps) skipped or ignored"> <div class="compromisedbar" style="width: 0px;" title="0 out of 1 tests (0 steps) compromised"> <div class="errorbar" style="width: 0px;" title="0 out of 1 tests (0 steps) broken"> <div class="failingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) failing"> <div class="passingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) passing"> </div> </div> </div> </div> </div> </div> </a> </td> <td class="related-tag-count"><span class="result-test-count" title="1 test">1</span></td> </tr> </table> </td> </tr> </table> <table class="test-summary-table"> <tr> <td colspan="3"> <div class="tagTypeTitle">Stories </div> </td> </tr> <tr> <td class="bluetext" class="tag-title"> <span class="PENDING-text ellipsis"> <a href="4bb78d4992ebe10b2e0d148ac7bf0d2dd50dc3e3c8b216948c75087958a7fe81.html" title="Create Shipment Ordered By Phone">Create Shipment Ordered By Phone</a> </span> </td> <td width="220px" class="table-figure"> <table> <tr> <td class="related-tag-percentage"><span title="0 out of 1 tests (0 steps) passing">0%</span></td> <td width="150px"> <a href="4bb78d4992ebe10b2e0d148ac7bf0d2dd50dc3e3c8b216948c75087958a7fe81.html"> <div class="percentagebar" title="1 out of 1 tests (5 steps) pending" style="width: 150px;"> <div class="ignoredbar" style="width: 0px;" title="0 out of 1 tests (0 steps) skipped or ignored"> <div class="compromisedbar" style="width: 0px;" title="0 out of 1 tests (0 steps) compromised"> <div class="errorbar" style="width: 0px;" title="0 out of 1 tests (0 steps) broken"> <div class="failingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) failing"> <div class="passingbar" style="width: 0px;" title="0 out of 1 tests (0 steps) passing"> </div> </div> </div> </div> </div> </div> </a> </td> <td class="related-tag-count"><span class="result-test-count" title="1 test">1</span></td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </table> </div> </div> </td> </tr> </table> <table> <tr> <td> <div><h3>Tests</h3></div> <div id="test_list_tests" class="table"> <div class="test-results"> <table id="test-results-table"> <thead> <tr> <th width="50" class="test-results-heading">&nbsp;</th> <th width="%" class="test-results-heading">Tests</th> <th width="70" class="test-results-heading">Steps</th> <th width="100" class="test-results-heading">Duration<br>(seconds)</th> </tr> </thead> <tbody> <tr class="test-PENDING"> <td><span class="summary-icon"><i class='fa fa-square-o pending-icon ' title='PENDING'></i></span> <span style="display:none">PENDING</span></td> <td class="PENDING-text"> <div class="ellipsis"> <a href="b7eb41812d1dbecdf79b65286b860240e00fc026c2e2828a2e79af9b98e08252.html" class="ellipsis" title=""> Create a new shipment based on minimal required information </a></div> </td> <td class="lightgreentext">5</td> <td class="lightgreentext">0.15</td> </tr> </tbody> </table> </div> </div> </td> </tr> </table> </div> </div> </div> </div> </div> <div id="beforefooter"></div> <div id="bottomfooter"> <span class="version">Serenity version 1.1.36</span> </div> </body> </html>
index.html
startupyouthmb/startupyouthmb.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Startup Youth Manitoba</title> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <!-- Custom Fonts --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css"> <!-- Plugin CSS --> <link rel="stylesheet" href="css/animate.min.css" type="text/css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/main.min.css" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body id="page-top"> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand page-scroll" href="#page-top">Startup Youth Manitoba</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a class="page-scroll" href="#overview">Overview</a> </li> <li> <a class="page-scroll" href="#registration">Registration</a> </li> <li> <a class="page-scroll" href="#ourTeam">Our Team</a> </li> <!-- <li> <a class="page-scroll" href="#sponsors">Sponsors</a> </li> --> <li> <a class="page-scroll" href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <header> <div class="header-content"> <div class="header-content-inner"> <h1>Startup Youth Manitoba</h1> <hr class="light"> <p> Welcome to the online home of Startup Youth Manitoba. </p> <a href="#overview" class="btn btn-primary btn-xl page-scroll">Find Out More</a> </div> </div> </header> <section id="overview"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <h2 class="section-heading">Who are we?</h2> <hr> <p> We are a youth startup based in Winnipeg, MB, operating with the goal of educating the next generation of Winnipeg entrepreneurs. </p> <a href="#page-top" class="btn btn-primary btn-xl page-scroll">Back to Top</a> </div> </div> </div> </section> <section id="registration" class="bg-primary"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Registration</h2> <hr class="light"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <iframe style="width: 0; height: 0; display: none;" src="#" id="no-target" name="no-target"></iframe> <form id="registration-form" action="https://docs.google.com/forms/d/1HZjJNaQDx9ZwaMhVszx_boGdJYHGmprBe3LCPacU_sY/formResponse" method="POST" target="no-target"> <div class="form-group"> <label>Name</label> <input type="text" class="form-control" placeholder="Name" id="name" name="entry.556781136"> </div> <div class="form-group"> <label>Email address</label> <input type="email" class="form-control" placeholder="Email" id="email" name="entry.550612977"> </div> <input type="hidden" name="submit" value="submit" /> <button type="submit" class="btn btn-default"> Submit </button> </form> </div> </div> </div> </section> <section id="ourTeam"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Our team</h2> <hr class="primary"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-6 text-center"> <div class="service-box"> <!-- <img src="http://lorempixel.com/200/200/cats/1" class="wow bounceIn avatar"> --> <h3>Adriana Brkic</h3> <p class="text-muted"> Founder and CEO. Adriana is a Grade 11 Student at Collège Jeanne-Sauvé in the LRSD School Division. Her passions include astronomy, biology, and youth education. Through her experience with such programs as CareerTrek, SHAD, and Duke of Edinburgh, she has learned about the importance of human connections and education. She hopes to use SYMB to pass these values along to the next generation of Winnipeg Youth. </p> </div> </div> <div class="col-lg-6 text-center"> <div class="service-box"> <!-- <img src="http://lorempixel.com/200/200/cats/2" class="wow bounceIn avatar"> --> <h3>Elijah Dietrich</h3> <p class="text-muted"> Executive Director and CFO Elijah Dietrich is a 16 year old junior in the International Baccalaureate program at Kelvin High School in Winnipeg, Manitoba. Elijah is passionate about various fields, especially finance, the environment, entrepreneurship and physics. Elijah has exercised his interest in these fields through internships, SHAD, blogging, starting his school's Environmental Action Committee, and many activities and achievements therein. Elijah aspires to one day become a venture capitalist and business magnate with a social and environmental imperative. Elijah is driven to realize his generation's ability to enact societal progress and social innovation through Startup Youth Manitoba. </p> </div> </div> <!-- <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <!-- <img src="http://lorempixel.com/200/200/cats/3" class="wow bounceIn avatar"> --> <!-- <h3>Name</h3> <p class="text-muted">Stuff</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <!-- <div class="service-box"> <img src="http://lorempixel.com/200/200/cats/4" class="wow bounceIn avatar"> <h3>Name</h3> <p class="text-muted">Stuff</p> </div> </div>--> </div> </div> </section> <!-- <section id="sponsors"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Sponsors</h2> <hr class="primary"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="sponsors-list row text-center"> <a class="sponsor wow fadeInUp" href="#"> <img class="sponsor-image" src="http://www.thelogofactory.com/wp-content/uploads/2015/09/fixed-google-logo-font.png" /> </a> <a class="sponsor wow fadeInUp" href="#"> <img class="sponsor-image" src="http://static1.businessinsider.com/image/539f3ffbecad044276726c01-960/amazon-com-logo.jpg" /> </a> <a class="sponsor wow fadeInUp" href="#"> <img class="sponsor-image" src="http://www.1000islandsrv.com/images/sitepicts/td_logo.jpg" /> </a> <a class="sponsor wow fadeInUp" href="#"> <img class="sponsor-image" src="http://vignette4.wikia.nocookie.net/marvelcinematicuniverse/images/a/a1/Netflix-logo.png/revision/latest?cb=20150221002257" /> </a> </div> </div> </div> </div> </section> --> <section id="contact" class="bg-primary"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <h2 class="section-heading">Contact us!</h2> <hr class="light"> <p> We are online at </p> <div> <div class="col-lg-6 text-center"><!--col-lg-offset-2--> <!-- <i class="fa fa-phone fa-3x wow bounceIn"></i> --> <h4><a href="https://twitter.com/startupyouthmb"><img src="img/social/TwitterLogo_white.png" height="40px">@StartupYouthMB</a></h4> </div> <div class="col-lg-6 text-center"> <!-- <i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> --> <h4><a href="mailto:startupyouthmb@gmail.com"><img src="img/social/mail.png" height="40px">startupyouthmb@gmail.com</a></h4> </div> </div> <a href="#page-top" class="btn btn-default btn-xl page-scroll" style="margin-top:25px; color:#222">Back to Top</a> </div> </div> </div> </section> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="js/jquery.easing.min.js"></script> <script src="js/jquery.fittext.js"></script> <script src="js/wow.min.js"></script> <!-- Custom Theme JavaScript --> <script src="js/main.js"></script> </body> </html>
javadoc/batch/yokohama/yellow_man/module/components/db/dao/StocksDao.html
yellow-man/sena-doc
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (1.8.0_45) on Tue May 03 02:00:30 JST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StocksDao</title> <meta name="date" content="2016-05-03"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StocksDao"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>ブラウザのJavaScriptが無効になっています。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../../overview-summary.html">概要</a></li> <li><a href="package-summary.html">パッケージ</a></li> <li class="navBarCell1Rev">クラス</li> <li><a href="class-use/StocksDao.html">使用</a></li> <li><a href="package-tree.html">階層ツリー</a></li> <li><a href="../../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>前のクラス</li> <li>次のクラス</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?yokohama/yellow_man/module/components/db/dao/StocksDao.html" target="_top">フレーム</a></li> <li><a href="StocksDao.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>サマリー:&nbsp;</li> <li>ネスト&nbsp;|&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">メソッド</a></li> </ul> <ul class="subNavList"> <li>詳細:&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">メソッド</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">yokohama.yellow_man.module.components.db.dao</div> <h2 title="クラス StocksDao" class="title">クラス StocksDao</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>yokohama.yellow_man.module.components.db.dao.StocksDao</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>直系の既知のサブクラス:</dt> <dd><a href="../../../../../../yokohama/yellow_man/module/components/db/StocksComponent.html" title="yokohama.yellow_man.module.components.db内のクラス">StocksComponent</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">StocksDao</span> extends java.lang.Object</pre> <div class="block">銘柄(stocks)モデルのネイティブクエリによる操作クラス。 <p>アプリケーションとは祖結合としたい為、直接の参照は行わない。 <br>利用する場合、<a href="../../../../../../yokohama/yellow_man/sena/components/db/StocksComponent.html" title="yokohama.yellow_man.sena.components.db内のクラス"><code>StocksComponent</code></a>を経由しアクセスする。</div> <dl> <dt><span class="simpleTagLabel">導入されたバージョン:</span></dt> <dd>1.0</dd> <dt><span class="simpleTagLabel">作成者:</span></dt> <dd>yellow-man</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>コンストラクタのサマリー</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="コンストラクタのサマリー表、コンストラクタのリストおよび説明"> <caption><span>コンストラクタ</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">コンストラクタと説明</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../yokohama/yellow_man/module/components/db/dao/StocksDao.html#StocksDao--">StocksDao</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>メソッドのサマリー</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="メソッドのサマリー表、メソッドのリストおよび説明"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">修飾子とタイプ</th> <th class="colLast" scope="col">メソッドと説明</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../yokohama/yellow_man/module/components/db/dao/StocksDao.html#deleteAll--">deleteAll</a></span>()</code> <div class="block">銘柄(stocks)の削除フラグ無効(<code>false</code>)のレコードを全件削除(<code>true</code>)する。</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../yokohama/yellow_man/module/components/db/dao/StocksDao.html#executeBulkInsert-java.util.List-">executeBulkInsert</a></span>(java.util.List&lt;<a href="../../../../../../yokohama/yellow_man/module/models/Stocks.html" title="yokohama.yellow_man.module.models内のクラス">Stocks</a>&gt;&nbsp;list)</code> <div class="block">銘柄(stocks)モデルのバルクインサートを行う。</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>クラスから継承されたメソッド&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>コンストラクタの詳細</h3> <a name="StocksDao--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>StocksDao</h4> <pre>public&nbsp;StocksDao()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>メソッドの詳細</h3> <a name="executeBulkInsert-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>executeBulkInsert</h4> <pre>protected static&nbsp;int&nbsp;executeBulkInsert(java.util.List&lt;<a href="../../../../../../yokohama/yellow_man/module/models/Stocks.html" title="yokohama.yellow_man.module.models内のクラス">Stocks</a>&gt;&nbsp;list)</pre> <div class="block">銘柄(stocks)モデルのバルクインサートを行う。</div> <dl> <dt><span class="paramLabel">パラメータ:</span></dt> <dd><code>list</code> - バルクインサート対象リスト</dd> <dt><span class="returnLabel">戻り値:</span></dt> <dd>INSERT結果件数を返す。</dd> <dt><span class="simpleTagLabel">導入されたバージョン:</span></dt> <dd>1.0</dd> </dl> </li> </ul> <a name="deleteAll--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>deleteAll</h4> <pre>protected static&nbsp;int&nbsp;deleteAll()</pre> <div class="block">銘柄(stocks)の削除フラグ無効(<code>false</code>)のレコードを全件削除(<code>true</code>)する。</div> <dl> <dt><span class="returnLabel">戻り値:</span></dt> <dd>UPDATE結果件数を返す。</dd> <dt><span class="simpleTagLabel">導入されたバージョン:</span></dt> <dd>1.0</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="ナビゲーション"> <li><a href="../../../../../../overview-summary.html">概要</a></li> <li><a href="package-summary.html">パッケージ</a></li> <li class="navBarCell1Rev">クラス</li> <li><a href="class-use/StocksDao.html">使用</a></li> <li><a href="package-tree.html">階層ツリー</a></li> <li><a href="../../../../../../deprecated-list.html">非推奨</a></li> <li><a href="../../../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../../../help-doc.html">ヘルプ</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>前のクラス</li> <li>次のクラス</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?yokohama/yellow_man/module/components/db/dao/StocksDao.html" target="_top">フレーム</a></li> <li><a href="StocksDao.html" target="_top">フレームなし</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>サマリー:&nbsp;</li> <li>ネスト&nbsp;|&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">メソッド</a></li> </ul> <ul class="subNavList"> <li>詳細:&nbsp;</li> <li>フィールド&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">コンストラクタ</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">メソッド</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/org/apache/cassandra/thrift/Cassandra.AsyncClient.get_count_call.html
sayanh/ViewMaintenanceCassandra
<!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 Sat May 16 22:22:27 CEST 2015 --> <title>Cassandra.AsyncClient.get_count_call</title> <meta name="date" content="2015-05-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Cassandra.AsyncClient.get_count_call"; } //--> </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-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_call.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_indexed_slices_call.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.AsyncClient.get_count_call.html" target="_top">Frames</a></li> <li><a href="Cassandra.AsyncClient.get_count_call.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_classes_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.thrift</div> <h2 title="Class Cassandra.AsyncClient.get_count_call" class="title">Class Cassandra.AsyncClient.get_count_call</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.thrift.async.TAsyncMethodCall</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.thrift.Cassandra.AsyncClient.get_count_call</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.html" title="class in org.apache.cassandra.thrift">Cassandra.AsyncClient</a></dd> </dl> <hr> <br> <pre>public static class <span class="strong">Cassandra.AsyncClient.get_count_call</span> extends org.apache.thrift.async.TAsyncMethodCall</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class&nbsp;org.apache.thrift.async.TAsyncMethodCall</h3> <code>org.apache.thrift.async.TAsyncMethodCall.State</code></li> </ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.apache.thrift.async.TAsyncMethodCall</h3> <code>client, transport</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_count_call.html#Cassandra.AsyncClient.get_count_call(java.nio.ByteBuffer,%20org.apache.cassandra.thrift.ColumnParent,%20org.apache.cassandra.thrift.SlicePredicate,%20org.apache.cassandra.thrift.ConsistencyLevel,%20org.apache.thrift.async.AsyncMethodCallback,%20org.apache.thrift.async.TAsyncClient,%20org.apache.thrift.protocol.TProtocolFactory,%20org.apache.thrift.transport.TNonblockingTransport)">Cassandra.AsyncClient.get_count_call</a></strong>(java.nio.ByteBuffer&nbsp;key, <a href="../../../../org/apache/cassandra/thrift/ColumnParent.html" title="class in org.apache.cassandra.thrift">ColumnParent</a>&nbsp;column_parent, <a href="../../../../org/apache/cassandra/thrift/SlicePredicate.html" title="class in org.apache.cassandra.thrift">SlicePredicate</a>&nbsp;predicate, <a href="../../../../org/apache/cassandra/thrift/ConsistencyLevel.html" title="enum in org.apache.cassandra.thrift">ConsistencyLevel</a>&nbsp;consistency_level, org.apache.thrift.async.AsyncMethodCallback&nbsp;resultHandler, org.apache.thrift.async.TAsyncClient&nbsp;client, org.apache.thrift.protocol.TProtocolFactory&nbsp;protocolFactory, org.apache.thrift.transport.TNonblockingTransport&nbsp;transport)</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>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_count_call.html#getResult()">getResult</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_count_call.html#write_args(org.apache.thrift.protocol.TProtocol)">write_args</a></strong>(org.apache.thrift.protocol.TProtocol&nbsp;prot)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.thrift.async.TAsyncMethodCall</h3> <code>getClient, getFrameBuffer, getSequenceId, getStartTime, getState, getTimeoutTimestamp, hasTimeout, isFinished, onError, prepareMethodCall, transition</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Cassandra.AsyncClient.get_count_call(java.nio.ByteBuffer, org.apache.cassandra.thrift.ColumnParent, org.apache.cassandra.thrift.SlicePredicate, org.apache.cassandra.thrift.ConsistencyLevel, org.apache.thrift.async.AsyncMethodCallback, org.apache.thrift.async.TAsyncClient, org.apache.thrift.protocol.TProtocolFactory, org.apache.thrift.transport.TNonblockingTransport)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Cassandra.AsyncClient.get_count_call</h4> <pre>public&nbsp;Cassandra.AsyncClient.get_count_call(java.nio.ByteBuffer&nbsp;key, <a href="../../../../org/apache/cassandra/thrift/ColumnParent.html" title="class in org.apache.cassandra.thrift">ColumnParent</a>&nbsp;column_parent, <a href="../../../../org/apache/cassandra/thrift/SlicePredicate.html" title="class in org.apache.cassandra.thrift">SlicePredicate</a>&nbsp;predicate, <a href="../../../../org/apache/cassandra/thrift/ConsistencyLevel.html" title="enum in org.apache.cassandra.thrift">ConsistencyLevel</a>&nbsp;consistency_level, org.apache.thrift.async.AsyncMethodCallback&nbsp;resultHandler, org.apache.thrift.async.TAsyncClient&nbsp;client, org.apache.thrift.protocol.TProtocolFactory&nbsp;protocolFactory, org.apache.thrift.transport.TNonblockingTransport&nbsp;transport) throws org.apache.thrift.TException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></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="write_args(org.apache.thrift.protocol.TProtocol)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>write_args</h4> <pre>public&nbsp;void&nbsp;write_args(org.apache.thrift.protocol.TProtocol&nbsp;prot) throws org.apache.thrift.TException</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>write_args</code>&nbsp;in class&nbsp;<code>org.apache.thrift.async.TAsyncMethodCall</code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code>org.apache.thrift.TException</code></dd></dl> </li> </ul> <a name="getResult()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getResult</h4> <pre>public&nbsp;int&nbsp;getResult() throws <a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a>, <a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a>, <a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a>, org.apache.thrift.TException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/apache/cassandra/thrift/InvalidRequestException.html" title="class in org.apache.cassandra.thrift">InvalidRequestException</a></code></dd> <dd><code><a href="../../../../org/apache/cassandra/thrift/UnavailableException.html" title="class in org.apache.cassandra.thrift">UnavailableException</a></code></dd> <dd><code><a href="../../../../org/apache/cassandra/thrift/TimedOutException.html" title="class in org.apache.cassandra.thrift">TimedOutException</a></code></dd> <dd><code>org.apache.thrift.TException</code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_call.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncClient.get_indexed_slices_call.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.AsyncClient.get_count_call.html" target="_top">Frames</a></li> <li><a href="Cassandra.AsyncClient.get_count_call.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_classes_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_org.apache.thrift.async.TAsyncMethodCall">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/solr-solrj/org/apache/solr/common/params/class-use/CommonParams.EchoParamStyle.html
Hernrup/solr
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Oct 17 21:45:05 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.common.params.CommonParams.EchoParamStyle (Solr 4.5.1 API)</title> <meta name="date" content="2013-10-17"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.common.params.CommonParams.EchoParamStyle (Solr 4.5.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/common/params//class-useCommonParams.EchoParamStyle.html" target="_top">FRAMES</a></li> <li><a href="CommonParams.EchoParamStyle.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.common.params.CommonParams.EchoParamStyle" class="title">Uses of Class<br>org.apache.solr.common.params.CommonParams.EchoParamStyle</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">CommonParams.EchoParamStyle</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.common.params">org.apache.solr.common.params</a></td> <td class="colLast"> <div class="block">Parameter constants and enumerations.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.common.params"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">CommonParams.EchoParamStyle</a> in <a href="../../../../../../org/apache/solr/common/params/package-summary.html">org.apache.solr.common.params</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/solr/common/params/package-summary.html">org.apache.solr.common.params</a> that return <a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">CommonParams.EchoParamStyle</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">CommonParams.EchoParamStyle</a></code></td> <td class="colLast"><span class="strong">CommonParams.EchoParamStyle.</span><code><strong><a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html#get(java.lang.String)">get</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;v)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">CommonParams.EchoParamStyle</a></code></td> <td class="colLast"><span class="strong">CommonParams.EchoParamStyle.</span><code><strong><a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://download.oracle.com/javase/6/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 the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">CommonParams.EchoParamStyle</a>[]</code></td> <td class="colLast"><span class="strong">CommonParams.EchoParamStyle.</span><code><strong><a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/solr/common/params/CommonParams.EchoParamStyle.html" title="enum in org.apache.solr.common.params">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/common/params//class-useCommonParams.EchoParamStyle.html" target="_top">FRAMES</a></li> <li><a href="CommonParams.EchoParamStyle.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2013 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
mcn-ccn-router/ccnx-0.8.2/doc/manpages/ccnsyncslice.1.html
MobileCloudNetworking/icnaas
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="generator" content="AsciiDoc 8.6.6" /> <title>CCNSYNCSLICE(1)</title> <style type="text/css"> /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ /* Default font. */ body { font-family: Georgia,serif; } /* Title font. */ h1, h2, h3, h4, h5, h6, div.title, caption.title, thead, p.table.header, #toctitle, #author, #revnumber, #revdate, #revremark, #footer { font-family: Arial,Helvetica,sans-serif; } body { margin: 1em 5% 1em 5%; } a { color: blue; text-decoration: underline; } a:visited { color: fuchsia; } em { font-style: italic; color: navy; } strong { font-weight: bold; color: #083194; } h1, h2, h3, h4, h5, h6 { color: #527bbd; margin-top: 1.2em; margin-bottom: 0.5em; line-height: 1.3; } h1, h2, h3 { border-bottom: 2px solid silver; } h2 { padding-top: 0.5em; } h3 { float: left; } h3 + * { clear: left; } h5 { font-size: 1.0em; } div.sectionbody { margin-left: 0; } hr { border: 1px solid silver; } p { margin-top: 0.5em; margin-bottom: 0.5em; } ul, ol, li > p { margin-top: 0; } ul > li { color: #aaa; } ul > li > * { color: black; } pre { padding: 0; margin: 0; } #author { color: #527bbd; font-weight: bold; font-size: 1.1em; } #email { } #revnumber, #revdate, #revremark { } #footer { font-size: small; border-top: 2px solid silver; padding-top: 0.5em; margin-top: 4.0em; } #footer-text { float: left; padding-bottom: 0.5em; } #footer-badges { float: right; padding-bottom: 0.5em; } #preamble { margin-top: 1.5em; margin-bottom: 1.5em; } div.imageblock, div.exampleblock, div.verseblock, div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, div.admonitionblock { margin-top: 1.0em; margin-bottom: 1.5em; } div.admonitionblock { margin-top: 2.0em; margin-bottom: 2.0em; margin-right: 10%; color: #606060; } div.content { /* Block element content. */ padding: 0; } /* Block element titles. */ div.title, caption.title { color: #527bbd; font-weight: bold; text-align: left; margin-top: 1.0em; margin-bottom: 0.5em; } div.title + * { margin-top: 0; } td div.title:first-child { margin-top: 0.0em; } div.content div.title:first-child { margin-top: 0.0em; } div.content + div.title { margin-top: 0.0em; } div.sidebarblock > div.content { background: #ffffee; border: 1px solid #dddddd; border-left: 4px solid #f0f0f0; padding: 0.5em; } div.listingblock > div.content { border: 1px solid #dddddd; border-left: 5px solid #f0f0f0; background: #f8f8f8; padding: 0.5em; } div.quoteblock, div.verseblock { padding-left: 1.0em; margin-left: 1.0em; margin-right: 10%; border-left: 5px solid #f0f0f0; color: #888; } div.quoteblock > div.attribution { padding-top: 0.5em; text-align: right; } div.verseblock > pre.content { font-family: inherit; font-size: inherit; } div.verseblock > div.attribution { padding-top: 0.75em; text-align: left; } /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ div.verseblock + div.attribution { text-align: left; } div.admonitionblock .icon { vertical-align: top; font-size: 1.1em; font-weight: bold; text-decoration: underline; color: #527bbd; padding-right: 0.5em; } div.admonitionblock td.content { padding-left: 0.5em; border-left: 3px solid #dddddd; } div.exampleblock > div.content { border-left: 3px solid #dddddd; padding-left: 0.5em; } div.imageblock div.content { padding-left: 0; } span.image img { border-style: none; } a.image:visited { color: white; } dl { margin-top: 0.8em; margin-bottom: 0.8em; } dt { margin-top: 0.5em; margin-bottom: 0; font-style: normal; color: navy; } dd > *:first-child { margin-top: 0.1em; } ul, ol { list-style-position: outside; } ol.arabic { list-style-type: decimal; } ol.loweralpha { list-style-type: lower-alpha; } ol.upperalpha { list-style-type: upper-alpha; } ol.lowerroman { list-style-type: lower-roman; } ol.upperroman { list-style-type: upper-roman; } div.compact ul, div.compact ol, div.compact p, div.compact p, div.compact div, div.compact div { margin-top: 0.1em; margin-bottom: 0.1em; } tfoot { font-weight: bold; } td > div.verse { white-space: pre; } div.hdlist { margin-top: 0.8em; margin-bottom: 0.8em; } div.hdlist tr { padding-bottom: 15px; } dt.hdlist1.strong, td.hdlist1.strong { font-weight: bold; } td.hdlist1 { vertical-align: top; font-style: normal; padding-right: 0.8em; color: navy; } td.hdlist2 { vertical-align: top; } div.hdlist.compact tr { margin: 0; padding-bottom: 0; } .comment { background: yellow; } .footnote, .footnoteref { font-size: 0.8em; } span.footnote, span.footnoteref { vertical-align: super; } #footnotes { margin: 20px 0 20px 0; padding: 7px 0 0 0; } #footnotes div.footnote { margin: 0 0 5px 0; } #footnotes hr { border: none; border-top: 1px solid silver; height: 1px; text-align: left; margin-left: 0; width: 20%; min-width: 100px; } div.colist td { padding-right: 0.5em; padding-bottom: 0.3em; vertical-align: top; } div.colist td img { margin-top: 0.3em; } @media print { #footer-badges { display: none; } } #toc { margin-bottom: 2.5em; } #toctitle { color: #527bbd; font-size: 1.1em; font-weight: bold; margin-top: 1.0em; margin-bottom: 0.1em; } div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { margin-top: 0; margin-bottom: 0; } div.toclevel2 { margin-left: 2em; font-size: 0.9em; } div.toclevel3 { margin-left: 4em; font-size: 0.9em; } div.toclevel4 { margin-left: 6em; font-size: 0.9em; } span.aqua { color: aqua; } span.black { color: black; } span.blue { color: blue; } span.fuchsia { color: fuchsia; } span.gray { color: gray; } span.green { color: green; } span.lime { color: lime; } span.maroon { color: maroon; } span.navy { color: navy; } span.olive { color: olive; } span.purple { color: purple; } span.red { color: red; } span.silver { color: silver; } span.teal { color: teal; } span.white { color: white; } span.yellow { color: yellow; } span.aqua-background { background: aqua; } span.black-background { background: black; } span.blue-background { background: blue; } span.fuchsia-background { background: fuchsia; } span.gray-background { background: gray; } span.green-background { background: green; } span.lime-background { background: lime; } span.maroon-background { background: maroon; } span.navy-background { background: navy; } span.olive-background { background: olive; } span.purple-background { background: purple; } span.red-background { background: red; } span.silver-background { background: silver; } span.teal-background { background: teal; } span.white-background { background: white; } span.yellow-background { background: yellow; } span.big { font-size: 2em; } span.small { font-size: 0.6em; } span.underline { text-decoration: underline; } span.overline { text-decoration: overline; } span.line-through { text-decoration: line-through; } /* * xhtml11 specific * * */ tt { font-family: monospace; font-size: inherit; color: navy; } div.tableblock { margin-top: 1.0em; margin-bottom: 1.5em; } div.tableblock > table { border: 3px solid #527bbd; } thead, p.table.header { font-weight: bold; color: #527bbd; } p.table { margin-top: 0; } /* Because the table frame attribute is overriden by CSS in most browsers. */ div.tableblock > table[frame="void"] { border-style: none; } div.tableblock > table[frame="hsides"] { border-left-style: none; border-right-style: none; } div.tableblock > table[frame="vsides"] { border-top-style: none; border-bottom-style: none; } /* * html5 specific * * */ .monospaced { font-family: monospace; font-size: inherit; color: navy; } table.tableblock { margin-top: 1.0em; margin-bottom: 1.5em; } thead, p.tableblock.header { font-weight: bold; color: #527bbd; } p.tableblock { margin-top: 0; } table.tableblock { border-width: 3px; border-spacing: 0px; border-style: solid; border-color: #527bbd; border-collapse: collapse; } th.tableblock, td.tableblock { border-width: 1px; padding: 4px; border-style: solid; border-color: #527bbd; } table.tableblock.frame-topbot { border-left-style: hidden; border-right-style: hidden; } table.tableblock.frame-sides { border-top-style: hidden; border-bottom-style: hidden; } table.tableblock.frame-none { border-style: hidden; } th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; } th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; } th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; } th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; } th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; } th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; } /* * manpage specific * * */ body.manpage h1 { padding-top: 0.5em; padding-bottom: 0.5em; border-top: 2px solid silver; border-bottom: 2px solid silver; } body.manpage h2 { border-style: none; } body.manpage div.sectionbody { margin-left: 3em; } @media print { body.manpage div#toc { display: none; } } </style> <script type="text/javascript"> /*<![CDATA[*/ var asciidoc = { // Namespace. ///////////////////////////////////////////////////////////////////// // Table Of Contents generator ///////////////////////////////////////////////////////////////////// /* Author: Mihai Bazon, September 2002 * http://students.infoiasi.ro/~mishoo * * Table Of Content generator * Version: 0.4 * * Feel free to use this script under the terms of the GNU General Public * License, as long as you do not remove or alter this notice. */ /* modified by Troy D. Hanson, September 2006. License: GPL */ /* modified by Stuart Rackham, 2006, 2009. License: GPL */ // toclevels = 1..4. toc: function (toclevels) { function getText(el) { var text = ""; for (var i = el.firstChild; i != null; i = i.nextSibling) { if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants. text += i.data; else if (i.firstChild != null) text += getText(i); } return text; } function TocEntry(el, text, toclevel) { this.element = el; this.text = text; this.toclevel = toclevel; } function tocEntries(el, toclevels) { var result = new Array; var re = new RegExp('[hH]([2-'+(toclevels+1)+'])'); // Function that scans the DOM tree for header elements (the DOM2 // nodeIterator API would be a better technique but not supported by all // browsers). var iterate = function (el) { for (var i = el.firstChild; i != null; i = i.nextSibling) { if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { var mo = re.exec(i.tagName); if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") { result[result.length] = new TocEntry(i, getText(i), mo[1]-1); } iterate(i); } } } iterate(el); return result; } var toc = document.getElementById("toc"); if (!toc) { return; } // Delete existing TOC entries in case we're reloading the TOC. var tocEntriesToRemove = []; var i; for (i = 0; i < toc.childNodes.length; i++) { var entry = toc.childNodes[i]; if (entry.nodeName == 'div' && entry.getAttribute("class") && entry.getAttribute("class").match(/^toclevel/)) tocEntriesToRemove.push(entry); } for (i = 0; i < tocEntriesToRemove.length; i++) { toc.removeChild(tocEntriesToRemove[i]); } // Rebuild TOC entries. var entries = tocEntries(document.getElementById("content"), toclevels); for (var i = 0; i < entries.length; ++i) { var entry = entries[i]; if (entry.element.id == "") entry.element.id = "_toc_" + i; var a = document.createElement("a"); a.href = "#" + entry.element.id; a.appendChild(document.createTextNode(entry.text)); var div = document.createElement("div"); div.appendChild(a); div.className = "toclevel" + entry.toclevel; toc.appendChild(div); } if (entries.length == 0) toc.parentNode.removeChild(toc); }, ///////////////////////////////////////////////////////////////////// // Footnotes generator ///////////////////////////////////////////////////////////////////// /* Based on footnote generation code from: * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html */ footnotes: function () { // Delete existing footnote entries in case we're reloading the footnodes. var i; var noteholder = document.getElementById("footnotes"); if (!noteholder) { return; } var entriesToRemove = []; for (i = 0; i < noteholder.childNodes.length; i++) { var entry = noteholder.childNodes[i]; if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote") entriesToRemove.push(entry); } for (i = 0; i < entriesToRemove.length; i++) { noteholder.removeChild(entriesToRemove[i]); } // Rebuild footnote entries. var cont = document.getElementById("content"); var spans = cont.getElementsByTagName("span"); var refs = {}; var n = 0; for (i=0; i<spans.length; i++) { if (spans[i].className == "footnote") { n++; var note = spans[i].getAttribute("data-note"); if (!note) { // Use [\s\S] in place of . so multi-line matches work. // Because JavaScript has no s (dotall) regex flag. note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1]; spans[i].innerHTML = "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n + "' title='View footnote' class='footnote'>" + n + "</a>]"; spans[i].setAttribute("data-note", note); } noteholder.innerHTML += "<div class='footnote' id='_footnote_" + n + "'>" + "<a href='#_footnoteref_" + n + "' title='Return to text'>" + n + "</a>. " + note + "</div>"; var id =spans[i].getAttribute("id"); if (id != null) refs["#"+id] = n; } } if (n == 0) noteholder.parentNode.removeChild(noteholder); else { // Process footnoterefs. for (i=0; i<spans.length; i++) { if (spans[i].className == "footnoteref") { var href = spans[i].getElementsByTagName("a")[0].getAttribute("href"); href = href.match(/#.*/)[0]; // Because IE return full URL. n = refs[href]; spans[i].innerHTML = "[<a href='#_footnote_" + n + "' title='View footnote' class='footnote'>" + n + "</a>]"; } } } }, install: function(toclevels) { var timerId; function reinstall() { asciidoc.footnotes(); if (toclevels) { asciidoc.toc(toclevels); } } function reinstallAndRemoveTimer() { clearInterval(timerId); reinstall(); } timerId = setInterval(reinstall, 500); if (document.addEventListener) document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false); else window.onload = reinstallAndRemoveTimer; } } asciidoc.install(); /*]]>*/ </script> </head> <body class="manpage"> <div id="header"> <h1> CCNSYNCSLICE(1) Manual Page </h1> <h2>NAME</h2> <div class="sectionbody"> <p>ccnsyncslice - manipulate Sync configuration slices </p> </div> </div> <div id="content"> <div class="sect1"> <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="paragraph"><p><strong>ccnsyncslice</strong> <strong>[-hv]</strong> (<strong>create</strong>|<strong>delete</strong>) <em>topo prefix [clause]&#8230;</em></p></div> </div> </div> <div class="sect1"> <h2 id="_description">DESCRIPTION</h2> <div class="sectionbody"> <div class="paragraph"><p>Sync is a CCNx facility that allows CCN components to define collections of named data in Repositories, and automatically keeps their contents in synchrony with identically defined collections residing in neighboring Repositories. Sync is currently embedded in the Repository, but will be available separately in the future.</p></div> <div class="paragraph"><p>Sync is started automatically when a Repository starts if the Repository configuration option, <tt>CCNS_ENABLE</tt>, is set to 1 (the default). See <a href="ccnr.1.html">ccnr(1)</a> for more information about Repository configuration options.</p></div> <div class="paragraph"><p>Associated with each Repository, there is a Sync Agent that is responsible for keeping collections in the local repository up to date, and for responding to inquiries from remote Sync Agents for information about contents of collections known to it. To do this, it builds a sync tree for each collection defined in the local node. Eacb <em>sync tree</em> represents the content and organization of a particular collection, and is updated whenever content with a matching name is added to the Repository. The definition of a sync tree is contained in a <em>configuration slice</em> that is specified by an application in the local node.</p></div> <div class="paragraph"><p>Once a collection is defined, the Sync Agent automatically keeps it synchronized with collections in neighboring nodes (ccnd scope = 2) that are identically defined. The protocol for creating a new slice and the internal protocol used by Sync Agents for keeping collections in sync are described in <a href="../technical/SynchronizationProtocol.html">CCNx Synchronization Protocols</a>.</p></div> <div class="paragraph"><p>Sync currently has the following limitations:</p></div> <div class="ulist"><ul> <li> <p> Sync only works with the local C-based Repo; it is not yet available for separate use. </p> </li> <li> <p> Sync only works with neighbors (ccnd scoping = 2). </p> </li> <li> <p> The order in which names and content are synchronized is arbitrary. </p> </li> <li> <p> All versions are included (not just the last). </p> </li> <li> <p> Content deletions are not well supported. </p> </li> <li> <p> Applications must agree exactly on the definition of collections. </p> </li> <li> <p> ccnd must have compatible routing. </p> </li> </ul></div> <div class="paragraph"><p>ccnsyncslice is a tool for creating and deleting the Sync configuration slices in a repository.</p></div> </div> </div> <div class="sect1"> <h2 id="_options">OPTIONS</h2> <div class="sectionbody"> <div class="dlist"><dl> <dt class="hdlist1"> <strong>-h</strong> </dt> <dd> <p> Print the usage message and exit. </p> </dd> <dt class="hdlist1"> <strong>-v</strong> </dt> <dd> <p> Be more verbose, reporting success as well as failure after an operation. </p> </dd> </dl></div> </div> </div> <div class="sect1"> <h2 id="_commands">COMMANDS</h2> <div class="sectionbody"> <div class="dlist"><dl> <dt class="hdlist1"> <strong>(create|delete) <em>topo prefix [clause]&#8230;</em></strong> </dt> <dd> <div class="ulist"><ul> <li> <p> <em>topo</em> is the topological prefix used by Sync Agents for exchanging information about the collection. </p> </li> <li> <p> <em>prefix</em> is the common prefix for all names in the collection. </p> </li> <li> <p> <em>[clause]&#8230;</em> is zero or more optional filter clauses that limit the names in the collection. A filter <em>clause</em> is a CCNx URI representing a pattern in which a component consisting solely of %FF matches any single component. If the filter clause is omitted, all content names under <em>prefix</em> are included. </p> </li> </ul></div> </dd> </dl></div> <div class="paragraph"><p>Creates, or deletes, a slice representing the content matching the prefix and filter clause parameters, communicated under the <em>topo</em> prefix. Deleting a slice does not delete the content described by the slice, it merely stops the local Sync agent from synchronizing the content described by the slice.</p></div> </div> </div> <div class="sect1"> <h2 id="_exit_status">EXIT STATUS</h2> <div class="sectionbody"> <div class="dlist"><dl> <dt class="hdlist1"> <strong>0</strong> </dt> <dd> <p> Success </p> </dd> <dt class="hdlist1"> <strong>1</strong> </dt> <dd> <p> Failure </p> </dd> </dl></div> </div> </div> <div class="sect1"> <h2 id="_author">AUTHOR</h2> <div class="sectionbody"> <div class="paragraph"><p>Nick Briggs</p></div> </div> </div> </div> <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> Version 0.8.2<br /> Last updated 2012-09-20 13:09:00 PDT </div> </div> </body> </html>
src/main/resources/appdata/app/views/auth.html
qwefgh90/handyfinder
<div class="common-layout header-layout container"> <div class="row"> <div class="col-xs-3"></div> <div class="col-xs-6"> <form class="form-inline"> <div> <label>Type a secret key </label> </div> <div class="form-group"><input type="text" class="form-control"/> </div> <button class="btn btn-default">Submit</button> <br> * You can find a key in desktop application </form> </div> <div class="col-xs-3"></div> </div> </div>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b_testAbaNumberCheck_29275_good_tlg.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_13b.html">Class Test_AbaRouteValidator_13b</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_29275_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b.html?line=49864#src-49864" >testAbaNumberCheck_29275_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:43:03 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_29275_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=38356#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
_includes/footer.html
zxh578164349/hongshushu
<footer class="container"> <div class="site-footer"> <div class="copyright pull-left"> <span id="cp_date"></span> <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1259947671'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1259947671%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script> </div> <a href="https://github.com/zxh578164349" target="_blank" aria-label="view source code"> <span class="mega-octicon octicon-mark-github" title="GitHub"></span> </a> <div class="pull-right"> <a href="javascript:window.scrollTo(0,0)" >TOP</a> </div> </div> <!-- Third-Party JS --> <script type="text/javascript" src="{{ site.baseurl }}/bower_components/geopattern/js/geopattern.min.js"></script> <!-- My JS --> <script type="text/javascript" src="{{ site.baseurl }}/assets/js/script.js"></script> {% for javascript in page.javascript %} <script src="{{ site.baseurl }}/assets/js/{{javascript}}"></script> {% endfor %} <!-- Google Analytics --> <script> $(function(){ $("#cp_date").text("© 2015-"+new Date().getFullYear()) }); </script> </footer>
www/partials/menu.avatar.html
kaelvofraga/Pedal-to-Play-App
<div class="row container-fluid avatarDiv"> <div class="avatar-visualization col-xs-12 col-sm-8 col-md-8 panel panel-default" ng-swipe-left="onPreviousOptionClick()" ng-swipe-right="onNextOptionClick()"> <div class="buttons"> <button class="btn btn-default" ng-click="share()" ng-if="::false"> {{string.button.SHARE}} </button> <button class="btn btn-lg circle-button color-picker colorpicker-element pull-right" ng-focus="pickColor()" title="{{string.button.COLOR_PICKER}}"> <i class="fa fa-eyedropper"></i> </button> </div> <div class="alert alert-info" role="alert" ng-if="isAvatarLoading()"> <span class="sr-only">Info:</span> {{string.avatar.LOADING}}<i class="fa fa-spinner fa-pulse"></i> </div> <div class="alert alert-danger" role="alert" ng-if="!supportsSVG"> <span class="sr-only">Error:</span> {{string.avatar.ERROR_SVG}} </div> <div class="alert alert-danger" role="alert" ng-if="avatarImages === null"> <span class="sr-only">Error:</span> {{string.avatar.ERROR_LOAD_IMAGES}} </div> <error-message></error-message> <svg class="avatar center-block" width="600" height="512" viewBox="0 0 600 512.00001"></svg> <ul class="pager"> <li class="previous"> <a ng-click="onPreviousOptionClick()"> <i class="fa fa-arrow-left"></i> </a> </li> <li> <button class="btn btn-lg btn-default" ng-click="save()" ng-disabled="loading || isAvatarLoading()"> {{loading ? string.SAVING : string.button.SAVE}} <i class="fa fa-spinner fa-pulse" ng-show="loading"></i> </button> </li> <li class="next"> <a ng-click="onNextOptionClick()"> <i class="fa fa-arrow-right"></i> </a> </li> </ul> </div> <div class="avatar-pieces col-xs-12 col-sm-4 col-md-4 panel panel-default"> <ul class="nav nav-tabs"> <li role="presentation" ng-class="{'active': iconActived === icon.reference}" ng-repeat="icon in avatarImages.icons" ng-if="hasMoreThanOnOption(icon.reference)"> <a ng-click="onPieceClick(icon.reference)"> <img ng-src="{{getPath(icon.reference)}}" alt="{{icon.reference}}" title="{{icon.reference}}"/> </a> </li> </ul> </div> </div> <gender-modal></gender-modal> <unsave-modal></unsave-modal>
css/main.css
Esri/crowdsource-reporter
/* Added classes to show the tab index highlighter only for Accessibility */ :focus { /* You can remove this to use the browser's defaults */ outline: #06f auto 2px; } body.using-mouse :focus { outline: none; } .esriCTFallBackText { clip: rect(0 0 0 0); overflow: hidden; position: absolute; height: 1px; width: 1px; } /* End of classes to show the tab index highlighter only for Accessibility */ html, body { padding: 0; margin: 0; height: 100%; width: 100%; font-size: 12px; font-family: Arial; max-height: 100%; max-width: 100%; background: #EDEDED; color: #555; overflow: hidden; } .esriCTHeaderFont { font-size: 13px; color: #555; } #mapDiv { padding: 0; margin: 0; width: 100%; height: 100%; } /* Classes for Accessibility */ #mapDiv:focus { border: 2px solid cyan; } /* End of classes for accessibility */ #mapParentContainer { float: left; width: 70%; height: 100%; } .esriCTMap { height: 100%; } #mapParentContainer .esriCTReportButton, #mapParentContainer .esriCTListHeader { display: none; } #sideContainer { float: right; width: 30%; height: 100%; } #sidebarContent { background-color: #eee; padding: 0px !important; overflow: hidden; } .esriRTL label { /*Example of a rule that will be applied if the app is viewed in a browser with a RTL locale like Hebrew or Arabic.*/ } .esriCTMapGeoLocationContainer, .esriCTMapNavigationButton { margin-top: 10px; } .esriCTMapHomeButtonContainer { margin-top: 2px; } .esriCTHintStyle { font-style: italic; } /* This class makes sure map tooltip will always be shown */ .map .tooltip { opacity: 1 !important; } /* Overridden Styles */ .esriViewPopup .header, .esriViewPopup .attrTable { word-wrap: break-word; } .esriViewPopup .header { max-width: calc(100% - 45px); } .esriViewPopup .gallery .frame div.chart { direction: ltr; } /* Override identity manager color to default*/ .claro .dijitDialogPaneContentArea { color: #000; } .esriSimpleSliderTL { top: 8px; right: auto !important; left: 10px; } #mapParentContainer .esriSimpleSliderTL { top: 8px; right: auto !important; left: 10px !important; } .esriSimpleSlider div { font-weight: normal !important; width: 32px; height: 32px; } .esriSimpleSliderDecrementButton, .esriSimpleSliderIncrementButton { margin-top: 2px; } .esriSimpleSlider, .esriSimpleSliderVertical .esriSimpleSliderIncrementButton, .esriSimpleSliderVertical .esriSimpleSliderDecrementButton { border-radius: 0px !important; } .esriSimpleSliderVertical .esriSimpleSliderIncrementButton { border: 0px !important; } .esriSimpleSliderDecrementButton, .esriSimpleSliderIncrementButton, .esriSimpleSlider .esriCTMapGeoLocationContainer, .esriSimpleSlider .esriCTHomeButton, .esriSimpleSlider .esriCTMapSearchContainer, .esriSimpleSlider .esriCTMapNavigationButton { background-color: #fff !important; -webkit-box-shadow: 1px 1px 5px #888; -moz-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; } .esriSimpleSlider .esriCTHomeButton { border: #fff solid 1px !important; } .esriSimpleSlider .HomeButton .home { background-image: url("../images/home.png"); background-color: #fff !important; background-size: 30px; } .esriSimpleSlider { background-color: transparent !important; color: #4c4c4c !important; border: #000 solid 0px !important; } .mediaSection { padding-bottom: 13px; } .LocateButton .zoomLocateButton { background-color:#fff; -webkit-border-radius:0px; -moz-border-radius:0px; -o-border-radius:0px; border-radius:0px; background-image: url(../images/current-location-32.png); padding: 0px; width: 32px; height: 32px; } /* End of Overridden Styles */ /* Main Layout*/ .esriCTNoWebMapParentDiv { display: table; height: 100%; width: 100%; float: left; } .esriCTNoWebMapChildDiv { display: table-cell; vertical-align: middle; height: 100%; width: 100%; text-align: center; } .esriCTMainContainer { height: calc(100% - 49px); position: relative; } .esriCTScollY { overflow-y: auto; -webkit-overflow-scrolling: touch; } .esriCTMobileMenuContainer { position: absolute; height: 100%; top: 0px; right: 0px; width: 100%; z-index: 100; position: absolute; background-color: rgba(0, 0, 0, 0.4); -webkit-transition: width 0.75s ease-in; -moz-transition: width 0.75s ease-in; -ms-transition: width 0.75s ease-in; -o-transition: width 0.75s ease-in; transition: width 0.75s ease-in; } .esriCTHideMobileMenu { width: 0px !important; background-color: transparent !important; } .esriCTGeoFormParentContainer { height: 100%; float: left; width: 30%; position: absolute; top: 1px; left: 70%; z-index: 100; } .esriCTListHeader { height: 50px; color: #fff; font-size: 16px; font-weight: bold; } .esriCTListViewButton { height: 50px; width: 50px; float: right; font-size: 24px; line-height: 60px; text-align: center; } .esriCTBackButton { height: 50px; width: 30px; background-color: rgba(0, 0, 0, 0.30); float: left; display: inline-block; font-size: 27px; line-height: 60px; text-align: center; } .esriCTHeaderText { float: left; line-height: 50px; padding: 0 5px 0 5px; } .esriCTMapHeaderText { width: calc(100% - 80px); } /* End of Main Layout*/ /* Loading Indicator*/ .loading-indicator { display: none; height: 100%; width: 100%; z-index: 500; position: absolute; top: 0; left: 0; overflow: hidden; filter: alpha(opacity = 40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; background-color: #000; } .app-loading .loading-indicator { display: block; background-position: center center; background-image: url(../images/loading-indicator.gif); background-repeat: no-repeat; } .signin-loading-indicator { z-index: 9999; } /* End of Loading Indicator */ /* SignIn */ .esriCTSigninMainDiv { height: 100%; width: 100%; position: absolute; top: 0px; z-index: 1000; } .esriCTSigninSplash { display: table; height: 100%; width: 100%; text-align: center; background: #545454; } .esriCTSigninImageDiv { background-position: center; display: table-cell; vertical-align: middle; background-repeat: no-repeat; } .esriCTSignInScreenBack { height: 100%; width: 100%; position: absolute; bottom: 0; filter: alpha(opacity = 40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; top: 0; left: 0; background-color: #000; } .esriCTSigninAppNameDiv { font-size: 22px; word-wrap: break-word; width: 250px; max-height: 70px; overflow: hidden; display: inline-block; } .esriCTSigninAppCaptionDiv { display: inline-block; max-height: 31px; overflow: hidden; width: 250px; } .esriCTSigninGuestBtn { height: 50px; width: 50px; background-repeat: no-repeat; background-size: 50px; display: inline-block; cursor: pointer; background-position: center center; border-radius:25px; margin: 0 6px 0 6px; } .esriCTSigninWithTxt { margin-bottom: 7px; } .esriCTSigninFBButton { height: 50px; width: 50px; display: inline-block; background-repeat: no-repeat; background-size: 50px; cursor: pointer; background-position: center center; border-radius:25px; margin: 0 6px 0 6px; } .esriCTSigninTwitterButton { height: 50px; width: 50px; display: inline-block; background-repeat: no-repeat; background-size: 50px; cursor: pointer; background-position: center center; border-radius:25px; margin: 0 6px 0 6px; } .esriCTSigninGPlusButton { height: 50px; width: 50px; display: inline-block; background-repeat: no-repeat; background-size: 50px; cursor: pointer; background-position: center center; border-radius:25px; margin: 0 6px 0 6px; } .esriCTSigninEsriButton { height: 50px; width: 50px; display: inline-block; background-repeat: no-repeat; background-size: 50px; cursor: pointer; background-position: center center; border-radius:25px; margin: 0 6px 0 6px; } .esriCTSigninCenterDiv, .esrictsigninSocialdiv { display: inline-block; width: 100%; } .esriCTSigninGapPosition { margin-top: 30px; margin-bottom: 30px; } .esriCTSocialMediaSigninContainer { margin-top: 30px; margin-bottom: 30px; } .esriCTSigninOptionDisabled { margin-top: 30px; } .esriCTSigninOrLine { margin-bottom: 0px; margin-top: 0px; } .esriCTSigninOrDiv { background-repeat: no-repeat; background-size: 145px 35px; height: 35px; width: 145px; display: inline-block; margin:4px 0; } .esriCTOrdiv { padding: 10px; padding-bottom: 8px; padding-top: 9px; border-radius: 20px; text-shadow: none; max-width: 100px; display: inline-block; } .esriCTSigninHelpLink { cursor: pointer; margin-top: 10px; text-shadow: rgb(0, 0, 0) 0px 0px 16px; } /* End of SignIn */ /* Application Header Styles */ .esriCTLoginCredentialsDiv { margin-right: 10px; } .esriCTApplicationHeader { width: 100%; float: left; z-index: 12; background: #fff; } .esriCTMenuTabLeft { font-size: 24px; line-height: 38px; padding: 5px 0 5px 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; width: calc(100% - 250px); } .esriCTMenuTabRight { float: right; } .esriCTHomeIcon { float: left; height: 48px; max-width: 200px; } .esriCTHomeIconStreched { max-width: calc(100% - 75px); } .esriCTApplicationIcon { height: 48px; max-height: 48px; max-width: 100%; } .esriCTHeaderIcons { float: left; margin: 12px 24px; height: 24px; width: 24px; background-size: 24px; } .esriCTDesktopIcons { display: block; float: left; } .esriCTMobileIconDiv { float: left; } .esriCTMobileIcons { display: none; } .esriCTHeaderContainer { height: 48px; } .esriCTFloatLeft { float: left; } .esriCTFloatRight { float: right; } .esriCTLoginUserNameDiv { cursor: pointer; max-width: 135px; white-space: nowrap; overflow: hidden; width: auto; text-align: right; margin-top: 18px; float: left; margin-left: 10px; } .esriCTCaretIcon { height: 18px; width: 18px; background-position: center; margin-top: 18px; display: inline-block; float: left; margin-left: 5px; font-size: 12px; color: #ccc; } .esriCTOptions { position: absolute; background-color: white; z-index: 400; cursor: pointer; width: auto; top: 49px; } .esriCTBorder { border: 1px solid #fff; border-color: #d15706; } .esriCTLogoutOption { display: inline-block; border: 1px solid #b4b4b4; min-width: 100px; background: #fff; } .esriCTItems { padding: 5px; } /* End Of Application Header Styles */ /* Web Map List */ .esriCTDisplayList, .esriCTDisplayWebMapTemplate:hover .esriCTWebMapbgColor { background: #fff; } .esriCTDisplayList, .esriCTDisplayWebMapTemplate:hover .esriCTMediaBody { background: #fff; } .esriCTDisplayList, .esriCTDisplayWebMapTemplate:hover .esriCTMultiLineFill { background: #fff; } .esriCTWebMapbgColor { background: #f0f0f0; padding-right: 0px; } .esriCTWebMapImg { height: 80px; width: 120px; border: 1px solid #ccc; } .esriCTWebMapListParentDiv { width: 100%; height: 100%; overflow: auto; } .esriCTDisplayList, .esriCTDisplayWebMapTemplate { display: block; background: #f0f0f0; padding: 5px; } .esriCTDisplayWebMapTemplate { border-left: none !important; } .esriCTMediaBorder { border-top: 1px solid #ccc; } .esriCTMediaBody { display: table-cell !important; background: #f0f0f0; vertical-align: middle; width: 100%; word-wrap: break-word; position: relative; } .esriCTWebmaplistContents { height: 40px; padding: 8px 0 0 0; } .esriCTWebMapLayerTitle { margin-left: 25px; line-height: 24px; } .esriCTWebMapBorder { border-bottom: 1px solid #ccc; } .esriCTDisplayList { padding: 0px; } .esriCTWebMapLayer { border-bottom: 1px solid #ccc; } .esriCTMapInfoContainer { float: right; } .esriCTInfoImg { height: 16px; width: 16px; margin-left: 5px; margin-right: 5px; font-size: 16px; } .esriCTInfoImgRight { display: table-cell !important; float: right; width: 16px; vertical-align: middle; } .esriCTDescription { color: #515151; padding: 3px 15px !important; overflow-x: auto; } .esriCTMultiLineEllipsisdiv { line-height: 19px; overflow: hidden; position: relative; max-height: 38.3px; max-width: 80%; /* Chagnges in max-with and margin-right */ word-break: break-word; margin-left: 10px; margin-right: 10px; float: left; /* Added float due to changes in DOM for Accessibility */ } .esriCTMultiLineFill { position: absolute; height: 100%; width: 100%; } .esriCTInfoHeader { margin-bottom: 5px; } .esriCTInfoDetails { padding-bottom: 5px; border-bottom: 1px solid #dfdfdf; } .esriCTSelectedItem { font-weight: bold; background: #fff; } .esriCTDetailsContainerParent { display: table; width: 100%; } .esriCTDetailsContainerRow { display: table-row; } .esriCTDetailsContainerCell { display: table-cell; width: 100%; } .esriCTWebMapLayer:hover { background: #fff; } .esriCTRightArrow { height: 24px; width: 24px; font-size: 24px; float: right; } /** Css referred for webmaplist As this classes are removed from bootstrap 4.5.3 **/ .media-body, .media-left, .media-right { display: table-cell; vertical-align: top; } .media-heading { margin-top: 0; margin-bottom: 5px; } /* End of Web Map List */ /* Mobile Menu*/ .esriCTMobilemenu { float: right; background: #f0f0f0; height: 100%; width: calc(100% - 15%); color: #555; } .esriCTBurgermenuStyle { margin-left: 30px; border-bottom: 1px solid #ccc; padding: 10px; } .esriCTBurgermenu { overflow-y: auto; -webkit-overflow-scrolling: touch; height: 80% !important; } .esriCTMobileMenuHeader { background-color: #fff; line-height: 25px; padding: 6px; } .esriCTUserImg { height: 25px; width: 25px; float: left; margin: 0 8px 0 2px; font-size: 20px; } .esriCTLoggedinUserName { width: calc(100% - 40px); } /* End Of Mobile Menu*/ /* Burger Button Styles */ .esriCTMobileBurgerIcon { cursor: pointer; padding: 14px 35px 16px 0px; margin: 15px 12px 15px 24px; font-size: 20px; } .esriCTMobileBurgerIcon span, .esriCTMobileBurgerIcon span:before, .esriCTMobileBurgerIcon span:after { cursor: pointer; border-radius: 1px; height: 2px; width: 35px; position: absolute; display: block; content: ''; font-size: 20px; } .esriCTMobileBurgerIcon span:before { top: -10px; } .esriCTMobileBurgerIcon span:after { bottom: -10px; } .esriCTMobileBurgerIcon span, .esriCTMobileBurgerIcon span:before, .esriCTMobileBurgerIcon span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -ms-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; } .esriCTMobileBurgerIcon.active span { background-color: transparent; } .esriCTMobileBurgerIcon.active span:before, .esriCTMobileBurgerIcon.active span:after { top: 0; } .esriCTMobileBurgerIcon.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } .esriCTMobileBurgerIcon.active span:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); } /* End of Burger Button Styles */ /* Geo-form styles*/ .esriCTGeoFormBody { overflow-y: auto; height: calc(100% - 60px); -webkit-overflow-scrolling: touch; color: #555; width: 100%; } .esriCTGeoFormTitles { margin: 5px 0 5px 0; font-size: 18px; font-weight: bold !important; } .esriCTGeoFormContainer { margin: 0 auto !important; width: 100% !important; background: #FFF; height: 100%; } .esriCTRequireFieldStyle { display: inline-block; margin-left: 5px; font-weight: normal; font-size: 100%; } .esriCTGeoFormHeaderText { width: calc(100% - 50px); } label { font-weight: normal !important; font-size: 14px; } .row { margin: 0 !important; } .form-control { border-radius: 0px !important; font-size: 12px; font-family: Verdana; resize: none !important; } .form-control-lg { height: calc(1.5em + 1rem + 4px); } .btn, .input-group-addon { border-radius: 0px !important; } .esriCTCloseButton { float: right; background-image: url(../images/close-24.png ); height: 24px; width: 24px; margin-right: 24px; margin-top: 6px; background-size: 24px; background-repeat: no-repeat; } .help-block { margin-left: 1px; } .esriCTHideFileInputUI { position: absolute; top: 0; filter: alpha(opacity = 0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; } .esriCTFileAttachMentList { padding-top: 10px; float: left; width: 100%; } .esriCTFileButtonContainer { float: left; position: relative; } .esriCTFileAlert { float: left; margin-right: 10px; } .esriCTAttachmentSelectedCount { float: left; margin-top: 6px; margin-left: 10px; } .esriCTAttachmentContainer { word-wrap: break-all; width: 100%; clear: both; } .esriCTGeoFormAttachmentLabel { position: relative; width: 100%; } .esriCTSuccessMsg { margin: 10px; position: relative; min-height: 49px; } .esriCTSuccessMsgClose { position: absolute; top: 10px; right: 10px; } .esriCTGeoFormButton { border-radius: 0px !important; height: 35px; font-size: 14px; font-family: Verdana; } .esriCTGeoLocation { position: absolute; } .esriCTlocationPanel { padding: 0px !important; width: calc(100% - 50px); display: inline-block; } .esriCTGeoFormLoader { top: 1px; height: calc(100% - 1px); width: 100%; position: absolute; z-index: 102; background: #EDEDED; } .esriCTLocateContainer div.input-group { width: 100%; } .esriCTLocateContainer div.input-group-btn { position: absolute; right: 36px; z-index: 100; } .esriCTTxtSearch { padding-right: 70px; } .esriCTGeoFormMapContainer { height: 280px !important; width: 100% !important; } .esriCTmapParentContainer { width: 94%; margin: 0 3% 15px 3%; } .esriCTReportButton { height: 55px; text-align: center; vertical-align: middle; font-size: 22px; font-weight: bold; color: #fff; } .esriCTReportButtonContainer { line-height: 55px; margin: 0px; display: inline-block; max-width: 100%; } .esriCTReportButtonIcon { float: left; background-image: url("../images/report-button-icon.png"); background-size: 19px; height: 55px; width: 19px; background-position: center center; background-repeat: no-repeat; line-height: 55px; margin-left: 5px; } .esriCTReportButtonText { padding-left: 11px; min-width: calc(100% - 25px); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .esriCTGeoFormCancelButton { width: 48%; float: right; } .esriCTGeoFormSubmitButton { width: 48%; float: left; } .esriCTGeoFormGeoLocation { height: 34px; width: 34px; margin-left: 4px; background-size: 34px; background-repeat: no-repeat; float: right; margin: 0px; border: 1px solid #ccc; } .esriCTGeoFormBody .esriCTMapGeoLocationContainer, .esriCTLocatorSearchButton { background-color: #fff; } .esriGeoformCTLocationHint { padding-bottom: 5px; } .esriCTAddressListContainer { color: #555; } /* End of geo-form styles*/ /* Address container Styles */ .esriCTResultContainer { height: 150px; background-color: White; margin-bottom: 15px; border: 1px solid #ccc; overflow-y: auto; width: 100%; } .esriCTSearchGroupRow { display: table; width: 98%; height: 30px; margin-left: 5px; } .esriCTCandidateField { margin-right: 4px; display: table-cell; vertical-align: middle; padding: 5px 20px 5px 2px; } .esriCTContentBottomBorder { border-bottom: 1px solid #EDEDED; } .esriCTSearchGroupCell { display: table-cell; vertical-align: middle; } .esriCTPlusMinus { width: 15px; display: table-cell; } .esriCTGroupList { display: table-cell; vertical-align: middle; padding-right: 5px; } .esriCTHideAddressList { display: none; } .esriCTShowAddressList { display: block; margin-left: 15px; } .esriCTClearInput, .esriCTSearchLoader { height: 24px; width: 24px; cursor: pointer; position: absolute; background-color: #fff; } .esriCTCloseHelpWindow { height: 18px; width: 18px; cursor: pointer; background-color: #fff; margin-top: 5px; text-shadow: none; } .esriCTCloseWarningWindow { height: 18px; width: 18px; cursor: pointer; margin-top: 5px; font-size: 18px; text-shadow: none; } .esriCTClearInput { background: url('../images/clearText.png') no-repeat center; } .esriCTSearchLoader { display: none; background-image: url('../images/list-loader.gif'); } .esriCTTxtSearch::-ms-clear { display: none; } .esriCTCandidateList { display: table; width: 98%; height: 40px; } .esriCTDivNoResultFound { margin-left: 5px; height: 25px; padding-top: 10px; } .esriCTSearchClose { position: absolute; right: 66px; top: 6px; z-index: 3; } .esriCTLocatorSearchButton { border-left-width: 0px; font-size: 14px !important; } .esriCTSearchButton { background: url('../images/search.png') no-repeat center; height: 32px; width: 34px; margin-left: 4px; background-size: 28px; margin-top: 1px; border-left: 1px solid #ccc !important; } .esriSimpleSlider .esriCTMapNavigationButton { height: 32px; width: 32px; background-size: 19px; margin-top: 9px; border-left: 1px solid #ccc !important; background-color: #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; padding: 0px; background-color: #fff !important; -webkit-box-shadow: 1px 1px 5px #888; -moz-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; } .esriCTBasemapGalleryButton { background: url('../images/basemap.png') no-repeat center; } .esriCTLegendButton { background: url('../images/legend.png') no-repeat center; } /* End of Address container Styles */ /* Comment Styles */ .esriCTCommentContent .panel-heading { background: #fff; padding-right: 0px; border: none !important; } .esriCTTextAreaContainer { clear: both; width: 100%; height: 115px; background: #fff; } /* End of Address container Styles */ /* ---------- ItemList ---------- */ .esriCTItemList { font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif; font-weight: bold; font-size: 16px; background-color: #eee; } .esriCTItemList .esriCTItemSummary { padding: 10px; border-bottom: 1px solid #ccc; cursor: pointer; } .esriCTItemSummary { line-height: 0; /* reset */ } .esriCTItemSummaryHighlighter { width: 4px; height: 50px; float: left; } .esriCTtemSummaryParent:hover, .esriCTItemSummaryParentSelected { background-color: #fff; } .esriCTtemSummaryParent:focus { outline: #06f solid 2px !important; outline-offset: -2px; } .esriCTItemList .esriCTItemSummary:hover { background-color: #fff; } .esriCTItemSummary .esriCTItemTitle { width: calc(100% - 66px); white-space: nowrap; text-overflow: ellipsis; overflow-x: hidden; } .esriCTItemListTitleFullWidth { width: 100% !important; } .esriCTItemList .esriCTItemTitle, .esriCTItemList .esriCTItemFav { line-height: 30px; } .esriCTMyIssueListContainer .esriCTItemTitle { line-height: 20px; } .esriCTMyIssueListContainer .esriCTItemFav { line-height: 40px; } .esriCTItemFav { cursor: auto; } .esriCTItemSummary > div, .esriCTItemFav > div { display: inline-block; } .esriCTItemSummary .esriCTItemFav { float: right; font-size: 20px; color: rgb(150, 150, 150); color: rgba(0, 0, 0, 0.35); } .esriCTIssueListContainer { height: calc(100% - 105px); overflow: auto; } .esriCTMyIssueListContainer { height: calc(100% - 55px); overflow: auto; } .esriCTMyIssueListContainer .esriCTItemSummaryHighlighter { height: 60px; } .esriCTNoIssueDiv { text-align: center; line-height: 51px; border-bottom: 1px solid #ccc; } .esriCTInfoLoader { cursor: default; height: 32px; width: 32px; margin-top: 8px; margin-left: 11px; } .esriCTHeaderLoadingIndicator { background-position: center center; background-image: url(../images/loading-indicator.gif); background-repeat: no-repeat; background-size: 32px; height: 32px; width: 32px; } .esriCTIssueWallMapItButton { display: none; } .esriCTListHeaderText { width: calc(100% - 80px); } .esriCTNoVotesDetailContainer { width: calc(100% - 35px) !important; } .esriCTFavDiv { font-size: 12px; top: 0px; color: rgba(0, 0, 0, 0.30); } .esriCTListButtonContainer { float: right; position: relative; height: 48px; width: 50px; } .esriCTLoaderPosition { position: absolute; } .esriCTMyIssuePopupTitle { font-weight: normal; } .esriCTListHeader .tooltip { word-break: break-all; } .esriCTLoadMoreContainer { width: 100%; text-align: center; line-height:30px; } .esriCTLoadMoreButton { font-weight: bold; } /* ---------- End Of ItemList ---------- */ /* ---------- ItemDetail ---------- */ .esriCTItemDetailsContainer { height: calc(100% - 50px); overflow: auto; background: #f0f0f0; } .esriCTItemDetail { background: #fff; height: 100%; } .esriCTCommentsForm1 { border-top: 1px solid #ccc; padding-bottom: 15px; background-color: #fff; } .esriCTItemDetail > .esriCTItemSummary > div { padding: 10px; line-height: 20px; box-sizing: border-box; } .esriCTItemDetail .esriCTItemSummary .esriCTBack { cursor: pointer; line-height: 0; float: left; } .esriCTItemDetail .esriCTItemSummary .esriCTItemTitle { width: 69%; padding-right: 5px; } .esriCTItemDetail .esriCTItemSummary .esriCTItemFav { font-size: inherit; padding-left: 0px; } .esriCTItemDetail .esriCTItemFav .esriCTIcon { font-size: 20px; margin-left: 5px; } .esriCTItemDetail .esriCTItemDetailsContainer { float: left; width: 100%; } .esriCTItemDetail .esriCTTtemDescription { color: #999; float: left; width: 100%; } .esriCTItemDetail .esriCTItemDetailHeader { width: 100%; border-top: 1px solid #ccc; padding: 10px 0 0 10px; } .esriCTItemDetail .userName { display: inline-block; } .esriCTItemDetail .btn { border: 1px solid #ccc; border-radius: 2px; cursor: pointer; } .esriCTItemDescFooter .btn, .esriCTCommentButtons .btn { padding: 4px 6px; } /* Added css for button as it is removed from bootstrap 4.5.3 */ .btn-default { border-color: #ccc; color: #137DB9; } .btn-default:hover, .btn-default:focus, .btn-default:focus { border-color: #007ac2 !important; } /* .esriCTItemDetail .btn ::selection { color: #007ac2; } .esriCTItemDetail .btn ::-moz-selection { color: #007ac2; } */ .esriCTTtemDescFooter { height: 25px; } .esriCTItemDetail .float-right { float: right; } .esriCTItemDetail .esriCTRightEdge { margin-right: 0; } .esriCTItemDetail .esriCTLargeText { font-size: 16px; } .esriCTItemDetail .esriCTMediumText { font-size: 14px; } .esriCTItemDetail .esriCTSmallText { font-size: 12px; } .esriCTItemDetail .itemComments { background-color: #eee; padding: 10px; } .btn > div { display: inline-block; } .btn .esriCTIcon { margin-right: 2px; position: relative; top: 2px; } .btn .esriCTIcon svg path, .btn .esriCTIcon svg polyline { fill: #007ac2; fill-opacity: 1; } .hide { display: none !important; } .center-please { text-align: center; } .esriCTItemDetail .attachmentsSection { display: none; margin-bottom: 12px; } .esriCTItemDetail .attachmentsSection .attachment { width: 48%; margin: 0px 5px 5px 0px; cursor: pointer; } .commentsForm { margin-bottom: 12px; } .esriCTMapItButton { height: 48px; width: 50px; float: right; font-size: 24px; line-height: 58px; text-align: center; } .esriCTDetailsHeader { width: calc(100% - 107px); } .esriCTVotesDetails { line-height: 50px; float: right; width: 65px; margin-right: 12px; } .esriCTItemVotes { margin-right: 3px; float: left; width: 49px; text-align: right; color: rgba(0, 0, 0, 0.30); font-size: 20px; } .esriCTDetailsFavDiv { font-size: 12px; margin-left: 1px; color: rgba(0, 0, 0, 0.30); } .esriCTDetailsPanelButton { width: 23%; } .esriCTButtonSelected { background-color: #007ac2; color: #fff; } .esriCTDetailButtonContainer { display: inline; } .esriCTItemDescFooter { width: 100%; padding: 10px 10px; float: left; background-color: #fff; } .esriCTItemDetailHeader { font-weight: bold; } .esriCTItemComments { float: left; background-color: #F0F0F0; width: 100%; } .esriCTCommentsText { border-bottom: 1px solid #ccc; padding: 8px 0 8px 0; } .esriCTEnterComment { width: 100%; padding: 10px; } .esriCTCountLabel { text-align: right; padding: 0 15px; } .esriCTCommentButtons { padding: 0 10px; } .esriCTPostCommentButton { width: 48%; } .esriCTCancelCommentButton { width: 48%; float: right; } .textAreaContent { width: 100%; border: solid 1px #DFDFDF; resize: none; clear: both; height: 64px; border-radius: 0px; } .esriCTDetailsContainer { width: 100% !important; } .esriCTListItemHeader { margin-bottom: 5px; } .esriCTListData { width: 100% !important; padding-bottom: 5px; word-break: break-all; } .esriCTIssueImgSpan { margin: 0 5px 5px 0; float: left; width: auto; flex-basis: auto; flex-grow: 0; max-width: 100px; max-height: 80px; padding: 0px; overflow: hidden; border: 1px solid; border-color: #ddd; } .esriCTImageLoader { cursor: default; display: block; background-position: center center; background-image: url(../images/list-loader.gif); background-repeat: no-repeat; height: 80px; width: 110px; } .esriCTIssueDetailImg { float: left; } .esriCTAttachmentsSection .row { margin: 0px !important; padding: 5px 10px !important; } .esriCTDetailsPanel { background-color: #F0F0F0; } .esriCTMapItButtonVisibility { display: none; } .esriCTAttachmentsSection { background-color: #fff; } .esriCTDetailsNoResult { padding: 5px 0 5px 10px; } .esriCTCancelCommentButton, .esriCTPostCommentButton { height: 35px; line-height: 25px; } .esriCTDetailDescription { color: #515151; padding: 5px 10px !important; overflow-x: auto; float: left; width: 100%; background-color: #fff; position: relative; } .esriCTCommentsList .commentRow { border-bottom: 1px solid #ccc; padding: 10px 0 5px 0; } .esriCTCommentsList .dijitContentPane { margin-bottom: 10px; padding: 5px 10px !important; } .esriCTEditingButtons { top: 4px; position: absolute; right: 5px; } .esriCTEditButton { height: 22px; width: 22px; cursor: pointer; float: left; font-size: 16px; text-align: center; line-height: 25px; margin: 0 1px 0 1px; } .esriCTDeleteButton { height: 22px; width: 22px; cursor: pointer; float: left; font-size: 16px; text-align: center; line-height: 25px; margin: 0 1px 0 1px; } /* Override styles for buttons in comment section */ .esriCTCommentsList .esriCTEditButton { right: 18px; } .esriCTCommentsList .esriCTDeleteButton { right: 0px; } .esriCTItemDetail .esriCTCommentsFormTitle { width: 100%; padding: 0 0 10px 0; font-weight: bold; } .esriCTCommentsPopup { position: relative; } .esriCTEditModePopupContainer { padding-bottom: 15px; background-color: #FFF; } /* ---------- End Of ItemDetail ---------- */ /*-----------Mozilla-----------------*/ @-moz-document url-prefix() { .esriCTReportButtonContainer { display: inline-flex; } .esriCTReportButtonText { max-width: calc(100% - 24px); } .esriCTMargin { margin-left: 3px; } } /*-----------Mozilla-----------------*/ /* Start of map search container styles */ .esriSimpleSlider .esriCTSearchButton { background: url('../images/search.png') center; background-size: 30px; border-left: none !important; } .esriSimpleSlider .search, .esriSimpleSlider .search div { font-size: 12px; color: #666; text-align: left; line-height: 16px; height: 31px; } .esriSimpleSlider .search .esriCTAddressListContainer { width: 90%; height: auto; float: left; } .esriSimpleSlider .search { margin-top: 9px; } .esriSimpleSlider .esriCTTxtSearch { height: 33px; width: 0; display: none; } .esriSimpleSlider .esriCTMapSearchContainer .input-group-btn { right: -5px; } .esriSimpleSlider .esriCTMapSearchContainer .esriCTSearchClose { right: 32px; top: 4px; display: none; } .esriSimpleSlider .esriCTMapSearchContainer .esriCTResultContainer { min-width: 231px; height: 100%; position: absolute; width: 100%; -webkit-overflow-scrolling: touch; } .esriSimpleSlider .esriCTMapSearchContainer .esriCTDivNoResultFound { float: left; width: 90%; } .esriSimpleSlider .esriCTMapSearchContainer .esriCTCandidateList { min-width: 197px; } .esriSimpleSlider .esriCTMapSearchContainer .esriCTSearchGroupCell { min-width: 205px; } .esriSimpleSlider .esriCTMapSearchContainer { margin-top: 0px !important; } .esriSimpleSlider .esriCTLocatorSearchButton { margin-left: -5px; height: 31px; } .esriSimpleSlider .esriCTSearchButton { height: 31px !important; width: 32px !important; position: absolute; } .esriSimpleSlider .esriCTTxtMapSearch { display: none; } .esriCTHelpIcon, .esriCTShareIcon { height: 18px; width: 18px; float: left; font-size: 20px; margin-top: 15px; margin-right: 10px; margin-left: 10px; } .modal-header { border-color: #555; } .esriCTModalButtonContainer { float: right; margin-top: 20px; } .esriCTModelDialog .modal-body { overflow: auto; max-height: 250px; margin-bottom: 15px; } .esriCTWarningDialog .modal-body { overflow: auto; -webkit-overflow-scrolling: touch; height: 300px; margin-bottom: 15px; } .esriCTSupportedBrowsersImage { text-align: center; } #browser-logo-list { display: flex; align-items: center; margin: 20px; padding: 0; } .browser-logo { display: inline-block; margin: 0 auto; } .browser-logo img { width: 3rem; height: auto; } .warningClose { margin-top: -2px !important; } .esriCTModelDialog { top: 150px; } .esriCTClose { opacity: 1; padding: 2px; } .esriCTClose:hover { opacity: 1; } .esriCTIncrementButton { width: 32px; height: 31px; background-image: url('../images/increment.png'); background-size: 32px 31px; } .esriCTDecrementButton { width: 32px; height: 31px; background-image: url('../images/decrement.png'); background-size: 32px 31px; } .esriSimpleSliderIncrementButton.esriCTIncrementButton.esriCTPointerCursor.esriSimpleSliderDisabledButton { width: 32px; height: 31px; background-image: url('../images/increment-disabled.png') !important; background-size: 32px 31px; } .esriSimpleSliderDecrementButton.esriCTDecrementButton.esriCTPointerCursor.esriSimpleSliderDisabledButton { width: 32px; height: 31px; background-image: url('../images/decrement-disabled.png') !important; background-size: 32px 31px; } .modal-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: calc(100% - 50px); display: inline-block; } .modal-header { min-height: 56px; } .modal-header .close { padding: 0px; margin: 0px; margin-top: 5px; } /** Comments form starts **/ .esriCTCommentsFormAttachmentLabel { position: relative; width: 100%; } .esriCTCommentFormTitles { margin: 5px 0 5px 0; font-size: 18px; font-weight: bold !important; } .esriCTCommentFormButton { border-radius: 0px !important; height: 35px; font-size: 14px; font-family: Verdana; } .esriCTFileAttachMenuList { padding-top: 10px; float: left; width: 100%; } .esriCTAddCommentAttachmentsWrapperContainer { padding: 0px 10px 0px 10px; } /** Comments form end **/ /** Attachment section styles for popup and comments **/ .esriCTCommentsList .esriCTThumbnailContainer { margin: 2px; } .esriCTCommentsList .esriCTAttachmentHeader { margin: 2px; word-wrap: break-word; color: #888888; border-bottom: 1px solid; } .esriCTCommentsList .esriCTAttachmentHeader { border: none; } .esriCTCommentsList .esriCTAttachmentImg { cursor: pointer; height: 60px !important; width: 83px !important; } .esriCTNonImageName { text-align: center; height: 75px; line-height: 75px; width: 100%; position: absolute; overflow: hidden; display: none; word-break: break-all; cursor: pointer; } .esriCTNonImageNameMiddle { display: inline-block; vertical-align: middle; /** vertical alignment of the inline element **/ line-height: normal; color: #fff; } .esriCTNonImageContainer { float: left; margin: 5px 10px 5px 0; position: relative; background-color: #c4bd97; height: 82px; width: 83px; } .esriCTNonImageContainer:hover .esriCTNonImageName { display: block; } .esriCTNonImageContainer:hover .esriCTNonImageContent { display: none; } .esriCTNonFileTypeContent { text-align: center; color: #ffffff; line-height: 23px; } /** Attachment section styles for popup and comments ends **/ /** Basemap gallery section starts **/ .esriCTOnScreenWidgetContainer { position: absolute; left: 50px; top: 250px; height: 360px; width: 300px; -webkit-box-shadow: 1px 1px 5px #888; -moz-box-shadow: 1px 1px 5px #888; box-shadow: 1px 1px 5px #888; z-index: 31; } .esriCTOnScreenWidgetTitleContainer { height: 50px; line-height: 50px; border-bottom: 1px solid; font-size: 15px; width: 100%; float: left; } .esriCTHeaderTitle { width: calc(100% - 30px); float: left; margin-left: 5px; } .esriCTOnScreenWidgetWrapper { height:calc(100% - 50px); width: 100%; padding: 10px; float: left; overflow: auto; } .esriBasemapGallery img { vertical-align: baseline; } .esriCTBasemapLoading { height: 50px; width: 50px; margin: auto; top: 0; left: 0; bottom: 0; right: 0; position: absolute; background-image: url('../images/loading-indicator.gif'); background-size: 33px 39px; background-position: center; background-repeat: no-repeat; } /* Override the style of selected basemap node to avoid the issue of basemap thumbnail displacement */ .esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail { margin: 1px; } .esriCTOnScreenClose { float: left; } /** Basemap gallery section ends **/ /** DateTimepicker calender table section This css is removed from bootstrap 4.5.2 css */ .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th { padding: 5px; } /** DateTimepicker calender table section ends **/ /** Input group addon css This css is removed from bootstrap 4.5.3 css **/ .input-group { display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-addon, .input-group-btn { display: table-cell; } .input-group-addon, .input-group-btn { width: 1%; vertical-align: middle; } .input-group-addon { padding: 4px 9px; font-size: 16px; font-weight: 400; line-height: 1; color: #4c4c4c; background-color: #efefef; border: 1px solid #959595; border-radius: 0; } .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group { margin-right: -1px; } /* Input group addon css ends */
Solutions/Business.StarterIntranet/app/src/templates/footerlinks.template.html
IvanTheBearable/PnP
<div id="footer-links" data-bind="css: {'spinner': wait }" class="push"> <ul> <!-- ko foreach: nodes --> <li> <i class="fa" aria-hidden="true" data-bind="visible: $data.properties()['iconClass'], css: $data.properties()['iconClass']"></i> <a data-bind="attr: { href: url }, text: title"> </a> </li> <!-- /ko --> </ul> </div>
FRDMK66NoEr/SDK_2.1_FRDM-K66F-GCC-Full/middleware/multicore_2.1.0/erpc/doc/eRPC_infrastructure/erpcgen/classerpcgen_1_1_program-members.html
scottdarch/Noer
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>eRPC Generator (erpcgen): Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="customdoxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">eRPC Generator (erpcgen) &#160;<span id="projectnumber">Rev. 1.3.0</span> </div> <div id="projectbrief">NXP Semiconductors</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('classerpcgen_1_1_program.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">erpcgen::Program Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classerpcgen_1_1_program.html">erpcgen::Program</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a828866509c0ee041aaf7e31ab18cf2da">addAnnotation</a>(const Annotation &amp;a)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a674a1dff60207fa512a2a2b7b7146c3b">findAnnotation</a>(std::string name)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a8ac0fa46b91ae20ff49c62cfab29a810">getAnnotations</a>(std::string name)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a84732dc398fd0cbf64d53d45db1cc8c5">getDescription</a>() const </td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a927c69a16cbb47ca6c8d5b4f8a213887">getFirstLine</a>() const </td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#acec60e332ab5bf223e8c5d92f9a732f0">getIlComment</a>()</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a00bb74bbfea291f784e65484bf54664b">getLastLine</a>() const </td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a44f21abf207fcdda09415d1eaa32f348">getLocation</a>()</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a85fc3b86b1d1935f3017f8d5db3a2111">getMlComment</a>()</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a84c290b9cf7672b0f94aea9ff27acf1f">getName</a>() const </td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#acc2311d1d0acf78dc31a86c7959ce34e">getSymbolType</a>() const </td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#afbb57b6bf584ed7c07e86f5316fa4051">isBuiltin</a>() const </td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kAliasTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kArrayTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kBuiltinTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kConstSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kEnumMemberSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kEnumTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kFunctionSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kInterfaceSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kListTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kProgramSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kStructMemberSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kStructTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kTypenameSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kUnionCaseTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kUnionTypeSymbol</b> enum value (defined in <a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a>)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a838f7ea24ae2e3ce3b433e7cf9e412ef">m_annotations</a></td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a7b5379e1abc8720a74777fcc324d50cd">m_ilComment</a></td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#aa7a023da7b592e5a249229fb48991b8d">m_location</a></td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#aade834e1514a288e91507301a19001c3">m_mlComment</a></td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a44f5d0a78d9057c134a9eba696153cda">m_name</a></td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#aeeb41dba8237bddee39709f3d3ccd0ba">m_symbolType</a></td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#aa3f9fe166df63e096228de582e87248b">printAnnotations</a>()</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_program.html#a3d5865a343a697fea38d8ad1e6e44cd3">Program</a>(const Token &amp;tok)</td><td class="entry"><a class="el" href="classerpcgen_1_1_program.html">erpcgen::Program</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a9cf5481c123404b46a6574135ff6631e">setIlComment</a>(std::string comment)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a3b4712d9a59eee5c377b235d995ec776">setLocation</a>(const token_loc_t &amp;loc)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#adfff1c0850b243effae7c8c9911f2f53">setMlComment</a>(std::string comment)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#af3a2dbfad1b23fbdfa3ef6e3812ad357">setName</a>(const std::string &amp;newName)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a7d6a966d4c2d00f4e7e40c30796be532">Symbol</a>(symbol_type_t symType)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#ac969b4105dddf248d163cdb10385efe1">Symbol</a>(symbol_type_t symType, const std::string &amp;name)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a3274ccd412cc221e15976cc93c71b95d">Symbol</a>(symbol_type_t symType, const Token &amp;tok)</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a41dbbe424222a8e9b4b73c390cf06775">symbol_type_t</a> enum name</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html#a9a32f65a99da47b8a281926bc3770880">~Symbol</a>()</td><td class="entry"><a class="el" href="classerpcgen_1_1_symbol.html">erpcgen::Symbol</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.5--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul class="foot"> <li class="footer">Copyright &copy; 2016 Freescale Semiconductor, Inc. </li> </ul> </div> </body> </html>
app/views/cluster/updateCluster.scala.html
metamx/kafka-manager
@* * Copyright 2015 Yahoo Inc. Licensed under the Apache License, Version 2.0 * See accompanying LICENSE file. *@ @import scalaz.{\/} @(clusterName: String, errorOrForm: kafka.manager.ApiError \/ Form[models.form.ClusterOperation])(implicit request: RequestHeader) @import b3.vertical.fieldConstructor @import controllers.routes @theMenu = { @views.html.navigation.defaultMenu(views.html.navigation.menuNav("Cluster","Update Cluster",models.navigation.Menus.indexMenu)) } @checkboxWithLink(field: play.api.data.Field) = { @b3.inputFormGroup(field, withFeedback = false, withLabelFor = false, b3.Args.withDefault(Seq(), 'disabled -> false)) { fieldInfo => <div class="checkbox"> <label for="@fieldInfo.id"> <input type="checkbox" id="@fieldInfo.id" name="@fieldInfo.name" value="true" @if(fieldInfo.value == Some("true")){checked} @toHtmlArgs(fieldInfo.innerArgsMap)> Display Broker and Topic Size (only works after applying <a href="https://issues.apache.org/jira/browse/KAFKA-1614">this patch</a>) </label> </div> } } @drawForm(form : Form[models.form.ClusterOperation]) = { @b3.form(routes.Cluster.handleUpdateCluster(clusterName)) { <fieldset> <input type="hidden" name="operation" value="Update"> <input type="hidden" name="name" value="@clusterName"> @b3.text(form("zkHosts"), '_label -> "Cluster Zookeeper Hosts", 'placeholder -> "zk1:2181,zk2:2181,zk3:2181/NAMESPACE", 'autoFocus -> true) @b3.select( form("kafkaVersion"), options = kafka.manager.KafkaVersion.formSelectList, '_label -> "Kafka Version" ) @b3.checkbox(form("jmxEnabled"), '_text -> "Enable JMX Polling (Set JMX_PORT env variable before starting kafka server)") @b3.checkbox(form("pollConsumers"), '_text -> "Poll consumer information") @b3.checkbox(form("filterConsumers"), '_text -> "Filter out inactive consumers") @b3.checkbox(form("logkafkaEnabled"), '_text -> "Enable Logkafka") @b3.checkbox(form("activeOffsetCacheEnabled"), '_text -> "Enable Active OffsetCache (Not recommended for large # of consumers)") @checkboxWithLink(form("displaySizeEnabled")) @b3.submit('class -> "submit-button btn btn-primary btn"){ Save } <a href="@routes.Application.index()" class="cancel-button btn btn-default" role="button">Cancel</a> </fieldset> } } @main( "Update Cluster", menu = theMenu, breadcrumbs=views.html.navigation.breadCrumbs(models.navigation.BreadCrumbs.withViewAndCluster("Update Cluster",clusterName))) { <div class="col-md-6 un-pad-me"> <div class="panel panel-default"> <div class="panel-heading"><h3><button type="button" class="btn btn-link" onclick="goBack()"><span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span></button>Update Cluster</h3></div> <div class="panel-body"> @errorOrForm.fold(views.html.errors.onApiError(_), drawForm(_)) </div> </div> @configReferences() </div> }
MisengWorkSpace/hiddenFile/blockly/StorageIndex.html
KimDongWan/Miseng
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Blockly Demo: Cloud Storage</title> <script src="storage.js"></script> <script src="blockly_compressed.js"></script> <script src="blocks_compressed.js"></script> <script src="en.js"></script> <style> body { background-color: #fff; font-family: sans-serif; } h1 { font-weight: normal; font-size: 140%; } #sorry { padding: 1ex; background-color: #f9edbe; border: solid 1px #f0c36d; } </style> </head> <body> <h1><a href="https://developers.google.com/blockly/">Blockly</a> &gt; <a href="../index.html">Demos</a> &gt; Cloud Storage</h1> <p>This is a simple demo of cloud storage using App Engine.</p> <script> if ('BlocklyStorage' in window) { BlocklyStorage.HTTPREQUEST_ERROR = 'There was a problem with the request.\n'; BlocklyStorage.LINK_ALERT = 'Share your blocks with this link:\n\n%1'; BlocklyStorage.HASH_ERROR = 'Sorry, "%1" doesn\'t correspond with any saved Blockly file.'; BlocklyStorage.XML_ERROR = 'Could not load your saved file.\n'+ 'Perhaps it was created with a different version of Blockly?'; } else { document.write('<p id="sorry">Sorry, cloud storage is not available. This demo must be hosted on App Engine.</p>'); } </script> <p>&rarr; More info on <a href="https://developers.google.com/blockly/installation/cloud-storage">Cloud Storage</a>...</p> <p> <button onclick="BlocklyStorage.link()">Save Blocks</button> </p> <div id="blocklyDiv" style="height: 480px; width: 600px;"></div> <xml id="toolbox" style="display: none"> <category name="Logic"> <block type="controls_if"></block> <block type="logic_compare"></block> <block type="logic_operation"></block> <block type="logic_negate"></block> <block type="logic_boolean"></block> </category> <category name="Loops"> <block type="controls_repeat_ext"> <value name="TIMES"> <block type="math_number"> <field name="NUM">10</field> </block> </value> </block> <block type="controls_whileUntil"></block> </category> <category name="Math"> <block type="math_number"></block> <block type="math_arithmetic"></block> <block type="math_single"></block> </category> <category name="Text"> <block type="text"></block> <block type="text_length"></block> <block type="text_print"></block> </category> </xml> <script> Blockly.inject(document.getElementById('blocklyDiv'), {toolbox: document.getElementById('toolbox')}); // An href with #key trigers an AJAX call to retrieve saved blocks. if ('BlocklyStorage' in window && window.location.hash.length > 1) { BlocklyStorage.retrieveXml(window.location.hash.substring(1)); } </script> </body> </html>
tags/过期/index.html
huangzhuo492008824/huangzhuo492008824.github.io
<!DOCTYPE html> <html class="theme-next gemini use-motion" lang="zh-Hans"> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="theme-color" content="#222"> <meta http-equiv="Cache-Control" content="no-transform"> <meta http-equiv="Cache-Control" content="no-siteapp"> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css"> <link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css"> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon.ico?v=5.1.4"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon.ico?v=5.1.4"> <link rel="mask-icon" href="/images/favicon.ico?v=5.1.4" color="#222"> <meta name="keywords" content="git,linux,python,django,flask,openstack,requests_html,uwsgi,selenium,gunicorn,爬虫"> <link rel="alternate" href="/atom.xml" title="KevinHuang" type="application/atom+xml"> <meta name="description" content="关于python,flask,openstack,requests,爬虫,人生思考相关分享"> <meta name="keywords" content="git,linux,python,django,flask,openstack,requests_html,uwsgi,selenium,gunicorn,爬虫"> <meta property="og:type" content="website"> <meta property="og:title" content="KevinHuang"> <meta property="og:url" content="https://www.myhuangzhuo.com/tags/过期/index.html"> <meta property="og:site_name" content="KevinHuang"> <meta property="og:description" content="关于python,flask,openstack,requests,爬虫,人生思考相关分享"> <meta property="og:locale" content="zh-Hans"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="KevinHuang"> <meta name="twitter:description" content="关于python,flask,openstack,requests,爬虫,人生思考相关分享"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Gemini', version: '5.1.4', sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false}, fancybox: true, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, duoshuo: { userId: '0', author: '博主' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="https://www.myhuangzhuo.com/tags/过期/"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-9168352917435158", enable_page_level_ads: true }); </script> <title>标签: 过期 | KevinHuang</title> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?4964074496f64a25a39f8b205270162e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container 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-brand-wrapper"> <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">KevinHuang</span> <span class="logo-line-after"><i></i></span> </a> </div> <h1 class="site-subtitle" itemprop="description">KevinHuang的博客</h1> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="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-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-tags"> <a href="/tags/" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></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-certificate"></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-archive"></i> <br> 归档 </a> </li> <li class="menu-item menu-item-books"> <a href="/books/" rel="section"> <i class="menu-item-icon fa fa-fw fa-book"></i> <br> 一些书 </a> </li> <li class="menu-item menu-item-linux"> <a href="/cmd/" rel="section"> <i class="menu-item-icon fa fa-fw fa-linux"></i> <br> 常用命令 </a> </li> <li class="menu-item menu-item-pythonic"> <a href="/pythonic/" rel="section"> <i class="menu-item-icon fa fa-fw fa-magic"></i> <br> python tips </a> </li> <li class="menu-item menu-item-sitemap"> <a href="/sitemap.xml" rel="section"> <i class="menu-item-icon fa fa-fw fa-sitemap"></i> <br> 站点地图 </a> </li> <li class="menu-item menu-item-rss"> <a href="/atom.xml" rel="section"> <i class="menu-item-icon fa fa-fw fa-feed"></i> <br> rss </a> </li> <li class="menu-item menu-item-commonweal"> <a href="/404/" rel="section"> <i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br> 公益404 </a> </li> <li class="menu-item menu-item-search"> <a href="javascript:;" 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 search-popup local-search-popup"> <div class="local-search-header clearfix"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> <div class="local-search-input-wrapper"> <input autocomplete="off" placeholder="搜索..." spellcheck="false" type="text" id="local-search-input"> </div> </div> <div id="local-search-result"></div> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block tag"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2>过期<small>标签</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h3 class="post-title"> <a class="post-title-link" href="/2016-08-09-itsdangerous.html" itemprop="url"> <span itemprop="name">python中密码的保存和token的生成验证itsdangerous模块</span> </a> </h3> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-08-09T08:53:37+08:00" content="2016-08-09"> 08-09 </time> </div> </header> </article> </div> </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-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/uploads/avatar-kevin.jpg" alt="Kevin Huang"> <p class="site-author-name" itemprop="name">Kevin Huang</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">196</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">24</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">82</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/atom.xml" rel="alternate"> <i class="fa fa-rss"></i> RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="mailto:huangzhuo492008824@gmail.com" target="_blank" title="E-Mail"> <i class="fa fa-fw fa-envelope"></i>E-Mail</a> </span> </div> <div class="links-of-blogroll motion-element links-of-blogroll-block"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-link"></i> 友情链接 </div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="http://www.dongwm.com/" title="董伟明" target="_blank">董伟明</a> </li> <li class="links-of-blogroll-item"> <a href="https://foofish.net" title="FOOFISH" target="_blank">FOOFISH</a> </li> <li class="links-of-blogroll-item"> <a href="https://coolshell.cn/" title="酷壳" target="_blank">酷壳</a> </li> <li class="links-of-blogroll-item"> <a href="http://blog.knownsec.com/" title="知道创宇" target="_blank">知道创宇</a> </li> <li class="links-of-blogroll-item"> <a href="http://www.ruanyifeng.com/blog/" title="阮一峰" target="_blank">阮一峰</a> </li> <li class="links-of-blogroll-item"> <a href="http://www.xiemx.com/" title="求索" target="_blank">求索</a> </li> <li class="links-of-blogroll-item"> <a href="http://www.sdandroid.com/" title="Sdandroid" target="_blank">Sdandroid</a> </li> <li class="links-of-blogroll-item"> <a href="http://www.inlab.me/" title="全栈实验室" target="_blank">全栈实验室</a> </li> </ul> </div> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2021</span> <span class="with-love"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">Kevin Huang</span> <a href="https://beian.miit.gov.cn/" target="_blank" title="工业和信息化部ICP/IP地址/域名信息备案管理系统">豫ICP备16018730号-1</a> </div> <div class="busuanzi-count"> <script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span class="site-uv"> <i class="fa fa-user">本站访客数</i> <span class="busuanzi-value" id="busuanzi_value_site_uv"></span> 人次 </span> <span class="site-pv"> <i class="fa fa-eye">本站总访问量</i> <span class="busuanzi-value" id="busuanzi_value_site_pv"></span> 次 </span> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></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="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/affix.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.4"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script> <script type="text/javascript"> // Popup Window; var isfetched = false; var isXml = true; // Search DB path; var search_path = "search.xml"; if (search_path.length === 0) { search_path = "search.xml"; } else if (/json$/i.test(search_path)) { isXml = false; } var path = "/" + search_path; // monitor main search box; var onPopupClose = function (e) { $('.popup').hide(); $('#local-search-input').val(''); $('.search-result-list').remove(); $('#no-result').remove(); $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); } function proceedsearch() { $("body") .append('<div class="search-popup-overlay local-search-pop-overlay"></div>') .css('overflow', 'hidden'); $('.search-popup-overlay').click(onPopupClose); $('.popup').toggle(); var $localSearchInput = $('#local-search-input'); $localSearchInput.attr("autocapitalize", "none"); $localSearchInput.attr("autocorrect", "off"); $localSearchInput.focus(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; // start loading animation $("body") .append('<div class="search-popup-overlay local-search-pop-overlay">' + '<div id="search-loading-icon">' + '<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' + '</div>' + '</div>') .css('overflow', 'hidden'); $("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center'); $.ajax({ url: path, dataType: isXml ? "xml" : "json", async: true, success: function(res) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = isXml ? $("entry", res).map(function() { return { title: $("title", this).text(), content: $("content",this).text(), url: $("url" , this).text() }; }).get() : res; var input = document.getElementById(search_id); var resultContent = document.getElementById(content_id); var inputEventFunction = function() { var searchText = input.value.trim().toLowerCase(); var keywords = searchText.split(/[\s\-]+/); if (keywords.length > 1) { keywords.push(searchText); } var resultItems = []; if (searchText.length > 0) { // perform local searching datas.forEach(function(data) { var isMatch = false; var hitCount = 0; var searchTextCount = 0; var title = data.title.trim(); var titleInLowerCase = title.toLowerCase(); var content = data.content.trim().replace(/<[^>]+>/g,""); var contentInLowerCase = content.toLowerCase(); var articleUrl = decodeURIComponent(data.url); var indexOfTitle = []; var indexOfContent = []; // only match articles with not empty titles if(title != '') { keywords.forEach(function(keyword) { function getIndexByWord(word, text, caseSensitive) { var wordLen = word.length; if (wordLen === 0) { return []; } var startPosition = 0, position = [], index = []; if (!caseSensitive) { text = text.toLowerCase(); word = word.toLowerCase(); } while ((position = text.indexOf(word, startPosition)) > -1) { index.push({position: position, word: word}); startPosition = position + wordLen; } return index; } indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false)); indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false)); }); if (indexOfTitle.length > 0 || indexOfContent.length > 0) { isMatch = true; hitCount = indexOfTitle.length + indexOfContent.length; } } // show search results if (isMatch) { // sort index by position of keyword [indexOfTitle, indexOfContent].forEach(function (index) { index.sort(function (itemLeft, itemRight) { if (itemRight.position !== itemLeft.position) { return itemRight.position - itemLeft.position; } else { return itemLeft.word.length - itemRight.word.length; } }); }); // merge hits into slices function mergeIntoSlice(text, start, end, index) { var item = index[index.length - 1]; var position = item.position; var word = item.word; var hits = []; var searchTextCountInSlice = 0; while (position + word.length <= end && index.length != 0) { if (word === searchText) { searchTextCountInSlice++; } hits.push({position: position, length: word.length}); var wordEnd = position + word.length; // move to next position of hit index.pop(); while (index.length != 0) { item = index[index.length - 1]; position = item.position; word = item.word; if (wordEnd > position) { index.pop(); } else { break; } } } searchTextCount += searchTextCountInSlice; return { hits: hits, start: start, end: end, searchTextCount: searchTextCountInSlice }; } var slicesOfTitle = []; if (indexOfTitle.length != 0) { slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle)); } var slicesOfContent = []; while (indexOfContent.length != 0) { var item = indexOfContent[indexOfContent.length - 1]; var position = item.position; var word = item.word; // cut out 100 characters var start = position - 20; var end = position + 80; if(start < 0){ start = 0; } if (end < position + word.length) { end = position + word.length; } if(end > content.length){ end = content.length; } slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent)); } // sort slices in content by search text's count and hits' count slicesOfContent.sort(function (sliceLeft, sliceRight) { if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) { return sliceRight.searchTextCount - sliceLeft.searchTextCount; } else if (sliceLeft.hits.length !== sliceRight.hits.length) { return sliceRight.hits.length - sliceLeft.hits.length; } else { return sliceLeft.start - sliceRight.start; } }); // select top N slices in content var upperBound = parseInt('1'); if (upperBound >= 0) { slicesOfContent = slicesOfContent.slice(0, upperBound); } // highlight title and content function highlightKeyword(text, slice) { var result = ''; var prevEnd = slice.start; slice.hits.forEach(function (hit) { result += text.substring(prevEnd, hit.position); var end = hit.position + hit.length; result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>'; prevEnd = end; }); result += text.substring(prevEnd, slice.end); return result; } var resultItem = ''; if (slicesOfTitle.length != 0) { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>"; } else { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>"; } slicesOfContent.forEach(function (slice) { resultItem += "<a href='" + articleUrl + "'>" + "<p class=\"search-result\">" + highlightKeyword(content, slice) + "...</p>" + "</a>"; }); resultItem += "</li>"; resultItems.push({ item: resultItem, searchTextCount: searchTextCount, hitCount: hitCount, id: resultItems.length }); } }) }; if (keywords.length === 1 && keywords[0] === "") { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' } else if (resultItems.length === 0) { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' } else { resultItems.sort(function (resultLeft, resultRight) { if (resultLeft.searchTextCount !== resultRight.searchTextCount) { return resultRight.searchTextCount - resultLeft.searchTextCount; } else if (resultLeft.hitCount !== resultRight.hitCount) { return resultRight.hitCount - resultLeft.hitCount; } else { return resultRight.id - resultLeft.id; } }); var searchResultList = '<ul class=\"search-result-list\">'; resultItems.forEach(function (result) { searchResultList += result.item; }) searchResultList += "</ul>"; resultContent.innerHTML = searchResultList; } } if ('auto' === 'auto') { input.addEventListener('input', inputEventFunction); } else { $('.search-icon').click(inputEventFunction); input.addEventListener('keypress', function (event) { if (event.keyCode === 13) { inputEventFunction(); } }); } // remove loading animation $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); proceedsearch(); } }); } // handle and trigger popup window; $('.popup-trigger').click(function(e) { e.stopPropagation(); if (isfetched === false) { searchFunc(path, 'local-search-input', 'local-search-result'); } else { proceedsearch(); }; }); $('.popup-btn-close').click(onPopupClose); $('.popup').click(function(e){ e.stopPropagation(); }); $(document).on('keyup', function (event) { var shouldDismissSearchPopup = event.which === 27 && $('.search-popup').is(':visible'); if (shouldDismissSearchPopup) { onPopupClose(); } }); </script> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.4.js"></script> <script>AV.initialize("N3To5uAGXOFj7WwQzEzGe3TR-gzGzoHsz", "GS4clcC15beb1OAdUpnrp9mY");</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); } for(var i = 0; i < entries.length; i++) { var url = entries[i]; var element = document.getElementById(url); var countSpan = $(element).find(COUNT_CONTAINER_REF); if( countSpan.text() == '') { countSpan.text(0); } } }) .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> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body> </html>
app/views/security/register/register.html
rushabh-wadkar/Biometrics-Bank
<br><div class="moduleHeader"><center>Register</center></div> <hr> <div class="RegisterFormDiv"> <form name="userForm" id="regForm"> <div class="row" > <div class="col-md-4 col-md-offset-4"> <div layout-gt-sm="row"> <md-input-container class="md-block" flex-gt-sm> <label>First Name</label> <input ng-model="model.user.firstName"> </md-input-container> <md-input-container class="md-block" flex-gt-sm> <label>Last Name</label> <input ng-model="model.user.lastName"> </md-input-container> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-4"> <md-input-container class="md-block" flex-gt-sm> <label>Email Address</label> <input name="useremail" ng-model="model.user.email" required /> <div ng-messages="userForm.useremail.$error"> <div ng-message="required">This is required.</div> </div> </md-input-container> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div layout-gt-xs="row"> <md-input-container class="md-block" flex-gt-xs> <label>Phone Number</label> <input name="contactNumber" ng-model="model.user.contactNumber" required ng-pattern="/^[0-9]{10}$/" /> </md-input-container> <md-input-container> <label>Enter DOB</label> <md-datepicker name="dob" ng-model="model.user.birthday" md-open-on-focus required></md-datepicker> </md-input-container> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-4"> <md-input-container class="md-block" flex-gt-sm> <label>Address</label> <input name="useraddress" ng-model="model.user.address" required /> <div ng-messages="userForm.useraddress.$error"> <div ng-message="required">This is required.</div> </div> </md-input-container> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div layout="row"> <md-input-container flex="50"> <label>Pincode</label> <input required name="pincode" ng-model="model.user.pincode"> <div ng-messages="userForm.pincode.$error"> <div ng-message="required">This is required.</div> </div> </md-input-container> <md-input-container flex="50"> <label>Gender</label> <md-select name="type" ng-model="model.user.gender" required> <md-option value="Male">Male</md-option> <md-option value="Female">Female</md-option> </md-select> <div ng-messages="userForm.type.$error"> <div ng-message="required">This is required.</div> </div> </md-input-container> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-4"> <center> <md-button class="md-primary md-raised" ng-disabled="userForm.$invalid" ng-click="model.showConfirm($event)" > Register </md-button> </center> </div> </div> </form> </div> <div class="remodal" data-remodal-id="RegisterConfirmModal"> <h1>Confirm Registration</h1> <br><br> <div class="fingerprintDiv"> <form name="fingerprintform"> <md-input-container class="md-block" flex-gt-sm> <label>Give a name for your fingerprint</label> <input required name="fpName" ng-model="model.fingerprint.name" placeholder="Example: My Right Hand! (Min. 5 characters)" md-maxlength="25" /> <div ng-messages="fingerprintform.fpName.$error"> <div ng-message="required">Name is required.</div> <div ng-message="md-maxlength">The name has to be less than 25 characters long.</div> </div> </md-input-container> <div class="breadcrumb" ng-hide="fingerprintform.fpName.$invalid || model.fingerprint.name.length <=5 ">Now please scan your fingerprint</div> <md-button class="md-raised md-primary" ng-disabled="fingerprintform.fpName.$invalid || model.fingerprint.name.length <= 5" ng-click="model.scan()">Scan FingerPrint</md-button> </form> </div> <div class="verifyPhoneDiv" style="display:none;"> <div class="breadcrumb">Now please verify your Phone Number : <i><strong>{{model.user.contactNumber}}</strong></i></div> <div layout-gt-sm="row"> <md-input-container class="md-block" flex-gt-sm> <label>OTP</label> <input required name="otp" ng-model="model.user.otp" maxlength="10" /> </md-input-container> <md-button class="md-raised md-primary" ng-click="model.verifyOTP(model.user.otp)">Verify OTP</md-button> </div> <div class="hint" ng-show="model.showHints" style="color: red;">Please enter the valid OTP. &nbsp;&nbsp;<a href="" ng-click="model.user.otp=null;model.sendOTP()">Resend OTP?</a></div> </div> <div class="finishedAccDiv" style="display: none;"> <div class="breadcrumb">Account created successfully! :)</div> </div> <br> <center><md-progress-circular style="display: none;" id="confirmCircular" class="md-hue-2" md-diameter="20px"></md-progress-circular></center> <button ng-click="model.success()" ng-show="model.doneStatus" class="remodal-confirm">Done</button> </div>
poi-3.10-FINAL/docs/apidocs/org/apache/poi/ss/formula/eval/NameXEval.html
pedro93/ifarmaStudents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ru"> <head> <title>NameXEval (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="NameXEval (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/NameXEval.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/ss/formula/eval/NameEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/ss/formula/eval/NotImplementedException.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/formula/eval/NameXEval.html" target="_top">Frames</a></li> <li><a href="NameXEval.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.poi.ss.formula.eval</div> <h2 title="Class NameXEval" class="title">Class NameXEval</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.poi.ss.formula.eval.NameXEval</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></dd> </dl> <hr> <br> <pre>public final class <span class="strong">NameXEval</span> extends java.lang.Object implements <a href="../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</a></pre> <dl><dt><span class="strong">Author:</span></dt> <dd>Josh Micich</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/eval/NameXEval.html#NameXEval(org.apache.poi.ss.formula.ptg.NameXPtg)">NameXEval</a></strong>(<a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a>&nbsp;ptg)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/eval/NameXEval.html#getPtg()">getPtg</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/ss/formula/eval/NameXEval.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NameXEval(org.apache.poi.ss.formula.ptg.NameXPtg)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NameXEval</h4> <pre>public&nbsp;NameXEval(<a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a>&nbsp;ptg)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getPtg()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPtg</h4> <pre>public&nbsp;<a href="../../../../../../org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in org.apache.poi.ss.formula.ptg">NameXPtg</a>&nbsp;getPtg()</pre> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/NameXEval.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/poi/ss/formula/eval/NameEval.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/poi/ss/formula/eval/NotImplementedException.html" title="class in org.apache.poi.ss.formula.eval"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/ss/formula/eval/NameXEval.html" target="_top">Frames</a></li> <li><a href="NameXEval.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2014 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
_site/2014/10/08/group-love/index.html
Ricky-Thomas/ricky-thomas.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="A Professional Blog and Website"> <title>Group Love - Ricky Thomas</title> <link rel="canonical" href="http://ricky-thomas.github.io/2014/10/08/group-love/"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/clean-blog.css"> <!-- Pygments Github CSS --> <link rel="stylesheet" href="/css/syntax.css"> <!-- Custom Fonts --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" 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="/">Ricky Thomas</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/">Home</a> </li> <li> <a href="/about/">About</a> </li> <li> <a href="/contact/">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Post Header --> <header class="intro-header" style="background-image: url('/img/post-bg-01.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="post-heading"> <h1>Group Love</h1> <span class="meta">Posted by Ricky Thomas on October 8, 2014</span> </div> </div> </div> </div> </header> <!-- Post Content --> <article> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <p><span style="font-size: 3em">A</span>s the coursework for Dev Bootcamp grows evermore challenging, I can feel myself gaining momentum. Each time I complete a solution I feel a sense of progress that I've been longing after for some time now. It's that little bit of "Whoa I just came up with that answer? But look at it!". I would have scoffed at my answer only a few weeks ago, had I seen it in a forum somewhere, purely because I couldn't follow the code. This progress is a beacon of light in a long dark world. Let's keep running towards it.</p> <p>In this blog entry I'm going to walk you through the enumerable group_by method. If you're anything like me you might have just googled the word "enumerable". Well jokes on you because I'm about to explain exactly that.</p> <h2>The Enumerable Module</h2> <p>In the Ruby programming language there exists what are called "collection classes". These are your arrays, hashes, ranges, and sets. For the sake of this blog (and my sanity) I'm only going to talk about arrays and hashes here. So if you're not sure what those are check out <a href="/2014/10/05/array-of-light" style="color:maroon; text-decoration:none">this blog on them.</a> Now if you've done any kind of work with Ruby, you'll probably have used the "each" method. Basically, it tells the computer to loop through your code performing the specified tasks a specified amount of times. This is a key component of the <strong>ENUMERABLE MODULE</strong>.</p> <p>What's a module you ask? Well parked inside the metaphorical collection class garage is a pretty fly enumerable module-T. Get it? Like...a Model T. One of those old cars...<br />Anyways, lame jokes aside, this particular car being parked here means that this garage has full access to all the methods included in it. You could park an Enumerable Module-T in any class garage as long as that garage already has an each method minibike in there. Still with me? If not, don't worry too much. That's basically all you need to know about it for this blog.</p> <h2>group_by </h2> <p>So let's say that for whatever reason you were writing a program that needed you to take the items in an array and group them by a quality that some of them share. You know how when your mom does the laundry she seperates the clothes into whites, brights, and darks? I say "your mom" only because if your anything like I am your laundry is put in regardless of it's color. It's not that I'm really lazy... I just don't like to discriminate... </p> <div id="pic-4"><img src="http://ecx.images-amazon.com/images/I/51KVBKWs7nL.jpg" /></div> <p>Well, when dear old mom picks up the laundry, she's processing it kind of like your computer does while using the enumerable method "group_by". Consider the following:</p> <p><code> dirty_laundry = ["bright", "dark", "white", "dark", "dark", "bright"]<br /><br />three_bins = dirty_laundry.group_by {|color| color[0] }<br /><br />p three_bins<br />==&gt;<br />{<br />"b"=&gt;["bright", "bright"],<br />"d"=&gt;["dark", "dark", "dark"],<br />"w"=&gt;["white"]<br />} </code></p> <p>In the code above, we initialized an array representing moms dirty_laundry hamper. Inside the dirty_laundry we put a bunch of strings resembling each item of clothings color. Then we used the group_by method to sort the strings by their first letter tossing each in turn from first to last into a designated bin. So basically it starts at the top of the laundry pile and see's that it's first color = "bright". Then it enters it into a new hash we've called three_bins. note: Since the group_by method outputs a hash, we don't need to initialize three_bins as a hash.</p> <p>But how is it going to designate what goes in what bin? Well group_by is going to create this new hash with the result of whatever you put in the block as the KEYS. So it's first color = "bright" and in the block we said color[0] accessing the first character in the string at index 0. Thus the method creates a KEY called "b" and places the current element ("bright") into an ARRAY as the VALUE. Then comes the second element "dark" which it then establishes into a new array as the value of the key "d". It goes on to each element in the array putting each one into the value array of key representing it's first letter.<br />One more quick example for the road:</p> <p><code> array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]<br />new_hash = array.group_by { |num| num &gt; 5 || num == 3 }<br />p new_hash<br />==&gt;<br />{false=&gt;[1, 2, 4, 5], true=&gt;[3, 6, 7, 8, 9, 10]}</code></p> <p>See how by going through the array num by num checking whether each num is greater than five or whether the num is 3? The first number in the array is 1, which is not greater than five, also not 3, false. So the first key in the hash is false. Then num changes to 2. Is two greater than five or equal to three? Nope, put it in the false bin. Then num changes to 3. Is that greater than five? No...but hot darn it sure as shoots equal to 3. A new key is added called true and everything that returns true for the rest of the nums is put into the value array. See how that works?</p> <p>Hope this helps your learning! Thanks for reading and happy coding!<br />- Ricky</p> <hr> <ul class="pager"> <li class="previous"> <a href="/2014/10/05/chillstep-it-up/" data-toggle="tooltip" data-placement="top" title="Chillstep it up">&larr; Previous Post</a> </li> <li class="next"> <a href="/2014/10/08/hooray-for-chores/" data-toggle="tooltip" data-placement="top" title="Hooray for Classes!">Next Post &rarr;</a> </li> </ul> </div> </div> </div> </article> <hr> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/jedimindRick"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://www.facebook.com/arealguysguy"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/ricky-thomas"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Ricky Thomas 2015</p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/js/jquery.min.js "></script> <!-- Bootstrap Core JavaScript --> <script src="/js/bootstrap.min.js "></script> <!-- Custom Theme JavaScript --> <script src="/js/clean-blog.min.js "></script> </body> </html>
nar-bundles/standard-bundle/standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ConvertCharacterSet/index.html
rdblue/incubator-nifi
<!DOCTYPE html> <html lang="en"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <head> <meta charset="utf-8" /> <title>ConvertCharacterSet</title> <link rel="stylesheet" href="../../css/component-usage.css" type="text/css" /> </head> <body> <!-- Processor Documentation ================================================== --> <h2>Description:</h2> <p>This processor converts a FlowFile's content from one character set to another.</p> <p> <strong>Properties:</strong> </p> <p>In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. If a property has a default value, it is indicated. If a property supports the use of the NiFi Expression Language (or simply, "expression language"), that is also indicated.</p> <ul> <li><strong>Input Character Set</strong> <ul> <li>The name of the character set to expect for the input.</li> <li>Default value: no default</li> <li>Supports expression language: false</li> </ul></li> <li><strong>Output Character Set</strong> <ul> <li>The name of the character set to convert to</li> <li>Default value: no default</li> <li>Supports expression language: false</li> </ul></li> </ul> <p> <strong>Relationships:</strong> </p> <ul> <li>success <ul> <li>If a FlowFile's character set is successfully converted, then it follows this relationship.</li> </ul> </li> </ul> </body> </html>
doc/puppet_classes/aix_tidy_3A_3Adot_profile.html
GeoffWilliams/aix_tidy
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Puppet Class: aix_tidy::dot_profile &mdash; Documentation by YARD 0.9.12 </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 = "puppet_classes::aix_tidy::dot_profile"; 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="../puppet_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 (a)</a> &raquo; <span class='title'><span class='object_link'>Puppet Classes</span></span> &raquo; <span class="title">aix_tidy::dot_profile</span> </div> <div id="search"> <a class="full_list_link" id="puppet_class_list_link" href="../puppet_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>Puppet Class: aix_tidy::dot_profile</h1> <div class="box_info"> <dl> <dt>Defined in:</dt> <dd> manifests/dot_profile.pp </dd> </dl> </div> <h2>Overview</h2> <div class="docstring"> <div class="discussion"> <p>Aix_tidy::Dot_profile</p> <p>Install a default security profile</p> </div> </div> <div class="tags"> </div><div class="method_details_list"> <table class="source_code"> <tr> <td> <pre class="lines"> 4 5 6 7 8 9 10 11 12</pre> </td> <td> <pre class="code"><span class="info file"># File 'manifests/dot_profile.pp', line 4</span> class aix_tidy::dot_profile { file { &quot;/etc/security/.profile&quot;: ensure =&gt; file, owner =&gt; &quot;root&quot;, group =&gt; &quot;security&quot;, mode =&gt; &quot;0755&quot;, source =&gt; &quot;puppet:///modules/aix_tidy/dot_profile&quot;, } }</pre> </td> </tr> </table> </div> </div> <div id="footer"> Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>. </div> </div> </body> </html>
4.00.00dev/a00860.html
stweil/tesseract-ocr.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>tesseract: /home/stefan/src/github/tesseract-ocr/tesseract/contrib/tesseract-c_api-demo.py File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">tesseract &#160;<span id="projectnumber">4.00.00dev</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('a00860.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#namespaces">Namespaces</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">tesseract-c_api-demo.py File Reference</div> </div> </div><!--header--> <div class="contents"> <p><a href="a00860_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:a01763"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html">tesseract-c_api-demo</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> <tr class="memitem:a5f5eb917f55d9d6ccaa95131ae5d171c"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a5f5eb917f55d9d6ccaa95131ae5d171c">tesseract-c_api-demo.lang</a> = &quot;eng&quot;</td></tr> <tr class="separator:a5f5eb917f55d9d6ccaa95131ae5d171c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab85cc7ce156038d7a91fc6b51085c72e"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#ab85cc7ce156038d7a91fc6b51085c72e">tesseract-c_api-demo.filename</a> = &quot;../phototest.tif&quot;</td></tr> <tr class="separator:ab85cc7ce156038d7a91fc6b51085c72e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa485f116d533fb52e09aa29173fd49e8"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#aa485f116d533fb52e09aa29173fd49e8">tesseract-c_api-demo.libpath</a> = &quot;/usr/<a class="el" href="a01568.html#a08023ea6765c99d60a6a3840cd07156e">local</a>/lib64/&quot;</td></tr> <tr class="separator:aa485f116d533fb52e09aa29173fd49e8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a272cde45b57bc10f07423c90314a8d6f"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a272cde45b57bc10f07423c90314a8d6f">tesseract-c_api-demo.libpath_w</a> = &quot;../vs2010/DLL_Release/&quot;</td></tr> <tr class="separator:a272cde45b57bc10f07423c90314a8d6f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad996f1de63e09495e1e16ff2cc3968b4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#ad996f1de63e09495e1e16ff2cc3968b4">tesseract-c_api-demo.TESSDATA_PREFIX</a> = os.environ.get('TESSDATA_PREFIX')</td></tr> <tr class="separator:ad996f1de63e09495e1e16ff2cc3968b4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a53c9be5a0d9126a325a74b487f376757"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a53c9be5a0d9126a325a74b487f376757">tesseract-c_api-demo.libname</a> = libpath_w + &quot;libtesseract302.dll&quot;</td></tr> <tr class="separator:a53c9be5a0d9126a325a74b487f376757"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a37456fd41f35af627eb300fd35ae96dc"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a37456fd41f35af627eb300fd35ae96dc">tesseract-c_api-demo.libname_alt</a> = &quot;libtesseract302.dll&quot;</td></tr> <tr class="separator:a37456fd41f35af627eb300fd35ae96dc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a93d27f3e51f471148fea90fbce37f3d6"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a93d27f3e51f471148fea90fbce37f3d6">tesseract-c_api-demo.tesseract</a> = ctypes.cdll.LoadLibrary(libname)</td></tr> <tr class="separator:a93d27f3e51f471148fea90fbce37f3d6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a85be70497661fa14d79b44e158b0643d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a85be70497661fa14d79b44e158b0643d">tesseract-c_api-demo.restype</a></td></tr> <tr class="separator:a85be70497661fa14d79b44e158b0643d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a291dd9c600d635cd87f458ef62c55709"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a291dd9c600d635cd87f458ef62c55709">tesseract-c_api-demo.tesseract_version</a> = <a class="el" href="a00014.html#a39bd2da8c36f62d22dad4f36f18b21e6">tesseract.TessVersion</a>()[:4]</td></tr> <tr class="separator:a291dd9c600d635cd87f458ef62c55709"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad47103c6fbe2afc34285ad8768a08c70"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#ad47103c6fbe2afc34285ad8768a08c70">tesseract-c_api-demo.api</a> = <a class="el" href="a00014.html#a675463ec9a73659632bf3b08e0c352dd">tesseract.TessBaseAPICreate</a>()</td></tr> <tr class="separator:ad47103c6fbe2afc34285ad8768a08c70"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8ca509963e67519ba9dbdf45c7d022de"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a8ca509963e67519ba9dbdf45c7d022de">tesseract-c_api-demo.rc</a> = <a class="el" href="a00014.html#acaa08cf1b5cf800ed735d76bba41ff58">tesseract.TessBaseAPIInit3</a>(api, TESSDATA_PREFIX, lang);</td></tr> <tr class="separator:a8ca509963e67519ba9dbdf45c7d022de"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1c6bda9acb1a99f7cf20b21973faa9a3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#a1c6bda9acb1a99f7cf20b21973faa9a3">tesseract-c_api-demo.text_out</a> = <a class="el" href="a00014.html#a4c6b9a2345519e5a163da4106a7bbd46">tesseract.TessBaseAPIProcessPages</a>(api, <a class="el" href="a01541.html#a7a03a664b090ce5c848ecb31cb4a2fa8">filename</a>, None , 0);</td></tr> <tr class="separator:a1c6bda9acb1a99f7cf20b21973faa9a3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae1064aed28879a0fcfe6eecb84229547"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01763.html#ae1064aed28879a0fcfe6eecb84229547">tesseract-c_api-demo.result_text</a> = ctypes.string_at(text_out)</td></tr> <tr class="separator:ae1064aed28879a0fcfe6eecb84229547"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_3847941dc22744d30c1d316a1f1a60e2.html">contrib</a></li><li class="navelem"><a class="el" href="a00860.html">tesseract-c_api-demo.py</a></li> <li class="footer">Generated on Sat May 20 2017 22:15:24 for tesseract by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
src/sap.ui.core/test/sap/ui/core/internal/samples/composite/fragmentcontrol/ex1/index.html
olirogers/openui5
<!DOCTYPE HTML> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="UTF-8"> <title>FragmentControl - simple example w/o templating</title> <script id="sap-ui-bootstrap" type="text/javascript" src="../../../../../../../../../resources/sap-ui-core.js" data-sap-ui-theme="sap_belize" data-sap-ui-resourceroots='{ "sap.ui.core.internal.samples.composite.fragmentcontrol.ex1": "./" }'> </script> <script> new sap.ui.core.ComponentContainer({ name: "sap.ui.core.internal.samples.composite.fragmentcontrol.ex1", height: "100%" }).placeAt("content") </script> </head> <body class="sapUiBody" role="application"> <div id="content"></div> </body> </html>
site/popup_cal_kinesio_setembro_2010.html
viollarr/henriquecursos
<html> <head> <title>Henrique Cursos</title> <link href="estilo.css" rel="stylesheet" type="text/css"> </head> </head> <body> <table width="500" height="447" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left"><img src="imagens_cursos/popup_cal_kinesio_setembro_2010.jpg" border="0"></td> </tr> </table> </html>
2017.11.0/apidocs/org/wildfly/swarm/config/io/class-use/BufferPoolSupplier.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Mon Nov 06 11:57:26 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.io.BufferPoolSupplier (BOM: * : All 2017.11.0 API)</title> <meta name="date" content="2017-11-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.io.BufferPoolSupplier (BOM: * : All 2017.11.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/io/BufferPoolSupplier.html" title="interface in org.wildfly.swarm.config.io">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/io/class-use/BufferPoolSupplier.html" target="_top">Frames</a></li> <li><a href="BufferPoolSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.io.BufferPoolSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.io.BufferPoolSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/io/BufferPoolSupplier.html" title="interface in org.wildfly.swarm.config.io">BufferPoolSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/io/BufferPoolSupplier.html" title="interface in org.wildfly.swarm.config.io">BufferPoolSupplier</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/io/BufferPoolSupplier.html" title="interface in org.wildfly.swarm.config.io">BufferPoolSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/IO.html" title="type parameter in IO">T</a></code></td> <td class="colLast"><span class="typeNameLabel">IO.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/IO.html#bufferPool-org.wildfly.swarm.config.io.BufferPoolSupplier-">bufferPool</a></span>(<a href="../../../../../../org/wildfly/swarm/config/io/BufferPoolSupplier.html" title="interface in org.wildfly.swarm.config.io">BufferPoolSupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied BufferPool object to the list of subresources</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/io/BufferPoolSupplier.html" title="interface in org.wildfly.swarm.config.io">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.11.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/io/class-use/BufferPoolSupplier.html" target="_top">Frames</a></li> <li><a href="BufferPoolSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
templates/zerver/security.html
tommyip/zulip
{% extends "zerver/portico.html" %} {% block title %} <title>Zulip Security</title> {% endblock %} {% block customhead %} <meta name="viewport" content="width=device-width, initial-scale=1.0"> {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %} <div class="portico-landing why-page"> <div class="hero bg-pycon security"> <div class="bg-dimmer"></div> <div class="content"> <h1 class="center">Zulip Security</h1> <p></p> </div> </div> <div class="main"> <div class="padded-content"> <div class="inner-content markdown"> {{ render_markdown_path('zerver/security.md') }} </div> </div> </div> </div> {% endblock %}
Hibernate-source/源代码及重要说明/Hibernate相关资料/hibernate-3.2.0.ga/hibernate-3.2/doc/api/org/hibernate/exception/package-use.html
renmeng8875/projects
<!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.4.2_11) on Sun Oct 15 22:02:27 CDT 2006 --> <TITLE> Uses of Package org.hibernate.exception (Hibernate API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../jdstyle.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Package org.hibernate.exception (Hibernate API Documentation)"; } </SCRIPT> </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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.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 Package<br>org.hibernate.exception</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate"><B>org.hibernate</B></A></TD> <TD> This package defines the central Hibernate APIs.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.cache"><B>org.hibernate.cache</B></A></TD> <TD> This package defines APIs and implementations for the second-level cache and query cache.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.cfg"><B>org.hibernate.cfg</B></A></TD> <TD> This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.classic"><B>org.hibernate.classic</B></A></TD> <TD> This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.dialect"><B>org.hibernate.dialect</B></A></TD> <TD> This package abstracts the SQL dialect of the underlying database.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.engine"><B>org.hibernate.engine</B></A></TD> <TD> This package contains classes that are "shared" by other packages, and implementations of some key algorithms.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.exception"><B>org.hibernate.exception</B></A></TD> <TD> This package is a fork of Apache commons-lang nestable exceptions.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.hql"><B>org.hibernate.hql</B></A></TD> <TD> This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers).&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.hql.ast"><B>org.hibernate.hql.ast</B></A></TD> <TD>An ANTLR-based parser for Hibernate Query Language.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.id"><B>org.hibernate.id</B></A></TD> <TD> This package contains internal implementation classes for the main API interfaces.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.impl"><B>org.hibernate.impl</B></A></TD> <TD> This package contains implementations of the central Hibernate APIs, especially the Hibernate session.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.jdbc"><B>org.hibernate.jdbc</B></A></TD> <TD> This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.persister.collection"><B>org.hibernate.persister.collection</B></A></TD> <TD> This package abstracts the persistence mechanism for collections.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.type"><B>org.hibernate.type</B></A></TD> <TD> A Hibernate <tt>Type</tt> is a strategy for mapping a Java property type to a JDBC type or types.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/package-summary.html">org.hibernate</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.cache"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/cache/package-summary.html">org.hibernate.cache</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.cache"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.cache"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.cfg"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/cfg/package-summary.html">org.hibernate.cfg</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/SQLExceptionConverter.html#org.hibernate.cfg"><B>SQLExceptionConverter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.classic"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/classic/package-summary.html">org.hibernate.classic</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.classic"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.classic"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.dialect"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/dialect/package-summary.html">org.hibernate.dialect</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/SQLExceptionConverter.html#org.hibernate.dialect"><B>SQLExceptionConverter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/ViolatedConstraintNameExtracter.html#org.hibernate.dialect"><B>ViolatedConstraintNameExtracter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.engine"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/engine/package-summary.html">org.hibernate.engine</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/SQLExceptionConverter.html#org.hibernate.engine"><B>SQLExceptionConverter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.exception"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.exception"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableDelegate.html#org.hibernate.exception"><B>NestableDelegate</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A shared implementation of the nestable exception functionality.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.exception"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/SQLExceptionConverter.html#org.hibernate.exception"><B>SQLExceptionConverter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/ViolatedConstraintNameExtracter.html#org.hibernate.exception"><B>ViolatedConstraintNameExtracter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.hql"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/hql/package-summary.html">org.hibernate.hql</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.hql"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.hql"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.hql.ast"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/hql/ast/package-summary.html">org.hibernate.hql.ast</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.hql.ast"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.hql.ast"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.id"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/id/package-summary.html">org.hibernate.id</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.id"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.id"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.impl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/impl/package-summary.html">org.hibernate.impl</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/SQLExceptionConverter.html#org.hibernate.impl"><B>SQLExceptionConverter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.jdbc"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/jdbc/package-summary.html">org.hibernate.jdbc</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.jdbc"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.jdbc"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.persister.collection"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/persister/collection/package-summary.html">org.hibernate.persister.collection</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/SQLExceptionConverter.html#org.hibernate.persister.collection"><B>SQLExceptionConverter</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.type"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Classes in <A HREF="../../../org/hibernate/exception/package-summary.html">org.hibernate.exception</A> used by <A HREF="../../../org/hibernate/type/package-summary.html">org.hibernate.type</A></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/Nestable.html#org.hibernate.type"><B>Nestable</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An interface to be implemented by <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><CODE>Throwable</CODE></A> extensions which would like to be able to nest root exceptions inside themselves.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../org/hibernate/exception/class-use/NestableRuntimeException.html#org.hibernate.type"><B>NestableRuntimeException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The base class of all runtime exceptions which can contain other exceptions.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.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>
src/core/visualisation/test/transcriptView.html
opencb/jsorolla
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Transcript viewer</title> <link rel="stylesheet" href="../../../../node_modules/qtip2/dist/jquery.qtip.min.css"> <script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.min.js"></script> <script type="text/javascript" src="../../../../node_modules/qtip2/dist/jquery.qtip.min.js"></script> <script type="module" src="../../utilsNew.js"></script> <script type="text/javascript" src="../../../genome-browser/feature-binary-search-tree.js"></script> <script type="text/javascript" src="resources/TP53.js"></script> <script type="text/javascript" src="resources/TP53_lowcoverage.js"></script> </head> <body> <h2>transcript view</h2> <div id="transcriptDiv"></div> <script type="module"> import TranscriptView from "../transcriptView.js"; // data are hardcoded from ENST00000359597 let tracks = [ { name: "Exons", type: "exon", data: tp53.results[2] //ENST00000359597 }, { name: "Low coverage", type: "lowcoverage", data: lowCoverage.responses[0].results[0].stats[8] //ENST00000359597 //data: lowCoverage } ]; /*tracks.push({ name: "Coverage", type: "coverage", //data: coverage });*/ const transcript = null; //data are in tracks const transcriptView = new TranscriptView("transcriptDiv", transcript, tracks); transcriptView.render(); </script> </body> </html>
build/Demos/ExtrudePolygon/index.html
BabylonJS/Samples
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width"> <title>Babylon.js - ExtrudePolygon demo</title> <script src="//cdn.webglstats.com/stat.js" defer="defer" async="async"></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-41767310-1', 'babylonjs.com'); ga('send', 'pageview'); </script> <link href="../../css/index.css" rel="stylesheet" /> <script src="https://code.jquery.com/pep/0.4.0/pep.min.js"></script> <script src="https://preview.babylonjs.com/earcut.min.js"></script> <script src="//preview.babylonjs.com/babylon.js"></script> <script src="//preview.babylonjs.com/gui/babylon.gui.js"></script> <script src="extrude.js"></script> <script src="demo.js"></script> </head> <body> <canvas id="renderCanvas" touch-action="none"></canvas> <div id="fps"></div> <div id="stats"></div> <div id="status"></div> <div id="controlPanel"> <div id="controlsZone"> <p> <button id="enableDebug">Debug layer</button> </p> <p> <button id="fullscreen">Fullscreen</button> </p> </div> <div class="tag">Control panel</div> <div class="tag" id="clickableTag"></div> </div> <div id="cameraPanel"> <div id="cameraControlsZone"> Active camera:<br> <select id="camerasList"></select> <p> Change control method: <button class="buttonControlPanel" id="touchCamera"> <img src="../../../Assets/CamTouchOff.png" class="buttonImg" />Touch camera </button> <button class="buttonControlPanel" id="deviceOrientationCamera"> <img src="../../../Assets/CamDeviceOff.png" class="buttonImg" />VR Device orientation camera </button> <button class="buttonControlPanel" id="gamepadCamera"> <img src="../../../../Assets/CamGamepadJoy.png" class="buttonImg" />Gamepad camera </button> <button class="buttonControlPanel" id="virtualJoysticksCamera"> <img src="../../../Assets/CamVirtualJoy.png" class="buttonImg" />Virtual joysticks camera </button> <button class="buttonControlPanel" id="anaglyphCamera"> <img src="../../../Assets/CamAnaGly.png" class="buttonImg" />Anaglyph camera </button> </p> <p> Post-processes: <button class="smallButtonControlPanel" id="toggleFxaa">Toggle FXAA (antialiasing)</button> <button class="smallButtonControlPanel" id="toggleFsaa4">Toggle FSAA 4X (antialiasing)</button> <button class="smallButtonControlPanel" id="toggleBandW">Toggle Black and white</button> <button class="smallButtonControlPanel" id="toggleSepia">Toggle Sepia</button> </p> </div> <div class="cameraTag"><img src="../../../Assets/camera.png" /></div> <div class="cameraTag" id="cameraClickableTag"></div> </div> <div id="notSupported" class="hidden">Sorry but your browser does not support WebGL...</div> <script src="../../js/loaderCustoms.js"></script> </body> </html>
apidocs/build/html/py-modindex.html
Juniper/py-space-platform
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Python Module Index &mdash; SpaceEZ v0.2.0 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: 'v0.2.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="SpaceEZ v0.2.0 documentation" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="#" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">SpaceEZ v0.2.0 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <h1>Python Module Index</h1> <div class="modindex-jumpbox"> <a href="#cap-j"><strong>j</strong></a> </div> <table class="indextable modindextable" cellspacing="0" cellpadding="2"> <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr> <tr class="cap" id="cap-j"><td></td><td> <strong>j</strong></td><td></td></tr> <tr> <td><img src="_static/minus.png" class="toggler" id="toggle-1" style="display: none" alt="-" /></td> <td> <tt class="xref">jnpr</tt></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.application"><tt class="xref">jnpr.space.application</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.async"><tt class="xref">jnpr.space.async</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.collection"><tt class="xref">jnpr.space.collection</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.factory"><tt class="xref">jnpr.space.factory</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.method"><tt class="xref">jnpr.space.method</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.resource"><tt class="xref">jnpr.space.resource</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.rest"><tt class="xref">jnpr.space.rest</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.service"><tt class="xref">jnpr.space.service</tt></a></td><td> <em></em></td></tr> <tr class="cg-1"> <td></td> <td>&nbsp;&nbsp;&nbsp; <a href="index.html#module-jnpr.space.xmlutil"><tt class="xref">jnpr.space.xmlutil</tt></a></td><td> <em></em></td></tr> </table> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="#" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">SpaceEZ v0.2.0 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2015, Juniper Networks Inc.. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2. </div> </body> </html>
docs/org/apache/jsp/tag/web/class-use/time_tag.html
chrisekelley/zeprs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_01) on Tue Jan 03 22:21:58 CAT 2006 --> <TITLE> Uses of Class org.apache.jsp.tag.web.time_tag </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.jsp.tag.web.time_tag"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/jsp/tag/web/time_tag.html" title="class in org.apache.jsp.tag.web"><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/apache/jsp/tag/web/\class-usetime_tag.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="time_tag.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.jsp.tag.web.time_tag</B></H2> </CENTER> No usage of org.apache.jsp.tag.web.time_tag <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/jsp/tag/web/time_tag.html" title="class in org.apache.jsp.tag.web"><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/apache/jsp/tag/web/\class-usetime_tag.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="time_tag.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>
packages/buendia-dashboard/data/usr/share/buendia/dashboard/style.css
projectbuendia/buendia
/* Page globals */ body { font-family: helvetica, arial; line-height: 1.4; color: #466; background: #cdd; margin: 2em 2em; } /* Type sizes */ body { font-size: 18px; } h1, .action { font-size: 24px; } #state { font-size: 12px; } /* Type weights */ body { font-weight: 400; } h1 { font-weight: 300; } /* Type colour and decoration */ .advanced { opacity: 0.5; } a { color: inherit; } a:hover { color: #000000; } .clickable { cursor: pointer; } /* Layout */ h1 { margin: 0; } section { margin: 1em 0; } section#state { margin: 0; } #state div, #state span { margin: 0; } #app { padding: 2em 0; } div { margin: 1em 0; white-space: nowrap; } ul.inline { display: inline; padding: 0; } ul.inline li { display: inline; } ul.inline li:before { content: '\a0\b7\a0'; } ul.inline li:first-child:before { content: ''; } .action { margin: 0; padding: 1.1em 2em 1em 2em; border: 2px solid #466; border-radius: 6px; } a.action { text-decoration: none; } .action:hover { background: #eff; cursor: pointer; }
pcms/Comparison_of_open-source_software_hosting_facilities_4.pcm.html
Ophelle/PDL
<!DOCTYPE html> <html> <head> <link href="js/bootstrap.min.css" rel="stylesheet"type="text/css"> <link href="css/moncss.css" rel="stylesheet"type="text/css"> <script type="text/javascript" src="js/jquery-3.1.1.min.js"> </script> <script type="text/javascript" src="js/typeahead.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/formulaire.js"></script> <title>Comparison of open-source software hosting facilities - Specialized hosting facilities</title> <meta charset="utf-8"> </head> <body> <div class="container"> <div class="row"> <div class="col-md-2">&nbsp;</div> <div class="col-md-8"> <h1>Comparison of open-source software hosting facilities - Specialized hosting facilities</h1> </div> <div class="col-md-2">&nbsp;</div> </div> <div class="row"> <fieldset> <div class="col-md-2">&nbsp;</div> <div class="col-md-8"> <form action="" method="post"> <legend style="color:red;font-weight: bold;font-style:italic;text-align: center;" >Formulaire</legend> </br> <label>Name : </label></br> <input id="0" type="text" name="Feature"></br> </br> <label>Notes : </label></br> <input id="1" type="text" name="Feature"></br> </br> <label>Ad-free :</label></br> <p id="id1Ad-free"> <input type="radio" name="FeatureAd-free" value="oui">Yes <input type="radio" name="FeatureAd-free" value = "non">No <input type="radio" name="FeatureAd-free" value = "non">Partial </p> <input style="display:none;" id ="id2Ad-free"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1Ad-free','id2Ad-free');">Changer type</button> </br> </br> <label>SVN :</label></br> <p id="id1SVN"> <input type="radio" name="FeatureSVN" value="oui">Yes <input type="radio" name="FeatureSVN" value = "non">No <input type="radio" name="FeatureSVN" value = "non">Partial </p> <input style="display:none;" id ="id2SVN"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1SVN','id2SVN');">Changer type</button> </br> </br> <label>Arch :</label></br> <p id="id1Arch"> <input type="radio" name="FeatureArch" value="oui">Yes <input type="radio" name="FeatureArch" value = "non">No <input type="radio" name="FeatureArch" value = "non">Partial </p> <input style="display:none;" id ="id2Arch"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1Arch','id2Arch');">Changer type</button> </br> </br> <label>CVS :</label></br> <p id="id1CVS"> <input type="radio" name="FeatureCVS" value="oui">Yes <input type="radio" name="FeatureCVS" value = "non">No <input type="radio" name="FeatureCVS" value = "non">Partial </p> <input style="display:none;" id ="id2CVS"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1CVS','id2CVS');">Changer type</button> </br> </br> <label>Git :</label></br> <p id="id1Git"> <input type="radio" name="FeatureGit" value="oui">Yes <input type="radio" name="FeatureGit" value = "non">No <input type="radio" name="FeatureGit" value = "non">Partial </p> <input style="display:none;" id ="id2Git"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1Git','id2Git');">Changer type</button> </br> <script> $("#0").typeahead({ name:"list0", local : ['mozdev','RubyForge','OCamlForge','freedesktop.org','GNOME Git Repositories','Drupal',''] }); $("#1").typeahead({ name:"list1", local : ['Only for Drupal related projects.','Only for interoperability and shared base technology for free software desktop environments on Linux and other Unix-like operating systems, including the X Window System (X11) and cairo (graphics).','Only for Ruby related projects. Closed down as of May 15, 2014.','Only for GNOME related projects.','Only for Ocaml related projects','Only for Mozilla related projects.',''] }); </script> </br><input type="submit" class="btn btn-info" value="Ajouter un produit" /> </form> </div> </fieldset> <div class="col-md-2">&nbsp;</div> </div> </div> </body> </html>
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.4.3/play/libs/mail/test/package-summary.html
play1-maven-plugin/play1-maven-plugin.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_91) on Mon Aug 22 09:59:23 CST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>play.libs.mail.test (Play! API)</title> <meta name="date" content="2016-08-22"> <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="play.libs.mail.test (Play! API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../play/libs/mail/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../play/libs/ws/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?play/libs/mail/test/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;play.libs.mail.test</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <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="../../../../play/libs/mail/test/LegacyMockMailSystem.html" title="class in play.libs.mail.test">LegacyMockMailSystem</a></td> <td class="colLast"> <div class="block">Just kept for compatibility reasons, use test double substitution mechanism instead.</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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../play/libs/mail/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../play/libs/ws/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?play/libs/mail/test/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><a href=http://guillaume.bort.fr>Guillaume Bort</a> &amp; <a href=http://www.zenexity.fr>zenexity</a> - Distributed under <a href=http://www.apache.org/licenses/LICENSE-2.0.html>Apache 2 licence</a>, without any warrantly</small></p> </body> </html>
predx/reference/predx_to_json.html
cdcepi/cdcepi.github.io
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Internal code to convert <code>predx</code> to JSON friendly representation. — predx_to_json • predx</title> <!-- jquery --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <!-- Bootstrap --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script> <!-- Font Awesome icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/all.min.css" integrity="sha256-nAmazAk6vS34Xqo0BSrTb+abbtFlgsFK7NKSi6o7Y78=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/v4-shims.min.css" integrity="sha256-6qHlizsOWFskGlwVOKuns+D1nB6ssZrHQrNj1wGplHc=" crossorigin="anonymous" /> <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script> <!-- headroom.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min.js" integrity="sha256-DJFC1kqIhelURkuza0AvYal5RxMtpzLjFhsnVIeuk+U=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../pkgdown.js"></script> <meta property="og:title" content="Internal code to convert <code>predx</code> to JSON friendly representation. — predx_to_json" /> <meta property="og:description" content="Internal code to convert predx to JSON friendly representation." /> <meta name="twitter:card" content="summary" /> <!-- mathjax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container template-reference-topic"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">predx</a> <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.0.0.9000</span> </span> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="../index.html"> <span class="fas fa fas fa-home fa-lg"></span> </a> </li> <li> <a href="../reference/index.html">Reference</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Articles <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../articles/aedes-vignette.html">Aedes Vignette</a> </li> <li> <a href="../articles/flusight-vignette.html">FluSight Vignette</a> </li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Internal code to convert <code>predx</code> to JSON friendly representation.</h1> <div class="hidden name"><code>predx_to_json.Rd</code></div> </div> <div class="ref-description"> <p>Internal code to convert <code>predx</code> to JSON friendly representation.</p> </div> <pre class="usage"><span class='fu'>predx_to_json</span>(<span class='no'>x</span>) <span class='co'># S4 method for list</span> <span class='fu'>predx_to_json</span>(<span class='no'>x</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> <th>x</th> <td><p>a <code>predx</code> object or list of <code>predx</code> objects</p></td> </tr> </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> <p>A <code>predx</code> object or list of <code>predx</code> objects, with NAs and warning messages for failed conversions.</p> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> <li><a href="#arguments">Arguments</a></li> <li><a href="#value">Value</a></li> </ul> </div> </div> <footer> <div class="copyright"> <p>Developed by Michael Johansson.</p> </div> <div class="pkgdown"> <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.4.1.</p> </div> </footer> </div> </body> </html>
ordinal.html
GEOINT/ordinalConverter
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Example Date Converter</title> <link rel="stylesheet" href="javascript/dijit/themes/claro/claro.css"> <link rel="stylesheet" href="css/ordinal.css"> <script>dojoConfig = {parseOnLoad: true}</script> <script src='../javascript/dojo/dojo.js'></script> <!-- remove async if it's likley someone will click on this before the page is ready --> <script src='../javascript/ordinal.js' async></script> <script> dojo.ready(function () { /** * Registering an event handler programmatically, or * by wrapping the call to the show method in a function * and using that function reference for the declaritive * callback, is highly recommended over providing a reference * to the show method directly. * * This is because, in order to provide dojo.connect with a * function reference to the show method, the singleton must * be instantiated. Registering it programmatically, as * shown before with a closure, allows the object to be * instantiated laziy only when called the first time, * rather than on page load. * */ dojo.connect(dijit.byId("converterButton"), "onClick", function () { var converter = DateConverters.OrdinalConverter.getInstance(); converter.setDate(new Date()); //reset the date so it looks new converter.show(); }); }); </script> </head> <body class="claro"> <button id="converterButton" data-dojo-type="dijit.form.Button" type="button">Open Converter</button> </body> </html>
src/ro/nextreports/server/web/common/panel/ExpandCollapsePanel.html
nextreports/nextreports-server
<wicket:panel> <a wicket:id="expand" title="Expand All Nodes">Expand All</a> | <a wicket:id="collapse" title="Collapse All Nodes">Collapse All</a> </wicket:panel>
src/Mvc/test/Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.ProductListUsingTagHelpers.html
aspnet/AspNetCore
<html> <head> <meta charset="utf-8" /> </head> <body> <form action="/HtmlGeneration_Product" method="post"> <div> <label class="product" for="z0__HomePage">HomePage</label> <input type="url" size="50" disabled="disabled" readonly="readonly" id="z0__HomePage" name="[0].HomePage" value="http://www.contoso.com/" /> </div> <div> <label class="product" for="z0__Number">Number</label> <input type="number" data-val="true" data-val-required="The Number field is required." id="z0__Number" name="[0].Number" value="0" /> </div> <div> <label class="product" for="z0__ProductName">ProductName</label> <input type="text" data-val="true" data-val-required="The ProductName field is required." id="z0__ProductName" name="[0].ProductName" value="Product_0" /> </div> <div> <label class="product" for="z0__Description">Description</label> <textarea rows="4" cols="50" class="product" id="z0__Description" name="[0].Description"> </textarea> </div> <div> <label class="product" for="z1__HomePage">HomePage</label> <input type="url" size="50" disabled="disabled" readonly="readonly" id="z1__HomePage" name="[1].HomePage" value="" /> </div> <div> <label class="product" for="z1__Number">Number</label> <input type="number" data-val="true" data-val-required="The Number field is required." id="z1__Number" name="[1].Number" value="1" /> </div> <div> <label class="product" for="z1__ProductName">ProductName</label> <input type="text" data-val="true" data-val-required="The ProductName field is required." id="z1__ProductName" name="[1].ProductName" value="Product_1" /> </div> <div> <label class="product" for="z1__Description">Description</label> <textarea rows="4" cols="50" class="product" id="z1__Description" name="[1].Description"> </textarea> </div> <div> <label class="product" for="z2__HomePage">HomePage</label> <input type="url" size="50" disabled="disabled" readonly="readonly" id="z2__HomePage" name="[2].HomePage" value="" /> </div> <div> <label class="product" for="z2__Number">Number</label> <input type="number" data-val="true" data-val-required="The Number field is required." id="z2__Number" name="[2].Number" value="2" /> </div> <div> <label class="product" for="z2__ProductName">ProductName</label> <input type="text" data-val="true" data-val-required="The ProductName field is required." id="z2__ProductName" name="[2].ProductName" value="Product_2" /> </div> <div> <label class="product" for="z2__Description">Description</label> <textarea rows="4" cols="50" class="product" id="z2__Description" name="[2].Description"> Product_2 description</textarea> </div> <div>HtmlFieldPrefix = </div> <input type="submit" /> <input name="__RequestVerificationToken" type="hidden" value="{0}" /></form> <hr /> <h2>You might also like these products!</h2> <ul> <li><a href="http://www.contoso.com/">THE Best Product</a></li> </ul> </body> </html>
COIS717/Workspace/appletsOf717/InterruptDemo.html
waiwong/CS
<html><head><title>Thread Demo</title></head> <BODY TEXT="#000000" LINK="#0000ff" BACKGROUND="Image16.jpg"> <P ALIGN="RIGHT"><A HREF="CountDown.html"><IMG SRC="p2hprev.gif" BORDER=0 WIDTH=35 HEIGHT=35></A><A HREF="concurrency.html"><IMG SRC="p2hup.gif" BORDER=0 WIDTH=35 HEIGHT=35></A><A HREF="Garden.html"><IMG SRC="p2hnext.gif" BORDER=0 WIDTH=35 HEIGHT=35></A></P> <center> <h1>Thread Demo</h1> <h3>Check if interrupts work. </h3> <p> <table border=3> <td> <applet code="InterruptDemo.class" codebase="classes" width=350 height=200 > <h2>Unable to load applet</h2> </applet> </td> </table> <p> <a href="InterruptDemo.java">classes/ThreadDemo.java</a> <p> <a href="ThreadPanel.java">classes/ThreadPanel.java</a> </p> </center> </body></html>
angular-seed/app/partials/login.html
freewind/rythmfiddle
<div> <form class="form-horizontal" ng-submit="submit()"> <div class="control-group"> <label class="control-label">Username:</label> <div class="controls"> <input type="text" ng-model="username"/> </div> </div> <div class="control-group"> <label class="control-label">Password:</label> <div class="controls"> <input type="text" ng-model="password"/> </div> </div> <!-- <div class="control-group"> <div class="controls"> <label class="checkbox"> <input type="checkbox" ng-model="remember"> Remember me </label> </div> </div> --> <div class="control-group"> <div class="controls"> <input class="btn" type="submit" value="Login"/> </div> </div> </form> </div>
docs/solr-core/org/apache/solr/schema/class-use/ExternalFileFieldReloader.html
arnaud71/webso-db
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:22:10 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.schema.ExternalFileFieldReloader (Solr 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.schema.ExternalFileFieldReloader (Solr 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/schema/ExternalFileFieldReloader.html" title="class in org.apache.solr.schema">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/schema//class-useExternalFileFieldReloader.html" target="_top">FRAMES</a></li> <li><a href="ExternalFileFieldReloader.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.schema.ExternalFileFieldReloader" class="title">Uses of Class<br>org.apache.solr.schema.ExternalFileFieldReloader</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.schema.ExternalFileFieldReloader</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/schema/ExternalFileFieldReloader.html" title="class in org.apache.solr.schema">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/schema//class-useExternalFileFieldReloader.html" target="_top">FRAMES</a></li> <li><a href="ExternalFileFieldReloader.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
_site/docs/platform-customization/styling-angularjs.html
philmerrell/ionic-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>Styling using AngularJS - Ionic Framework</title> <link href="/css/site.css?17" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-guide"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle nav-link " data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic Platform</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>Styling using AngularJS</h3> <h4>An overview of customizing your Ionic app based on the platform</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> Check out our <a href="/docs/guide/">Guide</a>, which covers all the basics of setting up. </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div class="docked-menu"> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <!-- Docs: Platform Customization --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/platform-customization/">Platform Customization</a> </li> <li><a href="/docs/platform-customization/platform-classes.html">Platform Classes</a></li> <li><a href="/docs/platform-customization/styling-angularjs.html">Styling Using AngularJS</a></li> <li><a href="/docs/platform-customization/dynamic-templates.html">Dynamic Templates</a></li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/api/">JavaScript</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <h1 id="styling-using-angularjs">Styling using AngularJS</h1> <p>The <code><a href="/docs/api/utility/ionic.Platform/">ionic.Platform</a></code> utility can be used in your JavaScript controller to set the platform for your app. For the following examples, we assume you have a controller called <code>AppCtrl</code> encapsulating your project.</p> <h2 id="setting-the-platform">Setting the Platform</h2> <p>In your <code>AppCtrl</code> controller, retrieve and set the platform using <code>ionic.Platform</code>:</p> <pre><code class="language-javascript">.controller('AppCtrl', function($scope) { $scope.platform = ionic.Platform.platform(); }) </code></pre> <h2 id="using-the-platform-to-dynamically-style-elements">Using the Platform to Dynamically Style Elements</h2> <p>You can then use this platform to change which elements display and what classes get added to specific elements. For example, if you’re using the tabs structure, and you want to change the way the tabs look on Android but keep the same look and feel for all other devices, you can use Angular’s <code>ng-class</code> to dynamically add classes based on the platform. Adding the following to the <code>&lt;ion-tabs&gt;</code> directive will add the <code>tabs-positive</code> class for Android platforms and the <code>tabs-icon-top</code> class to all devices but Android:</p> <pre><code class="language-html"> &lt;ion-tabs class="tabs-stable" ng-class="{'tabs-positive': platform == 'android', 'tabs-icon-top': platform != 'android'}"&gt; &lt;!-- ion-tab directives go here --&gt; &lt;/ion-tabs&gt; </code></pre> <p>You can also use Angular’s <code>ng-attr</code> to dynamically define attributes based on platform. For example, you may want the icons in the tabs to show on all devices except Android. You can dynamically add the icon by using the <code>ng-attr-icon</code> property. To define an icon for all devices minus Android on the “Home” tab, you could use the following code:</p> <pre><code class="language-html"> &lt;!-- if the platform is android don't add an icon, all other devices get an icon --&gt; &lt;ion-tab title="Home" ng-attr-icon="{{ platform != 'android' ? 'ion-home' : undefined}}" href="#/tab/home"&gt; </code></pre> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 -0500'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
test/test.html
bhoomtawath-plinsut/emerald-portfolio-dialog
<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script src="../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script> <script src="../bower_components/web-component-tester/browser.js"></script> <link rel="import" href="../emerald-portfolio-dialog.html"> <link rel="import" href="../bower_components/uifr-component-tester/uifr-component-tester.html"> </head> <body is="uifr-app" theme="charcoal" unresolved> <test-fixture id="basic"> <template> <emerald-portfolio-dialog></emerald-portfolio-dialog> </template> </test-fixture> <script type="text/javascript"> document.addEventListener('WebComponentsReady', function () { describe('<emerald-portfolio-dialog>', function () { var el; afterEach(function () { el.hide(); }); it('Contains correct structure', function () { el = fixture('basic'); el.show(); assert.equal(el.querySelector('coral-dialog') !== null, true, 'coral-dialog exists inside the emerald-portfolio-dialog'); }); it('Displays correct header from attribute to dialog\'s header', function () { el = fixture('basic'); el.show(); var coralDialogHeader = el._dialog.header; var popupPanelText = el._dialog._panel.getPopup().querySelector('coral-panel.popup-dialog-header span').textContent.trim(); assert.equal(coralDialogHeader, popupPanelText, 'header attr equals to rendered header'); }); }); }); </script> </body> </html>
src/main/webapp/resource/pages/default/helper/index.html
tylerchen/foss-qdp-project-v4
<template> <div class="qdp-list-layout"> <!-- 搜索 --> <!-- 搜索-END --> <!-- 操作栏 --> <!-- 操作栏-END- --> <!-- 列表 --> <el-row class="qdp-list-content qdp-grid" type="flex" justify="start" align="top"> <el-col :span="24"> <el-collapse> <el-collapse-item> <template slot="title">登录密码加密</template> <el-form class="qdp-edit-form" :model="passwordForm" label-width="100px" @keydown.13.native.stop=""> <el-form-item label="原始密码" prop="password"> <el-input v-model="passwordForm.password" placeholder="" size="small"></el-input> </el-form-item> <el-form-item label="加密结果" prop="result"> <el-input v-model="passwordForm.result" placeholder="" size="small"></el-input> </el-form-item> <el-row type="flex" justify="center" align="top" class="qdp-dialog-btns"> <el-button type="primary" @click="passwordFormEncrypt" icon="ion-checkmark">加密</el-button> </el-row> </el-form> </el-collapse-item> </el-collapse> <el-collapse> <el-collapse-item> <template slot="title">RSA加密解密(BASE64)</template> <el-form class="qdp-edit-form" :model="rsaForm" label-width="120px" inline @keydown.13.native.stop=""> <el-form-item label="RSA公钥/密钥" prop="key"> <el-input v-model="rsaForm.key" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="加密/解密内容" prop="content"> <el-input v-model="rsaForm.content" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="加密/解密结果" prop="result"> <el-input v-model="rsaForm.result" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-row type="flex" justify="center" align="top" class="qdp-dialog-btns"> <el-button type="primary" @click="rsaFormEncrypt" icon="ion-checkmark">加密</el-button> <el-button type="primary" @click="rsaFormDencrypt" icon="ion-checkmark">解密</el-button> </el-row> </el-form> </el-collapse-item> </el-collapse> <el-collapse> <el-collapse-item> <template slot="title">URL构建</template> <el-form class="qdp-edit-form" :model="urlBuilderForm" inline label-width="110px" @keydown.13.native.stop=""> <el-form-item label="Bean Name" prop="beanName"> <el-input v-model="urlBuilderForm.beanName" placeholder="" size="small"></el-input> </el-form-item> <el-form-item label="Method Name" prop="methodName"> <el-input v-model="urlBuilderForm.methodName" placeholder="" size="small"></el-input> </el-form-item> <el-form-item label="参数-0(JSON)" prop="arg0"> <el-input v-model="urlBuilderForm.arg0" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="参数-1(JSON)" prop="arg1"> <el-input v-model="urlBuilderForm.arg1" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="参数-2(JSON)" prop="arg2"> <el-input v-model="urlBuilderForm.arg2" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="参数-3(JSON)" prop="arg3"> <el-input v-model="urlBuilderForm.arg3" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="参数-4(JSON)" prop="arg4"> <el-input v-model="urlBuilderForm.arg4" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="结果" prop="result"> <el-input v-model="urlBuilderForm.result" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-form-item label="执行结果" prop="runResult"> <el-input v-model="urlBuilderForm.runResult" placeholder="" size="small" type="textarea"></el-input> </el-form-item> <el-row type="flex" justify="center" align="top" class="qdp-dialog-btns"> <el-button type="primary" @click="buildUrl" icon="ion-checkmark">构建</el-button> <el-button type="primary" @click="runUrl" icon="ion-checkmark">执行</el-button> </el-row> </el-form> </el-collapse-item> </el-collapse> </el-col> </el-row> <!-- 列表-END --> <!-- 分页 --> <!-- 分页-END --> <!-- 添加 --> <!-- 添加-END --> <!-- 修改 --> <!-- 修改-END --> <!-- 详情 --> <!-- 详情-END --> </div> </template> <script type="text/javascript"> define([ 'vue', "encrypt", "qdp" ], function(Vue) { return { template : template, // components : {}, data : function() { return { passwordForm:{ password:'', result:'' }, rsaForm : { key : '', content : '', result : '' }, urlBuilderForm : { beanName : '', methodName : '', arg0 : '', arg1 : '', arg2 : '', arg3 : '', arg4 : '', result : '', runResult : '' }, //=== hotKey : {}, searchForm : { id : '', name : '', dataSource : '', queryContent : '', type1 : '', type2 : '', description : '', updateTime : '', createTime : '' }, enums : {} }; }, // created : function() { }, // mounted : function() { //快捷键 },// beforeDestroy : function() { //快捷键 },// methods : { cache : getters.cache,// accountId : getters.accountId, // passwordFormEncrypt : function() { var root = this; var url = qdpFormatUrl("/system/encryptPassword.do?password={{d.password}}", root.passwordForm); root.$http.get(qdpPathJoin(ctx, url)).then(function(data) { root.passwordForm.result = qdpAjaxDataBody(data); }, function(response) { root.passwordForm.result = qdpToString(response); }); }, rsaFormEncrypt : function() { try { var encrypt = new JSEncryptExports.JSEncrypt(); encrypt.setPublicKey(this.rsaForm.key); this.rsaForm.result = encrypt.encrypt(this.rsaForm.content) + ""; } catch (err) { this.rsaForm.result = err + ""; } }, rsaFormDencrypt : function() { try { var decrypt = new JSEncryptExports.JSEncrypt(); decrypt.setPrivateKey(this.rsaForm.key); this.rsaForm.result = decrypt.decrypt(this.rsaForm.content) + ""; } catch (err) { this.rsaForm.result = err + ""; } }, buildUrl : function() { try { var baseUrl = window.location.href, urlBuilderForm = this.urlBuilderForm; baseUrl = baseUrl.substring(0, baseUrl.indexOf(ctx)); var query = { arg0 : urlBuilderForm.arg0, arg1 : urlBuilderForm.arg1, arg2 : urlBuilderForm.arg2, arg3 : urlBuilderForm.arg3, arg4 : urlBuilderForm.arg4 }; var paramStr = ''; qdpMap(query, function(value, key) { if (value) { if (value.charAt(0) == '{' || value.charAt(0) == '[') {//'}',']' query[key] = JSON.parse(value); } paramStr = paramStr + '/' + key + '={{d.' + key + '}}'; } }); query.beanName = urlBuilderForm.beanName; query.methodName = urlBuilderForm.methodName; var url = baseUrl + ctx + '/ws/json/{{d.beanName}}/{{d.methodName}}' + paramStr; urlBuilderForm.result = qdpFormatUrl(url, query); } catch (err) { this.urlBuilderForm.result = err + ""; } }, runUrl : function() { var root = this; root.$http.get(root.urlBuilderForm.result).then(function(data) { root.urlBuilderForm.runResult = qdpToString(qdpAjaxData(data)); }, function(response) { root.urlBuilderForm.runResult = qdpToString(response); }); }, // onPost : function(eventType, arg0, arg1, arg2, arg3) { } } }; }); </script>
doc/javadoc/de/mrapp/android/tabswitcher/TabSwitcherListener.html
michael-rapp/ChromeLikeTabSwitcher
<!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_202-release) on Wed Feb 12 23:53:13 CET 2020 --> <title>TabSwitcherListener</title> <meta name="date" content="2020-02-12"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TabSwitcherListener"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherDecorator.html" title="class in de.mrapp.android.tabswitcher"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?de/mrapp/android/tabswitcher/TabSwitcherListener.html" target="_top">Frames</a></li> <li><a href="TabSwitcherListener.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">de.mrapp.android.tabswitcher</div> <h2 title="Interface TabSwitcherListener" class="title">Interface TabSwitcherListener</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../de/mrapp/android/tabswitcher/layout/ContentRecyclerAdapter.html" title="class in de.mrapp.android.tabswitcher.layout">ContentRecyclerAdapter</a>, <a href="../../../../de/mrapp/android/tabswitcher/view/TabSwitcherButton.html" title="class in de.mrapp.android.tabswitcher.view">TabSwitcherButton</a>, <a href="../../../../de/mrapp/android/tabswitcher/drawable/TabSwitcherDrawable.html" title="class in de.mrapp.android.tabswitcher.drawable">TabSwitcherDrawable</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">TabSwitcherListener</span></pre> <div class="block">Defines the interface, a class, which should be notified about a tab switcher's events, must implement.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>0.1.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Michael Rapp</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherListener.html#onAllTabsRemoved-de.mrapp.android.tabswitcher.TabSwitcher-de.mrapp.android.tabswitcher.Tab:A-de.mrapp.android.tabswitcher.Animation-">onAllTabsRemoved</a></span>(<a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>[]&nbsp;tabs, <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher">Animation</a>&nbsp;animation)</code> <div class="block">The method, which is invoked, when all tabs have been removed from the tab switcher.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherListener.html#onSelectionChanged-de.mrapp.android.tabswitcher.TabSwitcher-int-de.mrapp.android.tabswitcher.Tab-">onSelectionChanged</a></span>(<a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, int&nbsp;selectedTabIndex, <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>&nbsp;selectedTab)</code> <div class="block">The method, which is invoked, when the currently selected tab has been changed.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherListener.html#onSwitcherHidden-de.mrapp.android.tabswitcher.TabSwitcher-">onSwitcherHidden</a></span>(<a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher)</code> <div class="block">The method, which is invoked, when the tab switcher has been hidden.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherListener.html#onSwitcherShown-de.mrapp.android.tabswitcher.TabSwitcher-">onSwitcherShown</a></span>(<a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher)</code> <div class="block">The method, which is invoked, when the tab switcher has been shown.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherListener.html#onTabAdded-de.mrapp.android.tabswitcher.TabSwitcher-int-de.mrapp.android.tabswitcher.Tab-de.mrapp.android.tabswitcher.Animation-">onTabAdded</a></span>(<a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, int&nbsp;index, <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>&nbsp;tab, <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher">Animation</a>&nbsp;animation)</code> <div class="block">The method, which is invoked, when a tab has been added to the tab switcher.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/mrapp/android/tabswitcher/TabSwitcherListener.html#onTabRemoved-de.mrapp.android.tabswitcher.TabSwitcher-int-de.mrapp.android.tabswitcher.Tab-de.mrapp.android.tabswitcher.Animation-">onTabRemoved</a></span>(<a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, int&nbsp;index, <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>&nbsp;tab, <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher">Animation</a>&nbsp;animation)</code> <div class="block">The method, which is invoked, when a tab has been removed from the tab switcher.</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="onSwitcherShown-de.mrapp.android.tabswitcher.TabSwitcher-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onSwitcherShown</h4> <pre>void&nbsp;onSwitcherShown(@NonNull <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher)</pre> <div class="block">The method, which is invoked, when the tab switcher has been shown.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tabSwitcher</code> - The observed tab switcher as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher"><code>TabSwitcher</code></a>. The tab switcher may not be null</dd> </dl> </li> </ul> <a name="onSwitcherHidden-de.mrapp.android.tabswitcher.TabSwitcher-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onSwitcherHidden</h4> <pre>void&nbsp;onSwitcherHidden(@NonNull <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher)</pre> <div class="block">The method, which is invoked, when the tab switcher has been hidden.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tabSwitcher</code> - The observed tab switcher as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher"><code>TabSwitcher</code></a>. The tab switcher may not be null</dd> </dl> </li> </ul> <a name="onSelectionChanged-de.mrapp.android.tabswitcher.TabSwitcher-int-de.mrapp.android.tabswitcher.Tab-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onSelectionChanged</h4> <pre>void&nbsp;onSelectionChanged(@NonNull <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, int&nbsp;selectedTabIndex, @Nullable <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>&nbsp;selectedTab)</pre> <div class="block">The method, which is invoked, when the currently selected tab has been changed.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tabSwitcher</code> - The observed tab switcher as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher"><code>TabSwitcher</code></a>. The tab switcher may not be null</dd> <dd><code>selectedTabIndex</code> - The index of the currently selected tab as an <code>Integer</code> value or -1, if the tab switcher does not contain any tabs</dd> <dd><code>selectedTab</code> - The currently selected tab as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher"><code>Tab</code></a> or null, if the tab switcher does not contain any tabs</dd> </dl> </li> </ul> <a name="onTabAdded-de.mrapp.android.tabswitcher.TabSwitcher-int-de.mrapp.android.tabswitcher.Tab-de.mrapp.android.tabswitcher.Animation-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onTabAdded</h4> <pre>void&nbsp;onTabAdded(@NonNull <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, int&nbsp;index, @NonNull <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>&nbsp;tab, @NonNull <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher">Animation</a>&nbsp;animation)</pre> <div class="block">The method, which is invoked, when a tab has been added to the tab switcher.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tabSwitcher</code> - The observed tab switcher as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher"><code>TabSwitcher</code></a>. The tab switcher may not be null</dd> <dd><code>index</code> - The index of the tab, which has been added, as an <code>Integer</code> value</dd> <dd><code>tab</code> - The tab, which has been added, as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher"><code>Tab</code></a>. The tab may not be null</dd> <dd><code>animation</code> - The animation, which has been used to add the tab, as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher"><code>Animation</code></a>. The animation may not be null</dd> </dl> </li> </ul> <a name="onTabRemoved-de.mrapp.android.tabswitcher.TabSwitcher-int-de.mrapp.android.tabswitcher.Tab-de.mrapp.android.tabswitcher.Animation-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onTabRemoved</h4> <pre>void&nbsp;onTabRemoved(@NonNull <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, int&nbsp;index, @NonNull <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>&nbsp;tab, @NonNull <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher">Animation</a>&nbsp;animation)</pre> <div class="block">The method, which is invoked, when a tab has been removed from the tab switcher.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tabSwitcher</code> - The observed tab switcher as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher"><code>TabSwitcher</code></a>. The tab switcher may not be null</dd> <dd><code>index</code> - The index of the tab, which has been removed, as an <code>Integer</code> value</dd> <dd><code>tab</code> - The tab, which has been removed, as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher"><code>Tab</code></a>. The tab may not be null</dd> <dd><code>animation</code> - The animation, which has been used to remove the tab, as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher"><code>Animation</code></a>. The animation may not be null</dd> </dl> </li> </ul> <a name="onAllTabsRemoved-de.mrapp.android.tabswitcher.TabSwitcher-de.mrapp.android.tabswitcher.Tab:A-de.mrapp.android.tabswitcher.Animation-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>onAllTabsRemoved</h4> <pre>void&nbsp;onAllTabsRemoved(@NonNull <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher">TabSwitcher</a>&nbsp;tabSwitcher, @NonNull <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher">Tab</a>[]&nbsp;tabs, @NonNull <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher">Animation</a>&nbsp;animation)</pre> <div class="block">The method, which is invoked, when all tabs have been removed from the tab switcher.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tabSwitcher</code> - The observed tab switcher as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/TabSwitcher.html" title="class in de.mrapp.android.tabswitcher"><code>TabSwitcher</code></a>. The tab switcher may not be null</dd> <dd><code>tabs</code> - An array, which contains the tabs, which have been removed, as an array of the type <a href="../../../../de/mrapp/android/tabswitcher/Tab.html" title="class in de.mrapp.android.tabswitcher"><code>Tab</code></a> or an empty array, if no tabs have been removed</dd> <dd><code>animation</code> - The animation, which has been used to remove the tabs, as an instance of the class <a href="../../../../de/mrapp/android/tabswitcher/Animation.html" title="class in de.mrapp.android.tabswitcher"><code>Animation</code></a>. The animation may not be null</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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="../../../../de/mrapp/android/tabswitcher/TabSwitcherDecorator.html" title="class in de.mrapp.android.tabswitcher"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?de/mrapp/android/tabswitcher/TabSwitcherListener.html" target="_top">Frames</a></li> <li><a href="TabSwitcherListener.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
css/stylish-portfolio.css
cassiemak/icenail
/*! * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ /* Global Styles */ html, body { width: 100%; height: 100%; } body { font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; } img#logo{ width: 500px; max-width: 90vw; height: auto; } img#footer-logo{ max-width: 150px; height: auto; padding-bottom: 10px; } .makeappt-btn{ display: block; max-width: 300px; margin: auto; margin-top: 20px; } .text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; /*background-color: #d3d3d3;*/ background-color: rgba(191,191,191,0.4); /*opacity: 0.4;*/ } .text-vertical-center h1 { margin: 0; padding: 0; font-size: 3.5em; font-weight: 700; color: white; } .text-vertical-center h1 div { display: inline-block; } /* Custom Button Styles */ .btn-dark { border-radius: 0; color: #fff; /*background-color: rgba(0,0,0,0.4);*/ /*background-color: purple;*/ background-color: rgba(104,34,139,0.6); /*opacity: 0.6;*/ } .btn-dark:hover, .btn-dark:focus, .btn-dark:active { color: #fff; /*background-color: rgba(0,0,0,0.7);*/ /*background-color: purple;*/ background-color: green; opacity: 0.9; } .btn-light { border-radius: 0; color: #333; background-color: rgb(255,255,255); } .btn-light:hover, .btn-light:focus, .btn-light:active { color: #333; background-color: rgba(255,255,255,0.8); } /* Custom Horizontal Rule */ hr.small { max-width: 100px; } /* Side Menu */ #sidebar-wrapper { z-index: 1000; position: fixed; right: 0; width: 250px; height: 100%; margin-right: -250px; overflow-y: auto; background: #222; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 20px; line-height: 40px; } .sidebar-nav li a { display: block; text-decoration: none; color: #999; } .sidebar-nav li a:hover { text-decoration: none; color: #fff; background: rgba(255,255,255,0.2); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 55px; font-size: 18px; line-height: 55px; } .sidebar-nav > .sidebar-brand a { color: #999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } #menu-toggle { z-index: 1; position: fixed; top: 0; right: 0; } #sidebar-wrapper.active { right: 250px; width: 250px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; } .toggle { margin: 5px 5px 0 0; } /* Header */ .header { display: table; position: relative; width: 100%; height: 100%; background: url(../img/11f-1.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #top > div > h1 { color: white; font-size: 100px; } /* About */ .about { padding: 50px 0; } #about > div > div > div > p { font-size: 15px; } /* Services */ #services span { background-color: white; border-radius: 100px; margin-bottom: 20px; } /*Icon downloaded from http://www.flaticon.com/ #9512BD*/ #services img { margin: auto; } #services span:hover, #services span:focus, #services span:active { /*background-color: rgba(104, 34, 139, 0.3)*/ } .services { padding: 50px 0; } section#services{ /*background-color: rgba(104,34,139,0.8);*/ background-color: rgba(149, 18, 189, 0.9) } .text-primary { color: rgba(104,34,139,0.5); } .service-item { margin-bottom: 30px; } .service-item > span > img { max-width: 100vw; height: auto; } /* Callout */ .callout { display: table; width: 100%; height: 400px; color: #fff; background: url(../img/11f-2.jpg) no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* Portfolio */ .portfolio { padding: 50px 0; } .portfolio-item { margin-bottom: 30px; } .img-portfolio { margin: 0 auto; /*max-width: 100vw;*/ overflow: auto; } .img-portfolio:hover { opacity: 0.8; } /* Call to Action */ .call-to-action { padding: 50px 0; } .call-to-action .btn { margin: 10px; } /* Map */ .map { height: 500px; } @media(max-width:768px) { .map { height: 75%; } } /* Footer */ footer { padding: 100px 0; } .copyright{ bottom: 0; }
citrus-admin-client/src/main/resources/src/app/components/test/detail/test-detail.html
christophd/citrus-admin
<div *ngIf="detail" class="fill"> <h4 class="box"> <i *ngIf="!detail.running" class="fa fa-play-circle color-success clickable" (click)="execute()"></i> <i *ngIf="detail.running" class="fa fa-stop-circle color-danger"></i> {{detail.name}} <span *ngIf="!detail.running" class="badge badge-success clickable pull-right" (click)="execute()" title="Run test"><i class="fa fa-play-circle"></i> Run</span><span *ngIf="detail.running" class="badge badge-danger pull-right" title="Run test"><i class="fa fa-stop-circle"></i> Run</span></h4> &nbsp;&nbsp;&nbsp;<i class="fa fa-info-circle"></i> <b>Author: </b><span class="label label-primary" [textContent]="detail.author ? detail.author : 'Unknown'"></span> <b>Status: </b><span class="label label-primary" [textContent]="detail.status ? detail.status : 'FINAL'"></span> <b *ngIf="detail.packageName">Package: </b><span *ngIf="detail.packageName" class="label label-primary">{{detail.packageName}}</span> <b>Last Result: </b> <span *ngIf="!detail.running && hasResult()" [class]="detail.result?.status == 'PASS' ? 'label label-success' : (detail.result?.status == 'FAIL' ? 'label label-danger' : 'label label-warning')" [textContent]="detail.result?.status ? detail.result?.status : 'NO RESULTS'"></span> <span *ngIf="!detail.running && !hasResult()" class="label label-default">NO_RESULTS</span> <span *ngIf="detail.running" class="label label-warning">RUNNING</span> <img *ngIf="detail.running" class="ajax-loader" src="assets/images/ajax-loader.gif" style="width: 1.3em;"/> <pills navigation="true"> <pill pill-id="sources" pill-title="Sources" active="true" pill-icon="fa fa-code"> <div class="space-top-30"></div> <pills> <pill pill-id="design-sources" pill-title="Design" active="true" pill-icon="fa fa-sitemap"><test-designer [detail]="detail"></test-designer></pill> <pill pill-id="java-sources" pill-title="Java" pill-icon="fa fa-code"><source-code [detail]="detail" editor-id="java-code" type="java"></source-code></pill> <pill *ngIf="detail.type == 'XML'" pill-id="xml-sources" pill-title="XML" pill-icon="fa fa-file-code-o"><source-code [detail]="detail" type="xml" editor-id="xml-code"></source-code></pill> <pill *ngIf="detail.type == 'GROOVY'" pill-id="groovy-sources" pill-title="Groovy" pill-icon="fa fa-file-code-o"><source-code [detail]="detail" type="groovy" editor-id="groovy-code"></source-code></pill> <pill *ngIf="detail.type == 'CUCUMBER'" pill-id="cucumber-sources" pill-title="Feature" pill-icon="fa fa-file-code-o"><source-code [detail]="detail" type="gherkin" editor-id="cucumber-code"></source-code></pill> </pills> </pill> <pill pill-id="logs" pill-title="Logs" pill-icon="fa fa-newspaper-o"> <div class="space-top-30"></div> <p>Logging Output:</p> <pre class="logger fill" [textContent]="logs"></pre> </pill> <pill pill-id="results" pill-title="Results" pill-icon="fa fa-bar-chart-o"> <div class="space-top-30"></div> <test-progress [completed]="completed" [failed]="failed"></test-progress> <test-result [detail]="detail"></test-result> <test-messages [detail]="detail"></test-messages> <p>Logging Output:</p> <pre class="logger" [textContent]="loggingFrame"></pre> </pill> </pills> </div>
public/css/watson-bootstrap-dark.css
jolt30n/Natural-Language-Classifier-Fact-or-Opinion
/*! * Bootstrap v3.1.1 * * Copyright 2014 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. * BootSwatchr built and provided by @DrewStrickland */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /* Normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; width: 100%; margin-top: 1em; margin-bottom: 2em; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 4.209em; margin: 0.67em 0; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { width: 100%; height: 2px; background-color: #E0E0E0; /*gray 10*/ color: #E0E0E0; /*gray 10*/ border: 0 none; margin-bottom: 2em; } .hr-tab { width: 100%; height: 2px; background-color: #84B9F6; /*gray 10*/ color: #E0E0E0; /*gray 10*/ border: 0 none; margin-bottom: 2em; margin-bottom: 1em; height: 1.5px; } pre { overflow: auto; } code, kbd, pre, samp { font-family: 'Source Code Pro', Lucida Console, Andale Mono, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } select { /*-webkit-appearance: none;*/ -webkit-border-radius: 0px; border-radius: 0px; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #e0e0e0; /*gray 10*/ margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } @media print { * { text-shadow: none !important; color: #121212 !important; /*gray 90*/ background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #e0e0e0; /*gray 10*/ page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #121212 !important; /*gray 90*/ } .label { border: 1px solid #121212; /*gray 90*/ } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #fff !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.4; color: #121212; /*121212 gray 90*/ background-color: #E8F2FA; /*neutral 1*/ } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } textarea { padding: 1em; width: 100%; height: 300px; border: #fff; } a { color: #73779F; /*orange 70*/ text-decoration: underline; } .no-underline { text-decoration: none; } a:hover, a:focus { color: #aeaeae; /*gray 30*/ text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #e0e0e0; /*gray 10*/ border-radius: 0px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } .service-icon { width: 100px; margin-right: 1.5em; } @media (min-width: 500px) { .service-icon { width: 130px; margin-right: 1.5em; margin-top: 1.5em; } } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 400; line-height: 1.2em; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1em; color: inherit; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 0.6em; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 3.157em; } h2, .h2 { font-size: 1.953em; } @media (min-width: 500px) { h2 .h2 { font-size: 2.369em; } } h3, .h3 { font-size: 1.563em; font-weight: 400; color: #323232; /*gray 80*/ } @media (min-width: 500px) { h3 .h3 { font-size: 1.777em; } } h4, .h4 { font-size: 1.563em; color: #323232; /*gray 80*/ } @media (min-width: 500px) { h4 .h4 { font-size: 1.777em; } } h5, .h5 { font-size: 1.25em; font-weight: 700; } @media (min-width: 500px) { h5 .h5 { font-size: 1.333em; } } h6, .h6 { font-size: 12.8px; line-height: 1.4em; } @media (min-width: 500px) { h6 .h6 { font-size: 12.03px; } } p { font-size: 16px; font-family: font-family: 'Helvetica Neue for IBM', Helvetica, Arial, Roboto, sans-serif; } small, .small { font-size: 85%; } cite { font-style: normal; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-primary { color: #325c80; /*blue 60*/ } a.text-primary:hover { color: #264A60; /*blue 70*/ } .text-info { color: #325c80; /*blue 60*/ } a.text-info:hover { color: #325c80; /*blue 60*/ } .bg-primary { color: #fff; background-color: #325c80; /*blue 60*/ } a.bg-primary:hover { background-color: #325c80; /*blue 60*/ } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #fff; } ul, ol { margin-top: 0; margin-bottom: 9px; } ol > li { font-size: 16px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-bulleted { list-style-type: circle; } .list-bulleted > li { color: #325c80; /*blue 60*/ } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.428571429; } dt { font-weight: bold; } dd { margin-left: 0; } .thin-branding { font-weight: 400; color:#fdfdfd; /*neutral 1*/ font-family: "HelveticaNeue Light"; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #5a5a5a; /*gray 60*/ } .initialism { font-size: 90%; text-transform: uppercase; } code, kbd, pre, samp { font-family: Menlo, "Menlo", Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #325c80; /*blue 60*/ background-color: #ececec; /*neutral 4*/ white-space: nowrap; border-radius: 0px; } kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; background-color: #323232; /*gray 80*/ border-radius: 0px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } pre { display: block; padding: 0px 19px; margin: 0 0 9px; font-size: 14px; line-height: 1.428571429; word-break: break-all; word-wrap: break-word; color: #323232; /*gray 80*/ background-color: #ececec; /*neutral 4*/ border: 1px solid #ececec; /*neutral 4*/ border-radius: 0px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } ::selection { background-color: #325c80; /*blue 60*/ color: #ffffff; } .pre-scrollable { max-width: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .container { width: 760px; } } @media (min-width: 992px) { .container { width: 760px; } } @media (min-width: 1200px) { .container { width: 992px; } } @media (min-width: 1824px) { .container { width: 992px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -15px; } .row .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666666666666%; } .col-xs-10 { width: 83.33333333333334%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666666666666%; } .col-xs-7 { width: 58.333333333333336%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666666666667%; } .col-xs-4 { width: 33.33333333333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.666666666666664%; } .col-xs-1 { width: 8.333333333333332%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666666666666%; } .col-xs-pull-10 { right: 83.33333333333334%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666666666666%; } .col-xs-pull-7 { right: 58.333333333333336%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666666666667%; } .col-xs-pull-4 { right: 33.33333333333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.666666666666664%; } .col-xs-pull-1 { right: 8.333333333333332%; } .col-xs-pull-0 { right: 0%; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666666666666%; } .col-xs-push-10 { left: 83.33333333333334%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666666666666%; } .col-xs-push-7 { left: 58.333333333333336%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666666666667%; } .col-xs-push-4 { left: 33.33333333333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.666666666666664%; } .col-xs-push-1 { left: 8.333333333333332%; } .col-xs-push-0 { left: 0%; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666666666666%; } .col-xs-offset-10 { margin-left: 83.33333333333334%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666666666666%; } .col-xs-offset-7 { margin-left: 58.333333333333336%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666666666667%; } .col-xs-offset-4 { margin-left: 33.33333333333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.666666666666664%; } .col-xs-offset-1 { margin-left: 8.333333333333332%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666666666666%; } .col-sm-10 { width: 83.33333333333334%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666666666666%; } .col-sm-7 { width: 58.333333333333336%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666666666667%; } .col-sm-4 { width: 33.33333333333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.666666666666664%; } .col-sm-1 { width: 8.333333333333332%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666666666666%; } .col-sm-pull-10 { right: 83.33333333333334%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666666666666%; } .col-sm-pull-7 { right: 58.333333333333336%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666666666667%; } .col-sm-pull-4 { right: 33.33333333333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.666666666666664%; } .col-sm-pull-1 { right: 8.333333333333332%; } .col-sm-pull-0 { right: 0%; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666666666666%; } .col-sm-push-10 { left: 83.33333333333334%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666666666666%; } .col-sm-push-7 { left: 58.333333333333336%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666666666667%; } .col-sm-push-4 { left: 33.33333333333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.666666666666664%; } .col-sm-push-1 { left: 8.333333333333332%; } .col-sm-push-0 { left: 0%; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666666666666%; } .col-sm-offset-10 { margin-left: 83.33333333333334%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666666666666%; } .col-sm-offset-7 { margin-left: 58.333333333333336%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666666666667%; } .col-sm-offset-4 { margin-left: 33.33333333333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.666666666666664%; } .col-sm-offset-1 { margin-left: 8.333333333333332%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666666666666%; } .col-md-10 { width: 83.33333333333334%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666666666666%; } .col-md-7 { width: 58.333333333333336%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666666666667%; } .col-md-4 { width: 33.33333333333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.666666666666664%; } .col-md-1 { width: 8.333333333333332%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666666666666%; } .col-md-pull-10 { right: 83.33333333333334%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666666666666%; } .col-md-pull-7 { right: 58.333333333333336%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666666666667%; } .col-md-pull-4 { right: 33.33333333333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.666666666666664%; } .col-md-pull-1 { right: 8.333333333333332%; } .col-md-pull-0 { right: 0%; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666666666666%; } .col-md-push-10 { left: 83.33333333333334%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666666666666%; } .col-md-push-7 { left: 58.333333333333336%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666666666667%; } .col-md-push-4 { left: 33.33333333333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.666666666666664%; } .col-md-push-1 { left: 8.333333333333332%; } .col-md-push-0 { left: 0%; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666666666666%; } .col-md-offset-10 { margin-left: 83.33333333333334%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666666666666%; } .col-md-offset-7 { margin-left: 58.333333333333336%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666666666667%; } .col-md-offset-4 { margin-left: 33.33333333333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.666666666666664%; } .col-md-offset-1 { margin-left: 8.333333333333332%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666666666666%; } .col-lg-10 { width: 83.33333333333334%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666666666666%; } .col-lg-7 { width: 58.333333333333336%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666666666667%; } .col-lg-4 { width: 33.33333333333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.666666666666664%; } .col-lg-1 { width: 8.333333333333332%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666666666666%; } .col-lg-pull-10 { right: 83.33333333333334%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666666666666%; } .col-lg-pull-7 { right: 58.333333333333336%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666666666667%; } .col-lg-pull-4 { right: 33.33333333333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.666666666666664%; } .col-lg-pull-1 { right: 8.333333333333332%; } .col-lg-pull-0 { right: 0%; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666666666666%; } .col-lg-push-10 { left: 83.33333333333334%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666666666666%; } .col-lg-push-7 { left: 58.333333333333336%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666666666667%; } .col-lg-push-4 { left: 33.33333333333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.666666666666664%; } .col-lg-push-1 { left: 8.333333333333332%; } .col-lg-push-0 { left: 0%; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666666666666%; } .col-lg-offset-10 { margin-left: 83.33333333333334%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666666666666%; } .col-lg-offset-7 { margin-left: 58.333333333333336%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666666666667%; } .col-lg-offset-4 { margin-left: 33.33333333333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.666666666666664%; } .col-lg-offset-1 { margin-left: 8.333333333333332%; } .col-lg-offset-0 { margin-left: 0%; } } .header { background: #f4f4f4; /* Neutral 3*/ border-bottom: 2px solid #ececec; /* Neutral 4*/ border-radius:none; padding-top: 1em; padding-bottom: 1em; margin:0 0 30px 0; } .header h1 { color:#325c80; font-size: 2.441em; } @media (min-width: 500px) { .header h1 { font-size: 4.209em; } } table { max-width: 100%; background-color: transparent; } th { text-align: left; background-color: #c0e6ff; /* blue 10*/ /* border-top: 2px solid #325c80;*/ } .table { width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.428571429; vertical-align: top; } .table > thead > tr > th { vertical-align: bottom; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #f4f4f4; /* Neutral 3*/ } .table .table { background-color: #ffffff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #f4f4f4; /* Neutral 3*/ } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #f4f4f4; /* Neutral 3*/ } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f4f4f4; /* Neutral 3*/ } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #C0E6FF; /*blue 10*/ } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #C0E6FF; /*blue 10*/ } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #C0E6FF; /*blue 10*/ } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #C8F08F; /*green 10*/ } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #C8F08F; /*green 10*/; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #C0E6FF; /*blue 10*/ } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #C0E6FF; /*blue 10*/ } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #FFD791; /*orange 10*/ } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #FFD791; /*orange 10*/ } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #FFD791; /*orange 10*/ } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #FFD791; /*orange 10*/ } @media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #f4f4f4; /* Neutral 3*/ -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /*code pen table */ table { margin: 2em 0 0 0; /*border-bottom: 3px solid #c0e6ff;*/ width: 100%; padding:0; border-collapse: collapse; border-spacing: 0; color: #5a5a5a; /*gray 60*/ } table tr { border-bottom: 2px solid #c0e6ff; /*blue 10*/ padding: 5px; } table th, table td { padding: 1em; text-align: left; } table th { text-transform: uppercase; letter-spacing: 1px; color:#325c80; /*blue 60*/ } @media screen and (max-width: 800px) { table { border: 0; } table thead { display: none; } table tr { margin-bottom: 10px; display: block; border-top: 3px solid #325c80; /*blue 60*/ } table td { display: block; text-align: right; border-bottom: 2px solid #c0e6ff; /*blue 10*/ } table td:last-child { border-bottom: 0; } table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: 700; color: #325c80; /*blue 60*/ } } /*code pen table */ fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } label { display: inline-block; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 1em; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .form-control { display: block; width: 100%; height: 2.5em; padding: 6px 12px; margin-bottom: 1em; font-size: 1em; line-height: 1.428571429; color: #777677; /*gray 50*/ background-color: #fff; background-image: none; border: 1px solid #e0e0e0; /*gray 10*/ border-radius: 0px; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #325c80; b/*lue 60*/ outline: 0; } .form-control::-moz-placeholder { color: #777677; /*gray 50*/ opacity: 1; } .form-control:-ms-input-placeholder { color: #777677; /*gray 50*/ } .form-control::-webkit-input-placeholder { color: #777677; /*gray 50*/ } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #fff; opacity: 1; } textarea.form-control { height: auto; resize: vertical; } input[type="search"] { -webkit-appearance: none; } input[type="date"] { line-height: 32px; } .radio, .checkbox { display: block; min-height: 18px; margin-top: 10px; margin-bottom: 10px; padding-left: 1em; } .radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: 1em; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 1em; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.33; border-radius: 0px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .has-feedback .form-control-feedback { position: absolute; top: 23px; right: 0; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #325C80; /*blue 60*/ } .has-success .form-control { border-color: #325C80; /*blue 60*/ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #325C80; /*blue 60*/ border-color: #325C80; /*blue 60*/ background-color: #C0E6FF; /*blue 10*/ } .has-success .form-control-feedback { color: #325C80; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #A53725; /*orange 60*/ } .has-warning .form-control { border-color: #A53725;/*orange 60*/ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #A53725;/*orange 60*/ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A53725; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A53725; } .has-warning .input-group-addon { color: #A53725;/*orange 60*/ border-color: #A53725;/*orange 60*/ background-color: #FFD791;/*orange 10*/ } .has-warning .form-control-feedback { color: #A53725;/*orange 60*/ } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #AD1625; /*red 60*/ } .has-error .form-control { border-color: #AD1625; #AD1625; /*red 60*/ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #AD1625; #AD1625; /*red 60*/ border-color: #AD1625; #AD1625; /*red 60*/ background-color: #f2dede; } .has-error .form-control-feedback { color: #AD1625; #AD1625; /*red 60*/ } .form-control-static { margin-bottom: 0; } .help-block { display: block; color: #5a5a5a; /*gray 60*/ padding-bottom: 1em; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 1em; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; /* margin-bottom: 1em;*/ } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: left; font-size:12px; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 1em; } .btn { display: inline-block; font-weight: 400; text-align: center; cursor: pointer; background-image: none; border: 2px solid transparent; white-space: nowrap; padding: 1em; line-height: 1.428571429; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: .15s; transition: .15s; color: #fff; background-color: #325c80; margin-bottom: 2em; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { text-decoration: none; color: #fff; background-color: #264a60; /*blue 70*/ } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #121212; /*gray 90*/ background-color: transparent; border: 2px solid #c7c7c7; /*gray 20*/ width: 100%; text-align: left; padding: 1em; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #121212; /*gray 90*/ background-color: #fff; border: 2px solid #c7c7c7; /*gray 20*/ } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: transparent; border-color: #aeaeae; /*gray 30*/ } .btn-default .badge { color: transparent; background-color: #333333; } .btn-primary { color: #325c80; background-color: transparent; border-color: #325c80; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #325c80; background-color: rgba(0, 0, 0, 0); border-color: #325c80; } .btn-secondary { display: inline-block; font-weight: 400; text-align: center; cursor: pointer; background-image: none; border: 2px solid transparent; white-space: nowrap; padding: 1em; line-height: 1.428571429; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: .15s; transition: .15s; color: #fff; background-color: #A53725; /*orange 70*/ margin-bottom: 2em; } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary { background-color: #6D120F; /*orange 80*/ } .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: transparent; border-color: #325c80; } .btn-primary .badge { color: transparent; background-color: #325c80; } .btn-success { color: #ffffff; background-color: #8cc63f; border-color: #8cc63f; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #77aa32; border-color: #5e8628; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #8cc63f; border-color: #7fb636; } .btn-success .badge { color: #8cc63f; background-color: #ffffff; } .btn-info { color: #325C80; /*blue 60*/ background-color: #C0E6FF; /*blue 10*/ text-decoration: none; margin: 1em 1em 1em 0; border: 1px solid #325C80; /*blue 60*/ } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #325C80; /*blue 60*/ background-color: #C0E6FF; /*blue 10*/ text-decoration: none; margin: 1em 1em 0 0; border: 1px solid #325C80; /*blue 60*/ } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #325C80; /*blue 60*/ background-color: #C0E6FF; /*blue 10*/ text-decoration: none; margin: 1em 1em 0 0; border: 1px solid #325C80; /*blue 60*/ } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: transparent; border-color: #ffffff; } .btn-info .badge { color: transparent; background-color: #ffffff; } .btn-warning { color: #ffffff; background-color: #f19027; border-color: #ef840f; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #e17c0f; border-color: #b6640c; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f19027; border-color: #ef840f; } .btn-warning .badge { color: #f19027; background-color: #ffffff; } .btn-danger { color: #ffffff; background-color: #f04e37; border-color: #ee391f; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #ec2d12; border-color: #c2250f; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #f04e37; border-color: #ee391f; } .btn-danger .badge { color: #f04e37; background-color: #ffffff; } .btn-link { color: #fff; font-weight: normal; cursor: pointer; border-radius: 0; background-color: #D74108; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #999999; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.33; border-radius: 0px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; line-height: 1.5; border-radius: 0px; } .btn-sm { font-size: 12.8px; line-height: 1.4em; } @media (min-width: 500px) { .btn-sm { font-size: 12.03px; } } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0px; } .btn-block { display: block; width: 100%; margin-bottom: 2em; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .caret { display: inline-block; width: 1em; height: 1em; float: right; background: url('../images/drop-down-arrow.svg') no-repeat; } .clear { clear: both; } .dropdown { position: relative; width: 100%; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: 5px 0; margin: -30px 0 0; list-style: none; font-size: 16px; background-color: #ffffff; border-radius: 0px; background-clip: padding-box; border: 1px solid #E0E0E0; /*gray 10*/ } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #eeeeee; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #325C80; /*blue 60*/ background-color: #C0E6FF; /*blue 10*/ } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #325c80; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #999999; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { /* margin-left: .75em;*/ } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.33; border-radius: 0px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #fff; border: 1px solid #222222; border-radius: 0px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 0px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 0px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 0 1em 1em 1em; text-decoration: none; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #404041; border-color: #325c80; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { color: #A53725;; /*orange 60*/ margin-right: 2px; line-height: 1.428571429; border-radius: 0; } .nav-tabs > li > a:hover { color: #6D120F; /*orange 80*/ border-bottom: 6px solid #6D120F; /*orange 80*/ } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #A53725; /*orange 60*/ background-color: #f4f4f4; border-bottom: 6px solid #A53725; /*orange 60*/ cursor: default; } .nav-tabs > li.active > a { font-weight: 700; } .nav-tabs > li.active > a:hover { color: #A53725; /*orange 60*/ text-decoration: none; border-bottom: 6px solid #A53725; /*orange 60*/ } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 0px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 0px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #325c80; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 0px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } .fixed-nav { position: fixed; width: 230px; margin-top: 86px; margin-left: 44px; font-family: "HelveticaNeue Light"; } .fixed-nav nav { width: 100%; } .fixed-nav nav ul { width: 100%; padding: 0px; margin: 0px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .fixed-nav nav ul li { width: 100%; margin-bottom: 5px; } .fixed-nav nav ul li > * { word-wrap: break-word; } .fixed-nav ul { list-style-type: none; } .fixed-nav ul > ul, .fixed-nav nav ul > .fixed-nav ul { padding-left: 15px; border-left: 1px solid #D0CFCE; } .fixed-nav ul > li p { margin: 0px; } .navbar-fixed-top .container { width: 96%; } .anchor{ display: block; height: 55px; /*same height as header*/ margin-top: -55px; /*same height as header*/ visibility: hidden; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 3.45em; } @media (min-width: 768px) { .navbar { border-radius: 0px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; overflow-x: visible; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: relative; right: 0; left: 0; /* z-index: 1030;*/ } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .after-navbar { margin-top: 50px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 20px 15px; font-size: 17px; line-height: 18px; height: 50px; font-family: "HelveticaNeue Medium"; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; } .navbar-toggle:focus { outline: none; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 8px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { margin: 0; } .navbar-nav > li { float: left; } .navbar-nav.navbar-right:last-child { margin-right: -15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 9px; margin-bottom: 9px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 2em; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 2em; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-form.navbar-right:last-child { margin-right: -15px; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 9px; margin-bottom: 9px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { /* margin-top: .5em; margin-bottom: .5em;*/ } .navbar-text > li > a { color: #ffffff; /* padding-right: 2em;*/ text-decoration: none; } .nav-inverse-color:hover { background-color: #4178BE;/*gray 50*/ } .nav-inverse-color { padding: 5px 0; text-align: center; display: inline-block; width: 50%; } @media (min-width: 768px) { .nav-inverse-color { width: 25%; } } .navbar-text > li { list-style: none; /* display: inline-block; width: 25%*/ } .navbar-text:hover > li { list-style: none; display: inline-block; } @media (min-width: 768px) { .navbar-text { /* float: left; margin-left: nav-inverse-color1em; margin-right: 15px;*/ } .navbar-text.navbar-right:last-child { margin-right: 0; } } .navbar-default { background-color: #323232; /*gray 80*/ border-color: none; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5aaafa; /*blue 30*/ } .navbar-default .navbar-text { color: #ffffff; } .navbar-default .navbar-nav > li > a { color: #c7c7c7; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fff; border-bottom: 4px solid #5aaafa; /*blue 30*/ } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fafafa; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #666; } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: none; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fafafa; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #888888; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #333333; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; } } .navbar-default .navbar-link { color: #888888; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-inverse { background-color: #325c80; /*blue 60*/ /* border-color: #325c80;/*blue 60*/*/ } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #fafafa; border-radius: 0px; } .resources { margin-left: 1.5em; } .resources > a { padding-right: 1em; } /*.resources > a { font-size: 12.8px; line-height: 1.4em; } @media (min-width: 500px) { .resources > a{ font-size: 12.03px; } }*/ .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } .breadcrumb > .active { color: #999999; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 0px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.428571429; text-decoration: none; color: #325c80; background-color: #ffffff; border: 1px solid transparent; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #999999; background-color: none; border-color: none; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #999999; background-color: none; border-color: none; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 0px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: none; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #ffffff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0em; } .label[href]:hover, .label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #999999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #325c80; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #008cbc; } .label-success { background-color: #8cc63f; } .label-success[href]:hover, .label-success[href]:focus { background-color: #71a230; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f19027; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #d7760e; } .label-danger { background-color: #f04e37; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #e32b11; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: normal; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #325c80; border-radius: 0; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #999999; text-decoration: none; cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #325c80; background-color: #ffffff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #fafafa; border: 1px solid #eee; border-bottom: 2px solid #325c80; border-top: 2px solid #325c80; } .jumbotron h1, .jumbotron .h1 { color:#325c80; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .container .jumbotron { border-radius: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 58.5px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 0px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #325c80; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 0px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable { padding-right: 35px; } .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #325C80; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #A53725; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #AD1625; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #fafafa; border-radius: 0px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #ffffff; text-align: center; background-color: #325c80; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #8cc63f; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f19027; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #f04e37; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #325c80; border-color: #325c80; } a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; } a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #bceeff; } .list-group-item-success { color: #325C80; background-color: #dff0d8; } a.list-group-item-success { color: #325C80; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #325C80; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #325C80; border-color: #325C80; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #A53725; background-color: #fcf8e3; } a.list-group-item-warning { color: #A53725; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #A53725; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #A53725; border-color: #A53725; } .list-group-item-danger { color: #AD1625; background-color: #f2dede; } a.list-group-item-danger { color: #AD1625; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #AD1625; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #AD1625; border-color: #AD1625; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; } .panel-body { /* padding: 15px;*/ } .panel-heading { margin-top: 1em; border-top: 4px solid #4178BE; /*blue 50*/ border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom: 4px solid #4178BE; /*blue 50*/ } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #fafafa; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #eeeeee; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 0px; overflow: hidden; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } .panel-default { border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; background-color: #fdfdfd; } .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } .panel-primary { border-color: #325c80; } .panel-primary > .panel-heading { color: #ffffff; background-color: #325c80; border-color: #325c80; } .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #325c80; } .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #325c80; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #325C80; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #A53725; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #AD1625; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } .well { min-height: 20px; padding: 19px; margin-bottom: 1em; background-color: #D1F4F4; border: 1px solid #7C8888; border-radius: 0px; // -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); // box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 0px; } .well-sm { padding: 9px; border-radius: 0px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #121212; /*gray 90*/ text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #121212; /*gray 90*/ text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #121212; /*gray 90*/ } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.428571429px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.428571429; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #121212; /*gray 90*/ border-radius: 0px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #121212; /*gray 90*/ } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #121212; /*gray 90*/ } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #121212; /*gray 90*/ } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #121212; /*gray 90*/ } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #121212; /*gray 90*/ } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #121212; /*gray 90*/ } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #121212; /*gray 90*/ } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #121212; /*gray 90*/ } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#12121200000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12121200000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: none; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; background-color: #121212; /*gray 90*/ background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .float-right { float: left; } @media (min-width: 768px) { .float-right { float: right; } } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } @media print { .hidden-print { display: none !important; } } h1 { color: #325c80; font-weight: 700; } h2 { color: #1321BA; font-weight: 700; } table.table, .table tr td { border: 0; } .glyph { width: 1em; margin-right: 8px; } .icon { width: 2em; margin: 8px 0px; } .icon-text { clear: both; display: inline; font-weight: 700; } .icon-text > a { color: #325c80; /*blue 60*/ } .med-icon { width: 4em; margin: 8px; } .btn-lg, .btn-group-lg > .btn { border: 2px solid; } .btn-default:hover { color: #121212; /*gray 90*/ background-color: #fff; border-color: #aeaeae; /*gray 30*/ } .btn-primary:hover { background-color: #325c80; color: #fff; border-color: #325c80; } .btn-success:hover { background-color: #fff; color: #8cc63f; border-color: #8cc63f; } .navbar { border-bottom: 1px solid #404041; color:#F9F9F9; } .navbar .active { border-bottom: 4px solid #00b4a0; } .navbar-form input { font-weight: 200; background-color: #fff; border: 1px solid #999999; } .pagination { font-weight: 200; } .pagination .active { font-weight: 800; } .label { border-radius: 0; } .label-default { border-bottom: 2px solid #999999; color: #999999; background-color: #ffffff; } .label-primary { border-bottom: 2px solid #325c80; color: #325c80; background-color: #d6f4ff; } .label-success { border-bottom: 2px solid #8cc63f; color: #8cc63f; background-color: #f6fbf0; } .label-info { border-bottom: 2px solid #5bc0de; color: #5bc0de; background-color: #f0f9fc; } .label-warning { border-bottom: 2px solid #f19027; color: #f19027; background-color: #fdf2e7; } .label-danger { border-bottom: 2px solid #f04e37; color: #f04e37; background-color: #fef6f5; } .progress { height: 10px; } .panel-heading { font-weight: 700; } .breadcrumb .active { color: #333333; } /*Sidebar Nav */ .sidebar { top:50px; background: #231F20; background: linear-gradient(45deg, #231F20 50%, #333 95%); position: fixed; height: 100%; overflow-y: auto; z-index: 1000; font-size:16px; font-weight:500; border-right:1px solid #666; box-shadow: 2px 0px 4px rgba(200,200,200,0.6); } #page-content-wrapper { width: 100%; } .sidebar-nav { list-style: none; margin: 0; padding: 50px 0 0; } .sidebar-nav li { line-height: 40px; text-indent: 20px; } .sidebar-nav li a { color: #c7c7c7; display: block; text-decoration: none; } .sidebar-nav li a:hover { color: #fafafa; text-decoration: none; } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 65px; line-height: 50px; font-size: 18px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } .content-header { height: 65px; line-height: 65px; } .content-header h1 { margin: 0; margin-left: 20px; line-height: 65px; display: inline-block; } #menu-toggle { display: none; } .inset { padding: 20px; } @media (max-width:767px) { #wrapper { padding-left: 0; } #sidebar-wrapper { left: 0; } #wrapper.active { position: relative; left: 250px; } #wrapper.active #sidebar-wrapper { left: 235px; width: 235px; transition: all 0.4s ease 0s; } #menu-toggle { display: inline-block; } .inset { padding: 15px; }
_site/其他/2016/05/03/南京恒大中医院/index.html
fushenghua/GetHosp
<!DOCTYPE html> <html> <head> <base href="http://fushenghua.github.io/GetHosp"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>南京恒大中医院</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="GetHosp"> <link rel="canonical" href="http://fushenghua.github.io/GetHosphttp://fushenghua.github.io/GetHosp/%E5%85%B6%E4%BB%96/2016/05/03/%E5%8D%97%E4%BA%AC%E6%81%92%E5%A4%A7%E4%B8%AD%E5%8C%BB%E9%99%A2/"> <!-- Custom CSS --> <link rel="stylesheet" href="http://fushenghua.github.io/GetHosp/css/main.css"> </head> <body> <header class="site-header"> <div class="wrap"> <a class="site-title" href="http://fushenghua.github.io/GetHosp/">GetHosp</a> <nav class="site-nav"> <a href="#" class="menu-icon"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 15" enable-background="new 0 0 18 15" xml:space="preserve"> <path fill="#505050" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> <path fill="#505050" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> <path fill="#505050" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> </svg> </a> <div class="trigger"> <a class="page-link" href="http://fushenghua.github.io/GetHosp/about/">About</a> </div> </nav> </div> </header> <div class="page-content"> <div class="wrap"> <div class="post"> <header class="post-header"> <h1>南京恒大中医院</h1> <p class="meta">May 3, 2016</p> </header> <article class="post-content"> <p>南京恒大中医院</p> <p>信息</p> </article> </div> </div> </div> <footer class="site-footer"> <div class="wrap"> <h2 class="footer-heading">GetHosp</h2> <div class="footer-col-1 column"> <ul> <li>GetHosp</li> <li><a href="mailto:fushenghua2012@gmail.com">fushenghua2012@gmail.com</a></li> </ul> </div> <div class="footer-col-2 column"> <ul> <li> <a href="https://github.com/fushenghua"> <span class="icon github"> <svg version="1.1" class="github-icon-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"> <path fill-rule="evenodd" clip-rule="evenodd" fill="#C2C2C2" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/> </svg> </span> <span class="username">fushenghua</span> </a> </li> </ul> </div> <div class="footer-col-3 column"> <p class="text">GetHosp</p> </div> </div> </footer> </body> </html>
2017.7.0/apidocs/org/wildfly/swarm/config/management/access/class-use/RoleMapping.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Thu Jul 06 10:54:05 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.config.management.access.RoleMapping (Public javadocs 2017.7.0 API)</title> <meta name="date" content="2017-07-06"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.wildfly.swarm.config.management.access.RoleMapping (Public javadocs 2017.7.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/class-use/RoleMapping.html" target="_top">Frames</a></li> <li><a href="RoleMapping.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.wildfly.swarm.config.management.access.RoleMapping" class="title">Uses of Class<br>org.wildfly.swarm.config.management.access.RoleMapping</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.management">org.wildfly.swarm.config.management</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.management.access">org.wildfly.swarm.config.management.access</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.management"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a> in <a href="../../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</a> that return <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></code></td> <td class="colLast"><span class="typeNameLabel">AuthorizationAccess.AuthorizationAccessResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/AuthorizationAccess.AuthorizationAccessResources.html#roleMapping-java.lang.String-">roleMapping</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</a> that return types with arguments of type <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AuthorizationAccess.AuthorizationAccessResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/AuthorizationAccess.AuthorizationAccessResources.html#roleMappings--">roleMappings</a></span>()</code> <div class="block">Get the list of RoleMapping resources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/management/AuthorizationAccess.html" title="type parameter in AuthorizationAccess">T</a></code></td> <td class="colLast"><span class="typeNameLabel">AuthorizationAccess.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/AuthorizationAccess.html#roleMapping-org.wildfly.swarm.config.management.access.RoleMapping-">roleMapping</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&nbsp;value)</code> <div class="block">Add the RoleMapping object to the list of subresources</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</a> with type arguments of type <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/management/AuthorizationAccess.html" title="type parameter in AuthorizationAccess">T</a></code></td> <td class="colLast"><span class="typeNameLabel">AuthorizationAccess.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/AuthorizationAccess.html#roleMappings-java.util.List-">roleMappings</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&gt;&nbsp;value)</code> <div class="block">Add all RoleMapping objects to this subresource</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.management.access"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a> in <a href="../../../../../../../org/wildfly/swarm/config/management/access/package-summary.html">org.wildfly.swarm.config.management.access</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../org/wildfly/swarm/config/management/access/package-summary.html">org.wildfly.swarm.config.management.access</a> with type parameters of type <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&lt;T&gt;&gt;</span></code> <div class="block">A mapping of users and groups to a specific role.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMappingConsumer.html" title="interface in org.wildfly.swarm.config.management.access">RoleMappingConsumer</a>&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&lt;T&gt;&gt;</span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMappingSupplier.html" title="interface in org.wildfly.swarm.config.management.access">RoleMappingSupplier</a>&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a>&gt;</span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/management/access/package-summary.html">org.wildfly.swarm.config.management.access</a> that return <a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">RoleMapping</a></code></td> <td class="colLast"><span class="typeNameLabel">RoleMappingSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMappingSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of RoleMapping resource</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/management/access/RoleMapping.html" title="class in org.wildfly.swarm.config.management.access">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.7.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/access/class-use/RoleMapping.html" target="_top">Frames</a></li> <li><a href="RoleMapping.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
src/templates/izpack/README.html
griffon/griffon-installer-plugin
<html> <head> <title>Readme @app.name@</title> </head> <body> <p align="center"><img src="griffon.splash"/></p> <h3>Welcome to @app.name@!</h3> <p>This will install and setup <b>@app.name@</b>.</p> <center> <table border="0"> <tr> <td valign="middle"><a href="http://griffon.codehaus.org"><img src="griffon.logo" border="0"/></a></td> <td valign="middle"><a href="http://groovy.codehaus.org"><img src="groovy.logo" border="0"/></a></td> </tr> <tr> <td valign="top" align="center"><b>Griffon</b></td> <td valign="top" align="center"><b>Groovy</b></td> </tr> </table> </center> <p> <h3>About this Distribution</h3> This installer was created using IzPack (see <a href="http://izpack.org/">http://izpack.org/</a>). </body> <html>
docs/psidev/psi/mi/jami/bridges/ols/class-use/OlsOntologyTermFetcher.html
MICommunity/psi-jami
<!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_252) on Fri Aug 20 17:47:57 BST 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class psidev.psi.mi.jami.bridges.ols.OlsOntologyTermFetcher (PSI :: JAMI - Java framework for molecular interactions 3.2.12 API)</title> <meta name="date" content="2021-08-20"> <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 psidev.psi.mi.jami.bridges.ols.OlsOntologyTermFetcher (PSI :: JAMI - Java framework for molecular interactions 3.2.12 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../psidev/psi/mi/jami/bridges/ols/OlsOntologyTermFetcher.html" title="class in psidev.psi.mi.jami.bridges.ols">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?psidev/psi/mi/jami/bridges/ols/class-use/OlsOntologyTermFetcher.html" target="_top">Frames</a></li> <li><a href="OlsOntologyTermFetcher.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 psidev.psi.mi.jami.bridges.ols.OlsOntologyTermFetcher" class="title">Uses of Class<br>psidev.psi.mi.jami.bridges.ols.OlsOntologyTermFetcher</h2> </div> <div class="classUseContainer">No usage of psidev.psi.mi.jami.bridges.ols.OlsOntologyTermFetcher</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="../../../../../../../psidev/psi/mi/jami/bridges/ols/OlsOntologyTermFetcher.html" title="class in psidev.psi.mi.jami.bridges.ols">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?psidev/psi/mi/jami/bridges/ols/class-use/OlsOntologyTermFetcher.html" target="_top">Frames</a></li> <li><a href="OlsOntologyTermFetcher.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p> </body> </html>
2.1.0.Final/apidocs/org/wildfly/swarm/opentracing/package-frame.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Aug 14 15:31:50 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.opentracing (BOM: * : All 2.1.0.Final API)</title> <meta name="date" content="2018-08-14"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../org/wildfly/swarm/opentracing/package-summary.html" target="classFrame">org.wildfly.swarm.opentracing</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="OpenTracingFraction.html" title="class in org.wildfly.swarm.opentracing" target="classFrame">OpenTracingFraction</a></li> </ul> </div> </body> </html>
docs/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.uievent/-key-code/-k-e-y_-e/code.html
Hexworks/zircon
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>code</title> <link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../../";</script> <script type="text/javascript" src="../../../../scripts/sourceset_dependencies.js" async="async"></script> <link href="../../../../styles/style.css" rel="Stylesheet"> <link href="../../../../styles/logo-styles.css" rel="Stylesheet"> <link href="../../../../styles/jetbrains-mono.css" rel="Stylesheet"> <link href="../../../../styles/main.css" rel="Stylesheet"> <script type="text/javascript" src="../../../../scripts/clipboard.js" async="async"></script> <script type="text/javascript" src="../../../../scripts/navigation-loader.js" async="async"></script> <script type="text/javascript" src="../../../../scripts/platform-content-handler.js" async="async"></script> <script type="text/javascript" src="../../../../scripts/main.js" async="async"></script> </head> <body> <div id="container"> <div id="leftColumn"> <div id="logo"></div> <div id="paneSearch"></div> <div id="sideMenu"></div> </div> <div id="main"> <div id="leftToggler"><span class="icon-toggler"></span></div> <script type="text/javascript" src="../../../../scripts/pages.js"></script> <script type="text/javascript" src="../../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="org.hexworks.zircon.api.uievent/KeyCode.KEY_E/code/#/PointingToDeclaration//-828656838"> <div class="navigation-wrapper" id="navigation-wrapper"> <div class="breadcrumbs"><a href="../../../index.html">zircon.core</a>/<a href="../../index.html">org.hexworks.zircon.api.uievent</a>/<a href="../index.html">KeyCode</a>/<a href="index.html">KEY_E</a>/<a href="code.html">code</a></div> <div class="pull-right d-flex"> <div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":zircon.core:dokkaHtml/commonMain">common</button></div> <div id="searchBar"></div> </div> </div> <div class="cover "> <h1 class="cover"><span>code</span></h1> </div> <div class="divergent-group" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div> <div> <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.core:dokkaHtml/commonMain"><div class="symbol monospace">val <a href="code.html">code</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> </div> <p class="paragraph">The unicode key code for the given key</p></div> </div> <div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div> </div> </div> </body> </html>
doc/shell/geometry/GooMetry.html
xin81/gshellmap
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Sun Mar 01 17:54:10 CET 2015 --> <title>GooMetry</title> <meta name="date" content="2015-03-01"> <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="GooMetry"; } //--> </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/GooMetry.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../shell/geometry/GooMetryShell.html" title="class in shell.geometry"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?shell/geometry/GooMetry.html" target="_top">Frames</a></li> <li><a href="GooMetry.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">shell.geometry</div> <h2 title="Class GooMetry" class="title">Class GooMetry</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>shell.geometry.GooMetry</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">GooMetry</span> extends java.lang.Object</pre> <div class="block">Calculates latitude, longitude and elevation values by a given address or location point. dlat=1°=111 km dl=1°=60 min</div> <dl><dt><span class="strong">Author:</span></dt> <dd>Nguyen Viet Tan</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../shell/geometry/GooMetry.html#GooMetry()">GooMetry</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../shell/geometry/GooMetry.html#GooMetry(java.lang.String)">GooMetry</a></strong>(java.lang.String&nbsp;address)</code> <div class="block">Sets some default values, and specifies the address</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#addAddressByLatLng(com.google.maps.GeoApiContext,%20double,%20double)">addAddressByLatLng</a></strong>(com.google.maps.GeoApiContext&nbsp;context, double&nbsp;latitude, double&nbsp;longitude)</code> <div class="block">Translates a combination of a latitude -, and longitude value into a human readable address, and stores each address in a string array</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#getAddress()">getAddress</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String[]</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#getAddresses()">getAddresses</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#getElevation()">getElevation</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#getLatitude()">getLatitude</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>com.google.maps.model.LatLng</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#getLocation()">getLocation</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#getLongitude()">getLongitude</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../shell/geometry/GooMetry.html#retrieve(com.google.maps.GeoApiContext)">retrieve</a></strong>(com.google.maps.GeoApiContext&nbsp;context)</code> <div class="block">Retrieves latitude/longitude values elevation values and updates all corresponding data</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="GooMetry()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GooMetry</h4> <pre>public&nbsp;GooMetry()</pre> </li> </ul> <a name="GooMetry(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>GooMetry</h4> <pre>public&nbsp;GooMetry(java.lang.String&nbsp;address)</pre> <div class="block">Sets some default values, and specifies the address</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>address</code> - location point as string</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="addAddressByLatLng(com.google.maps.GeoApiContext, double, double)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addAddressByLatLng</h4> <pre>public&nbsp;void&nbsp;addAddressByLatLng(com.google.maps.GeoApiContext&nbsp;context, double&nbsp;latitude, double&nbsp;longitude) throws java.lang.Exception</pre> <div class="block">Translates a combination of a latitude -, and longitude value into a human readable address, and stores each address in a string array</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.Exception</code></dd></dl> </li> </ul> <a name="getAddresses()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAddresses</h4> <pre>public&nbsp;java.lang.String[]&nbsp;getAddresses()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>an array of all addresses found by GeocodingApi</dd></dl> </li> </ul> <a name="retrieve(com.google.maps.GeoApiContext)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>retrieve</h4> <pre>public&nbsp;void&nbsp;retrieve(com.google.maps.GeoApiContext&nbsp;context)</pre> <div class="block">Retrieves <ul> <li>latitude/longitude values</li> <li>elevation values</li> </ul> and updates all corresponding data</div> </li> </ul> <a name="getAddress()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAddress</h4> <pre>public&nbsp;java.lang.String&nbsp;getAddress()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>address as string</dd></dl> </li> </ul> <a name="getLocation()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLocation</h4> <pre>public&nbsp;com.google.maps.model.LatLng&nbsp;getLocation()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>location as a location point</dd></dl> </li> </ul> <a name="getLatitude()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLatitude</h4> <pre>public&nbsp;double&nbsp;getLatitude()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>latitude as a double</dd></dl> </li> </ul> <a name="getLongitude()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLongitude</h4> <pre>public&nbsp;double&nbsp;getLongitude()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>longitude as a double</dd></dl> </li> </ul> <a name="getElevation()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getElevation</h4> <pre>public&nbsp;double&nbsp;getElevation()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>elevation as a double</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/GooMetry.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../shell/geometry/GooMetryShell.html" title="class in shell.geometry"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?shell/geometry/GooMetry.html" target="_top">Frames</a></li> <li><a href="GooMetry.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Program/ANTS/doc/post_processing/package-frame.html
piekstra/ANTS
<!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_79) on Fri Mar 25 02:43:34 PDT 2016 --> <title>post_processing</title> <meta name="date" content="2016-03-25"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../post_processing/package-summary.html" target="classFrame">post_processing</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="PostProcessor.html" title="class in post_processing" target="classFrame">PostProcessor</a></li> <li><a href="ScheduleEventComparator.html" title="class in post_processing" target="classFrame">ScheduleEventComparator</a></li> <li><a href="ScheduleToCSV.html" title="class in post_processing" target="classFrame">ScheduleToCSV</a></li> </ul> </div> </body> </html>
treebanks/lzh_kyoto/lzh_kyoto-feat-Degree.html
UniversalDependencies/universaldependencies.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of Degree in UD_Classical_Chinese-Kyoto</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/lzh_kyoto/lzh_kyoto-feat-Degree.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2 id="treebank-statistics-ud_classical_chinese-kyoto-features-degree">Treebank Statistics: UD_Classical_Chinese-Kyoto: Features: <code class="language-plaintext highlighter-rouge">Degree</code></h2> <p>This feature is universal but the values <code class="language-plaintext highlighter-rouge">Equ</code> are language-specific. It occurs with 4 different values: <code class="language-plaintext highlighter-rouge">Cmp</code>, <code class="language-plaintext highlighter-rouge">Equ</code>, <code class="language-plaintext highlighter-rouge">Pos</code>, <code class="language-plaintext highlighter-rouge">Sup</code>.</p> <p>18711 tokens (7%) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>. 1079 types (13%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>. 1058 lemmas (13%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>. The feature is used with 3 part-of-speech tags: <tt><a href="lzh_kyoto-pos-VERB.html">VERB</a></tt> (15620; 6% instances), <tt><a href="lzh_kyoto-pos-ADV.html">ADV</a></tt> (3089; 1% instances), <tt><a href="lzh_kyoto-pos-ADP.html">ADP</a></tt> (2; 0% instances).</p> <h3 id="verb"><code class="language-plaintext highlighter-rouge">VERB</code></h3> <p>15620 <tt><a href="lzh_kyoto-pos-VERB.html">VERB</a></tt> tokens (17% of all <code class="language-plaintext highlighter-rouge">VERB</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <p><code class="language-plaintext highlighter-rouge">VERB</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Degree</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Equ</code> (1025; 7% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 如、 若、 猶、 奈、 區、 亞、 柰</li> <li><code class="language-plaintext highlighter-rouge">Pos</code> (14595; 93% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 大、 太、 同、 明、 正、 皇、 平、 重、 可、 多</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (75918): 曰、 以、 有、 無、 至、 立、 為、 行、 知、 謂</li> </ul> <table> <tr><th>Paradigm <i>若</i></th><th><tt>Pos</tt></th><th><tt>Equ</tt></th></tr> <tr><td><tt>_</tt></td><td>若</td><td>若</td></tr> <tr><td><tt><tt><a href="lzh_kyoto-feat-VerbForm.html">VerbForm</a></tt><tt>=Part</tt></tt></td><td></td><td>若</td></tr> </table> <p><code class="language-plaintext highlighter-rouge">Degree</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">VERB</code>. 100% lemmas (991) occur only with one value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <h3 id="adv"><code class="language-plaintext highlighter-rouge">ADV</code></h3> <p>3089 <tt><a href="lzh_kyoto-pos-ADV.html">ADV</a></tt> tokens (11% of all <code class="language-plaintext highlighter-rouge">ADV</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">ADV</code> and <code class="language-plaintext highlighter-rouge">Degree</code> co-occurred: <tt><a href="lzh_kyoto-feat-Polarity.html">Polarity</a></tt><tt>=EMPTY</tt> (3089; 100%), <tt><a href="lzh_kyoto-feat-AdvType.html">AdvType</a></tt><tt>=EMPTY</tt> (2955; 96%), <tt><a href="lzh_kyoto-feat-VerbForm.html">VerbForm</a></tt><tt>=Conv</tt> (2955; 96%).</p> <p><code class="language-plaintext highlighter-rouge">ADV</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Degree</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Cmp</code> (20; 1% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 滋、 良、 愈、 益、 差、 浸、 質</li> <li><code class="language-plaintext highlighter-rouge">Equ</code> (68; 2% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 如、 若、 猶、 奈、 區、 恰</li> <li><code class="language-plaintext highlighter-rouge">Pos</code> (2912; 94% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 大、 然、 凡、 獨、 善、 多、 甚、 難、 毎、 小</li> <li><code class="language-plaintext highlighter-rouge">Sup</code> (89; 3% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 實、 頗、 最、 愼、 已、 酷、 報、 寔、 特、 細</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (23829): 不、 以、 則、 皆、 必、 故、 亦、 乃、 未、 非</li> </ul> <table> <tr><th>Paradigm <i>若</i></th><th><tt>Pos</tt></th><th><tt>Equ</tt></th></tr> <tr><td><tt></tt></td><td>若</td><td>若</td></tr> </table> <p><code class="language-plaintext highlighter-rouge">Degree</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">ADV</code>. 98% lemmas (358) occur only with one value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <h3 id="adp"><code class="language-plaintext highlighter-rouge">ADP</code></h3> <p>2 <tt><a href="lzh_kyoto-pos-ADP.html">ADP</a></tt> tokens (0% of all <code class="language-plaintext highlighter-rouge">ADP</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Degree</code>.</p> <p><code class="language-plaintext highlighter-rouge">ADP</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Degree</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Equ</code> (2; 100% of non-empty <code class="language-plaintext highlighter-rouge">Degree</code>): 如</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (5334): 於、 與、 于、 自、 為、 乎、 爲、 及、 由、 兮</li> </ul> <h2 id="relations-with-agreement-in-degree">Relations with Agreement in <code class="language-plaintext highlighter-rouge">Degree</code></h2> <p>The 10 most frequent relations where parent and child node agree in <code class="language-plaintext highlighter-rouge">Degree</code>: <tt>VERB –[<tt><a href="lzh_kyoto-dep-compound-redup.html">compound:redup</a></tt>]–&gt; VERB</tt> (253; 98%), <tt>ADV –[<tt><a href="lzh_kyoto-dep-compound-redup.html">compound:redup</a></tt>]–&gt; VERB</tt> (33; 100%), <tt>VERB –[<tt><a href="lzh_kyoto-dep-fixed.html">fixed</a></tt>]–&gt; VERB</tt> (3; 100%), <tt>VERB –[<tt><a href="lzh_kyoto-dep-parataxis.html">parataxis</a></tt>]–&gt; ADV</tt> (2; 100%).</p> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = ''; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- 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-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
WebSharper.Html.Tests/Main.html
intellifactory/websharper.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta data-replace="meta" /> <title>${title}</title> <link data-replace="styles" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" /> <style> /* Sticky footer styles */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; background-color: #f5f5f5; } .container .text-muted { margin: 20px 0; } </style> </head> <body> <h1><b>Testing</b> <b>something</b><i>!</i></h1> <div data-replace="body"></div> <script data-replace="scripts"></script> </body> </html>
moocng/badges/templates/badge_image.html
GeographicaGS/moocng
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:openbadges="http://openbadges.org" x="0px" y="0px" width="26px" height="26px" viewBox="0 0 26 26" enable-background="new 0 0 26 26" xml:space="preserve" fill="{% if badge.color %}{{ badge.color }}{% endif %}"> {% if assertion %} <openbadges:assertion verify="https://{{ site }}/badges/assertion/{{ badge.id }}.json"> <![CDATA[ {% autoescape off %}{{ assertion }}{% endautoescape %} ]]> </openbadges:assertion> {% endif %} <g> <g> <g> <path d="M14.999,9.262V7L11,1H7.001L11,7h-0.001v2.263C7.551,10.152,5,13.274,5,17c0,4.418,3.582,8,8,8s8-3.582,8-8 C21,13.273,18.448,10.151,14.999,9.262z M11.999,9V8h2v1H11.999z M13,23c-3.309,0-6-2.691-6-6s2.691-6,6-6s6,2.691,6,6 S16.309,23,13,23z"/> </g> </g> <g> <polygon points="19,1 15.001,1 13.601,3.1 15.6,6.099"/> </g> <g> <circle cx="13" cy="17" r="4"/> </g> </g> </svg>
DOSBox/docs/api/command/library/package-frame.html
rene-anderes/edu
<!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_60) on Sat Mar 26 16:07:49 CET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>command.library (DOSBox 1.0.0-SNAPSHOT API)</title> <meta name="date" content="2016-03-26"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../command/library/package-summary.html" target="classFrame">command.library</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="CmdDate.html" title="class in command.library" target="classFrame">CmdDate</a></li> <li><a href="CmdDateTime.html" title="class in command.library" target="classFrame">CmdDateTime</a></li> <li><a href="CmdExit.html" title="class in command.library" target="classFrame">CmdExit</a></li> <li><a href="CmdFormat.html" title="class in command.library" target="classFrame">CmdFormat</a></li> <li><a href="CmdHelp.html" title="class in command.library" target="classFrame">CmdHelp</a></li> <li><a href="CmdRename.html" title="class in command.library" target="classFrame">CmdRename</a></li> <li><a href="CmdTime.html" title="class in command.library" target="classFrame">CmdTime</a></li> <li><a href="CmdType.html" title="class in command.library" target="classFrame">CmdType</a></li> <li><a href="CmdVer.html" title="class in command.library" target="classFrame">CmdVer</a></li> <li><a href="CommandFactory.html" title="class in command.library" target="classFrame">CommandFactory</a></li> </ul> </div> </body> </html>
lib/apache-jena-2.10.1/javadoc-arq/org/apache/jena/atlas/lib/cache/package-frame.html
chinhnc/floodlight
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 22:08:46 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.apache.jena.atlas.lib.cache (Apache Jena ARQ)</title> <meta name="date" content="2013-05-11"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../../org/apache/jena/atlas/lib/cache/package-summary.html" target="classFrame">org.apache.jena.atlas.lib.cache</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="Getter.html" title="interface in org.apache.jena.atlas.lib.cache" target="classFrame"><i>Getter</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Cache0.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">Cache0</a></li> <li><a href="Cache1.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">Cache1</a></li> <li><a href="CacheLRU.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheLRU</a></li> <li><a href="CacheSetLRU.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheSetLRU</a></li> <li><a href="CacheSetSync.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheSetSync</a></li> <li><a href="CacheSetWrapper.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheSetWrapper</a></li> <li><a href="CacheSimple.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheSimple</a></li> <li><a href="CacheStatsAtomic.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheStatsAtomic</a></li> <li><a href="CacheStatsSimple.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheStatsSimple</a></li> <li><a href="CacheSync.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheSync</a></li> <li><a href="CacheUnbounded.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheUnbounded</a></li> <li><a href="CacheWithGetter.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheWithGetter</a></li> <li><a href="CacheWrapper.html" title="class in org.apache.jena.atlas.lib.cache" target="classFrame">CacheWrapper</a></li> </ul> </div> </body> </html>
examples/themeLabelLayer.html
SuperMap/iClient-for-JavaScript
<!DOCTYPE> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>标签专题图层</title> <style type="text/css"> body{ margin: 0; overflow: hidden; background: #fff; } #map{ position: relative; height: 510px; border:1px solid #3473b7; } #toolbar { position: relative; padding-top: 5px; padding-bottom: 10px; } </style> <link href='./css/bootstrap.min.css' rel='stylesheet' /> <link href='./css/bootstrap-responsive.min.css' rel='stylesheet' /> <script src='../libs/SuperMap.Include.js'></script> <script type="text/javascript"> var map, layer, vectorLayer, selectFeature, popup, strategy, host = document.location.toString().match(/file:\/\//)?"http://localhost:8090":'http://' + document.location.host, url=host+"/iserver/services/map-world/rest/maps/World"; function init(){ map = new SuperMap.Map("map",{controls: [ new SuperMap.Control.LayerSwitcher(), new SuperMap.Control.ScaleLine(), new SuperMap.Control.Zoom(), new SuperMap.Control.Navigation({ dragPanOptions: { enableKinetic: true } })] }); layer = new SuperMap.Layer.TiledDynamicRESTLayer("世界地图", url, {transparent: true, cacheEnabled: true}, {maxResolution:"auto"}); layer.events.on({"layerInitialized":addLayer}); //新建一个策略 strategy = new SuperMap.Strategy.GeoText(); //新建一个标签专题图层 vectorLayer = new SuperMap.Layer.Vector("Label",{strategies: [strategy]}); //设置标签的样式 strategy.style = { fontColor:"#FF7F00", fontWeight:"bolder", fontSize:"14px", fill: true, fillColor: "#FFFFFF", fillOpacity: 1, stroke: true, strokeColor:"#8B7B8B" }; //用于标签分组的属性字段名称 strategy.groupField = "CAP_POP"; //标签分组数组 strategy.styleGroups = [ { start:200000, end:500000, style:{ fontColor:"#FF4500", fontWeight:"bolder", fontSize:"18px" } }, { start:500000, end:1000000, style:{ fontColor:"#FF0000", fontWeight:"bolder", fontSize:"22px" } }, { start:1000000, end:2000000, style:{ fontColor:"#EE0000", fontWeight:"bolder", fontSize:"26px" } }, { start:2000000, end:100000000, style:{ fontColor:"#CD0000", fontWeight:"bolder", fontSize:"30px" } } ]; } function addLayer() { map.addLayers([layer, vectorLayer]); map.setCenter(new SuperMap.LonLat(0, 0), 0); //通过selectFeature控件为标签添加点击事件 var callbacks = { click: function(feature){ closeInfoWin(); //组织弹窗内容 var contentHTML = "<div style=\'font-size:.8em; opacity: 0.8; overflow-y:hidden;\'>"; contentHTML += "<div>所在国家:"+feature.attributes.COUNTRY+"</div>"; contentHTML +="<div>ID:"+feature.attributes.SmID+"</div>"; contentHTML +="<div>人口数量:"+feature.attributes.CAP_POP+"</div>"+ "</div>"; //新建一个弹窗并加入地图 popup = new SuperMap.Popup.FramedCloud("popwin",new SuperMap.LonLat(feature.attributes.SmX, feature.attributes.SmY),null,contentHTML,null,true,function(){ closeInfoWin(); }); map.addPopup(popup); } }; //实例化 selectFeature 控件 selectFeature = new SuperMap.Control.SelectFeature(vectorLayer,{callbacks:callbacks}); //map上添加控件 map.addControl(selectFeature); //激活控件 selectFeature.activate(); } //关闭弹窗 function closeInfoWin() { if (popup) { try { map.removePopup(popup); } catch (e) { } } } //使用SQL查询Capitals数据集 function addLabel() { clearLabels(); var queryParam, queryBySQLParams, queryBySQLService; queryParam = new SuperMap.REST.FilterParameter({ name: "Capitals@World.1" }); queryBySQLParams = new SuperMap.REST.QueryBySQLParameters({ queryParams: [queryParam] }); queryBySQLService = new SuperMap.REST.QueryBySQLService(url, { eventListeners: {"processCompleted": processCompleted, "processFailed": processFailed}}); queryBySQLService.processAsync(queryBySQLParams); } function processCompleted(queryEventArgs) { var i, j, labelFeas = [], //文本标签要素数组 label, //文本标签要素 feature, result = queryEventArgs.result; if (result && result.recordsets) { for (i=0; i<result.recordsets.length; i++) { if (result.recordsets[i].features) { for (j=0; j < result.recordsets[i].features.length; j++) { feature = result.recordsets[i].features[j]; if(feature.attributes.CAPITAL){ //新建GeoText对象(文本标签) label = new SuperMap.Geometry.GeoText(feature.attributes.SmX, feature.attributes.SmY, feature.attributes.CAPITAL); //新建标签要素并添加到标签要素数组。注:标签要素是指 geometry 类型为 SuperMap.Geometry.GeoText 的矢量要素(SuperMap.Feature.Vector)。 labelFeas.push(new SuperMap.Feature.Vector(label, feature.attributes)); } } } } } //将标签要素添加到标签专题图层中 vectorLayer.addFeatures(labelFeas); } function processFailed(e) { alert(e.error.errorMsg); } //清楚标签专题图层 function clearLabels() { closeInfoWin(); vectorLayer.removeAllFeatures(); } </script> </head> <body onload="init()"> <div id="toolbar"> <input type="button" class="btn" value="添加标签" onclick="addLabel()" /> <input type="button" class="btn" value="清除" onclick="clearLabels()" /> </div> <div id="map"></div> </body> </html>
client/profile.html
francoischalifour/musicscore-creator
<div id="page-content"> <div class="card card-md"> <div class="card-header">Log in</div> <form action="#" method="post"> <paper-input-decorator floatingLabel label="Username"> <input is="core-input" name="username" id="username"> </paper-input-decorator> <paper-input-decorator floatingLabel label="Password"> <input is="core-input" name="password" id="password" type="password"> </paper-input-decorator> <div horizontal center-justified layout> <button type="submit" id="connexion" onclick="document.getElementById('toast').show()" is="paper-button-submit"> Log in </button> </div> <paper-toast id="toast" text="Your username or password is incorrect."></paper-toast> <paper-toast id="toastError" text="Server unreachable."></paper-toast> </form> <script> $(function() { 'use strict'; /** * Logs the user in. * * @param {object} e The event */ $('#connexion').on('click', function(e) { e.preventDefault(); var objet = { login: $('#username').val(), password: $('#password').val() } $.ajax({ data: objet, type: 'GET', url: 'http://164.81.20.57/gestion_js/php/checkPassword.php', headers: { "Access-Control-Allow-Origin": 'http://164.81.20.57:3030', "Access-Control-Allow-Methods": 'GET, POST, OPTIONS, PUT, PATCH, DELETE', 'Access-Control-Allow-Headers': 'X-Requested-With,content-type', 'Access-Control-Allow-Credentials': true }, success: function(user) { if (user) { $('#login').html('Connecté en tant que ' + user.login); $('#login').append(' (' + user.nbCredit + ' crédits)'); $(location).attr('href', '#home'); } else { console.log('Erreur d\'authentification'); } }, error: function(err) { document.getElementById('toastError').show(); } }); }); }); </script> </div> </div>
showcase.html
Nishan13/travelGuideKTM
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Travel Guide Kathmandu</title> <link rel="stylesheet" href="system/css/main.css"> <link rel="stylesheet" href="system/css/responsive.css"> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> </head> <body> <div id="sidebar"> <button class="sb_btn">&#10140;</button> <ul> <a href="/"><li>HOME</li></a> <li class="nohover">CATEGORIES <ul> <a href="showCategories.html#temple"><li><img src="system/img/temple.png" alt="">Temples</li></a> <a href="showCategories.html#museum"><li><img src="system/img/museum.png" alt="">Museums</li></a> <a href="showCategories.html#park"><li><img src="system/img/park.png" alt="">Parks</li></a> <a href="showCategories.html#palace"><li><img src="system/img/palace.png" alt="">Durbar Squares</li></a> <a href="/"><li style="padding-left:35px">more...</li></a> </ul> </li> <a href=""><li>FAVOURITES</li></a> <a href=""><li>TRENDING</li></a> </ul> </div> <header> <button class="sb_btn">&#8801;</button> <p class="title">Travel Guide Kathmandu</p> </header> <div id="workspace"> <div id="main"> <p class="title"></p> <img src="system/img/pashupati4.jpg" alt="" class="shImg"> <p class="sub-title">Description</p> <div class="descrip"> </div> <p class="sub-title">Gallery</p> <!--<div class="gallery" style="padding:10px"> <div class="stock" style="background:#48b"><img src="system/img/pashupati.jpg" alt=""></div> <div class="stock" style="background:#a22"><img src="system/img/pashupati2.jpg" alt=""></div> <div class="stock" style="background:#393"><img src="system/img/pashupati3.jpg" alt=""></div> <div class="stock" style="background:#333"><img src="system/img/pashupati4.jpg" alt=""></div> </div>--> <p class="sub-title">Ratings and Reviews</p> <div class="ratings"></div> <div class="reviews"> </div> <p id="routes" class="sub-title">Routes</p> <div id="map-main"> <div id="map"></div> <button class="mapclose">&#10006;</button> <div id="distance"></div> <div id="duration"></div> </div> <p class="sub-title">Restaurants Nearby</p> <div class="rests"></div> </div> </div> <script src="system/js/jquery.min.js"></script> <script src="system/js/sidebar.js"></script> <script src="system/js/base.js"></script> <script src="system/js/reader.js"></script> <script> d=location.href; d=d.split("#")[1]; $(function(){ $.ajaxSetup({ async: false }); $.getJSON(HOST+"getPlaceInfo.php?id="+d,function(data){ obj=data; cor=obj.coords; cor=cor.split(","); dx=parseFloat(cor[0]); dy=parseFloat(cor[1]); getGPS(); console.log(dx,dy); $("#main .title").text(obj.name); $("#main .descrip").text(obj.desc); /*$.getJSON(HOST+"getPhotosLinkForPlaces.php?id="+d,function(d){ link=d[0].link; $("#main .shImg").attr("src",IMGLINK+link); })*/ $.getJSON(HOST+"getUserRating.php?id=1&pid="+d,function(data){ rt=data.rating; tm=""; for(i=0;i<rt;i++){ tm+="&#10029"; } $(".ratings").html("<span style='color:#eec700;font-size:15vw;padding-left:10px'>"+tm+"</span>") $(".reviews").html("'"+data.rev+"'") }) }); }) </script> </body> </html>
bonfire/_variables/delim.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $delim</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 18:57:41 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('delim'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#delim">$delim</a></h2> <b>Defined at:</b><ul> <li><a href="../bonfire/codeigniter/database/DB_utility.php.html">/bonfire/codeigniter/database/DB_utility.php</A> -> <a href="../bonfire/codeigniter/database/DB_utility.php.source.html#l201"> line 201</A></li> <li><a href="../bonfire/codeigniter/helpers/text_helper.php.html">/bonfire/codeigniter/helpers/text_helper.php</A> -> <a href="../bonfire/codeigniter/helpers/text_helper.php.source.html#l252"> line 252</A></li> </ul> <br><b>Referenced 8 times:</b><ul> <li><a href="../bonfire/codeigniter/database/DB_utility.php.html">/bonfire/codeigniter/database/DB_utility.php</a> -> <a href="../bonfire/codeigniter/database/DB_utility.php.source.html#l201"> line 201</a></li> <li><a href="../bonfire/codeigniter/database/DB_utility.php.html">/bonfire/codeigniter/database/DB_utility.php</a> -> <a href="../bonfire/codeigniter/database/DB_utility.php.source.html#l213"> line 213</a></li> <li><a href="../bonfire/codeigniter/database/DB_utility.php.html">/bonfire/codeigniter/database/DB_utility.php</a> -> <a href="../bonfire/codeigniter/database/DB_utility.php.source.html#l224"> line 224</a></li> <li><a href="../bonfire/codeigniter/helpers/text_helper.php.html">/bonfire/codeigniter/helpers/text_helper.php</a> -> <a href="../bonfire/codeigniter/helpers/text_helper.php.source.html#l252"> line 252</a></li> <li><a href="../bonfire/codeigniter/helpers/text_helper.php.html">/bonfire/codeigniter/helpers/text_helper.php</a> -> <a href="../bonfire/codeigniter/helpers/text_helper.php.source.html#l258"> line 258</a></li> <li><a href="../bonfire/codeigniter/helpers/text_helper.php.html">/bonfire/codeigniter/helpers/text_helper.php</a> -> <a href="../bonfire/codeigniter/helpers/text_helper.php.source.html#l258"> line 258</a></li> <li><a href="../bonfire/codeigniter/helpers/text_helper.php.html">/bonfire/codeigniter/helpers/text_helper.php</a> -> <a href="../bonfire/codeigniter/helpers/text_helper.php.source.html#l262"> line 262</a></li> <li><a href="../bonfire/codeigniter/helpers/text_helper.php.html">/bonfire/codeigniter/helpers/text_helper.php</a> -> <a href="../bonfire/codeigniter/helpers/text_helper.php.source.html#l262"> line 262</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 18:57:41 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
docs/bindings/libc/fn.fstat.html
liebharc/clFFT
<!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 `fstat` fn in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, fstat"> <title>libc::fstat - Rust</title> <link rel="stylesheet" type="text/css" href="../normalize.css"> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc fn"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'fstat', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"> <h1 class='fqn'><span class='in-band'>Function <a href='index.html'>libc</a>::<wbr><a class="fn" href=''>fstat</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../src/libc/windows.rs.html#176' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern fn fstat(fildes: <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>, buf: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../libc/struct.stat.html" title="struct libc::stat">stat</a>) -&gt; <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10_testAbaNumberCheck_21112_bad_lp7.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_10.html">Class Test_AbaRouteValidator_10</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_21112_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_10.html?line=26753#src-26753" >testAbaNumberCheck_21112_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:39:52 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_21112_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=28123#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=28123#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=28123#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
theme/templates/frontend/shop-shopping-cart-null.html
zzsoszz/metronicv36
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0 Version: 3.4 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest (the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <!-- Head BEGIN --> <head> <meta charset="utf-8"> <title>Shopping cart | Metronic Shop UI</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="Metronic Shop UI description" name="description"> <meta content="Metronic Shop UI keywords" name="keywords"> <meta content="keenthemes" name="author"> <meta property="og:site_name" content="-CUSTOMER VALUE-"> <meta property="og:title" content="-CUSTOMER VALUE-"> <meta property="og:description" content="-CUSTOMER VALUE-"> <meta property="og:type" content="website"> <meta property="og:image" content="-CUSTOMER VALUE-"><!-- link to image for socio --> <meta property="og:url" content="-CUSTOMER VALUE-"> <link rel="shortcut icon" href="favicon.ico"> <!-- Fonts START --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|PT+Sans+Narrow|Source+Sans+Pro:200,300,400,600,700,900&amp;subset=all" rel="stylesheet" type="text/css"> <!-- Fonts END --> <!-- Global styles START --> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Global styles END --> <!-- Page level plugin styles START --> <link href="../../assets/global/plugins/fancybox/source/jquery.fancybox.css" rel="stylesheet"> <link href="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.css" rel="stylesheet"> <!-- Page level plugin styles END --> <!-- Theme styles START --> <link href="../../assets/global/css/components.css" rel="stylesheet"> <link href="../../assets/frontend/layout/css/style.css" rel="stylesheet"> <link href="../../assets/frontend/pages/css/style-shop.css" rel="stylesheet" type="text/css"> <link href="../../assets/frontend/layout/css/style-responsive.css" rel="stylesheet"> <link href="../../assets/frontend/layout/css/themes/red.css" rel="stylesheet" id="style-color"> <link href="../../assets/frontend/layout/css/custom.css" rel="stylesheet"> <!-- Theme styles END --> </head> <!-- Head END --> <!-- Body BEGIN --> <body class="ecommerce"> <!-- BEGIN STYLE CUSTOMIZER --> <div class="color-panel hidden-sm"> <div class="color-mode-icons icon-color"></div> <div class="color-mode-icons icon-color-close"></div> <div class="color-mode"> <p>THEME COLOR</p> <ul class="inline"> <li class="color-red current color-default" data-style="red"></li> <li class="color-blue" data-style="blue"></li> <li class="color-green" data-style="green"></li> <li class="color-orange" data-style="orange"></li> <li class="color-gray" data-style="gray"></li> <li class="color-turquoise" data-style="turquoise"></li> </ul> </div> </div> <!-- END BEGIN STYLE CUSTOMIZER --> <!-- BEGIN TOP BAR --> <div class="pre-header"> <div class="container"> <div class="row"> <!-- BEGIN TOP BAR LEFT PART --> <div class="col-md-6 col-sm-6 additional-shop-info"> <ul class="list-unstyled list-inline"> <li><i class="fa fa-phone"></i><span>+1 456 6717</span></li> <!-- BEGIN CURRENCIES --> <li class="shop-currencies"> <a href="javascript:void(0);">€</a> <a href="javascript:void(0);">£</a> <a href="javascript:void(0);" class="current">$</a> </li> <!-- END CURRENCIES --> <!-- BEGIN LANGS --> <li class="langs-block"> <a href="javascript:void(0);" class="current">English </a> <div class="langs-block-others-wrapper"><div class="langs-block-others"> <a href="javascript:void(0);">French</a> <a href="javascript:void(0);">Germany</a> <a href="javascript:void(0);">Turkish</a> </div></div> </li> <!-- END LANGS --> </ul> </div> <!-- END TOP BAR LEFT PART --> <!-- BEGIN TOP BAR MENU --> <div class="col-md-6 col-sm-6 additional-nav"> <ul class="list-unstyled list-inline pull-right"> <li><a href="shop-account.html">My Account</a></li> <li><a href="shop-wishlist.html">My Wishlist</a></li> <li><a href="shop-checkout.html">Checkout</a></li> <li><a href="page-login.html">Log In</a></li> </ul> </div> <!-- END TOP BAR MENU --> </div> </div> </div> <!-- END TOP BAR --> <!-- BEGIN HEADER --> <div class="header"> <div class="container"> <a class="site-logo" href="shop-index.html"><img src="../../assets/frontend/layout/img/logos/logo-shop-red.png" alt="Metronic Shop UI"></a> <a href="javascript:void(0);" class="mobi-toggler"><i class="fa fa-bars"></i></a> <!-- BEGIN CART --> <div class="top-cart-block"> <div class="top-cart-info"> <a href="javascript:void(0);" class="top-cart-info-count">3 items</a> <a href="javascript:void(0);" class="top-cart-info-value">$1260</a> </div> <i class="fa fa-shopping-cart"></i> <div class="top-cart-content-wrapper"> <div class="top-cart-content"> <ul class="scroller" style="height: 250px;"> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> <li> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a> <span class="cart-content-count">x 1</span> <strong><a href="shop-item.html">Rolex Classic Watch</a></strong> <em>$1230</em> <a href="javascript:void(0);" class="del-goods">&nbsp;</a> </li> </ul> <div class="text-right"> <a href="shop-shopping-cart.html" class="btn btn-default">View Cart</a> <a href="shop-checkout.html" class="btn btn-primary">Checkout</a> </div> </div> </div> </div> <!--END CART --> <!-- BEGIN NAVIGATION --> <div class="header-navigation"> <ul> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Woman </a> <!-- BEGIN DROPDOWN MENU --> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="shop-product-list.html">Hi Tops <i class="fa fa-angle-right"></i></a> <ul class="dropdown-menu" role="menu"> <li><a href="shop-product-list.html">Second Level Link</a></li> <li><a href="shop-product-list.html">Second Level Link</a></li> <li class="dropdown-submenu"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Second Level Link <i class="fa fa-angle-right"></i> </a> <ul class="dropdown-menu"> <li><a href="shop-product-list.html">Third Level Link</a></li> <li><a href="shop-product-list.html">Third Level Link</a></li> <li><a href="shop-product-list.html">Third Level Link</a></li> </ul> </li> </ul> </li> <li><a href="shop-product-list.html">Running Shoes</a></li> <li><a href="shop-product-list.html">Jackets and Coats</a></li> </ul> <!-- END DROPDOWN MENU --> </li> <li class="dropdown dropdown-megamenu"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Man </a> <ul class="dropdown-menu"> <li> <div class="header-navigation-content"> <div class="row"> <div class="col-md-4 header-navigation-col"> <h4>Footwear</h4> <ul> <li><a href="shop-product-list.html">Astro Trainers</a></li> <li><a href="shop-product-list.html">Basketball Shoes</a></li> <li><a href="shop-product-list.html">Boots</a></li> <li><a href="shop-product-list.html">Canvas Shoes</a></li> <li><a href="shop-product-list.html">Football Boots</a></li> <li><a href="shop-product-list.html">Golf Shoes</a></li> <li><a href="shop-product-list.html">Hi Tops</a></li> <li><a href="shop-product-list.html">Indoor and Court Trainers</a></li> </ul> </div> <div class="col-md-4 header-navigation-col"> <h4>Clothing</h4> <ul> <li><a href="shop-product-list.html">Base Layer</a></li> <li><a href="shop-product-list.html">Character</a></li> <li><a href="shop-product-list.html">Chinos</a></li> <li><a href="shop-product-list.html">Combats</a></li> <li><a href="shop-product-list.html">Cricket Clothing</a></li> <li><a href="shop-product-list.html">Fleeces</a></li> <li><a href="shop-product-list.html">Gilets</a></li> <li><a href="shop-product-list.html">Golf Tops</a></li> </ul> </div> <div class="col-md-4 header-navigation-col"> <h4>Accessories</h4> <ul> <li><a href="shop-product-list.html">Belts</a></li> <li><a href="shop-product-list.html">Caps</a></li> <li><a href="shop-product-list.html">Gloves, Hats and Scarves</a></li> </ul> <h4>Clearance</h4> <ul> <li><a href="shop-product-list.html">Jackets</a></li> <li><a href="shop-product-list.html">Bottoms</a></li> </ul> </div> <div class="col-md-12 nav-brands"> <ul> <li><a href="shop-product-list.html"><img title="esprit" alt="esprit" src="../../assets/frontend/pages/img/brands/esprit.jpg"></a></li> <li><a href="shop-product-list.html"><img title="gap" alt="gap" src="../../assets/frontend/pages/img/brands/gap.jpg"></a></li> <li><a href="shop-product-list.html"><img title="next" alt="next" src="../../assets/frontend/pages/img/brands/next.jpg"></a></li> <li><a href="shop-product-list.html"><img title="puma" alt="puma" src="../../assets/frontend/pages/img/brands/puma.jpg"></a></li> <li><a href="shop-product-list.html"><img title="zara" alt="zara" src="../../assets/frontend/pages/img/brands/zara.jpg"></a></li> </ul> </div> </div> </div> </li> </ul> </li> <li><a href="shop-item.html">Kids</a></li> <li class="dropdown dropdown100 nav-catalogue"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> New </a> <ul class="dropdown-menu"> <li> <div class="header-navigation-content"> <div class="row"> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model3.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model7.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div class="col-md-3 col-sm-4 col-xs-6"> <div class="product-item"> <div class="pi-img-wrapper"> <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> </div> </div> </li> </ul> </li> <li class="dropdown active"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#"> Pages </a> <ul class="dropdown-menu"> <li><a href="shop-index.html">Home Default</a></li> <li><a href="shop-index-header-fix.html">Home Header Fixed</a></li> <li><a href="shop-index-light-footer.html">Home Light Footer</a></li> <li><a href="shop-product-list.html">Product List</a></li> <li><a href="shop-search-result.html">Search Result</a></li> <li><a href="shop-item.html">Product Page</a></li> <li class="active"><a href="shop-shopping-cart-null.html">Shopping Cart (Null Cart)</a></li> <li><a href="shop-shopping-cart.html">Shopping Cart</a></li> <li><a href="shop-checkout.html">Checkout</a></li> <li><a href="shop-about.html">About</a></li> <li><a href="shop-contacts.html">Contacts</a></li> <li><a href="shop-account.html">My account</a></li> <li><a href="shop-wishlist.html">My Wish List</a></li> <li><a href="shop-goods-compare.html">Product Comparison</a></li> <li><a href="shop-standart-forms.html">Standart Forms</a></li> <li><a href="shop-faq.html">FAQ</a></li> <li><a href="shop-privacy-policy.html">Privacy Policy</a></li> <li><a href="shop-terms-conditions-page.html">Terms &amp; Conditions</a></li> </ul> </li> <li><a href="index.html" target="_blank">Corporate</a></li> <li><a href="onepage-index.html" target="_blank">One Page</a></li> <li><a href="http://keenthemes.com/preview/metronic/theme/templates/admin&amp;page=ecommerce_index.html" target="_blank">Admin theme</a></li> <!-- BEGIN TOP SEARCH --> <li class="menu-search"> <span class="sep"></span> <i class="fa fa-search search-btn"></i> <div class="search-box"> <form action="#"> <div class="input-group"> <input type="text" placeholder="Search" class="form-control"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit">Search</button> </span> </div> </form> </div> </li> <!-- END TOP SEARCH --> </ul> </div> <!-- END NAVIGATION --> </div> </div> <!-- Header END --> <div class="main"> <div class="container"> <!-- BEGIN SIDEBAR & CONTENT --> <div class="row margin-bottom-40"> <!-- BEGIN CONTENT --> <div class="col-md-12 col-sm-12"> <h1>Shopping cart</h1> <div class="shopping-cart-page"> <div class="shopping-cart-data clearfix"> <p>Your shopping cart is empty!</p> </div> </div> </div> <!-- END CONTENT --> </div> <!-- END SIDEBAR & CONTENT --> <!-- BEGIN SIMILAR PRODUCTS --> <div class="row margin-bottom-40"> <div class="col-md-12 col-sm-12"> <h2>Most popular products</h2> <div class="owl-carousel owl-carousel4"> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> <div class="sticker sticker-new"></div> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress2</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k3.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k3.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress3</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k4.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k4.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress4</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> <div class="sticker sticker-sale"></div> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress5</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> <div> <div class="product-item"> <div class="pi-img-wrapper"> <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress"> <div> <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a> <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a> </div> </div> <h3><a href="shop-item.html">Berry Lace Dress6</a></h3> <div class="pi-price">$29.00</div> <a href="#" class="btn btn-default add2cart">Add to cart</a> </div> </div> </div> </div> </div> <!-- END SIMILAR PRODUCTS --> </div> </div> <!-- BEGIN STEPS --> <div class="steps-block steps-block-red"> <div class="container"> <div class="row"> <div class="col-md-4 steps-block-col"> <i class="fa fa-truck"></i> <div> <h2>Free shipping</h2> <em>Express delivery withing 3 days</em> </div> <span>&nbsp;</span> </div> <div class="col-md-4 steps-block-col"> <i class="fa fa-gift"></i> <div> <h2>Daily Gifts</h2> <em>3 Gifts daily for lucky customers</em> </div> <span>&nbsp;</span> </div> <div class="col-md-4 steps-block-col"> <i class="fa fa-phone"></i> <div> <h2>477 505 8877</h2> <em>24/7 customer care available</em> </div> </div> </div> </div> </div> <!-- END STEPS --> <!-- BEGIN PRE-FOOTER --> <div class="pre-footer"> <div class="container"> <div class="row"> <!-- BEGIN BOTTOM ABOUT BLOCK --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2>About us</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam sit nonummy nibh euismod tincidunt ut laoreet dolore magna aliquarm erat sit volutpat. Nostrud exerci tation ullamcorper suscipit lobortis nisl aliquip commodo consequat. </p> <p>Duis autem vel eum iriure dolor vulputate velit esse molestie at dolore.</p> </div> <!-- END BOTTOM ABOUT BLOCK --> <!-- BEGIN BOTTOM INFO BLOCK --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2>Information</h2> <ul class="list-unstyled"> <li><i class="fa fa-angle-right"></i> <a href="#">Delivery Information</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Customer Service</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Order Tracking</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Shipping & Returns</a></li> <li><i class="fa fa-angle-right"></i> <a href="contacts.html">Contact Us</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Careers</a></li> <li><i class="fa fa-angle-right"></i> <a href="#">Payment Methods</a></li> </ul> </div> <!-- END INFO BLOCK --> <!-- BEGIN TWITTER BLOCK --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2 class="margin-bottom-0">Latest Tweets</h2> <a class="twitter-timeline" href="https://twitter.com/twitterapi" data-tweet-limit="2" data-theme="dark" data-link-color="#57C8EB" data-widget-id="455411516829736961" data-chrome="noheader nofooter noscrollbar noborders transparent">Loading tweets by @keenthemes...</a> </div> <!-- END TWITTER BLOCK --> <!-- BEGIN BOTTOM CONTACTS --> <div class="col-md-3 col-sm-6 pre-footer-col"> <h2>Our Contacts</h2> <address class="margin-bottom-40"> 35, Lorem Lis Street, Park Ave<br> California, US<br> Phone: 300 323 3456<br> Fax: 300 323 1456<br> Email: <a href="mailto:info@metronic.com">info@metronic.com</a><br> Skype: <a href="skype:metronic">metronic</a> </address> </div> <!-- END BOTTOM CONTACTS --> </div> <hr> <div class="row"> <!-- BEGIN SOCIAL ICONS --> <div class="col-md-6 col-sm-6"> <ul class="social-icons"> <li><a class="rss" data-original-title="rss" href="#"></a></li> <li><a class="facebook" data-original-title="facebook" href="#"></a></li> <li><a class="twitter" data-original-title="twitter" href="#"></a></li> <li><a class="googleplus" data-original-title="googleplus" href="#"></a></li> <li><a class="linkedin" data-original-title="linkedin" href="#"></a></li> <li><a class="youtube" data-original-title="youtube" href="#"></a></li> <li><a class="vimeo" data-original-title="vimeo" href="#"></a></li> <li><a class="skype" data-original-title="skype" href="#"></a></li> </ul> </div> <!-- END SOCIAL ICONS --> <!-- BEGIN NEWLETTER --> <div class="col-md-6 col-sm-6"> <div class="pre-footer-subscribe-box pull-right"> <h2>Newsletter</h2> <form action="#"> <div class="input-group"> <input type="text" placeholder="youremail@mail.com" class="form-control"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit">Subscribe</button> </span> </div> </form> </div> </div> <!-- END NEWLETTER --> </div> </div> </div> <!-- END PRE-FOOTER --> <!-- BEGIN FOOTER --> <div class="footer"> <div class="container"> <div class="row"> <!-- BEGIN COPYRIGHT --> <div class="col-md-6 col-sm-6 padding-top-10"> 2014 © Metronic Shop UI. ALL Rights Reserved. </div> <!-- END COPYRIGHT --> <!-- BEGIN PAYMENTS --> <div class="col-md-6 col-sm-6"> <ul class="list-unstyled list-inline pull-right"> <li><img src="../../assets/frontend/layout/img/payments/western-union.jpg" alt="We accept Western Union" title="We accept Western Union"></li> <li><img src="../../assets/frontend/layout/img/payments/american-express.jpg" alt="We accept American Express" title="We accept American Express"></li> <li><img src="../../assets/frontend/layout/img/payments/MasterCard.jpg" alt="We accept MasterCard" title="We accept MasterCard"></li> <li><img src="../../assets/frontend/layout/img/payments/PayPal.jpg" alt="We accept PayPal" title="We accept PayPal"></li> <li><img src="../../assets/frontend/layout/img/payments/visa.jpg" alt="We accept Visa" title="We accept Visa"></li> </ul> </div> <!-- END PAYMENTS --> </div> </div> </div> <!-- END FOOTER --> <!-- BEGIN fast view of a product --> <div id="product-pop-up" style="display: none; width: 700px;"> <div class="product-page product-pop-up"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-3"> <div class="product-main-image"> <img src="../../assets/frontend/pages/img/products/model7.jpg" alt="Cool green dress with red bell" class="img-responsive"> </div> <div class="product-other-images"> <a href="#" class="active"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model3.jpg"></a> <a href="#"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model4.jpg"></a> <a href="#"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model5.jpg"></a> </div> </div> <div class="col-md-6 col-sm-6 col-xs-9"> <h1>Cool green dress with red bell</h1> <div class="price-availability-block clearfix"> <div class="price"> <strong><span>$</span>47.00</strong> <em>$<span>62.00</span></em> </div> <div class="availability"> Availability: <strong>In Stock</strong> </div> </div> <div class="description"> <p>Lorem ipsum dolor ut sit ame dolore adipiscing elit, sed nonumy nibh sed euismod laoreet dolore magna aliquarm erat volutpat Nostrud duis molestie at dolore.</p> </div> <div class="product-page-options"> <div class="pull-left"> <label class="control-label">Size:</label> <select class="form-control input-sm"> <option>L</option> <option>M</option> <option>XL</option> </select> </div> <div class="pull-left"> <label class="control-label">Color:</label> <select class="form-control input-sm"> <option>Red</option> <option>Blue</option> <option>Black</option> </select> </div> </div> <div class="product-page-cart"> <div class="product-quantity"> <input id="product-quantity" type="text" value="1" readonly name="product-quantity" class="form-control input-sm"> </div> <button class="btn btn-primary" type="submit">Add to cart</button> <a href="shop-item.html" class="btn btn-default">More details</a> </div> </div> <div class="sticker sticker-sale"></div> </div> </div> </div> <!-- END fast view of a product --> <!-- Load javascripts at bottom, this will reduce page load time --> <!-- BEGIN CORE PLUGINS (REQUIRED FOR ALL PAGES) --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/frontend/layout/scripts/back-to-top.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <!-- BEGIN PAGE LEVEL JAVASCRIPTS (REQUIRED ONLY FOR CURRENT PAGE) --> <script src="../../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js" type="text/javascript"></script><!-- pop up --> <script src="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.min.js" type="text/javascript"></script><!-- slider for products --> <script src='../../assets/global/plugins/zoom/jquery.zoom.min.js' type="text/javascript"></script><!-- product zoom --> <script src="../../assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"></script><!-- Quantity --> <script src="../../assets/frontend/layout/scripts/layout.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(function() { Layout.init(); Layout.initOWL(); Layout.initTwitter(); Layout.initImageZoom(); Layout.initTouchspin(); }); </script> <!-- END PAGE LEVEL JAVASCRIPTS --> </body> <!-- END BODY --> </html>
docs/api/grammarkdown/symbol.html
rbuckton/grammarkdown
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class Symbol | Grammarkdown API Reference </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class Symbol | Grammarkdown API Reference "> <meta name="generator" content="docfx 2.56.7.0"> <link rel="shortcut icon" href="../../favicon.ico"> <link rel="stylesheet" href="../../styles/docfx.vendor.css"> <link rel="stylesheet" href="../../styles/docfx.css"> <link rel="stylesheet" href="../../styles/main.css"> <meta property="docfx:navrel" content="../../toc.html"> <meta property="docfx:tocrel" content="../toc.html"> <meta property="docfx:rel" content="../../"> <meta property="docfx:newtab" content="true"> </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <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"> <img id="logo" class="svg" src="../../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div class="container body-content"> <div id="search-results"> <div class="search-list"> <span></span></div> <div class="sr-items"> <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> </div> <ul id="pagination" data-first="data-prev=" data-next="data-last="></ul> </div> </div> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle"></a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="grammarkdown!Symbol:class"> <h1 id="grammarkdown_Symbol_class" data-uid="grammarkdown!Symbol:class">Class Symbol </h1> <h6><strong>Package</strong>: <a class="xref" href="../grammarkdown.html">grammarkdown</a></h6> <div class="markdown level0 summary"></div> <div class="markdown level0 conceptual"></div> <h3 id="constructors">Constructors </h3> <h4 id="grammarkdown_Symbol_constructor_1_" data-uid="grammarkdown!Symbol:constructor(1)">constructor(kind, name)</h4> <div class="markdown level1 summary"><p>Constructs a new instance of the <code>Symbol</code> class</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-typeScript hljs">constructor(kind: SymbolKind, name: string);</code></pre> </div> <h5 class="parameters">Parameters</h5> <div> <div class="property"> <dl class="parameter"> <dt>kind</dt> <dd><a class="xref" href="symbolkind.html#grammarkdown_SymbolKind_enum">SymbolKind</a></dd> </dl> <p> </p> </div> <div class="property"> <dl class="parameter"> <dt>name</dt> <dd><span class="xref">string</span></dd> </dl> <p> </p> </div> </div> <h3 id="properties">Properties </h3> <h4 id="grammarkdown_Symbol_id_member" data-uid="grammarkdown!Symbol#id:member">id</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-typeScript hljs">id: number;</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <div> <div class="property"> <div><span class="xref">number</span></div> <p> </div> </div> <h4 id="grammarkdown_Symbol_kind_member" data-uid="grammarkdown!Symbol#kind:member">kind</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-typeScript hljs">kind: SymbolKind;</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <div> <div class="property"> <div><a class="xref" href="symbolkind.html#grammarkdown_SymbolKind_enum">SymbolKind</a></div> <p> </div> </div> <h4 id="grammarkdown_Symbol_locals_member" data-uid="grammarkdown!Symbol#locals:member">locals</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-typeScript hljs">locals: SymbolTable | undefined;</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <div> <div class="property"> <div><a class="xref" href="symboltable.html#grammarkdown_SymbolTable_class">SymbolTable</a> | undefined</div> <p> </div> </div> <h4 id="grammarkdown_Symbol_name_member" data-uid="grammarkdown!Symbol#name:member">name</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-typeScript hljs">name: string;</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <div> <div class="property"> <div><span class="xref">string</span></div> <p> </div> </div> <h4 id="grammarkdown_Symbol_parent_member" data-uid="grammarkdown!Symbol#parent:member">parent</h4> <div class="markdown level1 summary"></div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-typeScript hljs">parent: Symbol | undefined;</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <div> <div class="property"> <div><a class="xref" href="symbol.html#grammarkdown_Symbol_class">Symbol</a> | undefined</div> <p> </div> </div> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <h5></h5> <div></div> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top"></a> </span> <span>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../../styles/docfx.js"></script> <script type="text/javascript" src="../../styles/main.js"></script> </body> </html>
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/hwpf/usermodel/class-use/SectionProperties.html
Aarhus-BSS/Aarhus-Research-Rebuilt
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.hwpf.usermodel.SectionProperties (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hwpf.usermodel.SectionProperties (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hwpf/usermodel//class-useSectionProperties.html" target="_top">FRAMES</a></li> <li><a href="SectionProperties.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.hwpf.usermodel.SectionProperties" class="title">Uses of Class<br>org.apache.poi.hwpf.usermodel.SectionProperties</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.hwpf.model">org.apache.poi.hwpf.model</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.poi.hwpf.sprm">org.apache.poi.hwpf.sprm</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.hwpf.model"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a> in <a href="../../../../../../org/apache/poi/hwpf/model/package-summary.html">org.apache.poi.hwpf.model</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/hwpf/model/package-summary.html">org.apache.poi.hwpf.model</a> that return <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a></code></td> <td class="colLast"><span class="strong">SEPX.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/model/SEPX.html#getSectionProperties()">getSectionProperties</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.poi.hwpf.sprm"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a> in <a href="../../../../../../org/apache/poi/hwpf/sprm/package-summary.html">org.apache.poi.hwpf.sprm</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/hwpf/sprm/package-summary.html">org.apache.poi.hwpf.sprm</a> that return <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a></code></td> <td class="colLast"><span class="strong">SectionSprmUncompressor.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/sprm/SectionSprmUncompressor.html#uncompressSEP(byte[], int)">uncompressSEP</a></strong>(byte[]&nbsp;grpprl, int&nbsp;offset)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/hwpf/sprm/package-summary.html">org.apache.poi.hwpf.sprm</a> with parameters of type <a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static byte[]</code></td> <td class="colLast"><span class="strong">SectionSprmCompressor.</span><code><strong><a href="../../../../../../org/apache/poi/hwpf/sprm/SectionSprmCompressor.html#compressSectionProperty(org.apache.poi.hwpf.usermodel.SectionProperties)">compressSectionProperty</a></strong>(<a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">SectionProperties</a>&nbsp;newSEP)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/hwpf/usermodel/SectionProperties.html" title="class in org.apache.poi.hwpf.usermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hwpf/usermodel//class-useSectionProperties.html" target="_top">FRAMES</a></li> <li><a href="SectionProperties.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
host/gui/GTK+/share/gtk-doc/html/gtk3/GtkPaperSize.html
jonnyniv/boost_converter
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GtkPaperSize</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.0"> <link rel="home" href="index.html" title="GTK+ 3 Reference Manual"> <link rel="up" href="Printing.html" title="Printing"> <link rel="prev" href="GtkPageSetup.html" title="GtkPageSetup"> <link rel="next" href="GtkPrinter.html" title="GtkPrinter"> <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="GtkPageSetup.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="Printing.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GTK+ 3 Reference Manual</th> <td><a accesskey="n" href="GtkPrinter.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#GtkPaperSize.synopsis" class="shortcut">Top</a>  |  <a href="#GtkPaperSize.description" class="shortcut">Description</a>  |  <a href="#GtkPaperSize.object-hierarchy" class="shortcut">Object Hierarchy</a> </td></tr> </table> <div class="refentry"> <a name="GtkPaperSize"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GtkPaperSize.top_of_page"></a>GtkPaperSize</span></h2> <p>GtkPaperSize — Support for named paper sizes</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="GtkPaperSize.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> #include &lt;gtk/gtk.h&gt; <a class="link" href="GtkPaperSize.html#GtkPaperSize-struct" title="GtkPaperSize">GtkPaperSize</a>; enum <a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit">GtkUnit</a>; #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-A3:CAPS" title="GTK_PAPER_NAME_A3">GTK_PAPER_NAME_A3</a> #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-A4:CAPS" title="GTK_PAPER_NAME_A4">GTK_PAPER_NAME_A4</a> #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-A5:CAPS" title="GTK_PAPER_NAME_A5">GTK_PAPER_NAME_A5</a> #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-B5:CAPS" title="GTK_PAPER_NAME_B5">GTK_PAPER_NAME_B5</a> #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-LETTER:CAPS" title="GTK_PAPER_NAME_LETTER">GTK_PAPER_NAME_LETTER</a> #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-EXECUTIVE:CAPS" title="GTK_PAPER_NAME_EXECUTIVE">GTK_PAPER_NAME_EXECUTIVE</a> #define <a class="link" href="GtkPaperSize.html#GTK-PAPER-NAME-LEGAL:CAPS" title="GTK_PAPER_NAME_LEGAL">GTK_PAPER_NAME_LEGAL</a> <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-new" title="gtk_paper_size_new ()">gtk_paper_size_new</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>); <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-new-from-ppd" title="gtk_paper_size_new_from_ppd ()">gtk_paper_size_new_from_ppd</a> (<em class="parameter"><code>const <span class="type">gchar</span> *ppd_name</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *ppd_display_name</code></em>, <em class="parameter"><code><span class="type">gdouble</span> width</code></em>, <em class="parameter"><code><span class="type">gdouble</span> height</code></em>); <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-new-custom" title="gtk_paper_size_new_custom ()">gtk_paper_size_new_custom</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *display_name</code></em>, <em class="parameter"><code><span class="type">gdouble</span> width</code></em>, <em class="parameter"><code><span class="type">gdouble</span> height</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-copy" title="gtk_paper_size_copy ()">gtk_paper_size_copy</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *other</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-free" title="gtk_paper_size_free ()">gtk_paper_size_free</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>); <span class="returnvalue">gboolean</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-is-equal" title="gtk_paper_size_is_equal ()">gtk_paper_size_is_equal</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size1</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size2</code></em>); <span class="returnvalue">GList</span> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-paper-sizes" title="gtk_paper_size_get_paper_sizes ()">gtk_paper_size_get_paper_sizes</a> (<em class="parameter"><code><span class="type">gboolean</span> include_custom</code></em>); const <span class="returnvalue">gchar</span> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-name" title="gtk_paper_size_get_name ()">gtk_paper_size_get_name</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>); const <span class="returnvalue">gchar</span> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-display-name" title="gtk_paper_size_get_display_name ()">gtk_paper_size_get_display_name</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>); const <span class="returnvalue">gchar</span> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-ppd-name" title="gtk_paper_size_get_ppd_name ()">gtk_paper_size_get_ppd_name</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>); <span class="returnvalue">gdouble</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-width" title="gtk_paper_size_get_width ()">gtk_paper_size_get_width</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <span class="returnvalue">gdouble</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-height" title="gtk_paper_size_get_height ()">gtk_paper_size_get_height</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <span class="returnvalue">gboolean</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-is-custom" title="gtk_paper_size_is_custom ()">gtk_paper_size_is_custom</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-set-size" title="gtk_paper_size_set_size ()">gtk_paper_size_set_size</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><span class="type">gdouble</span> width</code></em>, <em class="parameter"><code><span class="type">gdouble</span> height</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <span class="returnvalue">gdouble</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-default-top-margin" title="gtk_paper_size_get_default_top_margin ()">gtk_paper_size_get_default_top_margin</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <span class="returnvalue">gdouble</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-default-bottom-margin" title="gtk_paper_size_get_default_bottom_margin ()">gtk_paper_size_get_default_bottom_margin</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <span class="returnvalue">gdouble</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-default-left-margin" title="gtk_paper_size_get_default_left_margin ()">gtk_paper_size_get_default_left_margin</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); <span class="returnvalue">gdouble</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-default-right-margin" title="gtk_paper_size_get_default_right_margin ()">gtk_paper_size_get_default_right_margin</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>); const <span class="returnvalue">gchar</span> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-default" title="gtk_paper_size_get_default ()">gtk_paper_size_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>); <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="GtkPaperSize.html#gtk-paper-size-new-from-key-file" title="gtk_paper_size_new_from_key_file ()">gtk_paper_size_new_from_key_file</a> (<em class="parameter"><code><span class="type">GKeyFile</span> *key_file</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkPaperSize.html#gtk-paper-size-to-key-file" title="gtk_paper_size_to_key_file ()">gtk_paper_size_to_key_file</a> (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><span class="type">GKeyFile</span> *key_file</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>); </pre> </div> <div class="refsect1"> <a name="GtkPaperSize.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> GBoxed +----GtkPaperSize </pre> </div> <div class="refsect1"> <a name="GtkPaperSize.description"></a><h2>Description</h2> <p> GtkPaperSize handles paper sizes. It uses the standard called <a class="ulink" href="http://www.pwg.org/standards.html" target="_top">"PWG 5101.1-2002 PWG: Standard for Media Standardized Names"</a> to name the paper sizes (and to get the data for the page sizes). In addition to standard paper sizes, GtkPaperSize allows to construct custom paper sizes with arbitrary dimensions. </p> <p> The <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object stores not only the dimensions (width and height) of a paper size and its name, it also provides default <a class="link" href="GtkPageSetup.html#print-margins">print margins</a>. </p> <p> Printing support has been added in GTK+ 2.10. </p> </div> <div class="refsect1"> <a name="GtkPaperSize.details"></a><h2>Details</h2> <div class="refsect2"> <a name="GtkPaperSize-struct"></a><h3>GtkPaperSize</h3> <pre class="programlisting">typedef struct _GtkPaperSize GtkPaperSize;</pre> </div> <hr> <div class="refsect2"> <a name="GtkUnit"></a><h3>enum GtkUnit</h3> <pre class="programlisting">typedef enum { GTK_UNIT_NONE, GTK_UNIT_POINTS, GTK_UNIT_INCH, GTK_UNIT_MM } GtkUnit; </pre> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><a name="GTK-UNIT-NONE:CAPS"></a><span class="term"><code class="literal">GTK_UNIT_NONE</code></span></p></td> <td></td> </tr> <tr> <td><p><a name="GTK-UNIT-POINTS:CAPS"></a><span class="term"><code class="literal">GTK_UNIT_POINTS</code></span></p></td> <td></td> </tr> <tr> <td><p><a name="GTK-UNIT-INCH:CAPS"></a><span class="term"><code class="literal">GTK_UNIT_INCH</code></span></p></td> <td></td> </tr> <tr> <td><p><a name="GTK-UNIT-MM:CAPS"></a><span class="term"><code class="literal">GTK_UNIT_MM</code></span></p></td> <td></td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-A3:CAPS"></a><h3>GTK_PAPER_NAME_A3</h3> <pre class="programlisting">#define GTK_PAPER_NAME_A3 "iso_a3" </pre> <p> Name for the A4 paper size. </p> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-A4:CAPS"></a><h3>GTK_PAPER_NAME_A4</h3> <pre class="programlisting">#define GTK_PAPER_NAME_A4 "iso_a4" </pre> <p> Name for the A4 paper size. </p> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-A5:CAPS"></a><h3>GTK_PAPER_NAME_A5</h3> <pre class="programlisting">#define GTK_PAPER_NAME_A5 "iso_a5" </pre> <p> Name for the A5 paper size. </p> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-B5:CAPS"></a><h3>GTK_PAPER_NAME_B5</h3> <pre class="programlisting">#define GTK_PAPER_NAME_B5 "iso_b5" </pre> <p> Name for the B5 paper size. </p> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-LETTER:CAPS"></a><h3>GTK_PAPER_NAME_LETTER</h3> <pre class="programlisting">#define GTK_PAPER_NAME_LETTER "na_letter" </pre> <p> Name for the Letter paper size. </p> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-EXECUTIVE:CAPS"></a><h3>GTK_PAPER_NAME_EXECUTIVE</h3> <pre class="programlisting">#define GTK_PAPER_NAME_EXECUTIVE "na_executive" </pre> <p> Name for the Executive paper size. </p> </div> <hr> <div class="refsect2"> <a name="GTK-PAPER-NAME-LEGAL:CAPS"></a><h3>GTK_PAPER_NAME_LEGAL</h3> <pre class="programlisting">#define GTK_PAPER_NAME_LEGAL "na_legal" </pre> <p> Name for the Legal paper size. </p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-new"></a><h3>gtk_paper_size_new ()</h3> <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre> <p> Creates a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object by parsing a <a class="ulink" href="ftp://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn10-20020226-5101.1.pdf" target="_top">PWG 5101.1-2002</a> paper name. </p> <p> If <em class="parameter"><code>name</code></em> is <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>, the default paper size is returned, see <a class="link" href="GtkPaperSize.html#gtk-paper-size-get-default" title="gtk_paper_size_get_default ()"><code class="function">gtk_paper_size_get_default()</code></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td> <td>a paper size name, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, use <a class="link" href="GtkPaperSize.html#gtk-paper-size-free" title="gtk_paper_size_free ()"><code class="function">gtk_paper_size_free()</code></a> to free it</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-new-from-ppd"></a><h3>gtk_paper_size_new_from_ppd ()</h3> <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_from_ppd (<em class="parameter"><code>const <span class="type">gchar</span> *ppd_name</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *ppd_display_name</code></em>, <em class="parameter"><code><span class="type">gdouble</span> width</code></em>, <em class="parameter"><code><span class="type">gdouble</span> height</code></em>);</pre> <p> Creates a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object by using PPD information. </p> <p> If <em class="parameter"><code>ppd_name</code></em> is not a recognized PPD paper name, <em class="parameter"><code>ppd_display_name</code></em>, <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em> are used to construct a custom <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>ppd_name</code></em> :</span></p></td> <td>a PPD paper name</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>ppd_display_name</code></em> :</span></p></td> <td>the corresponding human-readable name</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td> <td>the paper width, in points</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td> <td>the paper height in points</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, use <a class="link" href="GtkPaperSize.html#gtk-paper-size-free" title="gtk_paper_size_free ()"><code class="function">gtk_paper_size_free()</code></a> to free it</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-new-custom"></a><h3>gtk_paper_size_new_custom ()</h3> <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_custom (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *display_name</code></em>, <em class="parameter"><code><span class="type">gdouble</span> width</code></em>, <em class="parameter"><code><span class="type">gdouble</span> height</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Creates a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object with the given parameters. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td> <td>the paper name</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>display_name</code></em> :</span></p></td> <td>the human-readable name</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td> <td>the paper width, in units of <em class="parameter"><code>unit</code></em> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td> <td>the paper height, in units of <em class="parameter"><code>unit</code></em> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em>. not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a>.</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object, use <a class="link" href="GtkPaperSize.html#gtk-paper-size-free" title="gtk_paper_size_free ()"><code class="function">gtk_paper_size_free()</code></a> to free it</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-copy"></a><h3>gtk_paper_size_copy ()</h3> <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_copy (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *other</code></em>);</pre> <p> Copies an existing <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>other</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a copy of <em class="parameter"><code>other</code></em> </td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-free"></a><h3>gtk_paper_size_free ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_paper_size_free (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre> <p> Free the given <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> </td> </tr></tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-is-equal"></a><h3>gtk_paper_size_is_equal ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_paper_size_is_equal (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size1</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size2</code></em>);</pre> <p> Compares two <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> objects. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size1</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>size2</code></em> :</span></p></td> <td>another <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <code class="literal">TRUE</code>, if <em class="parameter"><code>size1</code></em> and <em class="parameter"><code>size2</code></em> represent the same paper size</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-paper-sizes"></a><h3>gtk_paper_size_get_paper_sizes ()</h3> <pre class="programlisting"><span class="returnvalue">GList</span> * gtk_paper_size_get_paper_sizes (<em class="parameter"><code><span class="type">gboolean</span> include_custom</code></em>);</pre> <p> Creates a list of known paper sizes. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>include_custom</code></em> :</span></p></td> <td>whether to include custom paper sizes as defined in the page setup dialog</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a newly allocated list of newly allocated <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> objects. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkPaperSize][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span> </td> </tr> </tbody> </table></div> <p class="since">Since 2.12</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-name"></a><h3>gtk_paper_size_get_name ()</h3> <pre class="programlisting">const <span class="returnvalue">gchar</span> * gtk_paper_size_get_name (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre> <p> Gets the name of the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the name of <em class="parameter"><code>size</code></em> </td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-display-name"></a><h3>gtk_paper_size_get_display_name ()</h3> <pre class="programlisting">const <span class="returnvalue">gchar</span> * gtk_paper_size_get_display_name (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre> <p> Gets the human-readable name of the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the human-readable name of <em class="parameter"><code>size</code></em> </td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-ppd-name"></a><h3>gtk_paper_size_get_ppd_name ()</h3> <pre class="programlisting">const <span class="returnvalue">gchar</span> * gtk_paper_size_get_ppd_name (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre> <p> Gets the PPD name of the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, which may be <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the PPD name of <em class="parameter"><code>size</code></em> </td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-width"></a><h3>gtk_paper_size_get_width ()</h3> <pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_paper_size_get_width (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Gets the paper width of the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, in units of <em class="parameter"><code>unit</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for the return value, not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the paper width</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-height"></a><h3>gtk_paper_size_get_height ()</h3> <pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_paper_size_get_height (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Gets the paper height of the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, in units of <em class="parameter"><code>unit</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for the return value, not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the paper height</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-is-custom"></a><h3>gtk_paper_size_is_custom ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_paper_size_is_custom (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre> <p> Returns <code class="literal">TRUE</code> if <em class="parameter"><code>size</code></em> is not a standard paper size. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>whether <em class="parameter"><code>size</code></em> is a custom paper size.</td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-set-size"></a><h3>gtk_paper_size_set_size ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_paper_size_set_size (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><span class="type">gdouble</span> width</code></em>, <em class="parameter"><code><span class="type">gdouble</span> height</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Changes the dimensions of a <em class="parameter"><code>size</code></em> to <em class="parameter"><code>width</code></em> x <em class="parameter"><code>height</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a custom <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td> <td>the new width in units of <em class="parameter"><code>unit</code></em> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td> <td>the new height in units of <em class="parameter"><code>unit</code></em> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em> </td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-default-top-margin"></a><h3>gtk_paper_size_get_default_top_margin ()</h3> <pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_paper_size_get_default_top_margin (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Gets the default top margin for the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for the return value, not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the default top margin</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-default-bottom-margin"></a><h3>gtk_paper_size_get_default_bottom_margin ()</h3> <pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_paper_size_get_default_bottom_margin (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Gets the default bottom margin for the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for the return value, not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the default bottom margin</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-default-left-margin"></a><h3>gtk_paper_size_get_default_left_margin ()</h3> <pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_paper_size_get_default_left_margin (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Gets the default left margin for the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for the return value, not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the default left margin</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-default-right-margin"></a><h3>gtk_paper_size_get_default_right_margin ()</h3> <pre class="programlisting"><span class="returnvalue">gdouble</span> gtk_paper_size_get_default_right_margin (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre> <p> Gets the default right margin for the <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td> <td>the unit for the return value, not <a class="link" href="GtkPaperSize.html#GTK-UNIT-NONE:CAPS"><code class="literal">GTK_UNIT_NONE</code></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the default right margin</td> </tr> </tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-get-default"></a><h3>gtk_paper_size_get_default ()</h3> <pre class="programlisting">const <span class="returnvalue">gchar</span> * gtk_paper_size_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Returns the name of the default paper size, which depends on the current locale. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the name of the default paper size. The string is owned by GTK+ and should not be modified.</td> </tr></tbody> </table></div> <p class="since">Since 2.10</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-new-from-key-file"></a><h3>gtk_paper_size_new_from_key_file ()</h3> <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_from_key_file (<em class="parameter"><code><span class="type">GKeyFile</span> *key_file</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>, <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre> <p> Reads a paper size from the group <em class="parameter"><code>group_name</code></em> in the key file <em class="parameter"><code>key_file</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td> <td>the <span class="type">GKeyFile</span> to retrieve the papersize from</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td> <td>the name ofthe group in the key file to read, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to read the first group</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>return location for an error, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a new <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object with the restored paper size, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if an error occurred</td> </tr> </tbody> </table></div> <p class="since">Since 2.12</p> </div> <hr> <div class="refsect2"> <a name="gtk-paper-size-to-key-file"></a><h3>gtk_paper_size_to_key_file ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_paper_size_to_key_file (<em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>, <em class="parameter"><code><span class="type">GKeyFile</span> *key_file</code></em>, <em class="parameter"><code>const <span class="type">gchar</span> *group_name</code></em>);</pre> <p> This function adds the paper size from <em class="parameter"><code>size</code></em> to <em class="parameter"><code>key_file</code></em>. </p> <div class="variablelist"><table border="0" class="variablelist"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td> <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td> <td>the <span class="type">GKeyFile</span> to save the paper size to</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td> <td>the group to add the settings to in <em class="parameter"><code>key_file</code></em> </td> </tr> </tbody> </table></div> <p class="since">Since 2.12</p> </div> </div> <div class="refsect1"> <a name="GtkPaperSize.see-also"></a><h2>See Also</h2> <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18.1</div> </body> </html>
2.2/docs/Javadoc/org/drip/analytics/holset/ZUSHoliday.html
tectronics/splinelibrary
<!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) on Fri Aug 09 15:46:55 EDT 2013 --> <title>ZUSHoliday</title> <meta name="date" content="2013-08-09"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ZUSHoliday"; } //--> </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/ZUSHoliday.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/analytics/holset/ZARHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/drip/analytics/holset/ZWDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/analytics/holset/ZUSHoliday.html" target="_top">Frames</a></li> <li><a href="ZUSHoliday.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.drip.analytics.holset</div> <h2 title="Class ZUSHoliday" class="title">Class ZUSHoliday</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.drip.analytics.holset.ZUSHoliday</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">ZUSHoliday</span> extends java.lang.Object implements <a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/drip/analytics/holset/ZUSHoliday.html#ZUSHoliday()">ZUSHoliday</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>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/analytics/holset/ZUSHoliday.html#getHolidayLoc()">getHolidayLoc</a></strong>()</code> <div class="block">Retrieves the holiday location</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/drip/analytics/holiday/Locale.html" title="class in org.drip.analytics.holiday">Locale</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/drip/analytics/holset/ZUSHoliday.html#getHolidaySet()">getHolidaySet</a></strong>()</code> <div class="block">Returns the Locale instance for this location</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ZUSHoliday()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ZUSHoliday</h4> <pre>public&nbsp;ZUSHoliday()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getHolidayLoc()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getHolidayLoc</h4> <pre>public&nbsp;java.lang.String&nbsp;getHolidayLoc()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidayLoc()">LocationHoliday</a></code></strong></div> <div class="block">Retrieves the holiday location</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidayLoc()">getHolidayLoc</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>HolidayLocation</dd></dl> </li> </ul> <a name="getHolidaySet()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getHolidaySet</h4> <pre>public&nbsp;<a href="../../../../org/drip/analytics/holiday/Locale.html" title="class in org.drip.analytics.holiday">Locale</a>&nbsp;getHolidaySet()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidaySet()">LocationHoliday</a></code></strong></div> <div class="block">Returns the Locale instance for this location</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html#getHolidaySet()">getHolidaySet</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/drip/analytics/holset/LocationHoliday.html" title="interface in org.drip.analytics.holset">LocationHoliday</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>Locale instance</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><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/ZUSHoliday.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/drip/analytics/holset/ZARHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/drip/analytics/holset/ZWDHoliday.html" title="class in org.drip.analytics.holset"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/drip/analytics/holset/ZUSHoliday.html" target="_top">Frames</a></li> <li><a href="ZUSHoliday.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
gallery/46/index.html
philshore/philshore.github.io
<!doctype html> <head> <meta charset="utf-8"> <title>PhilSHORE Gallery Item - 46</title> <!-- Fonts --> <link href='https://fonts.googleapis.com/css?family=EB+Garamond|Raleway:400,400italic,500,500italic,700,300|Josefin+Sans:400,600,400italic,700|Quicksand:400,700|Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <!-- endFonts --> <!-- bower:css --> <link rel="stylesheet" href="../../bower_components/bootstrap/dist/css/bootstrap.min.css?h=8eb176c7" /> <!-- <link rel="stylesheet" href="../../bower_components/videojs/dist/video-js/video-js.css?h=2c7e886e" /> <link rel="stylesheet" href="../../bower_components/flat-ui/dist/css/flat-ui.css?h=288987af" /> --> <link rel="stylesheet" href="../../bower_components/components-font-awesome/css/font-awesome.css?h=b4886004" /> <!-- endbower--> <link rel="stylesheet" href="../../static/css/style.css?h=8bc699d1"> </head> <!-- bower:js --> <script src="../../bower_components/jquery/dist/jquery.js?h=09b2fbec"></script> <script src="../../bower_components/bootstrap/dist/js/bootstrap.js?h=8cf4186c"></script> <!-- <script src="../../bower_components/videojs/dist/video-js/video.js?h=89562bc3"></script> <script src="../../bower_components/flat-ui/dist/js/flat-ui.js?h=8db8b80c"></script> --> <!-- endbower --> <!--livereload--> <script src="//localhost:35729/livereload.js"></script> <!--endlivereload--> <body> <header> <nav id="wiki_nav" class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#wiki_nav_div"> <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="../../"> <img src=../../images/header/philshore-logo.png alt="PhilSHORE"> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="wiki_nav_div"> <ul class="nav navbar-nav navbar-right"> <li><a href="../../">HOME</a></li> <li class="dropdown" > <a class="dropdown-toggle" data-toggle="dropdown" href="/">ABOUT <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="../../about/">ABOUT PHILSHORE</a></li> <li><a href="../../component/">PROJECT COMPONENTS</a></li> <li><a href="../../team/">TEAM</a></li> </ul> </li> <li><a href="../../philshore-tool/">MSP TOOL</a></li> <li class="active"><a href="../../gallery/">GALLERY</a></li> <li><a href="../../faq/">FAQS</a></li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> </header> <div> <!--Header Block--> <div id="intro" class="row" style="background-image: url('https://raw.githubusercontent.com/philshore/cdn/master/images/header/about.jpg');background-position: center;" > <h4>MARINE SPATIAL PLANNING TOOL</h4> <h1>MSP TOOL</h1> <p>WebGIS Platform for tidal in-stream current energy development</p> </div> <!--endIntroBlock--> <!--Body Block--> <div class="row page_gallery_item" > <div class="col-md-12"> <img src=../../gallery/46/2015-07-24-08.46.06.jpg> </div> <div class="col-md-12"> </div> </div> <!--endBodyBlock--> <!--Footer Block--> <footer class="row" id="footer"> <div class="col-md-4"> <p id="footer_copy">&copy; Copyright 2016 by PhilSHORE</p> <p><i class="fa fa-phone"></i> 981-8500 local 3147</p> <p><i class="fa fa-envelope"></i> philshoreteam@gmail.com</p> </div> <div class="col-md-8"> <img id ="footer_logos" src=../../about_logos_ds.png> </div> </footer> <!--endFooterBlock--> </div> </body>
javadoc/hibernate_Doc/org/hibernate/persister/walking/spi/package-frame.html
serious6/HibernateSimpleProject
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:33 EST 2014 --> <title>org.hibernate.persister.walking.spi (Hibernate JavaDocs)</title> <meta name="date" content="2014-03-03"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../org/hibernate/persister/walking/spi/package-summary.html" target="classFrame">org.hibernate.persister.walking.spi</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="AnyMappingDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>AnyMappingDefinition</i></a></li> <li><a href="AnyMappingDefinition.DiscriminatorMapping.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>AnyMappingDefinition.DiscriminatorMapping</i></a></li> <li><a href="AssociationAttributeDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>AssociationAttributeDefinition</i></a></li> <li><a href="AssociationVisitationStrategy.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>AssociationVisitationStrategy</i></a></li> <li><a href="AttributeDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>AttributeDefinition</i></a></li> <li><a href="AttributeSource.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>AttributeSource</i></a></li> <li><a href="CollectionDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>CollectionDefinition</i></a></li> <li><a href="CollectionElementDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>CollectionElementDefinition</i></a></li> <li><a href="CollectionIndexDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>CollectionIndexDefinition</i></a></li> <li><a href="CompositeCollectionElementDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>CompositeCollectionElementDefinition</i></a></li> <li><a href="CompositionDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>CompositionDefinition</i></a></li> <li><a href="EncapsulatedEntityIdentifierDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>EncapsulatedEntityIdentifierDefinition</i></a></li> <li><a href="EntityDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>EntityDefinition</i></a></li> <li><a href="EntityIdentifierDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>EntityIdentifierDefinition</i></a></li> <li><a href="NonEncapsulatedEntityIdentifierDefinition.html" title="interface in org.hibernate.persister.walking.spi" target="classFrame"><i>NonEncapsulatedEntityIdentifierDefinition</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AssociationKey.html" title="class in org.hibernate.persister.walking.spi" target="classFrame">AssociationKey</a></li> <li><a href="MetamodelGraphWalker.html" title="class in org.hibernate.persister.walking.spi" target="classFrame">MetamodelGraphWalker</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="AssociationAttributeDefinition.AssociationNature.html" title="enum in org.hibernate.persister.walking.spi" target="classFrame">AssociationAttributeDefinition.AssociationNature</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> <ul title="Exceptions"> <li><a href="WalkingException.html" title="class in org.hibernate.persister.walking.spi" target="classFrame">WalkingException</a></li> </ul> </div> </body> </html>
src/components/Switcher/Switcher.css
dialogs/dialog-web-components
/* * Copyright 2019 dialog LLC <info@dlg.im> */ @import '../../styles/variables.css'; :root { --switcher-width: 32px; --switcher-height: 20px; --switcher-border-radius: calc(var(--switcher-height) / 2); --switcher-dot-size: 16px; --switcher-background-color: #b8b8b8; --switcher-active-background-color: #ccc; --switcher-checked-background-color: #4cd964; --switcher-checked-active-background-color: #59ee72; --switcher-dot-color: #fff; --switcher-active-dot-color: #f6fff7; --switcher-transition-duration: var(--default-transition-duration); --switcher-label-font-family: var(--default-font-family); --switcher-label-font-size: 15px; --switcher-active-offset: calc( var(--switcher-width) - var(--switcher-dot-size) - ((var(--switcher-height) - var(--switcher-dot-size)) / 2) ); --switcher-danger-background-color: var(--color-danger); --switcher-danger-active-background-color: color-mod( var(--color-danger) lightness(+8%) ); --switcher-hint-font-size: var(--default-font-size-small); --switcher-hint-color: #aaa; --switcher-hint-font-family: var(--switcher-label-font-family); --switcher-description-font-family: var(--switcher-label-font-family); --switcher-description-font-size: var(--default-font-size-small); --switcher-description-line-height: 1.3; } .wrapper { line-height: 0; } .container { all: initial; display: inline-flex; flex-direction: row; box-sizing: border-box; height: var(--switcher-height); vertical-align: middle; justify-content: flex-start; align-content: center; align-items: center; max-width: 100%; &:hover { & .switcher { background-color: var(--switcher-active-background-color); &::before { background-color: color-mod(var(--switcher-dot-color) alpha(98%)); box-shadow: 0 2px 2px 0 color-mod(#000 alpha(30%)); } } &.checked { & .switcher { background-color: var(--switcher-checked-active-background-color); } } } } .danger { &.checked { & .switcher { background-color: var(--switcher-danger-background-color) !important; } &:hover { & .switcher { background-color: var( --switcher-danger-active-background-color ) !important; } } } } .input { display: none; } .switcher { all: initial; position: relative; display: block; box-sizing: border-box; width: var(--switcher-width); height: var(--switcher-height); cursor: pointer; user-select: none; transition: background var(--switcher-transition-duration) ease; border-radius: var(--switcher-border-radius); background-color: var(--switcher-background-color); flex: 0 0 auto; &::before { position: absolute; top: calc((var(--switcher-height) - var(--switcher-dot-size)) / 2); left: calc((var(--switcher-height) - var(--switcher-dot-size)) / 2); display: block; width: var(--switcher-dot-size); height: var(--switcher-dot-size); content: ''; transition: background var(--switcher-transition-duration) ease, left var(--switcher-transition-duration) ease, box-shadow var(--switcher-transition-duration) ease; transform: translateZ(0); border-radius: 100%; background-color: var(--switcher-dot-color); } &:active { background-color: var(--switcher-active-background-color); &::before { background-color: var(--switcher-active-dot-color); box-shadow: 0 1px 0 0 color-mod(#000 alpha(30%)); } } } .disabled { cursor: not-allowed; opacity: 0.7; & .switcher { cursor: not-allowed; background-color: var(--switcher-background-color) !important; &::before { background-color: var(--switcher-dot-color); box-shadow: none !important; } } & .label { cursor: not-allowed; } &.checked { & .switcher { background-color: var(--switcher-checked-background-color) !important; } &.danger { & .switcher { background-color: var(--switcher-danger-background-color) !important; } } } &:hover { & .switcher { background-color: var(--switcher-background-color) !important; } &.checked { & .switcher { background-color: var(--switcher-checked-background-color) !important; } &.danger { & .switcher { background-color: var(--switcher-danger-background-color) !important; } } } } } .checked { & .switcher { background-color: var(--switcher-checked-background-color); &::before { left: var(--switcher-active-offset); background-color: var(--switcher-active-dot-color); } /*&:hover { background-color: var(--switcher-checked-active-background-color); }*/ } } .label { display: inline; padding-left: 14px; cursor: pointer; user-select: none; font-family: var(--switcher-label-font-family); font-size: var(--switcher-label-font-size); @mixin text-overflow-ellipsis; & b, & strong { font-weight: 500; } } .hint { font-family: var(--switcher-hint-font-family); padding-top: 6px; padding-left: 46px; cursor: default; user-select: none; font-size: var(--switcher-hint-font-size); line-height: 1.3; color: var(--switcher-hint-color); } .description { display: block; font-family: var(--switcher-description-font-family); font-size: var(--switcher-description-font-size); line-height: var(--switcher-description-line-height); margin-bottom: calc(var(--default-padding) / 2); }
Resource/Home/photos_detail.html
longtaoge/xiangbalao
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="./Public/css/base.css"> <link rel="stylesheet" type="text/css" href="./Public/css/index.css"> <link rel="stylesheet" type="text/css" href="./Public/css/photos.css"> <link rel="stylesheet" type="text/css" href="./Public/css/category.css"> <title>公司相册详情</title> </head> <body> <!-- 通用背景 --> <div class="bodybg"> </div> <div class="box w "> <div class="contentbg w"> </div> <div class="banner w"> <img src="./Public/img/bannerbg.gif"> </div> <!-- 导航区 --> <div class="nav w "> <ul clearfix> <li><a href="./index.html"> 首页 </a></li> <li><a href="./introduce.html">公司介绍</a></li> <li><a href="./category.html">供应产品</a></li> <li><a href="#" class="activity">公司相册</a></li> <li><a href="./news.html">公司动态</a></li> <li><a href="#">客户反馈</a></li> <li><a href="#">公司招聘</a></li> <li><a href="#">客户见证</a></li> <li><a href="#">公司地图</a></li> <li><a href="#">联系我们</a></li> </ul> </div> <!-- 广告区 --> <div class="ad w "> <img src="./Public/img/ad.bmp"> <div class="contentbg w"> </div> </div> <!-- 内容区 --> <div class="content w "> <!-- 左侧 --> <div class="l_content "> <!-- 企业档案 --> <div class="l_content_box"> <div class="lb_title"> <h3>企业档案</h3> <a href="#">更多 &gt;</a> </div> <h4>河北石家庄华北食品城石家庄乡巴佬食品商行</h4> <div class="des"> <div> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2357261533&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:2357261533:51" alt="与我联系" title="与我联系"/></a> <br> </div> <p> 工商注册信息:已认证</p> <p> 所在地区:河北省 石家庄市</p> </div> </div> <!-- 产品分类 --> <div class="l_content_box"> <div class="lb_title"> <h3>产品分类</h3> <a href="#">更多 &gt;</a> </div> <div class="product_type"> <ul> <li><a href="#">乡吧佬鸡腿</a></li> <li><a href="#">乡吧佬鸡蛋</a></li> <li><a href="#">乡吧佬鸡蛋</a></li> </ul> </div> </div> <!-- 分司动态 --> <div class="l_content_box"> <div class="lb_title"> <h3>公司动态</h3> <a href="#">更多 &gt;</a> </div> <div class="product_type"> <ul> <li><a href="#">乡吧佬食品与OEM贴牌</a></li> <li><a href="#">乡吧佬鸡蛋</a></li> <li><a href="#">乡吧佬鸡蛋</a></li> </ul> </div> </div> <!-- 相册橱窗 --> <div class="l_content_box"> <div class="lb_title"> <h3>相册橱窗</h3> <a href="#">更多 &gt;</a> </div> <div class="product_img"> <ul> <li> <a href="#"><img src="./Public/temp_img/图片1.png"></a> </li> <li> <a href="#"><img src="./Public/temp_img/图片1.png"></a> </li> </ul> </div> </div> <!-- 最新供应 --> <div class="l_content_box"> <div class="lb_title"> <h3>最新供应</h3> <a href="#">更多 &gt;</a> </div> <div class="product_img"> <ul> <li> <a href="#"><img src="./Public/temp_img/图片1.png"></a> </li> <li> <a href="#"><img src="./Public/temp_img/图片1.png"></a> </li> </ul> </div> </div> <div class="l_content_box"> <div class="lb_title"> <h3>联系我们</h3> <a href="#">更多 &gt;</a> </div> <div class="des"> <p> 联系人 : 魏先生 </p> <p> 电&nbsp;&nbsp;&nbsp;话: 311-8523872-8</p> <p> 手&nbsp;&nbsp;&nbsp;机: 1316738933-8</p> </div> </div> </div> <div class="r_content"> <!-- 右侧 --> <!-- 公司相册 开始--> <div class="r_content_box"> <div class="rb_title"> <h3>公司相册</h3> <a href="javascript:;"> </a> </div> <div class="potho"> <div class="bigimg clearfix " id="bigimg"> <img class="activi" src="./Public/tmp_images/b04.jpg" alt="第4张图的描述信息" /> <img src="./Public/tmp_images/b02.jpg" alt="第2张图的描述信息" /> <img src="./Public/tmp_images/b07.jpg" alt="第7张图的描述信息" /> <img src="./Public/tmp_images/b01.jpg" alt="第1张图的描述信息" /> <img src="./Public/tmp_images/b03.jpg" alt="第3张图的描述信息" /> <img src="./Public/tmp_images/b08.jpg" alt="第8张图的描述信息" /> <img src="./Public/tmp_images/b09.jpg" alt="第9张图的描述信息" /> <img src="./Public/tmp_images/b06.jpg" alt="第6张图的描述信息" /> <img src="./Public/tmp_images/b10.jpg" alt="第10张图的描述信息" /> <img src="./Public/tmp_images/b05.jpg" alt="第5张图的描述信息" /> <div class="tip" id="tip"> <h3>第1张图的描述信息</h3> <a class="l" href="javascript:void(0)"> > </a> <a class="r" href="javascript:void(0)"> < </a> </div> </div> <div class="smallimg clearfix " id="smallimg"> <ul class="clearfix"> <li><img src="./Public/tmp_images/small01.jpg" /><span class="mask"></span><span class=" border activi"></span></li> <li><img src="./Public/tmp_images/small02.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small03.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small04.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small05.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small06.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small08.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small10.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small07.jpg" /><span class="mask"></span><span class="border"></span></li> <li><img src="./Public/tmp_images/small09.jpg" /><span class="mask"></span><span class="border"></span></li> </ul> </div> </div> </div> <!-- 公司相册 结束--> <!-- 相册分类开始 --> <div class="r_content_box"> <div class="rb_title"> <h3>全部相册</h3> </div> <div class="productCategory linebg clearfix"> <ul> <li><a href="">全部</a></li> <li><a href="">乡吧佬鸡腿</a></li> <li><a href="">乡吧佬鸡脖</a></li> <li><a href="">乡吧佬鸡蛋</a></li> <li><a href="">乡吧佬鸡蛋</a></li> <li><a href="">乡吧佬鸡蛋</a></li> </ul> </div> </div> <!-- 相册分类结束 --> </div> </div> </div> <!-- 页脚开始 --> <div class="footer "> <ul> <li>河北省石家庄市乡巴佬食品批发中心 版权所有</li> <li>地址:&nbsp;石家庄市华北食品城 电话:&nbsp;0311-8523872-8</li> <li> <span class="icp"> 友情链接&nbsp;</span> <a href="http://www.xiangbalao.org"> 乡吧佬食品</a>&nbsp;&nbsp;<a href="http://www.huabeishipin.cn">华北食品城</a></li> <li> <span><a href="#">管理员入口</a> | <a href="javascript:;">产品地图</a> | <a href="javascript:;">免责声明 | </a><a href="javascript:;">技术支持:北京龙套科技</a></span> </li> </ul> </div> <!-- 页脚结束 --> <!-- 相册JS --> <script src='./Public/Js/photo.js' type="text/javascript"></script> </body> </html>
doc/com/example/baard/HabitEvents/package-use.html
CMPUT301F17T02/BAARD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112-release) on Mon Dec 04 22:56:19 MST 2017 --> <title>Uses of Package com.example.baard.HabitEvents</title> <meta name="date" content="2017-12-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.example.baard.HabitEvents"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/example/baard/HabitEvents/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package com.example.baard.HabitEvents" class="title">Uses of Package<br>com.example.baard.HabitEvents</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../com/example/baard/HabitEvents/package-summary.html">com.example.baard.HabitEvents</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.example.baard">com.example.baard</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.example.baard"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../com/example/baard/HabitEvents/package-summary.html">com.example.baard.HabitEvents</a> used by <a href="../../../../com/example/baard/package-summary.html">com.example.baard</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../com/example/baard/HabitEvents/class-use/AllHabitEventsFragment.OnFragmentInteractionListener.html#com.example.baard">AllHabitEventsFragment.OnFragmentInteractionListener</a> <div class="block">This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../com/example/baard/HabitEvents/class-use/CreateNewHabitEventFragment.OnFragmentInteractionListener.html#com.example.baard">CreateNewHabitEventFragment.OnFragmentInteractionListener</a> <div class="block">This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/example/baard/HabitEvents/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
src/app/instances/includes/app-starting.html
diarraa/roboconf-web-administration
<img src="img/state-starting.gif" alt="Starting" /> <br /> <strong>{{'INSTANCES_INCLUDES_DESCRIPTION_TITLE' | translate}}</strong> <br /> <span translate="{{'INSTANCES_INCLUDES_DESCRIPTION_APP_STARTING' | translate}}"/> {{'INSTANCES_INCLUDES_DESCRIPTION_APP_STARTING_2' | translate}}
docs/api/org/apache/hadoop/mapred/lib/class-use/InputSampler.Sampler.html
davidl1/hortonworks-extension
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Mon Oct 01 00:28:20 PDT 2012 --> <TITLE> Uses of Interface org.apache.hadoop.mapred.lib.InputSampler.Sampler (Hadoop 1.0.3.16 API) </TITLE> <META NAME="date" CONTENT="2012-10-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.hadoop.mapred.lib.InputSampler.Sampler (Hadoop 1.0.3.16 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib//class-useInputSampler.Sampler.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InputSampler.Sampler.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>org.apache.hadoop.mapred.lib.InputSampler.Sampler</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib">InputSampler.Sampler</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred.lib"><B>org.apache.hadoop.mapred.lib</B></A></TD> <TD>Library of generally useful mappers, reducers, and partitioners.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred.lib"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib">InputSampler.Sampler</A> in <A HREF="../../../../../../org/apache/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../org/apache/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</A> that implement <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib">InputSampler.Sampler</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.IntervalSampler.html" title="class in org.apache.hadoop.mapred.lib">InputSampler.IntervalSampler&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sample from s splits at regular intervals.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.RandomSampler.html" title="class in org.apache.hadoop.mapred.lib">InputSampler.RandomSampler&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sample from random points in the input.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.SplitSampler.html" title="class in org.apache.hadoop.mapred.lib">InputSampler.SplitSampler&lt;K,V&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Samples the first n records from s splits.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</A> with parameters of type <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib">InputSampler.Sampler</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;K,V&gt; void</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>InputSampler.</B><B><A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.html#writePartitionFile(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.lib.InputSampler.Sampler)">writePartitionFile</A></B>(<A HREF="../../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;job, <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib">InputSampler.Sampler</A>&lt;K,V&gt;&nbsp;sampler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write a partition file for the given job, using the Sampler provided.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/mapred/lib/InputSampler.Sampler.html" title="interface in org.apache.hadoop.mapred.lib"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/mapred/lib//class-useInputSampler.Sampler.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InputSampler.Sampler.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
doc/api/files/__/__/__/_rbenv/versions/2_2_1/lib/ruby/gems/2_2_0/gems/activesupport-4_2_1/lib/active_support/message_encryptor_rb.html
tonywu522/biu_server
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>message_encryptor.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../../../../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../../../../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.1</span><br /> <h1> message_encryptor.rb </h1> <ul class="files"> <li> ../../../.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/activesupport-4.2.1/lib/active_support/message_encryptor.rb </li> <li>Last modified: 2015-04-15 16:40:13 +0800</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- File only: requires --> <div class="sectiontitle">Required Files</div> <ul> <li>openssl</li> <li>base64</li> <li>active_support/core_ext/array/extract_options</li> </ul> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../../../../../../classes/ActiveSupport.html">ActiveSupport</a> </li> <li> <span class="type">CLASS</span> <a href="../../../../../../../../../../../../../../../classes/ActiveSupport/MessageEncryptor.html">ActiveSupport::MessageEncryptor</a> </li> <li> <span class="type">CLASS</span> <a href="../../../../../../../../../../../../../../../classes/ActiveSupport/MessageEncryptor/InvalidMessage.html">ActiveSupport::MessageEncryptor::InvalidMessage</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
doc/html/interface_s_c_loyalty_sale.html
secucard/secucard-connect-ios-sdk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>SecucardConnectSDK: SCLoyaltySale Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">SecucardConnectSDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#properties">Properties</a> &#124; <a href="class_s_c_loyalty_sale-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">SCLoyaltySale Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for SCLoyaltySale:</div> <div class="dyncontent"> <div class="center"> <img src="interface_s_c_loyalty_sale.png" usemap="#SCLoyaltySale_map" alt=""/> <map id="SCLoyaltySale_map" name="SCLoyaltySale_map"> <area href="interface_s_c_secu_object.html" alt="SCSecuObject" shape="rect" coords="77,56,221,80"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a> Properties</h2></td></tr> <tr class="memitem:a3d0f8e3038d668a7b7d43dd97653840b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3d0f8e3038d668a7b7d43dd97653840b"></a> NSNumber *&#160;</td><td class="memItemRight" valign="bottom"><b>amount</b></td></tr> <tr class="separator:a3d0f8e3038d668a7b7d43dd97653840b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2f6570ed0fd432b46e79ed1d80fec6c2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2f6570ed0fd432b46e79ed1d80fec6c2"></a> NSDate *&#160;</td><td class="memItemRight" valign="bottom"><b>lastChange</b></td></tr> <tr class="separator:a2f6570ed0fd432b46e79ed1d80fec6c2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab0b49dda4a3e1e226668be86dab226a4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0b49dda4a3e1e226668be86dab226a4"></a> NSNumber *&#160;</td><td class="memItemRight" valign="bottom"><b>status</b></td></tr> <tr class="separator:ab0b49dda4a3e1e226668be86dab226a4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afc7359f4b743b3578a2ed7d48eaf3b4b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afc7359f4b743b3578a2ed7d48eaf3b4b"></a> NSString *&#160;</td><td class="memItemRight" valign="bottom"><b>descriptionString</b></td></tr> <tr class="separator:afc7359f4b743b3578a2ed7d48eaf3b4b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8720ee4c208d245d2217c24a07a85a28"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8720ee4c208d245d2217c24a07a85a28"></a> NSString *&#160;</td><td class="memItemRight" valign="bottom"><b>descriptionRaw</b></td></tr> <tr class="separator:a8720ee4c208d245d2217c24a07a85a28"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a266bcec6b6079d9d94bcd2417ba9d8c7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a266bcec6b6079d9d94bcd2417ba9d8c7"></a> <a class="el" href="interface_s_c_general_store.html">SCGeneralStore</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>store</b></td></tr> <tr class="separator:a266bcec6b6079d9d94bcd2417ba9d8c7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a46b6d3cfe3e517422f115d0dd99a4f0f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a46b6d3cfe3e517422f115d0dd99a4f0f"></a> <a class="el" href="interface_s_c_loyalty_card.html">SCLoyaltyCard</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>card</b></td></tr> <tr class="separator:a46b6d3cfe3e517422f115d0dd99a4f0f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afaf776bb1d3dbb5d4d60a7c725a49c67"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afaf776bb1d3dbb5d4d60a7c725a49c67"></a> <a class="el" href="interface_s_c_loyalty_card_group.html">SCLoyaltyCardGroup</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>cardgroup</b></td></tr> <tr class="separator:afaf776bb1d3dbb5d4d60a7c725a49c67"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a82b44f575cbd1a9cc038c0b56a19dcb7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a82b44f575cbd1a9cc038c0b56a19dcb7"></a> <a class="el" href="interface_s_c_loyalty_merchant_card.html">SCLoyaltyMerchantCard</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>merchantcard</b></td></tr> <tr class="separator:a82b44f575cbd1a9cc038c0b56a19dcb7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a24b91a4705a2e8eaf10c2342cccc6ceb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24b91a4705a2e8eaf10c2342cccc6ceb"></a> NSString *&#160;</td><td class="memItemRight" valign="bottom"><b>balanceAmount</b></td></tr> <tr class="separator:a24b91a4705a2e8eaf10c2342cccc6ceb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0063877d1ca727e55317f078193e92a4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0063877d1ca727e55317f078193e92a4"></a> NSString *&#160;</td><td class="memItemRight" valign="bottom"><b>balancePoints</b></td></tr> <tr class="separator:a0063877d1ca727e55317f078193e92a4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4ce7657b2294b8d1366fc878dac25fa6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4ce7657b2294b8d1366fc878dac25fa6"></a> id&#160;</td><td class="memItemRight" valign="bottom"><b>currency</b></td></tr> <tr class="separator:a4ce7657b2294b8d1366fc878dac25fa6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa8194ffbc17ed99768a2b4b250e4b94f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa8194ffbc17ed99768a2b4b250e4b94f"></a> NSArray *&#160;</td><td class="memItemRight" valign="bottom"><b>bonus</b></td></tr> <tr class="separator:aa8194ffbc17ed99768a2b4b250e4b94f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header properties_interface_s_c_secu_object"><td colspan="2" onclick="javascript:toggleInherit('properties_interface_s_c_secu_object')"><img src="closed.png" alt="-"/>&#160;Properties inherited from <a class="el" href="interface_s_c_secu_object.html">SCSecuObject</a></td></tr> <tr class="memitem:ad4f5332ee77dcb0d535c0b5c4e9b3da4 inherit properties_interface_s_c_secu_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad4f5332ee77dcb0d535c0b5c4e9b3da4"></a> NSString *&#160;</td><td class="memItemRight" valign="bottom"><b>id</b></td></tr> <tr class="separator:ad4f5332ee77dcb0d535c0b5c4e9b3da4 inherit properties_interface_s_c_secu_object"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_static_methods_interface_s_c_secu_object"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_interface_s_c_secu_object')"><img src="closed.png" alt="-"/>&#160;Class Methods inherited from <a class="el" href="interface_s_c_secu_object.html">SCSecuObject</a></td></tr> <tr class="memitem:a10a24dadfb8e924c4f73c4fb35dc2a91 inherit pub_static_methods_interface_s_c_secu_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a10a24dadfb8e924c4f73c4fb35dc2a91"></a> (NSString *)&#160;</td><td class="memItemRight" valign="bottom">+ <b>object</b></td></tr> <tr class="separator:a10a24dadfb8e924c4f73c4fb35dc2a91 inherit pub_static_methods_interface_s_c_secu_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4500430c5496f256250415c7ff56f41d inherit pub_static_methods_interface_s_c_secu_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4500430c5496f256250415c7ff56f41d"></a> (NSDateFormatter *)&#160;</td><td class="memItemRight" valign="bottom">+ <b>dateFormatter</b></td></tr> <tr class="separator:a4500430c5496f256250415c7ff56f41d inherit pub_static_methods_interface_s_c_secu_object"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1e3551402230cbba14a599946e691cdd inherit pub_static_methods_interface_s_c_secu_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1e3551402230cbba14a599946e691cdd"></a> (NSDateFormatter *)&#160;</td><td class="memItemRight" valign="bottom">+ <b>dateShortFormatter</b></td></tr> <tr class="separator:a1e3551402230cbba14a599946e691cdd inherit pub_static_methods_interface_s_c_secu_object"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this class was generated from the following file:<ul> <li>Pod/Classes/Model/Loyalty/<a class="el" href="_s_c_loyalty_sale_8h_source.html">SCLoyaltySale.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>