path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
website/orig/legacy/doc-1.3.0/scripts/source_skip_command.html
savonet/liquidsoap-full
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Liquidsoap 1.3.0 :: Audio Stream Generation</title> <link href="../../css/new.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="//www.google.com/jsapi"></script> <link rel="shortcut icon" href="../favicon.ico" /> <script> google.load("jquery", "1.6.1"); google.load("jqueryui", "1.8.14"); </script> <script type="text/javascript" src="../../js/jQuery.syntax/jquery.syntax.min.js"></script> <script type="text/javascript" src="../../js/liq-jquery.js"></script> </head> <body> <div class="menu"> <ul> <li id="menu-developers"> <a href="https://github.com/savonet/liquidsoap/issues" target="_blank">developpers</a> </li> <li id="menu-doc-api-www"> <a href="../reference.html">API</a> </li> <li id="menu-support"> <a href="documentation.html">documentation</a> </li> <li id="menu-download"> <a href="../../download.html">download</a> </li> <li id="menu-about"> <a href="../../index.html">about</a> </li> </ul> </div> <div class="section" id="main"> <h1>source_skip_command.liq</h1> <div class="content"> <pre class="syntax"># Add a skip function to a source # when it does not have one # by default def add_skip_command(s) = # A command to skip def skip(_) = source.skip(s) "Done!" end # Register the command: server.register(namespace="#{source.id(s)}", usage="skip", description="Skip the current song.", "skip",skip) end # Attach a skip command to the source s: add_skip_command(s) </pre> <a href="source_skip_command.liq"> <img class="grab" src="../../images/grab.png" alt="Grab the code!" title="Grab the code!"> </a> </div> <div id="footer"> 2003-2017 Savonet team</div> </div> <script type="text/javascript" src="//www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script> <script type="text/javascript" src="../../js/search.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-927362-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
docs/code_docs/package-modules.account.output.html
thetomester13/hm3
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Package modules\account\output | Cypht Documentation</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Packages</h3> <ul> <li> <a href="package-framework.html"> framework<span></span> </a> <ul> <li> <a href="package-framework.auth.html"> auth </a> </li> <li> <a href="package-framework.cache.html"> cache </a> </li> <li> <a href="package-framework.config.html"> config </a> </li> <li> <a href="package-framework.crypt.html"> crypt </a> </li> <li> <a href="package-framework.db.html"> db </a> </li> <li> <a href="package-framework.dispatch.html"> dispatch </a> </li> <li> <a href="package-framework.format.html"> format </a> </li> <li> <a href="package-framework.module.html"> module </a> </li> <li> <a href="package-framework.modules.html"> modules </a> </li> <li> <a href="package-framework.oauth2.html"> oauth2 </a> </li> <li> <a href="package-framework.output.html"> output </a> </li> <li> <a href="package-framework.request.html"> request </a> </li> <li> <a href="package-framework.servers.html"> servers </a> </li> <li> <a href="package-framework.session.html"> session </a> </li> <li> <a href="package-framework.setup.html"> setup </a> </li> </ul></li> <li class="active"> <a href="package-modules.html"> modules<span></span> </a> <ul> <li class="active"> <a href="package-modules.account.html"> account<span></span> </a> <ul> <li> <a href="package-modules.account.handler.html"> handler </a> </li> <li class="active"> <a href="package-modules.account.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.calendar.html"> calendar<span></span> </a> <ul> <li> <a href="package-modules.calendar.handler.html"> handler </a> </li> <li> <a href="package-modules.calendar.lib.html"> lib </a> </li> <li> <a href="package-modules.calendar.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.contacts.html"> contacts<span></span> </a> <ul> <li> <a href="package-modules.contacts.handler.html"> handler </a> </li> <li> <a href="package-modules.contacts.lib.html"> lib </a> </li> <li> <a href="package-modules.contacts.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.core.html"> core<span></span> </a> <ul> <li> <a href="package-modules.core.functions.html"> functions </a> </li> <li> <a href="package-modules.core.handler.html"> handler </a> </li> <li> <a href="package-modules.core.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.developer.html"> developer<span></span> </a> <ul> <li> <a href="package-modules.developer.handler.html"> handler </a> </li> <li> <a href="package-modules.developer.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.feeds.html"> feeds<span></span> </a> <ul> <li> <a href="package-modules.feeds.functions.html"> functions </a> </li> <li> <a href="package-modules.feeds.handler.html"> handler </a> </li> <li> <a href="package-modules.feeds.lib.html"> lib </a> </li> <li> <a href="package-modules.feeds.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.github.html"> github<span></span> </a> <ul> <li> <a href="package-modules.github.functions.html"> functions </a> </li> <li> <a href="package-modules.github.handler.html"> handler </a> </li> <li> <a href="package-modules.github.lib.html"> lib </a> </li> <li> <a href="package-modules.github.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.helloworld.html"> helloworld<span></span> </a> <ul> <li> <a href="package-modules.helloworld.handler.html"> handler </a> </li> <li> <a href="package-modules.helloworld.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.idletimer.html"> idletimer<span></span> </a> <ul> <li> <a href="package-modules.idletimer.handler.html"> handler </a> </li> <li> <a href="package-modules.idletimer.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.imap.html"> imap<span></span> </a> <ul> <li> <a href="package-modules.imap.functions.html"> functions </a> </li> <li> <a href="package-modules.imap.handler.html"> handler </a> </li> <li> <a href="package-modules.imap.lib.html"> lib </a> </li> <li> <a href="package-modules.imap.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.nux.html"> nux<span></span> </a> <ul> <li> <a href="package-modules.nux.functions.html"> functions </a> </li> <li> <a href="package-modules.nux.handler.html"> handler </a> </li> <li> <a href="package-modules.nux.lib.html"> lib </a> </li> <li> <a href="package-modules.nux.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.pop3.html"> pop3<span></span> </a> <ul> <li> <a href="package-modules.pop3.functions.html"> functions </a> </li> <li> <a href="package-modules.pop3.handler.html"> handler </a> </li> <li> <a href="package-modules.pop3.lib.html"> lib </a> </li> <li> <a href="package-modules.pop3.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.profile.html"> profile<span></span> </a> <ul> <li> <a href="package-modules.profile.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.smtp.html"> smtp<span></span> </a> <ul> <li> <a href="package-modules.smtp.functions.html"> functions </a> </li> <li> <a href="package-modules.smtp.handler.html"> handler </a> </li> <li> <a href="package-modules.smtp.lib.html"> lib </a> </li> <li> <a href="package-modules.smtp.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.swipe2fa.html"> swipe2fa<span></span> </a> <ul> <li> <a href="package-modules.swipe2fa.functions.html"> functions </a> </li> <li> <a href="package-modules.swipe2fa.handler.html"> handler </a> </li> <li> <a href="package-modules.swipe2fa.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.themes.html"> themes<span></span> </a> <ul> <li> <a href="package-modules.themes.functions.html"> functions </a> </li> <li> <a href="package-modules.themes.handler.html"> handler </a> </li> <li> <a href="package-modules.themes.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.wordpress.html"> wordpress<span></span> </a> <ul> <li> <a href="package-modules.wordpress.functions.html"> functions </a> </li> <li> <a href="package-modules.wordpress.handler.html"> handler </a> </li> <li> <a href="package-modules.wordpress.output.html"> output </a> </li> </ul></li></ul></li> </ul> </div> <hr> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-Hm_Output_change_password.html">Hm_Output_change_password</a></li> <li><a href="class-Hm_Output_change_password_link.html">Hm_Output_change_password_link</a></li> <li><a href="class-Hm_Output_create_account_link.html">Hm_Output_create_account_link</a></li> <li><a href="class-Hm_Output_create_form.html">Hm_Output_create_form</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text" placeholder="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li class="active"> <span>Package</span> </li> <li> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> <li> <a href="annotation-group-deprecated.html" title="List of elements with deprecated annotation"> <span>Deprecated</span> </a> </li> <li> <a href="annotation-group-todo.html" title="List of elements with todo annotation"> <span>Todo</span> </a> </li> </ul> <ul> <li> <a href="-API-documentation.zip" title="Download documentation as ZIP archive"><span>Download</span></a> </li> </ul> </div> <div id="content" class="package"> <h1>Package <a href="package-modules.html">modules</a>\<a href="package-modules.account.html">account</a>\output</h1> <table class="summary" id="classes"> <caption>Classes summary</caption> <tr> <td class="name"><a href="class-Hm_Output_change_password.html">Hm_Output_change_password</a></td> <td></td> </tr> <tr> <td class="name"><a href="class-Hm_Output_change_password_link.html">Hm_Output_change_password_link</a></td> <td>Adds a link to the change password page to the folder list</td> </tr> <tr> <td class="name"><a href="class-Hm_Output_create_account_link.html">Hm_Output_create_account_link</a></td> <td></td> </tr> <tr> <td class="name"><a href="class-Hm_Output_create_form.html">Hm_Output_create_form</a></td> <td></td> </tr> </table> </div> <div id="footer"> Cypht Documentation API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> </div> <script src="resources/combined.js?11103d5bda05b31faaed27f8dac7ff566f7e6eef"></script> <script src="elementlist.js?341a24b610ee59935e2a39085b09917a67158213"></script> </body> </html>
sites/all/libraries/yui/build/widget-buttons/assets/skins/night/widget-buttons.css
dkist/t-h-inker
/* YUI 3.5.0 (build 5089) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ .yui3-widget-buttons .yui3-button-close,.yui3-widget-buttons .yui3-button-close .yui3-button-content,.yui3-widget-buttons .yui3-button-close .yui3-button-icon{display:inline-block;*display:inline;zoom:1;width:13px;height:13px;line-height:13px;vertical-align:top}.yui3-widget-buttons .yui3-button-close .yui3-button-icon{background-repeat:no-repeat;background-position:1px 1px}.yui3-skin-night .yui3-widget-buttons .yui3-button-icon{background-image:url(sprite_icons.gif)}#yui3-css-stamp.skin-night-widget-buttons{display:none}
libs/angular-bootstrap-calendar/dist/css/angular-bootstrap-calendar.css
mauricioms/web-context
/** * angular-bootstrap-calendar - A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day * @version v0.18.3 * @link https://github.com/mattlewis92/angular-bootstrap-calendar * @license MIT */ [class*="cal-cell"] { float: left; margin-left: 0; min-height: 1px; } .cal-row-fluid { width: 100%; *zoom: 1; } .cal-row-fluid:before, .cal-row-fluid:after { display: table; content: ""; line-height: 0; } .cal-row-fluid:after { clear: both; } .cal-row-fluid [class*="cal-cell"] { display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 0%; *margin-left: -0.05213764%; } .cal-row-fluid [class*="cal-cell"]:first-child { margin-left: 0; } .cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] { margin-left: 0%; } .cal-row-fluid .cal-cell7 { width: 100%; *width: 99.94669509594883%; } .cal-row-fluid .cal-cell6 { width: 85.71428571428571%; *width: 85.66098081023453%; } .cal-row-fluid .cal-cell5 { width: 71.42857142857142%; *width: 71.37526652452024%; } .cal-row-fluid .cal-cell4 { width: 57.14285714285714%; *width: 57.089552238805965%; } .cal-row-fluid .cal-cell3 { width: 42.857142857142854%; *width: 42.80383795309168%; } .cal-row-fluid .cal-cell2 { width: 28.57142857142857%; *width: 28.518123667377395%; } .cal-row-fluid .cal-cell1 { width: 14.285714285714285%; *width: 14.232409381663112%; } .cal-week-box .cal-offset7, .cal-row-fluid .cal-offset7, .cal-row-fluid .cal-offset7:first-child { margin-left: 100%; *margin-left: 99.89339019189765%; } .cal-week-box .cal-offset6, .cal-row-fluid .cal-offset6, .cal-row-fluid .cal-offset6:first-child { margin-left: 85.71428571428571%; *margin-left: 85.60767590618336%; } .cal-week-box .cal-offset5, .cal-row-fluid .cal-offset5, .cal-row-fluid .cal-offset5:first-child { margin-left: 71.42857142857142%; *margin-left: 71.32196162046907%; } .cal-week-box .cal-offset4, .cal-row-fluid .cal-offset4, .cal-row-fluid .cal-offset4:first-child { margin-left: 57.14285714285714%; *margin-left: 57.03624733475479%; } .cal-week-box .cal-offset3, .cal-row-fluid .cal-offset3, .cal-row-fluid .cal-offset3:first-child { margin-left: 42.857142857142854%; *margin-left: 42.750533049040506%; } .cal-week-box .cal-offset2, .cal-row-fluid .cal-offset2, .cal-row-fluid .cal-offset2:first-child { margin-left: 28.57142857142857%; *margin-left: 28.46481876332622%; } .cal-week-box .cal-offset1, .cal-row-fluid .cal-offset1, .cal-row-fluid .cal-offset1:first-child { margin-left: 14.285714285714285%; *margin-left: 14.17910447761194%; } .cal-row-fluid .cal-cell1 { width: 14.285714285714285%; *width: 14.233576642335766%; } [class*="cal-cell"].hide, .cal-row-fluid [class*="cal-cell"].hide { display: none; } [class*="cal-cell"].pull-right, .cal-row-fluid [class*="cal-cell"].pull-right { float: right; } .cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] { min-height: auto; overflow: hidden; text-overflow: ellipsis; } .cal-events-num { margin-top: 20px; } .cal-month-day { position: relative; display: block; width: 100%; } .cal-month-day .cal-events-num { margin-left: 10px; margin-top: 18px; } #cal-week-box { position: absolute; width: 70px; left: -71px; top: -1px; padding: 8px 5px; cursor: pointer; } .cal-day-tick { position: absolute; right: 50%; bottom: -21px; padding: 0px 5px; cursor: pointer; z-index: 5; text-align: center; width: 26px; margin-right: -17px; } .cal-year-box #cal-day-tick { margin-right: -7px; } .cal-slide-box { position: relative; } .cal-slide-tick { position: absolute; width: 16px; margin-left: -7px; height: 9px; top: -1px; z-index: 1; } .cal-slide-tick.tick-month1 { left: 12.5%; } .cal-slide-tick.tick-month2 { left: 37.5%; } .cal-slide-tick.tick-month3 { left: 62.5%; } .cal-slide-tick.tick-month4 { left: 87.5%; } .cal-slide-tick.tick-day1 { left: 7.14285714285715%; } .cal-slide-tick.tick-day2 { left: 21.42857142857143%; } .cal-slide-tick.tick-day3 { left: 35.71428571428572%; } .cal-slide-tick.tick-day4 { left: 50%; } .cal-slide-tick.tick-day5 { left: 64.2857142857143%; } .cal-slide-tick.tick-day6 { left: 78.57142857142859%; } .cal-slide-tick.tick-day7 { left: 92.85714285714285%; } .events-list { position: absolute; bottom: 0; left: 0; z-index: 50; } .cal-slide-content ul.unstyled { margin-bottom: 0; } .cal-slide-content ul li.dragging-active .event-item { color: black; } .cal-week-box { position: relative; } .cal-week-box [data-event-class] { white-space: nowrap; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; padding-top: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; font-size: 12px; padding: 0 3px !important; } .cal-week-box .cal-day-panel { border: 0px !important; } .cal-week-box.cal-day-box .cal-row-head { padding-left: 60px; } .cal-week-box.cal-day-box .cal-day-panel { overflow-x: hidden; } .cal-day-box { text-wrap: none; overflow-x: auto !important; overflow-y: hidden; } .cal-day-box .cal-day-hour-part { height: 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-bottom: thin dashed #e1e1e1; } .cal-day-box .cal-day-hour .day-highlight { height: 30px; } .cal-day-box .cal-hours { font-weight: bold; font-size: 12px; } .cal-day-box .cal-day-hour:nth-child(odd) { background-color: #fafafa; } .cal-day-box .cal-day-panel { position: relative; padding-left: 60px; border: solid 1px #e1e1e1; } .cal-day-box .cal-day-panel-hour { position: absolute; width: 100%; margin-left: -60px; } .cal-day-box .day-event { position: absolute; width: 150px; overflow: hidden; padding: 2px 3px !important; } .cal-day-box .day-event a { font-size: 12px; text-overflow: ellipsis; } .cal-day-box .day-highlight { padding-top: 2px; padding-left: 8px; padding-right: 8px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #c3c3c3; margin: 1px 1px; overflow: hidden; text-overflow: ellipsis; } .cal-day-box .day-highlight.dh-event-important { border: 1px solid #ad2121; } .cal-day-box .day-highlight.dh-event-warning { border: 1px solid #e3bc08; } .cal-day-box .day-highlight.dh-event-info { border: 1px solid dodgerblue; } .cal-day-box .day-highlight.dh-event-inverse { border: 1px solid #1b1b1b; } .cal-day-box .day-highlight.dh-event-success { border: 1px solid darkgreen; } .cal-day-box .day-highlight.dh-event-special { background-color: #ffe6ff; border: 1px solid #800080; } .event { display: block; background-color: #c3c3c3; width: 12px; height: 12px; margin-right: 2px; margin-bottom: 2px; -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4); box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4); border-radius: 8px; border: 1px solid #ffffff; } .event-block { display: block; background-color: #c3c3c3; width: 20px; height: 100%; } .cal-event-list .event.pull-left { margin-top: 3px; } .event-important { background-color: #ad2121; } .event-info { background-color: dodgerblue; } .event-warning { background-color: #e3bc08; } .event-inverse { background-color: #1b1b1b; } .event-success { background-color: darkgreen; } .event-special { background-color: #800080; } .day-highlight:hover, .day-highlight { background-color: #dddddd; } .day-highlight.dh-event-important:hover, .day-highlight.dh-event-important { background-color: #fae3e3; } .day-highlight.dh-event-warning:hover, .day-highlight.dh-event-warning { background-color: #fdf1ba; } .day-highlight.dh-event-info:hover, .day-highlight.dh-event-info { background-color: #d1e8ff; } .day-highlight.dh-event-inverse:hover, .day-highlight.dh-event-inverse { background-color: #c1c1c1; } .day-highlight.dh-event-success:hover, .day-highlight.dh-event-success { background-color: #caffca; } .day-highlight.dh-event-special:hover, .day-highlight.dh-event-special { background-color: #ffe6ff; } .cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] { font-weight: bolder; text-align: center; border: 0px solid; padding: 5px 0; } .cal-row-head [class*="cal-cell"] small { font-weight: normal; } .cal-year-box .row:hover, .cal-row-fluid:hover { background-color: #fafafa; } .cal-month-day { height: 100px; } [class*="cal-cell"]:hover, .cell-focus, [class*="cal-cell"] .drop-active, .cal-cell.drop-active { background-color: #ededed; } .cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] { min-height: 100px; border-right: 1px solid #e1e1e1; position: relative; } .cal-year-box [class*="span"] { min-height: 60px; } .cal-year-box .row [class*="col-"]:last-child, .cal-month-box .cal-row [class*="cal-cell"]:last-child { border-right: 0px; } .cal-year-box .row, .cal-month-box .cal-row-fluid { border-bottom: 1px solid #e1e1e1; margin-left: 0px; margin-right: 0px; } .cal-year-box .row:last-child, .cal-month-box .cal-row-fluid:last-child { border-bottom: 0px; } .cal-month-box, .cal-year-box, .cal-week-box { border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-radius: 2px; } .cal-month-box { border-right: 0px; border-bottom: 0px; } span[data-cal-date] { font-size: 1.2em; font-weight: normal; opacity: 0.5; transition: all 0.3s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; margin-top: 15px; margin-right: 15px; } span[data-cal-date]:hover { opacity: 1; } .cal-day-outmonth span[data-cal-date] { opacity: 0.1; cursor: default; } .cal-day-today { background-color: #e8fde7; } .cal-day-today span[data-cal-date] { color: darkgreen; } .cal-month-box .cal-day-today span[data-cal-date] { font-size: 1.9em; } .cal-day-holiday span[data-cal-date] { color: #800080; } .cal-day-weekend span[data-cal-date] { color: darkred; } #cal-week-box { border: 1px solid #e1e1e1; border-right: 0px; border-radius: 5px 0 0 5px; background-color: #fafafa; text-align: right; } .cal-week-box .cal-row-head { border-bottom: 1px solid #e1e1e1; } .cal-day-tick { border: 1px solid #e1e1e1; border-top: 0px solid; border-radius: 0 0 5px 5px; background-color: #ededed; text-align: center; } .cal-day-tick .fa { display: none; } .cal-slide-box { border-top: 0px solid #8c8c8c; } .cal-slide-content { padding: 20px; color: #ffffff; background-color: #555555; -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5); box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5); } .cal-slide-content a.event-item { color: #ffffff; font-weight: normal; } a.event-item-edit, a.event-item-delete { padding-left: 5px; } .cal-year-box .cal-slide-content a.event-item, .cal-year-box a.event-item-edit, .cal-year-box a.event-item-delete { position: relative; top: -3px; } .events-list { max-height: 47px; padding-left: 5px; } .cal-column { border-left: 1px solid #e1e1e1; } a.cal-event-week { text-decoration: none; color: #151515; } .badge-important { background-color: #b94a48; } .pointer { cursor: pointer; } .cal-year-box:last-child { border-bottom: 0px; } .cal-context { width: 100%; } @media (max-width: 991px) { .cal-year-box [class*="span"]:nth-child(2) { border-right: 0px; } .cal-year-box [class*="span"]:nth-child(1), .cal-year-box [class*="span"]:nth-child(2) { border-bottom: 1px solid #e1e1e1; } }
sites/default/themes/grgivecamp/stylesheets/text.css
Ross-Hunter/grgivecamp
/* 960 Grid System ~ Text CSS. Learn more ~ http://960.gs/ Licensed under GPL and MIT. */ /* `Basic HTML ----------------------------------------------------------------------------------------------------*/ body { font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; } a:focus { outline: 1px dotted invert; } hr { border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0; } /* `Headings ----------------------------------------------------------------------------------------------------*/ h1 { font-size: 25px; } h2 { font-size: 23px; } h3 { font-size: 21px; } h4 { font-size: 19px; } h5 { font-size: 17px; } h6 { font-size: 15px; } /* `Spacing ----------------------------------------------------------------------------------------------------*/ ol { list-style: decimal; } ul { list-style: disc; } li { margin-left: 30px; } p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px; }
application/admin/view/default/content/ads_added.html
levisun/NiPHPTP5
<form action="" method="post" class="form-horizontal" data-parsley-validate="parsley" data-parsley-focus="last"> <ul> <li class="form-group row"> <label for="name" class="col-md-2 control-label">{:lang('ads name')}</label> <div class="col-md-6"> <input type="text" name="name" id="name" class="form-control"> </div> </li> <li class="form-group row"> <label for="" class="col-md-2 control-label">{:lang('size')}</label> <div class="col-md-6"> <input type="text" name="width" id="width" class="form-control mini"> <input type="text" name="height" id="height" class="form-control mini"> </div> </li> <li class="form-group row"> <label for="" class="col-md-2 control-label">{:lang('time')}</label> <div class="col-md-6"> <input type="text" name="start_time" id="starttime" class="form-control long"> <input type="text" name="end_time" id="endtime" class="form-control long"> <script type="text/javascript"> $(function () { $('#starttime').datetimepicker( {format: 'Y-M-D', viewMode: 'years'} ); $('#endtime').datetimepicker( {format: 'Y-M-D', viewMode: 'years'} ); }); </script> </div> </li> <li class="form-group row"> <label for="image" class="col-md-2 control-label">{:lang('ads image')}</label> <div class="col-md-6"> <input type="text" name="image" id="image" class="form-control"> <button type="button" class="btn btn-info btn-sm np-upload" data-type="ads" data-id="image" data-model="">{:lang('button upload')}</button> <img src="" id="img-image" width="100" style="display:none"> </div> </li> <li class="form-group row"> <label for="url" class="col-md-2 control-label">{:lang('ads url')}</label> <div class="col-md-6"> <input type="text" name="url" id="url" class="form-control"> </div> </li> </ul> {:token()} <div class="form-button col-md-10 col-md-offset-2"> <input type="submit" value="{:lang('button save')}" class="btn btn-danger btn-block"> </div> </form>
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost/random/independent_bits_engine.html
charlesDGY/coflo
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template independent_bits_engine</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../boost_random/reference.html#header.boost.random.independent_bits_hpp" title="Header &lt;boost/random/independent_bits.hpp&gt;"> <link rel="prev" href="geometric_distribution/param_type.html" title="Class param_type"> <link rel="next" href="inversive_congruential__id1353099.html" title="Class template inversive_congruential_engine"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="geometric_distribution/param_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.independent_bits_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="inversive_congruential__id1353099.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.random.independent_bits_engine"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template independent_bits_engine</span></h2> <p>boost::random::independent_bits_engine</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_random/reference.html#header.boost.random.independent_bits_hpp" title="Header &lt;boost/random/independent_bits.hpp&gt;">boost/random/independent_bits.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Engine<span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> w<span class="special">,</span> <span class="keyword">typename</span> UIntType<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">Engine</span> <a name="boost.random.independent_bits_engine.base_type"></a><span class="identifier">base_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">UIntType</span> <a name="boost.random.independent_bits_engine.result_type"></a><span class="identifier">result_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="independent_bits_engine.html#boost.random.independent_bits_engineconstruct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="independent_bits_engine.html#id1352793-bb"><span class="identifier">independent_bits_engine</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">explicit</span> <a class="link" href="independent_bits_engine.html#id1352806-bb"><span class="identifier">independent_bits_engine</span></a><span class="special">(</span><span class="identifier">result_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> SeedSeq<span class="special">&gt;</span> <span class="keyword">explicit</span> <a class="link" href="independent_bits_engine.html#id1352827-bb"><span class="identifier">independent_bits_engine</span></a><span class="special">(</span><span class="identifier">SeedSeq</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <a class="link" href="independent_bits_engine.html#id1352855-bb"><span class="identifier">independent_bits_engine</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">base_type</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> It<span class="special">&gt;</span> <a class="link" href="independent_bits_engine.html#id1352877-bb"><span class="identifier">independent_bits_engine</span></a><span class="special">(</span><span class="identifier">It</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">It</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="independent_bits_engine.html#id1352558-bb">public static functions</a></span> <span class="keyword">static</span> <span class="identifier">result_type</span> <a class="link" href="independent_bits_engine.html#id1352561-bb"><span class="identifier">min</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="identifier">result_type</span> <a class="link" href="independent_bits_engine.html#id1352574-bb"><span class="identifier">max</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="independent_bits_engine.html#id1352586-bb">public member functions</a></span> <span class="keyword">void</span> <a class="link" href="independent_bits_engine.html#id1352589-bb"><span class="identifier">seed</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="independent_bits_engine.html#id1352609-bb"><span class="identifier">seed</span></a><span class="special">(</span><span class="identifier">result_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> SeedSeq<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="independent_bits_engine.html#id1352638-bb"><span class="identifier">seed</span></a><span class="special">(</span><span class="identifier">SeedSeq</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> It<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="independent_bits_engine.html#id1352673-bb"><span class="identifier">seed</span></a><span class="special">(</span><span class="identifier">It</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">It</span><span class="special">)</span><span class="special">;</span> <span class="identifier">result_type</span> <a class="link" href="independent_bits_engine.html#id1352722-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Iter<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="independent_bits_engine.html#id1352734-bb"><span class="identifier">generate</span></a><span class="special">(</span><span class="identifier">Iter</span><span class="special">,</span> <span class="identifier">Iter</span><span class="special">)</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="independent_bits_engine.html#id1352764-bb"><span class="identifier">discard</span></a><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">uintmax_t</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">base_type</span> <span class="special">&amp;</span> <a class="link" href="independent_bits_engine.html#id1352785-bb"><span class="identifier">base</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// <a class="link" href="independent_bits_engine.html#id1352920-bb">friend functions</a></span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a class="link" href="independent_bits_engine.html#id1352923-bb"><span class="keyword">operator</span><span class="special">&lt;&lt;</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a class="link" href="independent_bits_engine.html#id1352968-bb"><span class="keyword">operator</span><span class="special">&gt;&gt;</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="independent_bits_engine.html#id1353018-bb"><span class="keyword">operator</span><span class="special">==</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">friend</span> <span class="keyword">bool</span> <a class="link" href="independent_bits_engine.html#id1353054-bb"><span class="keyword">operator</span><span class="special">!=</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="comment">// public data members</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">has_fixed_range</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id2903262"></a><h2>Description</h2> <p>An instantiation of class template <code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code> model a <a class="link" href="../../boost_random/reference.html#boost_random.reference.concepts.pseudo_random_number_generator" title="Pseudo-Random Number Generator">pseudo-random number generator</a> . It generates random numbers distributed between [0, 2^w) by combining one or more invocations of the base engine.</p> <p>Requires: 0 &lt; w &lt;= std::numeric_limits&lt;UIntType&gt;::digits </p> <div class="refsect2"> <a name="id2903296"></a><h3> <a name="boost.random.independent_bits_engineconstruct-copy-destruct"></a><code class="computeroutput">independent_bits_engine</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><a name="id1352793-bb"></a><span class="identifier">independent_bits_engine</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Constructs an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code> using the default constructor of the base generator. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">explicit</span> <a name="id1352806-bb"></a><span class="identifier">independent_bits_engine</span><span class="special">(</span><span class="identifier">result_type</span> seed<span class="special">)</span><span class="special">;</span></pre> <p>Constructs an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code>, using seed as the constructor argument for both base generators. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> SeedSeq<span class="special">&gt;</span> <span class="keyword">explicit</span> <a name="id1352827-bb"></a><span class="identifier">independent_bits_engine</span><span class="special">(</span><span class="identifier">SeedSeq</span> <span class="special">&amp;</span> seq<span class="special">)</span><span class="special">;</span></pre> <p>Constructs an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code>, using seq as the constructor argument for the base generator. </p> </li> <li class="listitem"> <pre class="literallayout"><a name="id1352855-bb"></a><span class="identifier">independent_bits_engine</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">base_type</span> <span class="special">&amp;</span> base_arg<span class="special">)</span><span class="special">;</span></pre> <p>Constructs an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code> by copying <code class="computeroutput">base</code>. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> It<span class="special">&gt;</span> <a name="id1352877-bb"></a><span class="identifier">independent_bits_engine</span><span class="special">(</span><span class="identifier">It</span> <span class="special">&amp;</span> first<span class="special">,</span> <span class="identifier">It</span> last<span class="special">)</span><span class="special">;</span></pre> <p>Contructs an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code> with values from the range defined by the input iterators first and last. first will be modified to point to the element after the last one used.</p> <p>Throws: <code class="computeroutput">std::invalid_argument</code> if the input range is too small.</p> <p>Exception Safety: Basic </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id2903679"></a><h3> <a name="id1352558-bb"></a><code class="computeroutput">independent_bits_engine</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">result_type</span> <a name="id1352561-bb"></a><span class="identifier">min</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Returns the smallest value that the generator can produce. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">static</span> <span class="identifier">result_type</span> <a name="id1352574-bb"></a><span class="identifier">max</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Returns the largest value that the generator can produce. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="id2903782"></a><h3> <a name="id1352586-bb"></a><code class="computeroutput">independent_bits_engine</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id1352589-bb"></a><span class="identifier">seed</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Seeds an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code> using the default seed of the base generator. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id1352609-bb"></a><span class="identifier">seed</span><span class="special">(</span><span class="identifier">result_type</span> seed<span class="special">)</span><span class="special">;</span></pre> <p>Seeds an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code>, using <code class="computeroutput">seed</code> as the seed for the base generator. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> SeedSeq<span class="special">&gt;</span> <span class="keyword">void</span> <a name="id1352638-bb"></a><span class="identifier">seed</span><span class="special">(</span><span class="identifier">SeedSeq</span> <span class="special">&amp;</span> seq<span class="special">)</span><span class="special">;</span></pre> <p>Seeds an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code>, using <code class="computeroutput">seq</code> to seed the base generator. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> It<span class="special">&gt;</span> <span class="keyword">void</span> <a name="id1352673-bb"></a><span class="identifier">seed</span><span class="special">(</span><span class="identifier">It</span> <span class="special">&amp;</span> first<span class="special">,</span> <span class="identifier">It</span> last<span class="special">)</span><span class="special">;</span></pre> <p>Seeds an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code> with values from the range defined by the input iterators first and last. first will be modified to point to the element after the last one used.</p> <p>Throws: <code class="computeroutput">std::invalid_argument</code> if the input range is too small.</p> <p>Exception Safety: Basic </p> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">result_type</span> <a name="id1352722-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p>Returns the next value of the generator. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Iter<span class="special">&gt;</span> <span class="keyword">void</span> <a name="id1352734-bb"></a><span class="identifier">generate</span><span class="special">(</span><span class="identifier">Iter</span> first<span class="special">,</span> <span class="identifier">Iter</span> last<span class="special">)</span><span class="special">;</span></pre> <p>Fills a range with random values </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">void</span> <a name="id1352764-bb"></a><span class="identifier">discard</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">uintmax_t</span> z<span class="special">)</span><span class="special">;</span></pre> <p>Advances the state of the generator by <code class="computeroutput">z</code>. </p> </li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">base_type</span> <span class="special">&amp;</span> <a name="id1352785-bb"></a><span class="identifier">base</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> </ol></div> </div> <div class="refsect2"> <a name="id2904346"></a><h3> <a name="id1352920-bb"></a><code class="computeroutput">independent_bits_engine</code> friend functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a name="id1352923-bb"></a><span class="keyword">operator</span><span class="special">&lt;&lt;</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> os<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span> r<span class="special">)</span><span class="special">;</span></pre> <p>Writes the textual representation if the generator to a <code class="computeroutput">std::ostream</code>. The textual representation of the engine is the textual representation of the base engine. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">,</span> <span class="keyword">typename</span> Traits<span class="special">&gt;</span> <span class="keyword">friend</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> <a name="id1352968-bb"></a><span class="keyword">operator</span><span class="special">&gt;&gt;</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_istream</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">Traits</span> <span class="special">&gt;</span> <span class="special">&amp;</span> is<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span> r<span class="special">)</span><span class="special">;</span></pre> <p>Reads the state of an <code class="computeroutput"><code class="computeroutput"><a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a></code></code> from a <code class="computeroutput">std::istream</code>. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">bool</span> <a name="id1353018-bb"></a><span class="keyword">operator</span><span class="special">==</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span> x<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span> y<span class="special">)</span><span class="special">;</span></pre> <p>Returns: true iff the two <code class="computeroutput">independent_bits_engines</code> will produce the same sequence of values. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">friend</span> <span class="keyword">bool</span> <a name="id1353054-bb"></a><span class="keyword">operator</span><span class="special">!=</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span> lhs<span class="special">,</span> <span class="keyword">const</span> <a class="link" href="independent_bits_engine.html" title="Class template independent_bits_engine">independent_bits_engine</a> <span class="special">&amp;</span> rhs<span class="special">)</span><span class="special">;</span></pre> <p>Returns: true iff the two <code class="computeroutput">independent_bits_engines</code> will produce different sequences of values. </p> </li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2000-2005 Jens Maurer<br>Copyright &#169; 2009, 2010 Steven Watanabe<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="geometric_distribution/param_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.independent_bits_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="inversive_congruential__id1353099.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
gramps42/gramps/example_NAVWEB0/srn/0/5/5933baf90dcec96ffa6ecdaf30299550.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Surname - Curry</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">My Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li class = "CurrentSection"><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="SurnameDetail"> <h3>Curry</h3> <p id="description"> This page contains an index of all the individuals in the database with the surname of Curry. Selecting the person&#8217;s name will take you to that person&#8217;s individual page. </p> <table class="infolist primobjlist surname"> <thead> <tr> <th class="ColumnName">Given Name</th> <th class="ColumnDate">Birth</th> </tr> </thead> <tbody> <tr> <td class="ColumnName"> <a href="../../../ppl/k/a/3XOKQCUO46HXY61QAK.html">Kenner S.<span class="grampsid"> [I1619]</span></a> </td> <td class="ColumnBirth">&nbsp;</td> </tr> </tbody> </table> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25 </p> <p id="copyright"> </p> </div> </body> </html>
wp-content/cache/supercache/hof-biergarten.de/portfolio/3-cols-title-inside/index.html
neptox/hb.de
<!doctype html> <!--[if IE 8]><html class="no-js oldie ie8" lang="de-DE"><![endif]--> <!--[if IE 9]><html class="no-js newie ie9" lang="de-DE"><![endif]--> <!--[if gt IE 9]><!--><html class="no-js" lang="de-DE"><!--<![endif]--> <head> <meta charset="UTF-8" /> <script type="text/javascript"> var ua = navigator.userAgent; if(ua.toLowerCase().indexOf("mobile") > -1){ var meta = document.createElement('meta'); //alert('mobile'); if(ua.toLowerCase().indexOf("ipad") > -1){ //alert('ipad'); meta.name = 'viewport'; meta.content = 'width=device-width, initial-scale=1'; } else { meta.name = 'viewport'; meta.content = 'target-densitydpi=device-dpi, width=480'; } var m = document.getElementsByTagName('meta')[0]; m.parentNode.insertBefore(meta,m); } </script> <title>3-cols Title Inside - Hof Biergarten Grenzebach in Stillern bei Raisting</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="http://hof-biergarten.de/xmlrpc.php" /> <!--[if lt IE 9]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> <![endif]--> <link href="http://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet" type="text/css" /> <link id="ait-style" rel="stylesheet" type="text/css" media="all" href="http://hof-biergarten.de/wp-content/themes/ristorante/style.css?1412606912" /> <script type="text/javascript"> /* <![CDATA[ */ /* Google Analytics Opt-Out WordPress by WP-Buddy | http://wp-buddy.com/products/plugins/google-analytics-opt-out */ var gaoo_property = 'UA-55177010-1'; var gaoo_disable_str = 'ga-disable-' + gaoo_property; if (document.cookie.indexOf(gaoo_disable_str + '=true') > -1) { window[gaoo_disable_str] = true; } function gaoo_analytics_optout() { document.cookie = gaoo_disable_str + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[gaoo_disable_str] = true; alert('Vielen Dank. Wir haben ein Cookie gesetzt damit Google Analytics bei Ihrem nächsten Besuch keine Daten mehr sammeln kann.'); } /* ]]> */ </script> <!-- This site is optimized with the Yoast WordPress SEO plugin v1.6.3 - https://yoast.com/wordpress/plugins/seo/ --> <link rel="canonical" href="http://hof-biergarten.de/portfolio/3-cols-title-inside/" /> <meta property="og:locale" content="de_DE" /> <meta property="og:type" content="article" /> <meta property="og:title" content="3-cols Title Inside - Hof Biergarten Grenzebach in Stillern bei Raisting" /> <meta property="og:description" content="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat &hellip;" /> <meta property="og:url" content="http://hof-biergarten.de/portfolio/3-cols-title-inside/" /> <meta property="og:site_name" content="Hof Biergarten Grenzebach in Stillern bei Raisting" /> <!-- / Yoast WordPress SEO plugin. --> <link rel="alternate" type="application/rss+xml" title="Hof Biergarten Grenzebach in Stillern bei Raisting &raquo; Feed" href="http://hof-biergarten.de/feed/" /> <link rel="alternate" type="application/rss+xml" title="Hof Biergarten Grenzebach in Stillern bei Raisting &raquo; Kommentar-Feed" href="http://hof-biergarten.de/comments/feed/" /> <style type="text/css"> .wpgpxmaps { clear:both; } #content .wpgpxmaps img, .entry-content .wpgpxmaps img, .wpgpxmaps img { max-width: none; width: none; padding:0; background:none; margin:0; border:none; } .wpgpxmaps .ngimages { display:none; } .wpgpxmaps .myngimages { border:1px solid #fff;position:absolute;cursor:pointer;margin:0;z-index:1; } .wpgpxmaps_summary .summarylabel { } .wpgpxmaps_summary .summaryvalue { font-weight: bold; } .wpgpxmaps .report { line-height:120%; } .wpgpxmaps .gmnoprint div:first-child { height: 20px; } .wpgpxmaps .wpgpxmaps_osm_footer { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 25px; margin: 0; padding: 6px; z-index: 999; background: WHITE; font-size: 12px; } </style> <link rel='stylesheet' id='validate-engine-css-css' href='http://hof-biergarten.de/wp-content/plugins/wysija-newsletters/css/validationEngine.jquery.css?ver=2.6.11' type='text/css' media='all' /> <link rel='stylesheet' id='ai1ec_style-css' href='http://hof-biergarten.de/wp-content/plugins/all-in-one-event-calendar/cache/acbd8f19_ai1ec_parsed_css.css?ver=2.1.5' type='text/css' media='all' /> <link rel='stylesheet' id='alfie-wp-weather-css' href='http://hof-biergarten.de/wp-content/plugins/alfie-wp-weather/css/widget.min.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='nextgen_gallery_related_images-css' href='http://hof-biergarten.de/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/nextgen_gallery_related_images.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-de_frontend_styles-css' href='http://hof-biergarten.de/wp-content/plugins/woocommerce-german-market/css/frontend.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='CSS_colorbox-css' href='http://hof-biergarten.de/wp-content/themes/ristorante/design/css/colorbox.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='CSS_fancybox-css' href='http://hof-biergarten.de/wp-content/themes/ristorante/design/css/fancybox/jquery.fancybox-1.3.4.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='CSS_contact-css' href='http://hof-biergarten.de/wp-content/themes/ristorante/design/css/contact.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='CSS_hover_zoom-css' href='http://hof-biergarten.de/wp-content/themes/ristorante/design/css/hoverZoom.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='fcbk_stylesheet-css' href='http://hof-biergarten.de/wp-content/plugins/facebook-button-plugin/css/style.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=2.2.6' type='text/css' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.2.6' type='text/css' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=2.2.6' type='text/css' media='all' /> <link rel='stylesheet' id='wpappbox-css' href='http://hof-biergarten.de/wp-content/plugins/wp-appbox/css/styles.min.css?ver=2.4.7' type='text/css' media='screen' /> <link rel='stylesheet' id='woo-vou-public-check-code-style-css' href='http://hof-biergarten.de/wp-content/plugins/woocommerce-pdf-vouchers/includes/css/woo-vou-check-code.css?ver=4.0' type='text/css' media='all' /> <link rel='stylesheet' id='woo-vou-public-style-css' href='http://hof-biergarten.de/wp-content/plugins/woocommerce-pdf-vouchers/includes/css/woo-vou-public.css?ver=4.0' type='text/css' media='all' /> <!-- This site uses the Yoast Google Analytics plugin v5.0.7 - Universal disabled - https://yoast.com/wordpress/plugins/google-analytics/ --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-55177010-1']); _gaq.push(['_gat._forceSSL']); _gaq.push(['_gat._anonymizeIp']); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- / Yoast Google Analytics --> <script type='text/javascript'> /* <![CDATA[ */ var photocrati_ajax = {"url":"http:\/\/hof-biergarten.de\/photocrati_ajax","wp_home_url":"http:\/\/hof-biergarten.de","wp_site_url":"http:\/\/hof-biergarten.de","wp_root_url":"http:\/\/hof-biergarten.de","wp_plugins_url":"http:\/\/hof-biergarten.de\/wp-content\/plugins","wp_content_url":"http:\/\/hof-biergarten.de\/wp-content","wp_includes_url":"http:\/\/hof-biergarten.de\/wp-includes\/"}; /* ]]> */ </script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/ajax.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/persist.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/store.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/ngg_store.js?ver=4.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var alfie = {"path":"\/wp-content\/plugins"}; /* ]]> */ </script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/alfie-wp-weather/js/alfie.weather.min.js?ver=4.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var alfie = {"path":"\/wp-content\/plugins"}; /* ]]> */ </script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/alfie-wp-weather/js/alfie-weather.min.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/html5.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.easing.1.3.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/new-slider.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.colorbox-min.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.jcarousel.min.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.fancybox-1.3.4.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.infieldlabel.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.scrollTo-1.4.3.1.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/hover.zoom.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery-ui-1.8.17.custom.min.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/libs/jquery.jqtransform.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/themes/ristorante/design/js/script.js?ver=4.0'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/facebook-button-plugin/js/script.js?ver=4.0'></script> <script type='text/javascript' src='//connect.facebook.net/de_DE/all.js?ver=4.0#xfbml=1&#038;appId=1443946719181573'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/lightbox_context.js?ver=4.0'></script> <script type='text/javascript' src='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.60'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","ajax_loader_url":"\/\/hof-biergarten.de\/wp-content\/plugins\/woocommerce\/assets\/images\/ajax-loader@2x.gif"}; /* ]]> */ </script> <script type='text/javascript' src='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.2.6'></script> <script type='text/javascript' src='//maps.googleapis.com/maps/api/js?sensor=false'></script> <script type='text/javascript' src='//code.highcharts.com/3.0.10/highcharts.js?ver=3.0.10'></script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/wp-gpx-maps/WP-GPX-Maps.js?ver=1.3.5'></script> <script type='text/javascript'> /* <![CDATA[ */ var WooVouCheck = {"ajaxurl":"http:\/\/hof-biergarten.de\/wp-admin\/admin-ajax.php","check_code_error":"Please enter voucher code.","code_valid":"Voucher code is valid. If you would like to redeem voucher code, Please click on the redeem button below:","code_invalid":"Voucher code doest not exist.","code_used_success":"Thank you for your business, voucher code submitted successfully."}; /* ]]> */ </script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/woocommerce-pdf-vouchers/includes/js/woo-vou-check-code.js?ver=4.0'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_remove_updated_totals = "0"; /* ]]> */ </script> <script type='text/javascript' src='http://hof-biergarten.de/wp-content/plugins/woocommerce-german-market/js/WooCommerce-German-Market-Frontend.js?ver=4.0'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://hof-biergarten.de/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://hof-biergarten.de/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='http://hof-biergarten.de/?p=927' /> <meta property="og:title" content="3-cols Title Inside"/> <meta property="og:site_name" content="Hof Biergarten Grenzebach in Stillern bei Raisting"/><!-- <meta name="NextGEN" version="2.0.66.29" /> --> <script src="http://maps.google.com/maps/api/js?v=3.2&amp;sensor=false"></script> <link id="responsive-style" rel="stylesheet" type="text/css" media="all" href="http://hof-biergarten.de/wp-content/themes/ristorante/design/css/responsive.css" /> <style type="text/css"> .wpgpxmaps { clear:both; } #content .wpgpxmaps img, .entry-content .wpgpxmaps img, .wpgpxmaps img { max-width: none; width: none; padding:0; background:none; margin:0; border:none; } .wpgpxmaps .ngimages { display:none; } .wpgpxmaps .myngimages { border:1px solid #fff;position:absolute;cursor:pointer;margin:0;z-index:1; } .wpgpxmaps_summary .summarylabel { } .wpgpxmaps_summary .summaryvalue { font-weight: bold; } .wpgpxmaps .report { line-height:120%; } .wpgpxmaps .gmnoprint div:first-child { height: 20px; } .wpgpxmaps .wpgpxmaps_osm_footer { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 25px; margin: 0; padding: 6px; z-index: 999; background: WHITE; font-size: 12px; } </style> </head> <body class="page page-id-927 page-child parent-pageid-4176 page-template page-template-page-fullwidth-php ait-ristorante" data-themeurl="http://hof-biergarten.de/wp-content/themes/ristorante"> <div class="site"> <div class="background clearfix"> <div class="loader"></div> <div class="slider-container"> <div id="slider-delay" style="display:none">6000</div> <div id="slider-animTime" style="display:none">600</div> <ul id="slider" class="slide clear clearfix"> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/10/Bier.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Biergarten-–-10.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Biergarten-–-13.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Biergarten-–-08.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Biergarten-–-05.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Biergarten-–-11.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Biergarten-–-07.jpg" alt="slide" /> </li> <li> <img src="http://hof-biergarten.de/wp-content/uploads/2014/10/Radl.jpg" alt="slide" /> </li> </ul> </div> </div> <div class="mainpage clearfix"> <div class="left area clearfix"> <header id="page-header" role="banner" class="header left clearfix"> <div class="site-info"> <div class="logo"> <a href="http://hof-biergarten.de/" class="logo-link"><img src="http://hof-biergarten.de/wp-content/uploads/2014/09/Test20.png" alt="logo" /></a> </div> <p class="tagline"></p> </div> <div id="mainmenu-dropdown-duration" style="display: none;">200</div> <div id="mainmenu-dropdown-easing" style="display: none;">swing</div> <nav class="mainmenu"><ul id="menu-main-menu-de" class="menu clearfix"><li id="menu-item-5321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5321"><a href="http://hof-biergarten.de/speisekarte/">Speisekarte</a></li> <li id="menu-item-5322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5322"><a href="http://hof-biergarten.de/veranstaltungen/">Veranstaltungen</a></li> <li id="menu-item-5323" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5323"><a href="http://hof-biergarten.de/bilder/">Bilder</a></li> <li id="menu-item-5320" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5320"><a href="http://hof-biergarten.de/geschichte/">Geschichte</a></li> <li id="menu-item-5326" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5326"><a href="http://hof-biergarten.de/presse">Presse</a></li> <li id="menu-item-5325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5325"><a href="http://hof-biergarten.de/anfahrt/">Anfahrt</a></li> <li id="menu-item-5324" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5324"><a href="http://hof-biergarten.de/impressum/">Impressum</a></li> <li id="menu-item-6260" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6260"><a href="http://hof-biergarten.de/radeln-und-wandern/">Radeln &#038; Wandern</a></li> <li id="menu-item-6262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6262"><a href="http://hof-biergarten.de/shop/">Gutscheine</a></li> </ul></nav> <section class="widget-area clearfix left-widgets"> <div id="woocommerce_widget_cart-2" class="box widget-container woocommerce widget_shopping_cart"><div class="box-wrapper"><h2 class="widget-title">Warenkorb</h2><div class="hide_cart_widget_if_empty"><div class="widget_shopping_cart_content"></div></div></div></div> </section> </header> <div id="container" class="subpage defaultContentWidth onecolumn clearfix left"> <a id="kreuz" href="http://hof-biergarten.de/"></a> <div id="content" class="mainbar entry-content" role="main"> <h1>3-cols Title Inside</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.</p> <h3>Example of Universal Portfolio for your Video, Images or Sites</h3> <div class="ait-portfolio pf-col3"><div class="pf-page"><div class="item clearfix"><div class="image" style="width: 146px;"><a data-rel="group-mixed-portfolio" class="zoom image-type" href="http://hof-biergarten.de/wp-content/uploads/2014/09/sonnwendfeuer.jpg" style="line-height:170px; width:142px; height:170px;"><img width="142" height="170" src="http://hof-biergarten.de/wp-content/themes/ristorante/AIT/Framework/Libs/timthumb/timthumb.php?src=http://hof-biergarten.de/wp-content/uploads/2014/09/sonnwendfeuer-1024x1024.jpg&amp;w=142&amp;h=170" alt="" /></a><script class="image-description" type="text/template"></script></div></div></div></div><!-- end of .ait-portfolio --> <div class="frame light "><div class="frame-wrap" style="background: #f2f2f2; border-color: #f2f2f2;"><div class="frame-inner"> <pre> <code>&#91;ait-portfolio slug="mixed-portfolio" width="142" height="170" cols="3"]</code> <code>// note: Slug, width, height parameters defined; title inside of thumbnail, 3 columns</code> </pre> </div></div></div> </div> </div> </div> <footer id="page-footer" class="right clearfix" role="contentinfo"> <div class="icons clearfix"> <ul id="right-icons" class="right clearfix"> <li class="icon left"> <a href="http://hof-biergarten.de/newsletter/"> <img src="http://hof-biergarten.de/wp-content/themes/ristorante/design/img/social/rs.png" height="42" width="42" alt="Veranstaltungs–Newsletter" title="Veranstaltungs–Newsletter" /> </a> </li> <li class="icon left"> <a href="https://www.facebook.com/Biergarten.Grenzebach.Stillern?fref=ts"> <img src="http://hof-biergarten.de/wp-content/themes/ristorante/design/img/social/fb.png" height="42" width="42" alt="Facebook–Seite" title="Facebook–Seite" /> </a> </li> <li class="icon left"> <a href="mailto:info@hof-biergarten.de?Subject=Hof-Biergarten-Kontakt"> <img src="http://hof-biergarten.de/wp-content/themes/ristorante/design/img/social/ml.png" height="42" width="42" alt="E-Mail-Kontakt" title="E-Mail-Kontakt" /> </a> </li> <!-- WPML plugin required --> </ul> </div> <!-- /.icons --> <section class="widget-area clearfix right-widgets"> <div id="text-2" class="box widget-container wdidget widget_text"><div class="box-wrapper"><h2 class="widget-title">Öffnungszeiten</h2> <div class="textwidget"><div class="viptex"> <a href="http://hof-biergarten.de/?p=5710">bei Biergarten-Wetter</a><br> <nobr>Ostern - Ende Okt.</nobr><br> <nobr>Sa, So, feiertags </nobr><br><nobr>ab 12:00 Uhr</nobr><br> <nobr>Mai - Mitte Sept.</nobr><br> <nobr>zusätzlich Mi - Fr</nobr><br><nobr>ab 17:00 Uhr</nobr> </div></div> </div></div><div id="text-3" class="box widget-container wdidget widget_text"><div class="box-wrapper"><h2 class="widget-title">Kontakt</h2> <div class="textwidget"><div class="viptex"> <a href="mailto:info@hof-biergarten.de?Subject=Kontakt%20Hof-Biergarten" target="_top"> info@hof-biergarten.de</a> <br> Tel 08809-862 <br> Fax 08809-210 <br> Stillern 1<br> 82399 Raisting<br> </div></div> </div></div> </section> </footer> </div> <!-- /.mainpage --> </div> <!-- /.site --> <!-- ngg_resource_manager_marker --><script type='text/javascript'> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","ajax_loader_url":"\/\/hof-biergarten.de\/wp-content\/plugins\/woocommerce\/assets\/images\/ajax-loader@2x.gif","i18n_view_cart":"Warenkorb ansehen","cart_url":"http:\/\/hof-biergarten.de\/warenkorb\/","is_cart":"","cart_redirect_after_add":"yes"}; var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","ajax_loader_url":"\/\/hof-biergarten.de\/wp-content\/plugins\/woocommerce\/assets\/images\/ajax-loader@2x.gif","i18n_view_cart":"Warenkorb ansehen","cart_url":"http:\/\/hof-biergarten.de\/warenkorb\/","is_cart":"","cart_redirect_after_add":"yes"}; /* ]]> */ </script> <script type='text/javascript' src='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=2.2.6'></script> <script type='text/javascript' src='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","fragment_name":"wc_fragments"}; var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","fragment_name":"wc_fragments"}; /* ]]> */ </script> <script type='text/javascript' src='//hof-biergarten.de/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=2.2.6'></script> </body> </html> <!-- Dynamic page generated in 2.425 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2014-10-17 03:11:19 --> <!-- Compression = gzip --> <!-- super cache -->
var/www/stack/css/style.css
hackerunion/root
body { } #stack { font-family: monospace; outline: 0; float: left; } #stack table { table-layout: fixed; } #stack .cell { white-space: pre; max-width: 0.75em; } #stack .cell.go { text-decoration: underline; cursor: pointer; } #stack.edit .cell { cursor: cell !important; } #stack.edit .card { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #stack.edit .cell.selected { filter: invert(100%) !important; -webkit-filter: invert(100%) !important; } #stack.edit .cell.active, #stack.edit .cell:hover { filter: invert(100%) !important; -webkit-filter: invert(100%) !important; opacity: 0.5; } #stack.edit .cell.cursor { filter: invert(100%) !important; -webkit-filter: invert(100%) !important; } #tools { float: left; display: none; font-size: 12px; } #tools textarea, #tools input { margin-right: 5px; } #tools input.numeric { width: 30px; } #tools textarea { vertical-align: bottom; white-space: pre; font-family: monospace; } #tools li.edit { display: none; } #tools.edit li.edit { display: block; } #tools li { list-style-type: none; margin: 10px; } #tools li hr { max-width: 200px; margin: 10px 0px 10px -10px; } #hidetools { } #showtools { position: fixed; z-index: 10; right: 10px; top: 10px; background: #00f; color: #fff; font-weight: bold; padding: 2px; text-decoration: none; font-size: 14px; } #stack.maximize .cells { font-size: 1.75em; } #savestack { display: none; } #diffstack { display: inline !important; }
day15/homework/comm.css
willre/homework
.myTable{ border-collapse: collapse; width:100%; } .myTable tr td { border: 1px solid red; height: 30px; text-align: center; }
html/7098.html
elainekmao/event-clustering
<!DOCTYPE html> <html> <head> <title>WikiLeaks Cables - 7098</title> <link rel="stylesheet" href="css/bootstrap.min.css"> </head> <body> <div class="container"> <p>7098, 4/3/2003 21:48, 03OTTAWA964, Embassy Ottawa, UNCLASSIFIED, 03STATE75175|03STATE86002, This record is a partial extract of the original cable. The full text of the original cable is not available. </p> <p>UNCLAS OTTAWA 000964 </p><p> </p><p>SIPDIS </p><p> </p><p>E.O. 12958: N/A </p><p>TAGS: PHUM, PREL, CU, CA, UNCHR-1 </p><p>SUBJECT: CANADA TO CO-SPONSOR CUBA RESOLUTION </p><p> </p><p>REF: A. STATE 86002 B. STATE 75175 </p><p> </p><p> (U) We delivered ref A talking points to David Olson, Human </p><p>Rights Officer for the Americas in DFAIT,s Human Rights, </p><p>Humanitarian Affairs and International Women,s Equality </p><p>Division, on April 3. Olson said that Canada will co-sponsor </p><p>the Cuba resolution. Olson added that, in light of the recent </p><p>arrest of dissidents in Cuba, they had hoped to see a more </p><p>strongly-worded resolution on Cuba. </p><p>CELLUCCI </p><p></p></div> </body> </html>
docs/com/MAVLink/common/class-use/msg_scaled_pressure3.html
AndriiDSD/GND_Control
<!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_73) on Sun Mar 27 09:58:24 EDT 2016 --> <title>Uses of Class com.MAVLink.common.msg_scaled_pressure3</title> <meta name="date" content="2016-03-27"> <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.MAVLink.common.msg_scaled_pressure3"; } } 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/MAVLink/common/msg_scaled_pressure3.html" title="class in com.MAVLink.common">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/MAVLink/common/class-use/msg_scaled_pressure3.html" target="_top">Frames</a></li> <li><a href="msg_scaled_pressure3.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.MAVLink.common.msg_scaled_pressure3" class="title">Uses of Class<br>com.MAVLink.common.msg_scaled_pressure3</h2> </div> <div class="classUseContainer">No usage of com.MAVLink.common.msg_scaled_pressure3</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/MAVLink/common/msg_scaled_pressure3.html" title="class in com.MAVLink.common">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/MAVLink/common/class-use/msg_scaled_pressure3.html" target="_top">Frames</a></li> <li><a href="msg_scaled_pressure3.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>
docs/html/class_group-members.html
just-another-one-timmy/mechanism-cpp
<!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"/> <title>Tmmproject: Cписок членов класса</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javaScript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body onload='searchBox.OnSelectItem(0);'> <!-- Создано системой Doxygen 1.7.1 --> <script type="text/javascript"><!-- var searchBox = new SearchBox("searchBox", "search",false,'Поиск'); --></script> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Титульная&nbsp;страница</span></a></li> <li><a href="pages.html"><span>Описания</span></a></li> <li class="current"><a href="annotated.html"><span>Классы</span></a></li> <li><a href="files.html"><span>Файлы</span></a></li> <li id="searchli"> <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="Поиск" 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 class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Классы</span></a></li> <li><a href="classes.html"><span>Алфавитный&nbsp;указатель&nbsp;классов</span></a></li> <li><a href="hierarchy.html"><span>Иерархия&nbsp;классов</span></a></li> <li><a href="functions.html"><span>Члены&nbsp;классов</span></a></li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <h1>Group Cписок членов класса</h1> </div> </div> <div class="contents"> Полный список членов класса <a class="el" href="class_group.html">Group</a>, включая наследуемые из базового класса<table> <tr class="memlist"><td><a class="el" href="class_group.html#a279cef80ab134c00aae391ba9f7cff4f">CalcReaction</a>()=0</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#ae5cb87d12d7232b708455fd6179a34d3">CalcTF</a>()</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#a97560c6c535ded0efecd0ae000980111">CalcTF0</a>()=0</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [pure virtual]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>CalcTF0Segment</b>(Segment *s, ConnectorTurn *c) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#a12841149b92385cae555c58057d1369a">CalcTF1</a>()=0</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [pure virtual]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>CalcTF1Segment</b>(Segment *s, ConnectorTurn *c) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#a6e5bdd7e790ec9f64df582f0bf633dd9">CalcTF2</a>()=0</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [pure virtual]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>CalcTF2Segment</b>(Segment *s, ConnectorTurn *c) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>GetAngleSS</b>(ConnectorSliding *c1, ConnectorSliding *c2) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>GetAngleTT</b>(ConnectorTurn *c1, ConnectorTurn *c2) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#a9c80a5acc90124def56c64615e761cb1">GetClass</a>()=0</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [pure virtual]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>GetDist</b>(ConnectorTurn *c1, ConnectorTurn *c2) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>GetHeight</b>(ConnectorTurn *c1, ConnectorSliding *c2) (определено в <a class="el" href="class_group.html">Group</a>)</td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#a0d4c38bd74904d83d9624d4dbb309cba">name</a></td><td><a class="el" href="class_group.html">Group</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_group.html#a7398c21242d4663f5ef824a200d51f09">Type</a>()=0</td><td><a class="el" href="class_group.html">Group</a></td><td><code> [pure virtual]</code></td></tr> </table></div> <!--- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>Указатель</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Классы</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Функции</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Переменные</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <hr class="footer"/><address class="footer"><small>Документация по Tmmproject. Последние изменения: Thu Sep 9 2010 01:42:33. Создано системой&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> </body> </html>
partials/legal.html
profilesticker/profilesticker.github.io
<div id="legalPartial"> <div> <div class="row"> <div class="col-xs-12"> <h3>Legal</h3><br /> </div> </div> <div class="row"> <div class="col-xs-12"> <div class="modal-scrollable-body"> <div> <div><h4>Does Profile Sticker store my profile picture?</h4></div> <p> No, we don't. When you upload your profile picture from Facebook or from your computer it is only processed temporarily until you've selected your sticker and processed the image from your end. Every time you refresh the page, you'll notice that the picture no longer exists. </p> <br /> </div> <div> <div><h4>Is my personal data used anyway?</h4></div> <p> Profile Sticker does not accept your personal data like your name, email address, passwords or any other sensitive information. Since you can think of this as an image editing app, we only require you to upload your profile picture from your computer or from Facebook, either way, we do not store your image (as mentioned above). </p> <p> <b>Google Analytics: </b>This site uses Google Analytics to capture basic information like the total usage and other vital statistics that would help improve the site and help make a better user experience. No personal data is collected using this service from the foreground or background. You can find <a href="https://www.google.com/analytics/terms/us.html" target="_blank" onclick="sendNavigationEventTracking('Google Analytics Terms', 'Legal modal');">Google Analytics Terms of Service here</a> which explains their side of the story in much more detail. </p> <p> <b>Facebook: </b>If you decide to upload a picture from Facebook and/or post the processed image to Facebook, you (as a Facebook user) would need to authorise Profile Sticker (as a Facebook app) to be able to grab your profile picture. The permission requested are the most basic ones available and provided by Facebook for an app to use a users profile picture or post a picture on your timeline. More details can be found <a href="https://developers.facebook.com/policy/" target="_blank" onclick="sendNavigationEventTracking('Facebook Policy', 'Legal modal');">here</a>. </p> <br /> </div> <div> <div><h4>I've heard about cookies. Is that used here?</h4></div> <p> You might have noticed no cookie policy on this site and the reason is because this site does not use cookies (excluding third party usage like Google Analytics mentioned above). </p> <br /> </div> <div> <div><h4>Is this site child safe?</h4></div> <p> We aim to keep this site available to use for anyone who is at least 13 years old and above (which is also the minimum age limit for signing up for Facebook). However, if you're concerned about any material, please accompany your child while your child uses this. Please note: you can also upload a persons profile picture on their behalf, if this works for your scenario. </p> </div> <p>Read more about <a href="https://github.com/profilesticker/profilesticker.github.io/wiki/Privacy" target="_blank" onclick="sendNavigationEventTracking('GitHub Privacy', 'Legal modal');">Privacy</a> and <a href="https://github.com/profilesticker/profilesticker.github.io/wiki/Terms" target="_blank" onclick="sendNavigationEventTracking('GitHub Terms', 'Legal modal');">Terms</a>.</p> <p>Profile Sticker is crafted by <a href="http://clydedsouza.net" target="_blank" title="Clyde's website'" data-toggle="tooltip" onclick="sendNavigationEventTracking('www.clydedsouza.net', 'Legal modal');">Clyde D'Souza</a>.</p> <p>All copyrights belong to their respective owners. More details can be found <a href="https://github.com/profilesticker/profilesticker.github.io/wiki/Credits" target="_blank" onclick="sendNavigationEventTracking('GitHub Credits', 'Legal modal');">here</a></p> </div> </div> </div> </div> </div>
boost_1_42_0/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html
kelvindk/Video-Stabilization
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_stream_socket::send (2 of 3 overloads)</title> <link rel="stylesheet" href="../../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../send.html" title="basic_stream_socket::send"> <link rel="prev" href="overload1.html" title="basic_stream_socket::send (1 of 3 overloads)"> <link rel="next" href="overload3.html" title="basic_stream_socket::send (3 of 3 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../send.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a> </div> <div class="section" title="basic_stream_socket::send (2 of 3 overloads)"> <div class="titlepage"><div><div><h5 class="title"> <a name="boost_asio.reference.basic_stream_socket.send.overload2"></a><a class="link" href="overload2.html" title="basic_stream_socket::send (2 of 3 overloads)"> basic_stream_socket::send (2 of 3 overloads)</a> </h5></div></div></div> <p> Send some data on the socket. </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">typename</span> <a class="link" href="../../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">send</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span> <span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">message_flags</span> <span class="identifier">flags</span><span class="special">);</span> </pre> <p> This function is used to send data on the stream socket. The function call will block until one or more bytes of the data has been sent successfully, or an until error occurs. </p> <a name="boost_asio.reference.basic_stream_socket.send.overload2.parameters"></a><h6> <a name="id885896"></a> <a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">buffers</span></dt> <dd><p> One or more data buffers to be sent on the socket. </p></dd> <dt><span class="term">flags</span></dt> <dd><p> Flags specifying how the send call is to be made. </p></dd> </dl> </div> <a name="boost_asio.reference.basic_stream_socket.send.overload2.return_value"></a><h6> <a name="id885950"></a> <a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.return_value">Return Value</a> </h6> <p> The number of bytes sent. </p> <a name="boost_asio.reference.basic_stream_socket.send.overload2.exceptions"></a><h6> <a name="id885978"></a> <a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.exceptions">Exceptions</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">boost::system::system_error</span></dt> <dd><p> Thrown on failure. </p></dd> </dl> </div> <a name="boost_asio.reference.basic_stream_socket.send.overload2.remarks"></a><h6> <a name="id885986"></a> <a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.remarks">Remarks</a> </h6> <p> The send operation may not transmit all of the data to the peer. Consider using the <a class="link" href="../../write.html" title="write"><code class="computeroutput"><span class="identifier">write</span></code></a> function if you need to ensure that all data is written before the blocking operation completes. </p> <a name="boost_asio.reference.basic_stream_socket.send.overload2.example"></a><h6> <a name="id886064"></a> <a class="link" href="overload2.html#boost_asio.reference.basic_stream_socket.send.overload2.example">Example</a> </h6> <p> To send a single data buffer use the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows: </p> <pre class="programlisting"><span class="identifier">socket</span><span class="special">.</span><span class="identifier">send</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size</span><span class="special">),</span> <span class="number">0</span><span class="special">);</span> </pre> <p> See the <a class="link" href="../../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> documentation for information on sending multiple buffers in one go, and how to use it with arrays, boost::array or std::vector. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003 - 2010 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="overload1.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../send.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="overload3.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a> </div> </body> </html>
templates/tpl.il_as_qpl_xqcas_unit_tests_panel.html
ilifau/assStackQuestion
<table id="ut_testcases"> <!-- BEGIN ut_testcase --> <tr class="ut_testcase_input"> <td> {INPUTS_PART} </td> </tr> <tr class="ut_testcase_prt"> <td> {PRTS_PART} </td> </tr> <!-- END ut_testcase --> <tr id="unit_tests_panel_form"> <td> {UNIT_TEST_GENERAL_FORM} </td> </tr> </table>
doc/net/brianturchyn/LoginPerks/listeners/package-use.html
NOS-Gamers/LoginPerks
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Sun Oct 23 10:27:34 CDT 2011 --> <TITLE> Uses of Package net.brianturchyn.LoginPerks.listeners </TITLE> <META NAME="date" CONTENT="2011-10-23"> <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 Package net.brianturchyn.LoginPerks.listeners"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#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?net/brianturchyn/LoginPerks/listeners/package-use.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>net.brianturchyn.LoginPerks.listeners</B></H2> </CENTER> No usage of net.brianturchyn.LoginPerks.listeners <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"> <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-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?net/brianturchyn/LoginPerks/listeners/package-use.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>
source/core/templates/core/form_base.html
olivertso/moneify
{% extends "core/base.html" %} {% block content %} <div class="mn-text-center"> {% block title %}{% endblock %} </div> <form method="post" action=""> {% csrf_token %} {{ form.non_field_errors }} {% block form_text %}{% endblock %} <fieldset> {% block form_fields %}{% endblock %} {% block form_btns %}{% endblock %} </fieldset> </form> {% endblock %}
src/augustus-3.0.2/mysql++/doc/html/refman/qparms_8h-source.html
NGSchool2016/ngschool2016-materials
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>MySQL++ Reference Manual</title> <meta http-equiv="Content-type" content="text/html;charset=iso-8859-1"> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="refman.css" rel="stylesheet" type="text/css"> </head> <body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul></div> <h1>qparms.h</h1><a href="qparms_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <a name="l00002"></a>00002 <a name="l00003"></a>00003 <a name="l00004"></a>00004 <a name="l00005"></a>00005 <a name="l00006"></a>00006 <a name="l00007"></a>00007 <a name="l00008"></a>00008 <span class="comment">/***********************************************************************</span> <a name="l00009"></a>00009 <span class="comment"> Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and</span> <a name="l00010"></a>00010 <span class="comment"> (c) 2004-2007 by Educational Technology Resources, Inc. Others may</span> <a name="l00011"></a>00011 <span class="comment"> also hold copyrights on code in this file. See the CREDITS.txt file</span> <a name="l00012"></a>00012 <span class="comment"> in the top directory of the distribution for details.</span> <a name="l00013"></a>00013 <span class="comment"></span> <a name="l00014"></a>00014 <span class="comment"> This file is part of MySQL++.</span> <a name="l00015"></a>00015 <span class="comment"></span> <a name="l00016"></a>00016 <span class="comment"> MySQL++ is free software; you can redistribute it and/or modify it</span> <a name="l00017"></a>00017 <span class="comment"> under the terms of the GNU Lesser General Public License as published</span> <a name="l00018"></a>00018 <span class="comment"> by the Free Software Foundation; either version 2.1 of the License, or</span> <a name="l00019"></a>00019 <span class="comment"> (at your option) any later version.</span> <a name="l00020"></a>00020 <span class="comment"></span> <a name="l00021"></a>00021 <span class="comment"> MySQL++ is distributed in the hope that it will be useful, but WITHOUT</span> <a name="l00022"></a>00022 <span class="comment"> ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span> <a name="l00023"></a>00023 <span class="comment"> FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public</span> <a name="l00024"></a>00024 <span class="comment"> License for more details.</span> <a name="l00025"></a>00025 <span class="comment"></span> <a name="l00026"></a>00026 <span class="comment"> You should have received a copy of the GNU Lesser General Public</span> <a name="l00027"></a>00027 <span class="comment"> License along with MySQL++; if not, write to the Free Software</span> <a name="l00028"></a>00028 <span class="comment"> Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301</span> <a name="l00029"></a>00029 <span class="comment"> USA</span> <a name="l00030"></a>00030 <span class="comment">***********************************************************************/</span> <a name="l00031"></a>00031 <a name="l00032"></a>00032 <span class="preprocessor">#ifndef MYSQLPP_QPARMS_H</span> <a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#define MYSQLPP_QPARMS_H</span> <a name="l00034"></a>00034 <span class="preprocessor"></span> <a name="l00035"></a>00035 <span class="preprocessor">#include "<a class="code" href="stadapter_8h.html">stadapter.h</a>"</span> <a name="l00036"></a>00036 <a name="l00037"></a>00037 <span class="preprocessor">#include &lt;vector&gt;</span> <a name="l00038"></a>00038 <a name="l00039"></a>00039 <span class="keyword">namespace </span>mysqlpp { <a name="l00040"></a>00040 <a name="l00041"></a>00041 <span class="preprocessor">#if !defined(DOXYGEN_IGNORE)</span> <a name="l00042"></a>00042 <span class="preprocessor"></span><span class="comment">// Make Doxygen ignore this</span> <a name="l00043"></a>00043 <span class="keyword">class </span>MYSQLPP_EXPORT Query; <a name="l00044"></a>00044 <span class="preprocessor">#endif</span> <a name="l00045"></a>00045 <span class="preprocessor"></span> <a name="l00048"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html">00048</a> <span class="keyword">class </span>MYSQLPP_EXPORT SQLQueryParms : <span class="keyword">public</span> std::vector&lt;SQLTypeAdapter&gt; <a name="l00049"></a>00049 { <a name="l00050"></a>00050 <span class="keyword">public</span>: <a name="l00053"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#c637090d1e8981437fcc3277a9983099">00053</a> <span class="keyword">typedef</span> <span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a>; <a name="l00054"></a>00054 <a name="l00056"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#ab7e6bc3ba59425a174c9d31ab6a3a99">00056</a> SQLQueryParms() : <a name="l00057"></a>00057 parent_(0), <a name="l00058"></a>00058 processing_(false) <a name="l00059"></a>00059 { <a name="l00060"></a>00060 } <a name="l00061"></a>00061 <a name="l00066"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#0796bfe6a2982b8fce758b174e547f5f">00066</a> SQLQueryParms(Query* p) : <a name="l00067"></a>00067 parent_(p), <a name="l00068"></a>00068 processing_(false) <a name="l00069"></a>00069 { <a name="l00070"></a>00070 } <a name="l00071"></a>00071 <a name="l00075"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#90660977a90ed50dd83a7ddc26f0f334">00075</a> <span class="keywordtype">bool</span> bound() { <span class="keywordflow">return</span> parent_ != 0; } <a name="l00076"></a>00076 <a name="l00078"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#15b3fb93546e32b4cbd8015db34ec1e5">00078</a> <span class="keywordtype">void</span> clear() { erase(begin(), end()); } <a name="l00079"></a>00079 <a name="l00088"></a>00088 size_t escape_string(std::string* ps, <span class="keyword">const</span> <span class="keywordtype">char</span>* original = 0, <a name="l00089"></a>00089 size_t length = 0) <span class="keyword">const</span>; <a name="l00090"></a>00090 <a name="l00095"></a>00095 size_t escape_string(<span class="keywordtype">char</span>* escaped, <span class="keyword">const</span> <span class="keywordtype">char</span>* original, <a name="l00096"></a>00096 size_t length) <span class="keyword">const</span>; <a name="l00097"></a>00097 <a name="l00099"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#e062e7125fd3af499cb6a50d9e9ed078">00099</a> <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; operator [](size_type n) <a name="l00100"></a>00100 { <a name="l00101"></a>00101 <span class="keywordflow">if</span> (n &gt;= size()) { <a name="l00102"></a>00102 insert(end(), (n + 1) - size(), <span class="stringliteral">""</span>); <a name="l00103"></a>00103 } <a name="l00104"></a>00104 <span class="keywordflow">return</span> std::vector&lt;SQLTypeAdapter&gt;::operator [](n); <a name="l00105"></a>00105 } <a name="l00106"></a>00106 <a name="l00108"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#abeae948017429107afc1e20a5048dea">00108</a> <span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; operator [](size_type n)<span class="keyword"> const</span> <a name="l00109"></a>00109 <span class="keyword"> </span>{ <span class="keywordflow">return</span> std::vector&lt;SQLTypeAdapter&gt;::operator [](n); } <a name="l00110"></a>00110 <a name="l00112"></a>00112 <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; operator [](<span class="keyword">const</span> <span class="keywordtype">char</span> *str); <a name="l00113"></a>00113 <a name="l00115"></a>00115 <span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; operator [](<span class="keyword">const</span> <span class="keywordtype">char</span> *str) <span class="keyword">const</span>; <a name="l00116"></a>00116 <a name="l00118"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#99cd26777450918add30f14c0224d4e8">00118</a> SQLQueryParms&amp; operator &lt;&lt;(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; str) <a name="l00119"></a>00119 { <a name="l00120"></a>00120 push_back(str); <a name="l00121"></a>00121 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00122"></a>00122 } <a name="l00123"></a>00123 <a name="l00125"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#5ea5a8f1b1598a03c969e4bd42b70367">00125</a> SQLQueryParms&amp; operator +=(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">SQLTypeAdapter</a>&amp; str) <a name="l00126"></a>00126 { <a name="l00127"></a>00127 push_back(str); <a name="l00128"></a>00128 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00129"></a>00129 } <a name="l00130"></a>00130 <a name="l00140"></a>00140 SQLQueryParms operator +( <a name="l00141"></a>00141 <span class="keyword">const</span> SQLQueryParms&amp; other) <span class="keyword">const</span>; <a name="l00142"></a>00142 <a name="l00143"></a>00143 <span class="preprocessor">#if !defined(DOXYGEN_IGNORE)</span> <a name="l00144"></a>00144 <span class="preprocessor"></span><span class="comment">// Doxygen will not generate documentation for this section.</span> <a name="l00145"></a>00145 <span class="keywordtype">void</span> set(sta a) <a name="l00146"></a>00146 { <a name="l00147"></a>00147 clear(); <a name="l00148"></a>00148 *<span class="keyword">this</span> &lt;&lt; a; <a name="l00149"></a>00149 } <a name="l00150"></a>00150 <span class="keywordtype">void</span> set(sta a, sta b) <a name="l00151"></a>00151 { <a name="l00152"></a>00152 clear(); <a name="l00153"></a>00153 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b; <a name="l00154"></a>00154 } <a name="l00155"></a>00155 <span class="keywordtype">void</span> set(sta a, sta b, sta c) <a name="l00156"></a>00156 { <a name="l00157"></a>00157 clear(); <a name="l00158"></a>00158 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c; <a name="l00159"></a>00159 } <a name="l00160"></a>00160 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d) <a name="l00161"></a>00161 { <a name="l00162"></a>00162 clear(); <a name="l00163"></a>00163 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d; <a name="l00164"></a>00164 } <a name="l00165"></a>00165 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e) <a name="l00166"></a>00166 { <a name="l00167"></a>00167 clear(); <a name="l00168"></a>00168 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e; <a name="l00169"></a>00169 } <a name="l00170"></a>00170 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e, sta f) <a name="l00171"></a>00171 { <a name="l00172"></a>00172 clear(); <a name="l00173"></a>00173 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f; <a name="l00174"></a>00174 } <a name="l00175"></a>00175 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e, sta f, sta g) <a name="l00176"></a>00176 { <a name="l00177"></a>00177 clear(); <a name="l00178"></a>00178 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f &lt;&lt; g; <a name="l00179"></a>00179 } <a name="l00180"></a>00180 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e, sta f, sta g, sta h) <a name="l00181"></a>00181 { <a name="l00182"></a>00182 clear(); <a name="l00183"></a>00183 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f &lt;&lt; g &lt;&lt; h; <a name="l00184"></a>00184 } <a name="l00185"></a>00185 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e, sta f, sta g, sta h, sta i) <a name="l00186"></a>00186 { <a name="l00187"></a>00187 clear(); <a name="l00188"></a>00188 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f &lt;&lt; g &lt;&lt; h &lt;&lt; i; <a name="l00189"></a>00189 } <a name="l00190"></a>00190 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e, sta f, sta g, sta h, sta i, sta j) <a name="l00191"></a>00191 { <a name="l00192"></a>00192 clear(); <a name="l00193"></a>00193 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f &lt;&lt; g &lt;&lt; h &lt;&lt; i &lt;&lt; j; <a name="l00194"></a>00194 } <a name="l00195"></a>00195 <span class="keywordtype">void</span> set(sta a, sta b, sta c, sta d, sta e, sta f, sta g, sta h, sta i, sta j, sta k) <a name="l00196"></a>00196 { <a name="l00197"></a>00197 clear(); <a name="l00198"></a>00198 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f &lt;&lt; g &lt;&lt; h &lt;&lt; i &lt;&lt; j &lt;&lt; k; <a name="l00199"></a>00199 } <a name="l00200"></a>00200 <span class="preprocessor">#endif // !defined(DOXYGEN_IGNORE)</span> <a name="l00201"></a>00201 <span class="preprocessor"></span> <a name="l00207"></a><a class="code" href="classmysqlpp_1_1SQLQueryParms.html#2938179f7995d7fb8dbc7afc31e83971">00207</a> <span class="keywordtype">void</span> set(<a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> a, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> b, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> c, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> d, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> e, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> f, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> g, <a name="l00208"></a>00208 <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> h, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> i, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> j, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> k, <a class="code" href="classmysqlpp_1_1SQLTypeAdapter.html">sta</a> l) <a name="l00209"></a>00209 { <a name="l00210"></a>00210 clear(); <a name="l00211"></a>00211 *<span class="keyword">this</span> &lt;&lt; a &lt;&lt; b &lt;&lt; c &lt;&lt; d &lt;&lt; e &lt;&lt; f &lt;&lt; g &lt;&lt; h &lt;&lt; i &lt;&lt; j &lt;&lt; k &lt;&lt; l; <a name="l00212"></a>00212 } <a name="l00213"></a>00213 <a name="l00214"></a>00214 <span class="keyword">private</span>: <a name="l00215"></a>00215 <span class="keyword">friend</span> <span class="keyword">class </span>Query; <a name="l00216"></a>00216 <a name="l00217"></a>00217 Query* parent_; <a name="l00218"></a>00218 <span class="keywordtype">bool</span> processing_; <a name="l00219"></a>00219 }; <a name="l00220"></a>00220 <a name="l00221"></a>00221 <a name="l00243"></a>00243 <a name="l00244"></a><a class="code" href="structmysqlpp_1_1SQLParseElement.html">00244</a> <span class="keyword">struct </span><a class="code" href="structmysqlpp_1_1SQLParseElement.html">SQLParseElement</a> <a name="l00245"></a>00245 { <a name="l00251"></a><a class="code" href="structmysqlpp_1_1SQLParseElement.html#5095f861effa2f1695c3cc29f79f825e">00251</a> <a class="code" href="structmysqlpp_1_1SQLParseElement.html#5095f861effa2f1695c3cc29f79f825e">SQLParseElement</a>(std::string b, <span class="keywordtype">char</span> o, <span class="keywordtype">signed</span> <span class="keywordtype">char</span> n) : <a name="l00252"></a>00252 <a class="code" href="structmysqlpp_1_1SQLParseElement.html#8b0a5afd4a8b825d13579b1427e94331">before</a>(b), <a name="l00253"></a>00253 <a class="code" href="structmysqlpp_1_1SQLParseElement.html#99ca4660111774c7bdfc5d0a142d9f00">option</a>(o), <a name="l00254"></a>00254 <a class="code" href="structmysqlpp_1_1SQLParseElement.html#dad4d34b5d3435cf327382a0cc343323">num</a>(n) <a name="l00255"></a>00255 { <a name="l00256"></a>00256 } <a name="l00257"></a>00257 <a name="l00258"></a><a class="code" href="structmysqlpp_1_1SQLParseElement.html#8b0a5afd4a8b825d13579b1427e94331">00258</a> std::string <a class="code" href="structmysqlpp_1_1SQLParseElement.html#8b0a5afd4a8b825d13579b1427e94331">before</a>; <a name="l00259"></a><a class="code" href="structmysqlpp_1_1SQLParseElement.html#99ca4660111774c7bdfc5d0a142d9f00">00259</a> <span class="keywordtype">char</span> <a class="code" href="structmysqlpp_1_1SQLParseElement.html#99ca4660111774c7bdfc5d0a142d9f00">option</a>; <a name="l00260"></a><a class="code" href="structmysqlpp_1_1SQLParseElement.html#dad4d34b5d3435cf327382a0cc343323">00260</a> <span class="keywordtype">signed</span> <span class="keywordtype">char</span> <a class="code" href="structmysqlpp_1_1SQLParseElement.html#dad4d34b5d3435cf327382a0cc343323">num</a>; <a name="l00261"></a>00261 }; <a name="l00262"></a>00262 <a name="l00263"></a>00263 } <span class="comment">// end namespace mysqlpp</span> <a name="l00264"></a>00264 <a name="l00265"></a>00265 <span class="preprocessor">#endif // !defined(MYSQLPP_QPARMS_H)</span> <a name="l00266"></a>00266 <span class="preprocessor"></span> </pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Jun 3 11:59:12 2010 for MySQL++ by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>
Luis Braille/1 DAM/Lenguaje de Marcas/1 Trimestre/Practica - Videojuegos y peliculas - V2/css/common.css
Karlosjp/Clase-DAM
@import 'fuentes.css'; /* General */ .container-flex { display: flex; } main { margin: 0 2em 2em 2em; } .red-link { color: #f00; } .title-sub { color: darkslategrey; font-family: fantasy; } .marginp0 p { margin: auto; } .margintop { margin-top: 3em; } .grow { flex-grow: 3; } /* Titulo de la pagina */ body header { height: 7em; background-image: url("../img/Fondo1.png"); } .title-text { color: darkslategrey; font-size: 2.5em; text-align: center; font-weight: bold; font-family: fantasy; flex-grow: 2; } .logo { width: 20em; height: 7em; } /* Menu lateral */ nav { font-family: fantasy; font-weight: 500; font-size: 2em; margin-right: 0.5em; } nav li { list-style: none; } nav ul { padding: 0; } /* Footer de la pagina */ footer { text-align: right; margin-bottom: 2em; } footer p { margin: auto; margin-right: 1em; } .italic { font-style: italic; }
RossFamilyTree/fam/d/9/d15f6073adb32b4bd9e44895b9d.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Family of WATTS, John</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="RelationshipDetail"> <h2>Family of WATTS, John<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/a/b/d15f6073abd7c9ecd3a1b40aaba.html">WATTS, John<span class="grampsid"> [I16507]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">8DB17F73B7D75E419016509FBE1E9AA20AFB</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">8DB17F73B7D75E419016509FBE1E9AA20AFB</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:56<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
public/user/modificar_producto.html
AllanNLopez/carry
<!DOCTYPE html> <html> <head> <title> Modificar productos </title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../ProyectoDesarrolloWebUnah/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../ProyectoDesarrolloWebUnah/css/catalogo_electronico.css"> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="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="#">Carry</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Inico</a></li> <li><a href="#">Acerda de</a></li> <li><a href="#">Contactanos</a></li> </ul> </div><!--/.nav-collapse --> </div> </nav> <div class="container text-center"> <div class="page-header"> <h1> <i class="glyphicon glyphicon-edit"></i> Modificar datos </h1> </div> </div> <div class="table-responsive" id="tabla-contenido"> <table class="table table-striped table-bordered table-hover"> <tr> <th>ID</th> <th>Nombre del producto</th> <th>Categoria</th> <th>Precio</th> <th>Estado</th> <th>Fecha de publicacion</th> </tr> <tbody> <tr> <td><input type="text" id="txt-id" class="form-control"></td> <td><input type="text" id="txt-nombre" class="form-control"></td> <td><select class="form-control" id="sel-categoria"> <option value=""></option> <option value="1">Categoria1</option> <option value="2">Categoria2</option> </select> </td> <td> - </td> <td><select class="form-control" id="sel-estado"> <option value=""></option> <option value="1">Estado1</option> <option value="2">Estado2</option> </select> </td> <td><input type="text" class="form-control" id="txt-fecha"></td> <td> <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button> </td> </tr> <tr> <td>01</td> <td>Nombre 1</td> <td>Categoria 1</td> <td>0.00</td> <td><span class="glyphicon glyphicon-ok icon-ok"></span></td> <td>dd-MM-YY</td> <td> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Modificar <span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="#">Editar</a></li> <li><a href="#">Eliminar</a></li> </ul> </div> </td> </tr> <tr> <td>02</td> <td>Nombre 2</td> <td>Categoria 2</td> <td>0.00</td> <td><span class="glyphicon glyphicon-remove-sign icon-no-ok"></span></td> <td>dd-MM-YY</td> <td> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Modificar <span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="#">Editar</a></li> <li><a href="#">Eliminar</a></li> </ul> </div> </td> </tr> <tr> <td>03</td> <td>Nombre 3</td> <td>Categoria 1</td> <td>0.00</td> <td><span class="glyphicon glyphicon-ok icon-ok"></span></td> <td>dd-MM-YY</td> <td> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Modificar <span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="#">Editar</a></li> <li><a href="#">Eliminar</a></li> </ul> </div> </td> </tr> </tbody> </table> <div class="btnCentrado"> <a class="btn btn-success" id="btn-aceptar" href="index.html" >Aceptar</a> <a class="btn btn-danger" id="btn-cancelar" href="index.html">Cancelar </a> </div> </div> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script type="text/javascript" src="../js/ruta-segura-user.js"></script> </body> </html>
docs/_modules/hotwing_core/machine.html
jasonhamilton/hotwing-core
<!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>hotwing_core.machine &#8212; HotWing-Core 0.1.0 documentation</title> <link rel="stylesheet" href="../../_static/alabaster.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.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </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="index" title="Index" href="../../genindex.html" /> <link rel="search" title="Search" href="../../search.html" /> <link rel="stylesheet" href="../../_static/custom.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> </head> <body> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <h1>Source code for hotwing_core.machine</h1><div class="highlight"><pre> <span></span><span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span> <span class="kn">from</span> <span class="nn">.utils</span> <span class="k">import</span> <span class="n">isect_line_plane_v3</span> <span class="kn">from</span> <span class="nn">.profile</span> <span class="k">import</span> <span class="n">Profile</span> <span class="kn">from</span> <span class="nn">.coordinate</span> <span class="k">import</span> <span class="n">Coordinate</span> <span class="kn">from</span> <span class="nn">.gcode</span> <span class="k">import</span> <span class="n">Gcode</span> <span class="kn">from</span> <span class="nn">.cutting_strategies</span> <span class="k">import</span> <span class="n">CuttingStrategyFactory</span> <span class="kn">import</span> <span class="nn">logging</span> <span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span><span class="p">(</span><span class="vm">__name__</span><span class="p">)</span> <span class="n">DEFAULT_FEEDRATE_IN</span> <span class="o">=</span> <span class="mi">5</span> <span class="n">DEFAULT_FEEDRATE_MM</span> <span class="o">=</span> <span class="mi">125</span> <div class="viewcode-block" id="Machine"><a class="viewcode-back" href="../../machine.html#hotwing_core.machine.Machine">[docs]</a><span class="k">class</span> <span class="nc">Machine</span><span class="p">():</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> The Machine class is a representation of a foam cutting machine and goes</span> <span class="sd"> through the series of cuts required to create a complete cutting path.</span> <span class="sd"> The machine takes a Profile object and generates the code to cut that</span> <span class="sd"> profile.</span> <span class="sd"> Gcode generation gets delegated to the cutting_strategy.</span> <span class="sd"> Args:</span> <span class="sd"> width (Float): length of the machine&#39;s hotwire cutter</span> <span class="sd"> kerf (Float):</span> <span class="sd"> Allowance for the hotwire&#39;s cutter. This includes the radius of </span> <span class="sd"> the wire plus any additional allowance for melted foam from direct</span> <span class="sd"> or radiant heat.</span> <span class="sd"> profile_points (Int): </span> <span class="sd"> Number of points used when interpolating profiles. This is the</span> <span class="sd"> number for each (top and bottom) surface of a Profile.</span> <span class="sd"> cutting_strategy_name</span> <span class="sd"> gcode_formatter_name</span> <span class="sd"> units</span> <span class="sd"> feedrate</span> <span class="sd"> :ivar width: width</span> <span class="sd"> :ivar kerf: kerf</span> <span class="sd"> :ivar profile_points: profile_points</span> <span class="sd"> :ivar cutting_strategy_name: cutting_strategy_name</span> <span class="sd"> :ivar gcode_formatter_name: gcode_formatter_name</span> <span class="sd"> :ivar units: units &quot;inches&quot; or &quot;millimeters&quot;</span> <span class="sd"> :ivar feedrate: feedrate on the side of the largest rib</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">width</span><span class="p">,</span> <span class="n">kerf</span><span class="o">=</span><span class="mf">0.075</span><span class="p">,</span> <span class="n">profile_points</span><span class="o">=</span><span class="mi">200</span><span class="p">,</span> <span class="n">cutting_strategy_name</span><span class="o">=</span><span class="s2">&quot;default&quot;</span><span class="p">,</span> <span class="n">gcode_formatter_name</span> <span class="o">=</span> <span class="s2">&quot;default&quot;</span><span class="p">,</span> <span class="n">units</span><span class="o">=</span><span class="s2">&quot;inches&quot;</span><span class="p">,</span> <span class="n">feedrate</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">width</span> <span class="o">=</span> <span class="n">width</span> <span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">kerf</span><span class="p">,</span><span class="nb">int</span><span class="p">)</span> <span class="ow">or</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">kerf</span><span class="p">,</span><span class="nb">float</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">kerf</span> <span class="o">=</span> <span class="p">(</span><span class="n">kerf</span><span class="p">,</span><span class="n">kerf</span><span class="p">)</span> <span class="k">elif</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">kerf</span><span class="p">,</span><span class="nb">tuple</span><span class="p">)</span> <span class="ow">and</span> <span class="nb">len</span><span class="p">(</span><span class="n">kerf</span><span class="p">)</span> <span class="o">==</span> <span class="mi">2</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">kerf</span> <span class="o">=</span> <span class="n">kerf</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">AttributeError</span> <span class="bp">self</span><span class="o">.</span><span class="n">profile_points</span> <span class="o">=</span> <span class="n">profile_points</span> <span class="bp">self</span><span class="o">.</span><span class="n">cutting_strategy_name</span> <span class="o">=</span> <span class="n">cutting_strategy_name</span> <span class="bp">self</span><span class="o">.</span><span class="n">gcode_formatter_name</span> <span class="o">=</span> <span class="n">gcode_formatter_name</span> <span class="bp">self</span><span class="o">.</span><span class="n">units</span> <span class="o">=</span> <span class="n">units</span> <span class="k">if</span> <span class="n">feedrate</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">feedrate</span> <span class="o">=</span> <span class="n">feedrate</span> <span class="k">else</span><span class="p">:</span> <span class="c1"># feedrate not specified, set to default</span> <span class="bp">self</span><span class="o">.</span><span class="n">feedrate</span> <span class="o">=</span> <span class="n">DEFAULT_FEEDRATE_IN</span> <span class="k">if</span> <span class="n">units</span><span class="o">==</span><span class="s2">&quot;inches&quot;</span> <span class="k">else</span> <span class="n">DEFAULT_FEEDRATE_MM</span> <div class="viewcode-block" id="Machine.load_panel"><a class="viewcode-back" href="../../machine.html#hotwing_core.machine.Machine.load_panel">[docs]</a> <span class="k">def</span> <span class="nf">load_panel</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">panel</span><span class="p">,</span> <span class="n">left_offset</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Load a Panel object into the machine.</span> <span class="sd"> Args:</span> <span class="sd"> panel (Panel): panel to use</span> <span class="sd"> left_offset (Float): How far from the left hotwire post to place</span> <span class="sd"> the panel. If the panel is 24 inches and the machine is 30</span> <span class="sd"> inches, a value of 3 ([30-24]/2) will place the panel centered</span> <span class="sd"> between the CNC&#39;s cutting posts.</span> <span class="sd"> Returns:</span> <span class="sd"> None</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="n">left_offset</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="c1"># if offset is not specified, center</span> <span class="bp">self</span><span class="o">.</span><span class="n">left_offset</span> <span class="o">=</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">width</span> <span class="o">-</span> <span class="n">panel</span><span class="o">.</span><span class="n">width</span><span class="p">)</span> <span class="o">/</span> <span class="mi">2</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">left_offset</span> <span class="o">=</span> <span class="n">left_offset</span> <span class="bp">self</span><span class="o">.</span><span class="n">panel</span> <span class="o">=</span> <span class="n">panel</span></div> <div class="viewcode-block" id="Machine.generate_gcode"><a class="viewcode-back" href="../../machine.html#hotwing_core.machine.Machine.generate_gcode">[docs]</a> <span class="k">def</span> <span class="nf">generate_gcode</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">safe_height</span><span class="o">=</span><span class="mi">5</span><span class="p">,</span> <span class="n">foam_height</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">normalize</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Generate the gcode to cut the panel. You must have a panel loaded into the machine,</span> <span class="sd"> otherwise it cannot cut.</span> <span class="sd"> Args:</span> <span class="sd"> safe_height (Float): The height where the machine can move freely without hitting anything.</span> <span class="sd"> Make sure this value is greater than the height of your foam block.</span> <span class="sd"> normalize (Boolean): When generating the machine path, the x and y values may be &lt; 0. Setting</span> <span class="sd"> this to True translates the values so that all x and y values are &gt;= 0.</span> <span class="sd"> Returns:</span> <span class="sd"> String: Gcode commands separated by newlines.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;panel&quot;</span><span class="p">):</span> <span class="n">logging</span><span class="o">.</span><span class="n">error</span><span class="p">(</span><span class="s2">&quot;No panel loaded into machine. Load a panel before generating g_code&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="p">[]</span> <span class="bp">self</span><span class="o">.</span><span class="n">safe_height</span> <span class="o">=</span> <span class="n">safe_height</span> <span class="bp">self</span><span class="o">.</span><span class="n">foam_height</span> <span class="o">=</span> <span class="n">foam_height</span> <span class="bp">self</span><span class="o">.</span><span class="n">gc</span> <span class="o">=</span> <span class="n">Gcode</span><span class="p">(</span><span class="n">formatter_name</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">gcode_formatter_name</span><span class="p">,</span> <span class="n">units</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">units</span><span class="p">,</span> <span class="n">feedrate</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">feedrate</span><span class="o">*</span><span class="bp">self</span><span class="o">.</span><span class="n">panel</span><span class="o">.</span><span class="n">get_feedrate_multiplier</span><span class="p">()</span> <span class="p">)</span> <span class="n">cutting_strategy</span> <span class="o">=</span> <span class="n">CuttingStrategyFactory</span><span class="o">.</span><span class="n">get_cls</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">cutting_strategy_name</span><span class="p">)(</span><span class="bp">self</span><span class="p">)</span> <span class="n">cutting_strategy</span><span class="o">.</span><span class="n">cut</span><span class="p">()</span> <span class="k">if</span> <span class="n">normalize</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">gc</span><span class="o">.</span><span class="n">normalize</span><span class="p">()</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">gc</span><span class="o">.</span><span class="n">code_as_str</span></div> <div class="viewcode-block" id="Machine.calculate_move"><a class="viewcode-back" href="../../machine.html#hotwing_core.machine.Machine.calculate_move">[docs]</a> <span class="k">def</span> <span class="nf">calculate_move</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">c1</span><span class="p">,</span> <span class="n">c2</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Create the XYUV positions for the machine in order to intersect two Coordinates.</span> <span class="sd"> Args:</span> <span class="sd"> c1 (Coordinate):</span> <span class="sd"> c2 (Coordinate):</span> <span class="sd"> Returns:</span> <span class="sd"> Dict: {&quot;x&quot;:1.1,&quot;y&quot;:1.1,&quot;u&quot;:1.1,&quot;v&quot;:1.1}</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># create 3d coordinates and pass them to the </span> <span class="n">pos</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_calc_machine_position</span><span class="p">(</span> <span class="p">(</span><span class="mi">0</span> <span class="o">+</span> <span class="bp">self</span><span class="o">.</span><span class="n">left_offset</span><span class="p">,</span> <span class="n">c1</span><span class="o">.</span><span class="n">y</span><span class="p">,</span> <span class="n">c1</span><span class="o">.</span><span class="n">x</span><span class="p">),</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">panel</span><span class="o">.</span><span class="n">width</span> <span class="o">+</span> <span class="bp">self</span><span class="o">.</span><span class="n">left_offset</span><span class="p">,</span> <span class="n">c2</span><span class="o">.</span><span class="n">y</span><span class="p">,</span> <span class="n">c2</span><span class="o">.</span><span class="n">x</span><span class="p">)</span> <span class="p">)</span> <span class="k">return</span> <span class="p">{</span><span class="s2">&quot;x&quot;</span><span class="p">:</span><span class="n">pos</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">1</span><span class="p">],</span><span class="s2">&quot;y&quot;</span><span class="p">:</span><span class="n">pos</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">0</span><span class="p">],</span><span class="s2">&quot;u&quot;</span><span class="p">:</span><span class="n">pos</span><span class="p">[</span><span class="mi">1</span><span class="p">][</span><span class="mi">1</span><span class="p">],</span><span class="s2">&quot;v&quot;</span><span class="p">:</span><span class="n">pos</span><span class="p">[</span><span class="mi">1</span><span class="p">][</span><span class="mi">0</span><span class="p">]}</span></div> <span class="k">def</span> <span class="nf">_calc_machine_position</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">c1_3d</span><span class="p">,</span> <span class="n">c2_3d</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Takes 2 3D coordinates - one from left rib, one for right - and calculates</span> <span class="sd"> the machine position based on that.</span> <span class="sd"> Uses the point plane intersect function.</span> <span class="sd"> Args:</span> <span class="sd"> c1_3d (Tuple of Tuples): Tuple with 3 coordinates in 3d space (x,y,z)</span> <span class="sd"> c2_3d (Tuple of Tuples): Tuple with 3 coordinates in 3d space (x,y,z)</span> <span class="sd"> Returns:</span> <span class="sd"> Tuple of Tuples of Floats: ((y1,x1) (y2,x2))</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">pillar_a</span> <span class="o">=</span> <span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="n">pillar_b</span> <span class="o">=</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">width</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="n">p_no</span> <span class="o">=</span> <span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="c1"># direction/normal of pillar</span> <span class="n">c1_3d</span> <span class="o">=</span> <span class="p">(</span><span class="n">c1_3d</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">c1_3d</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">c1_3d</span><span class="p">[</span><span class="mi">2</span><span class="p">])</span> <span class="n">c2_3d</span> <span class="o">=</span> <span class="p">(</span><span class="n">c2_3d</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">c2_3d</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">c2_3d</span><span class="p">[</span><span class="mi">2</span><span class="p">])</span> <span class="n">a</span> <span class="o">=</span> <span class="n">isect_line_plane_v3</span><span class="p">(</span><span class="n">c1_3d</span><span class="p">,</span> <span class="n">c2_3d</span><span class="p">,</span> <span class="n">pillar_a</span><span class="p">,</span> <span class="n">p_no</span><span class="p">)</span> <span class="n">b</span> <span class="o">=</span> <span class="n">isect_line_plane_v3</span><span class="p">(</span><span class="n">c1_3d</span><span class="p">,</span> <span class="n">c2_3d</span><span class="p">,</span> <span class="n">pillar_b</span><span class="p">,</span> <span class="n">p_no</span><span class="p">)</span> <span class="k">return</span> <span class="n">a</span><span class="p">[</span><span class="o">-</span><span class="mi">2</span><span class="p">:],</span> <span class="n">b</span><span class="p">[</span><span class="o">-</span><span class="mi">2</span><span class="p">:]</span></div> </pre></div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h1 class="logo"><a href="../../index.html">HotWing-Core</a></h1> <h3>Navigation</h3> <p class="caption"><span class="caption-text">Classes:</span></p> <ul> <li class="toctree-l1"><a class="reference internal" href="../../coordinate.html">Coordinate</a></li> <li class="toctree-l1"><a class="reference internal" href="../../surface.html">Surface</a></li> <li class="toctree-l1"><a class="reference internal" href="../../profile.html">Profile</a></li> <li class="toctree-l1"><a class="reference internal" href="../../rib.html">Rib</a></li> <li class="toctree-l1"><a class="reference internal" href="../../panel.html">Panel</a></li> <li class="toctree-l1"><a class="reference internal" href="../../gcode.html">Gcode</a></li> <li class="toctree-l1"><a class="reference internal" href="../../gcode_formatters.html">GCode Formatters</a></li> <li class="toctree-l1"><a class="reference internal" href="../../machine.html">Machine</a></li> <li class="toctree-l1"><a class="reference internal" href="../../cutting_strategies.html">Cutting Strageties</a></li> </ul> <div class="relations"> <h3>Related Topics</h3> <ul> <li><a href="../../index.html">Documentation overview</a><ul> <li><a href="../index.html">Module code</a><ul> </ul></li> </ul></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="footer"> &copy;2017, Jason Hamilton. | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.4</a> &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a> </div> </body> </html>
app/views/Admin/ManageAccounts.html
ghatdev/Bamboo
{{ template "header.html" .}} {{ template "flash.html" .}} {{if .results}} {{range .results}} <div class="panel panel-primary" style="margin-top: 7px; margin-bottom: 7px;"> <div class="panel-body"> <table border="0" class="text-right" style="width: 100%;"> <tr> <td><p class="col-md-8 text-left" style="width:70%">{{.Email}}</p></td> <td><button type="button" class="btn btn-default" data-toggle="modal" data-target="#postModal{{.ID}}">계정 삭제</button></td> </tr> </table> </div> </div> <form action="/Admin/DeleteAccount" method="POST"> <input type="hidden" name="email" value="{{.Email}}"/> <div class="modal fade" id="postModal{{.ID}}" tabindex="-1" role="dialog" aria-labelledby="postModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="postModalLabel">삭제하기</h4> </div> <div class="modal-body"> <p class="text-center">{{.Email}}</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">닫기</button> <button type="submit" class="btn btn-primary">삭제</button> </div> </div> </div> </div> </form> {{end}} {{else}} {{end}} {{template "admin.html" .}} {{template "footer.html" .}}
doc/html/interfacenonlin__core_1_1nonlin__solver__1var-members.html
jchristopherson/nonlin
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>nonlin: 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"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">nonlin &#160;<span id="projectnumber">1.4.0</span> </div> <div id="projectbrief">A library that provides routines to compute the solutions to systems of nonlinear equations.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('interfacenonlin__core_1_1nonlin__solver__1var.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">nonlin_core::nonlin_solver_1var Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="interfacenonlin__core_1_1nonlin__solver__1var.html">nonlin_core::nonlin_solver_1var</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>nonlin_solver_1var</b>(this, fcn, x, lim, f, ib, err) (defined in <a class="el" href="interfacenonlin__core_1_1nonlin__solver__1var.html">nonlin_core::nonlin_solver_1var</a>)</td><td class="entry"><a class="el" href="interfacenonlin__core_1_1nonlin__solver__1var.html">nonlin_core::nonlin_solver_1var</a></td><td class="entry"><span class="mlabel">private</span></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="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>
index.html
CarsickSZY/CarsickSZY.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <title>Carsickszy.GitHub.io by CarsickSZY</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> <style> .main-content{margin-top:80px;} .main-content ul li {margin-bottom:10px;} </style> </head> <body> <section class="page-header"> <h1 class="project-name">CarsickSZY</h1> <h2 class="project-tagline">HELLO WORLD !</h2> </section> <section class="main-content"> <ul> <li><a href="CarsickSZY.github.io/work/sspai/sspai.html">少数派</a></li> <li><a href="CarsickSZY.github.io/work/newspaper/task6.html">模拟报纸</a></li> <li><a href="CarsickSZY.github.io/work/newWorld/task7.html">新世界</a></li> <li><a href="CarsickSZY.github.io/work/sspai/sspai.html">小米</a></li> <!-- <li><a href="CarsickSZY.github.io/DEMO/Baidu/baidu.html">百度 -- 模仿百度主页的静态页面</a></li> <li><a href="CarsickSZY.github.io/DEMO/HtmlCssExercise/html&css.html">HTML & CSS -- HTML和CSS一些相关的练习</a></li> <li><a href="CarsickSZY.github.io/DEMO/DigouShopping/Digou.html">地狗购物网 -- 简单模仿购物网站并实现网页内的"定位导航"特效</a></li> <li><a href="CarsickSZY.github.io/DEMO/LiliSearch/lilisearch.html">力力搜索 -- 力力一下,你就知道</a></li> <li><a href="CarsickSZY.github.io/DEMO/NoSearch/nosearch.html">NoSearch -- 不能搜索</a></li> <li><a href="CarsickSZY.github.io/DEMO/MiniSspai/sspai.html">少数派 -- 简单模拟少数派的静态页面</a></li> ★★★IFE2017 小薇学院★★★ <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task1/task1.html">IFE 2017-小薇学院-任务一:零基础HTML编码</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task2/task1.html">IFE 2017-小薇学院-任务二:零基础HTML及CSS编码(一)</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task3/task3.html">IFE 2017-小薇学院-任务三:三栏式布局</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task4/task4.html">IFE 2017-小薇学院-任务四:定位和居中问题</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task5/task5.html">IFE 2017-小薇学院-任务五:零基础HTML及CSS编码(二)</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task6/task6.html">IFE 2017-小薇学院-任务六:模拟报纸排版</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/HTML-CSS/task7/task7.html">IFE 2017-小薇学院-任务七:新世界</a></li> ★★★IFE2017 JavaScript★★★ <li><a href="CarsickSZY.github.io/DEMO/IFE/JavaScript/task1/task1.html">IFE 2017-JavaScript-任务一:零基础JavaScript编码(一)(空气质量)</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/JavaScript/task2/task2.html">IFE 2017-JavaScript-任务二:零基础JavaScript编码(二)(空气质量60的城市)</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/JavaScript/task3/task3.html">IFE 2017-JavaScript-任务三:零基础JavaScript编码(三)(空气质量排序)</a></li> <li><a href="CarsickSZY.github.io/DEMO/IFE/JavaScript/task4/task4.html">IFE 2017-JavaScript-任务四:基础JavaScript练习(一)(插入删除节点)</a></li> --> </ul> <footer class="site-footer"> </footer> </section> </body> </html>
page/5/index.html
zhaoleyi/zhaoleyi.github.io
<!doctype html> <html class="theme-next mist use-motion"> <head> <!-- hexo-inject:begin --><!-- hexo-inject:end --><meta name="baidu-site-verification" content="wWZWFaaBUR" /> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/> <link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=0.5.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="alternate" href="/atom.xml" title="Leo Zhao 's blog" type="application/atom+xml" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=0.5.0" /> <meta name="description" content="浪什么浪,再浪连鸡牌都没有"> <meta property="og:type" content="website"> <meta property="og:title" content="Leo Zhao 's blog"> <meta property="og:url" content="http://zhaoleyi.github.io/page/5/index.html"> <meta property="og:site_name" content="Leo Zhao 's blog"> <meta property="og:description" content="浪什么浪,再浪连鸡牌都没有"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Leo Zhao 's blog"> <meta name="twitter:description" content="浪什么浪,再浪连鸡牌都没有"> <script type="text/javascript" id="hexo.configuration"> var NexT = window.NexT || {}; var CONFIG = { scheme: 'Mist', sidebar: {"position":"left","display":"post"}, fancybox: true, motion: true, duoshuo: { userId: 9179393, author: '博主' } }; </script> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script> <script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script> <script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script> <title> Leo Zhao 's blog </title> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?e4610b3b6fbf0f21c2c2f15e0e538b83"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script type="text/javascript" src="http://api.hitokoto.us/rand?encode=js&charset=utf-8"></script> <script src="//cdn.bootcss.com/pace/1.0.2/pace.min.js"></script> <link href="//cdn.bootcss.com/pace/1.0.2/themes/silver/pace-theme-big-counter.css" rel="stylesheet"> <script src="//cdn.bootcss.com/offline-js/0.7.14/offline.min.js"></script> <link href="//cdn.bootcss.com/offline-js/0.7.14/themes/offline-language-english.css" rel="stylesheet"> <link href="//cdn.bootcss.com/offline-js/0.7.14/themes/offline-theme-chrome.css" rel="stylesheet"><!-- hexo-inject:begin --><!-- hexo-inject:end --> </head> <body itemscope itemtype="http://schema.org/WebPage" lang=""> <!-- hexo-inject:begin --><!-- hexo-inject:end --><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-76305073-1', 'auto'); ga('send', 'pageview'); </script> <div class="container one-collumn sidebar-position-left page-home "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">Leo Zhao 's blog</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </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-home fa-fw"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-archive fa-fw"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-tags fa-fw"></i> <br /> 标签 </a> </li> <li class="menu-item menu-item-search"> <a href="#" onclick="javascript:$('#search-box').fadeIn();return false;"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br /> 搜索 </a> </li> </ul> <script> function parsePosts() { var list = []; $.get({ url: '/sitemap.xml', async: false, success: function(data) { $(data).find("loc").each(function() { var s = $(this).html(); if (s[s.length - 1] !== '/') return; s = s.substr(0, s.length -1); s = s.substr(s.lastIndexOf('/') + 1); list.push({ title: decodeURI(s), url: $(this).html() }); }); } }); $.get({ url: '/tags/', async: false, success: function(data) { $(data).find('.tag-cloud-tags a').each(function() { list.push({ title: $(this).text(), url: $(this).prop('href') }); }); } }); return list; } function search() { var list = parsePosts(), keyword = $('#search-keyword').val(); $('#search-result').empty(); for (var i = 0; i < list.length; i++) { if (list[i].title.search(keyword) === -1) continue; $('#search-result').append($('<a>').attr('href', list[i].url).attr('target','_blank').append($('<h1>').text(list[i].title))); } } </script> <div id="search-box" style="z-index: 1; display: none; position: fixed;width: 40%;height: 600px;top: 50%;left: 50%;margin-left: -20%;margin-top: -300px;background-color: lightgrey;border: gray 2px solid;border-radius: 10px;padding: 20px;"><a href="#" onclick="javascript:$('#search-box').fadeOut()"><i class="fa fa-close" style=" position: absolute; top: 0; right: 0; margin: 10px; font-size: 2em; "></i></a><div style="margin-top: 5px;"><input id="search-keyword" type="text" style=" width: 80%; vertical-align: middle; height: 25px; margin-right: 5px; "></input><input type="button" style=" width: 15%; vertical-align: middle; height: 30px; " value="搜索" onclick="javascript:setTimeout(search,0);"></input></div> <div id="search-result" style=" overflow: auto; height: 560px; "></div> <script> $('#search-keyword').on('keydown',function(e){ if (e.keyCode=13) setTimeout(search(),0); else return false; }); </script> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <section id="posts" class="posts-expand"> <article class="post post-type-normal " itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title" itemprop="name headline"> <a class="post-title-link" href="/2016/03/17/一件滑稽的事情/" itemprop="url"> 一件滑稽的事情 </a> </h1> <div class="post-meta"> <span class="post-time"> <span class="post-meta-item-icon"> <i class="fa fa-calendar-o"></i> </span> <span class="post-meta-item-text">发表于</span> <time itemprop="dateCreated" datetime="2016-03-17T11:12:48+08:00" content="2016-03-17"> 2016-03-17 </time> </span> <span class="post-comments-count"> &nbsp; | &nbsp; <a href="/2016/03/17/一件滑稽的事情/#comments" itemprop="discussionUrl"> <span class="post-comments-count ds-thread-count" data-thread-key="2016/03/17/一件滑稽的事情/" itemprop="commentsCount"></span> </a> </span> </div> </header> <div class="post-body" itemprop="articleBody"> <p>今天上午,机房里发生了一件<del>不</del>愉快的事件。及其强大,及其<del>zb</del>的主席又被<del><em>*</em></del>掉了.<br> <div class="post-more-link text-center"> <a class="btn" href="/2016/03/17/一件滑稽的事情/#more" rel="contents"> 阅读全文 &raquo; </a> </div> </div> <div> </div> <footer class="post-footer"> <div class="post-eof"></div> </footer> </article> </section> <nav class="pagination"> <a class="extend prev" rel="prev" href="/page/4/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/">1</a><span class="space">&hellip;</span><a class="page-number" href="/page/4/">4</a><span class="page-number current">5</span> </nav> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active "> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="http://7xrxql.com1.z0.glb.clouddn.com/e6dfa219ebc4b7458b83ba58cefc1e178b8215f7.jpg" alt="Leo Zhao" /> <p class="site-author-name" itemprop="name">Leo Zhao</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">21</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">14</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="https://github.com/zhaoleyi/zhaoleyi.github.io.git/" target="_blank"> <i class="fa fa-globe"></i> github </a> </span> <span class="links-of-author-item"> <a href="http://weibo.com/u/1657975810/home?wvr=5/" target="_blank"> <i class="fa fa-globe"></i> 新浪微博 </a> </span> <span class="links-of-author-item"> <a href="mailto:zhaoleyi20010403@126.com" target="_blank"> <i class="fa fa-globe"></i> 126邮箱 </a> </span> </div> <div class="links-of-blogroll motion-element"> <div class="links-of-blogroll-title">友链</div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="http://fancypei.github.io/" target="_blank">Fancy</a> </li> <li class="links-of-blogroll-item"> <a href="http://redbowtie.github.io/" target="_blank">帅哥</a> </li> <li class="links-of-blogroll-item"> <a href="http://littlequentin.github.io/" target="_blank">家悦神犇</a> </li> <li class="links-of-blogroll-item"> <a href="http://the-lost-star.blog.163.com/" target="_blank">主席神犇</a> </li> <li class="links-of-blogroll-item"> <a href="http://www.mregg.top/" target="_blank">hcz神犇</a> </li> <li class="links-of-blogroll-item"> <a href="http://wtl666wtl.github.io/" target="_blank">wtl神犇</a> </li> <li class="links-of-blogroll-item"> <a href="http://wyxoi.github.io/" target="_blank">wyx神犇</a> </li> <li class="links-of-blogroll-item"> <a href="http://stalker-blog.apphb.com/" target="_blank">大圣神犇</a> </li> <li class="links-of-blogroll-item"> <a href="http://hzq84621.is-programmer.com/" target="_blank">比♂利♂黄</a> </li> <li class="links-of-blogroll-item"> <a href="http://vanfei.is-programmer.com/" target="_blank">费老板</a> </li> <li class="links-of-blogroll-item"> <a href="http://aftc.github.io/" target="_blank">神犇狄拉克</a> </li> <li class="links-of-blogroll-item"> <a href="http://jytnb1.blog.163.com/" target="_blank">AK爷</a> </li> <li class="links-of-blogroll-item"> <a href="http://blog.sina.com.cn/u/1943318733/" target="_blank">范寒威</a> </li> <li class="links-of-blogroll-item"> <a href="http://qiancl.top/" target="_blank">qiancl</a> </li> </ul> </div> <script> $(function() { var links = $(".links-of-blogroll-item"); var s = "<div style=\"display: inline-block; vertical-align: top;\"><ul class=\"links-of-blogroll-list\" /></div>"; var arr = [$(s), $(s), $(s)]; var x = 0; for (var i = 0; i < links.length; i++) { arr[x].find("ul").append(links[i]); x++; x %= 3; } var div = $("<div></div>"); for (var i = 0; i < 3; i++) div.append(arr[i]); var ul = $(".links-of-blogroll-list"); ul.before(div); ul.hide(); }); </script> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"> </script> <div class="copyright" > &copy; <span itemprop="copyrightYear">2016</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">Leo Zhao</span> </div> <div class="footer-info"> 由 <a class="theme-link" href="http://hexo.io">Hexo</a> 强力驱动 </div> <div class="footer-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Mist </a> </div> <br /> <div class="footer-info"> <span id="busuanzi_container_site_pv"> 本站总访问量<span id="busuanzi_value_site_pv"></span>次 </span> </div> <div class="footer-info"> 总字数<span class="post-count">73.2k</span> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript" src="/js/src/utils.js?v=0.5.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=0.5.0"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=0.5.0"></script> <script type="text/javascript"> var duoshuoQuery = {short_name:"zhaoleyi"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.id = 'duoshuo-script'; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); </script> <script src="/vendors/ua-parser-js/dist/ua-parser.min.js"></script> <script src="/js/src/hook-duoshuo.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true, skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'] } }); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for (i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="//cdn.bootcss.com/mathjax/2.6.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML&local=zh-hans"></script><!-- hexo-inject:begin --><!-- Begin: Injected MathJax --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"skipTags":["script","noscript","style","textarea","pre","code"],"processEscapes":true},"TeX":{"equationNumbers":{"autoNumber":"AMS"}}}); </script> <script type="text/x-mathjax-config"> MathJax.Hub.Queue(function() { var all = MathJax.Hub.getAllJax(), i; for(i=0; i < all.length; i += 1) { all[i].SourceElement().parentNode.className += ' has-jax'; } }); </script> <script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- End: Injected MathJax --> <!-- hexo-inject:end --> </body> </html>
src/static/lib/avalonbootstrap/tree/avalon.tree.html
FangErYe/webpack_demo
<li MS_OPTIONS_NODELIST class='tree-node'> <i :click='@toggleOpenExpand(el)' class='glyphicon tree-toggle' :class="{'glyphicon-menu-right':el.state === 'closed','glyphicon-menu-down':el.state === 'open' || !el.state,'tree-hidden':!el.state}"></i> <i :click='@toggleCheck(el)' :if='@checkbox' class='glyphicon glyphicon-ok-circle tree-checkbox' :class="['tree-checkbox' + el.checked]"></i> <span :click='@clickContent(el)' class='tree-node-content' :class="{'tree-node-select':el.selected}"> <i :if='icon && el.iconCls !== false' class='glyphicon' :class="[(el.iconCls && (!el.state || el.state === 'closed' || (el.state === 'open' && !el.openIconCls))) ? el.iconCls : '',(el.openIconCls && el.state === 'open') ? el.openIconCls : '',{'glyphicon-folder-close':!el.loading && !el.iconCls && el.state==='closed','glyphicon-folder-open':!el.loading && !el.iconCls && el.state==='open','glyphicon-th-list':(!el.state && !el.iconCls) || el.iconCls === 'glyphicon-th-list','glyphicon-refresh':el.loading}]"></i> <span class='tree-title'>{{el.text}}</span> </span> <ul :if='el.chLoaded && el.children && el.children.length' :visible="el.state==='open'" :html="@getChildrenTpl(el)"></ul> </li>
RossFamilyTree/evt/7/b/d15f60acc33b617e03c951eeb7.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Events</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="EventDetail"> <h3>Burial</h3> <table class="infolist eventlist"> <tbody> <tr> <td class="ColumnAttribute">Gramps ID</td> <td class="ColumnGRAMPSID">E19638</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1915-12-17 </td> </tr> <tr> <td class="ColumnAttribute">Place</td> <td class="ColumnColumnPlace"> <a href="../../../plc/c/4/d15f60acc3d725490c59603ae4c.html" title=""> </a> </td> </tr> </tbody> </table> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/4/7/d15f60ab12e7a86392148fbbc74.html" title="Email from Barabara Evans 18/11/2008" name ="sref1"> Email from Barabara Evans 18/11/2008 <span class="grampsid"> [S0431]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/d/7/d15f60acbd5611725395ed4067d.html"> GAMON, Thomas Richard Robert <span class="grampsid"> [I19154]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:37<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
client/app/index.html
smarbos/adopteitor
<!doctype html> <html lang="en" ng-app="adopteitorApp"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link rel="stylesheet" href="bower_components/angular-bootstrap/ui-bootstrap-csp.css"> <link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="bower_components/flexslider/flexslider.css"> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/angular-ui/build/angular-ui.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/flexslider/jquery.flexslider.js"></script> <script src="js/app.js"></script> <script src="js/config.js"></script> <script src="js/controllers.js"></script> <script src="js/services.js"></script> <script src="js/directives.js"></script> <!-- <base href="/"> --> <script type="text/javascript" charset="utf-8"> $(window).load(function() { $('.flexslider').flexslider(); }); </script> </head> <body> <div class="container-fluid" id="headerContainer"> <div class="container"> <div id="header"> <img src="img/logo.png" alt="Adopta un Galgo en Argentina" width="150" height="151" id="logo" class="hidden-xs hidden-sm"/> <img src="img/logo.png" alt="Adopta un Galgo en Argentina" width="112,5" height="113" id="logo" class="hidden-md hidden-lg"/> </div> </div> </div> <div class="col-sm-12 text-center">{{ state }}</div> </div> <div class="row" id="menu"> <div class="col-sm-6 text-left"><menu-Left></menu-Left></div> <div class="col-sm-6 text-right"><menu-Right></menu-Right></div> </div> <div class="container-fluid" ui-view></div> <footer> <div class="container-fluid" id="footer"> <div class="container"> <div class="row"> <div class="col-lg-4"> <a href="https://www.facebook.com/adoptaungalgoenargentina"><img class="img-circle" src="img/icons/dmwd.png" alt="facebook.com/adoptaungalgoenargentina" width="140" height="140"></a> </div> <div class="col-lg-4"> <a href="https://www.facebook.com/adoptaungalgoenargentina"><img class="img-circle" src="img/icons/facebook.png" alt="facebook.com/adoptaungalgoenargentina" width="140" height="140"></a> </div> <div class="col-lg-4"> <a href="mailto:adoptaungalgoenargentina@hotmail.com"><img class="img-circle" src="img/icons/email.png" alt="adoptaungalgoenargentina@hotmail.com" width="140" height="140"></a> </div> </div> </div> </div> </footer> </body> </html>
backend/lib/jena/javadoc-arq/com/hp/hpl/jena/sparql/engine/iterator/class-use/QueryIter2.html
decoit/Visa-Topologie-Editor
<!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_33) on Fri Aug 03 11:43:01 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hp.hpl.jena.sparql.engine.iterator.QueryIter2 (Apache Jena ARQ) </TITLE> <META NAME="date" CONTENT="2012-08-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hp.hpl.jena.sparql.engine.iterator.QueryIter2 (Apache Jena ARQ)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?com/hp/hpl/jena/sparql/engine/iterator//class-useQueryIter2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QueryIter2.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.hp.hpl.jena.sparql.engine.iterator.QueryIter2</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIter2</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.hp.hpl.jena.sparql.engine.iterator"><B>com.hp.hpl.jena.sparql.engine.iterator</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.hp.hpl.jena.sparql.engine.main.iterator"><B>com.hp.hpl.jena.sparql.engine.main.iterator</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.hp.hpl.jena.sparql.engine.iterator"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIter2</A> in <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/package-summary.html">com.hp.hpl.jena.sparql.engine.iterator</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">Subclasses of <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIter2</A> in <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/package-summary.html">com.hp.hpl.jena.sparql.engine.iterator</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2LoopOnLeft.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIter2LoopOnLeft</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Binary operation done by looping on the left, and materializing the right - this is not streamed on the right See also QueryIterRepeatApply</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIterDiff.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIterDiff</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diff by materializing the RHS - this is not streamed on the right</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIterMinus.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIterMinus</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Minus by materializing the RHS - this is not streamed on the right</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.hp.hpl.jena.sparql.engine.main.iterator"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIter2</A> in <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/main/iterator/package-summary.html">com.hp.hpl.jena.sparql.engine.main.iterator</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">Subclasses of <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator">QueryIter2</A> in <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/main/iterator/package-summary.html">com.hp.hpl.jena.sparql.engine.main.iterator</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/main/iterator/QueryIterJoin.html" title="class in com.hp.hpl.jena.sparql.engine.main.iterator">QueryIterJoin</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Join by materializing the RHS - this is not streamed</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/main/iterator/QueryIterJoinBase.html" title="class in com.hp.hpl.jena.sparql.engine.main.iterator">QueryIterJoinBase</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Join or LeftJoin by calculating both sides, then doing the join It usually better to use substitute algorithm (not this QueryIterator in other words) as that is effectively indexing from one side into the other.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/main/iterator/QueryIterLeftJoin.html" title="class in com.hp.hpl.jena.sparql.engine.main.iterator">QueryIterLeftJoin</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Left join by materializing the RHS</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/hp/hpl/jena/sparql/engine/iterator/QueryIter2.html" title="class in com.hp.hpl.jena.sparql.engine.iterator"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?com/hp/hpl/jena/sparql/engine/iterator//class-useQueryIter2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QueryIter2.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> Licenced under the Apache License, Version 2.0 </BODY> </HTML>
styles/prosilver/template/bb3portal/block/donation/paypal.html
RolePlayGateway/roleplaygateway
<!-- $Id: paypal.html,v 1.1 2007/04/02 11:49:22 angelside Exp $ //--> <!-- reference and all paypal codes https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_wa-outside //--> <form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post"> <center> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="{PAY_ACC}" /> <input type="hidden" name="item_name" value="{L_PAY_ITEM}" /> <input type="hidden" name="no_note" value="1" /> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="no_shipping" value="2" /> <input type="hidden" name="bn" value="PP-DonationsBF" /> <input type="hidden" name="tax" value="0" /> $ <!-- ISO 8859-1 character set overview http://www.htmlhelp.com/reference/charset/ //--> <select name="amount"> <option value="1.00">1.00</option> <option value="2.00">2.00</option> <option value="3.00">3.00</option> <option value="4.00">4.00</option> <option value="5.00">5.00</option> <option value="10.00">10.00</option> <option value="20.00">20.00</option> <option value="25.00">25.00</option> <option value="50.00">50.00</option> <option value="100.00">100.00</option> </select> <br /> <input type="image" src="bb3portal/images/paypal.gif" style="border:0px; background-color:transparent; padding-top:6px" /> </center> </form>
packages/neos-ui/src/Containers/PrimaryToolbar/style.css
dimaip/neos-ui
.primaryToolbar { &:before, &:after { content: ''; display: table; } &:after { clear: both; } z-index: 9999; } .primaryToolbar--isHidden { display: none; } .primaryToolbar__rightSidedActions { position: absolute; right: 0; top: 0; } .primaryToolbar__btn { border-right: 1px solid var(--brandColorsContrastDark); }
Doc/qtdatavisualization/qtdatavisualization-custominput-scatterdatamodifier-cpp.html
angeloprudentino/QtNets
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>scatterdatamodifier.cpp Example File | Qt Data Visualization 5.7</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");}; </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/supported-platforms-and-configurations.html#qt-5-7">Qt 5.7</a></td><td ><a href="qtdatavisualization-index.html">Qt Data Visualization</a></td><td ><a href="qtdatavisualization-custominput-example.html">Custom Input Example</a></td><td >scatterdatamodifier.cpp Example File</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.7.0 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">scatterdatamodifier.cpp Example File</h1> <span class="subtitle">custominput/scatterdatamodifier.cpp</span> <!-- $$$custominput/scatterdatamodifier.cpp-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Data Visualization module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:GPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see https://www.qt.io/terms-conditions. For further ** information use the contact form at https://www.qt.io/contact-us. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 3 or (at your option) any later version ** approved by the KDE Free Qt Foundation. The licenses are as published by ** the Free Software Foundation and appearing in the file LICENSE.GPL3 ** included in the packaging of this file. Please review the following ** information to ensure the GNU General Public License requirements will ** be met: https://www.gnu.org/licenses/gpl-3.0.html. ** ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#include &quot;scatterdatamodifier.h&quot;</span> <span class="preprocessor">#include &lt;QtDataVisualization/QScatterDataProxy&gt;</span> <span class="preprocessor">#include &lt;QtDataVisualization/QValue3DAxis&gt;</span> <span class="preprocessor">#include &lt;QtDataVisualization/Q3DScene&gt;</span> <span class="preprocessor">#include &lt;QtDataVisualization/Q3DCamera&gt;</span> <span class="preprocessor">#include &lt;QtDataVisualization/QScatter3DSeries&gt;</span> <span class="preprocessor">#include &lt;QtDataVisualization/Q3DTheme&gt;</span> <span class="preprocessor">#include &lt;QtCore/qmath.h&gt;</span> <span class="preprocessor">#include &lt;QtCore/QTextStream&gt;</span> <span class="preprocessor">#include &lt;QtCore/QDebug&gt;</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="type"><a href="qtdatavisualization-qmlmodule.html">QtDataVisualization</a></span>; ScatterDataModifier<span class="operator">::</span>ScatterDataModifier(<span class="type"><a href="q3dscatter.html">Q3DScatter</a></span> <span class="operator">*</span>scatter) : m_graph(scatter)<span class="operator">,</span> m_inputHandler(<span class="keyword">new</span> CustomInputHandler()) { m_graph<span class="operator">-</span><span class="operator">&gt;</span>activeTheme()<span class="operator">-</span><span class="operator">&gt;</span>setType(<span class="type"><a href="q3dtheme.html">Q3DTheme</a></span><span class="operator">::</span>ThemeDigia); m_graph<span class="operator">-</span><span class="operator">&gt;</span>setShadowQuality(QAbstract3DGraph<span class="operator">::</span>ShadowQualityMedium); m_graph<span class="operator">-</span><span class="operator">&gt;</span>scene()<span class="operator">-</span><span class="operator">&gt;</span>activeCamera()<span class="operator">-</span><span class="operator">&gt;</span>setCameraPreset(<span class="type"><a href="q3dcamera.html">Q3DCamera</a></span><span class="operator">::</span>CameraPresetFront); m_graph<span class="operator">-</span><span class="operator">&gt;</span>setAxisX(<span class="keyword">new</span> QValue3DAxis); m_graph<span class="operator">-</span><span class="operator">&gt;</span>setAxisY(<span class="keyword">new</span> QValue3DAxis); m_graph<span class="operator">-</span><span class="operator">&gt;</span>setAxisZ(<span class="keyword">new</span> QValue3DAxis); m_graph<span class="operator">-</span><span class="operator">&gt;</span>axisX()<span class="operator">-</span><span class="operator">&gt;</span>setRange(<span class="operator">-</span><span class="number">10.0f</span><span class="operator">,</span> <span class="number">10.0f</span>); m_graph<span class="operator">-</span><span class="operator">&gt;</span>axisY()<span class="operator">-</span><span class="operator">&gt;</span>setRange(<span class="operator">-</span><span class="number">5.0f</span><span class="operator">,</span> <span class="number">5.0f</span>); m_graph<span class="operator">-</span><span class="operator">&gt;</span>axisZ()<span class="operator">-</span><span class="operator">&gt;</span>setRange(<span class="operator">-</span><span class="number">5.0f</span><span class="operator">,</span> <span class="number">5.0f</span>); QScatter3DSeries <span class="operator">*</span>series <span class="operator">=</span> <span class="keyword">new</span> QScatter3DSeries; series<span class="operator">-</span><span class="operator">&gt;</span>setItemLabelFormat(<span class="type"><a href="../qtcore/qstring.html#QStringLiteral">QStringLiteral</a></span>(<span class="string">&quot;@xLabel, @yLabel, @zLabel&quot;</span>)); series<span class="operator">-</span><span class="operator">&gt;</span>setMesh(QAbstract3DSeries<span class="operator">::</span>MeshCube); series<span class="operator">-</span><span class="operator">&gt;</span>setItemSize(<span class="number">0.15f</span>); m_graph<span class="operator">-</span><span class="operator">&gt;</span>addSeries(series); m_animationCameraX <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtcore/qpropertyanimation.html">QPropertyAnimation</a></span>(m_graph<span class="operator">-</span><span class="operator">&gt;</span>scene()<span class="operator">-</span><span class="operator">&gt;</span>activeCamera()<span class="operator">,</span> <span class="string">&quot;xRotation&quot;</span>); m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>setDuration(<span class="number">20000</span>); m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>setStartValue(<span class="type"><a href="../qtcore/qvariant.html">QVariant</a></span><span class="operator">::</span>fromValue(<span class="number">0.0f</span>)); m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>setEndValue(<span class="type"><a href="../qtcore/qvariant.html">QVariant</a></span><span class="operator">::</span>fromValue(<span class="number">360.0f</span>)); m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>setLoopCount(<span class="operator">-</span><span class="number">1</span>); <span class="type"><a href="../qtcore/qpropertyanimation.html">QPropertyAnimation</a></span> <span class="operator">*</span>upAnimation <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtcore/qpropertyanimation.html">QPropertyAnimation</a></span>(m_graph<span class="operator">-</span><span class="operator">&gt;</span>scene()<span class="operator">-</span><span class="operator">&gt;</span>activeCamera()<span class="operator">,</span> <span class="string">&quot;yRotation&quot;</span>); upAnimation<span class="operator">-</span><span class="operator">&gt;</span>setDuration(<span class="number">9000</span>); upAnimation<span class="operator">-</span><span class="operator">&gt;</span>setStartValue(<span class="type"><a href="../qtcore/qvariant.html">QVariant</a></span><span class="operator">::</span>fromValue(<span class="number">5.0f</span>)); upAnimation<span class="operator">-</span><span class="operator">&gt;</span>setEndValue(<span class="type"><a href="../qtcore/qvariant.html">QVariant</a></span><span class="operator">::</span>fromValue(<span class="number">45.0f</span>)); <span class="type"><a href="../qtcore/qpropertyanimation.html">QPropertyAnimation</a></span> <span class="operator">*</span>downAnimation <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtcore/qpropertyanimation.html">QPropertyAnimation</a></span>(m_graph<span class="operator">-</span><span class="operator">&gt;</span>scene()<span class="operator">-</span><span class="operator">&gt;</span>activeCamera()<span class="operator">,</span> <span class="string">&quot;yRotation&quot;</span>); downAnimation<span class="operator">-</span><span class="operator">&gt;</span>setDuration(<span class="number">9000</span>); downAnimation<span class="operator">-</span><span class="operator">&gt;</span>setStartValue(<span class="type"><a href="../qtcore/qvariant.html">QVariant</a></span><span class="operator">::</span>fromValue(<span class="number">45.0f</span>)); downAnimation<span class="operator">-</span><span class="operator">&gt;</span>setEndValue(<span class="type"><a href="../qtcore/qvariant.html">QVariant</a></span><span class="operator">::</span>fromValue(<span class="number">5.0f</span>)); m_animationCameraY <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtcore/qsequentialanimationgroup.html">QSequentialAnimationGroup</a></span>(); m_animationCameraY<span class="operator">-</span><span class="operator">&gt;</span>setLoopCount(<span class="operator">-</span><span class="number">1</span>); m_animationCameraY<span class="operator">-</span><span class="operator">&gt;</span>addAnimation(upAnimation); m_animationCameraY<span class="operator">-</span><span class="operator">&gt;</span>addAnimation(downAnimation); m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>start(); m_animationCameraY<span class="operator">-</span><span class="operator">&gt;</span>start(); <span class="comment">// Give ownership of the handler to the graph and make it the active handler</span> m_graph<span class="operator">-</span><span class="operator">&gt;</span>setActiveInputHandler(m_inputHandler); m_selectionTimer <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="../qtcore/qtimer.html">QTimer</a></span>(<span class="keyword">this</span>); m_selectionTimer<span class="operator">-</span><span class="operator">&gt;</span>setInterval(<span class="number">10</span>); m_selectionTimer<span class="operator">-</span><span class="operator">&gt;</span>setSingleShot(<span class="keyword">false</span>); <span class="type"><a href="../qtcore/qobject.html">QObject</a></span><span class="operator">::</span>connect(m_selectionTimer<span class="operator">,</span> <span class="operator">&amp;</span><span class="type"><a href="../qtcore/qtimer.html">QTimer</a></span><span class="operator">::</span>timeout<span class="operator">,</span> <span class="keyword">this</span><span class="operator">,</span> <span class="operator">&amp;</span>ScatterDataModifier<span class="operator">::</span>triggerSelection); m_selectionTimer<span class="operator">-</span><span class="operator">&gt;</span>start(); } ScatterDataModifier<span class="operator">::</span><span class="operator">~</span>ScatterDataModifier() { <span class="keyword">delete</span> m_graph; } <span class="type">void</span> ScatterDataModifier<span class="operator">::</span>start() { addData(); } <span class="type">void</span> ScatterDataModifier<span class="operator">::</span>addData() { <span class="type"><a href="../qtcore/qvector.html">QVector</a></span><span class="operator">&lt;</span>QVector3D<span class="operator">&gt;</span> itemList; <span class="comment">// Read data items from the file to QVector</span> <span class="type"><a href="../qtcore/qtextstream.html">QTextStream</a></span> stream; <span class="type"><a href="../qtcore/qfile.html">QFile</a></span> dataFile(<span class="string">&quot;:/data/data.txt&quot;</span>); <span class="keyword">if</span> (dataFile<span class="operator">.</span>open(<span class="type"><a href="../qtcore/qiodevice.html">QIODevice</a></span><span class="operator">::</span>ReadOnly <span class="operator">|</span> <span class="type"><a href="../qtcore/qiodevice.html">QIODevice</a></span><span class="operator">::</span>Text)) { stream<span class="operator">.</span>setDevice(<span class="operator">&amp;</span>dataFile); <span class="keyword">while</span> (<span class="operator">!</span>stream<span class="operator">.</span>atEnd()) { <span class="type"><a href="../qtcore/qstring.html">QString</a></span> line <span class="operator">=</span> stream<span class="operator">.</span>readLine(); <span class="keyword">if</span> (line<span class="operator">.</span>startsWith(<span class="string">&quot;#&quot;</span>)) <span class="comment">// Ignore comments</span> <span class="keyword">continue</span>; <span class="type"><a href="../qtcore/qstringlist.html">QStringList</a></span> strList <span class="operator">=</span> line<span class="operator">.</span>split(<span class="string">&quot;,&quot;</span><span class="operator">,</span> <span class="type"><a href="../qtcore/qstring.html">QString</a></span><span class="operator">::</span>SkipEmptyParts); <span class="comment">// Each line has three data items: xPos, yPos and zPos value</span> <span class="keyword">if</span> (strList<span class="operator">.</span>size() <span class="operator">&lt;</span> <span class="number">3</span>) { <a href="../qtcore/qtglobal.html#qWarning">qWarning</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot;Invalid row read from data:&quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span> line; <span class="keyword">continue</span>; } itemList<span class="operator">.</span>append(QVector3D( strList<span class="operator">.</span>at(<span class="number">0</span>)<span class="operator">.</span>trimmed()<span class="operator">.</span>toFloat()<span class="operator">,</span> strList<span class="operator">.</span>at(<span class="number">1</span>)<span class="operator">.</span>trimmed()<span class="operator">.</span>toFloat()<span class="operator">,</span> strList<span class="operator">.</span>at(<span class="number">2</span>)<span class="operator">.</span>trimmed()<span class="operator">.</span>toFloat())); } } <span class="keyword">else</span> { <a href="../qtcore/qtglobal.html#qWarning">qWarning</a>() <span class="operator">&lt;</span><span class="operator">&lt;</span> <span class="string">&quot;Unable to open data file:&quot;</span> <span class="operator">&lt;</span><span class="operator">&lt;</span> dataFile<span class="operator">.</span>fileName(); } <span class="comment">// Add data from the QVector to datamodel</span> <span class="type">QScatterDataArray</span> <span class="operator">*</span>dataArray <span class="operator">=</span> <span class="keyword">new</span> <span class="type">QScatterDataArray</span>; dataArray<span class="operator">-</span><span class="operator">&gt;</span>resize(itemList<span class="operator">.</span>count()); <span class="type"><a href="qscatterdataitem.html">QScatterDataItem</a></span> <span class="operator">*</span>ptrToDataArray <span class="operator">=</span> <span class="operator">&amp;</span>dataArray<span class="operator">-</span><span class="operator">&gt;</span>first(); <span class="keyword">for</span> (<span class="type">int</span> i <span class="operator">=</span> <span class="number">0</span>; i <span class="operator">&lt;</span> itemList<span class="operator">.</span>count(); i<span class="operator">+</span><span class="operator">+</span>) { ptrToDataArray<span class="operator">-</span><span class="operator">&gt;</span>setPosition(itemList<span class="operator">.</span>at(i)); ptrToDataArray<span class="operator">+</span><span class="operator">+</span>; } m_graph<span class="operator">-</span><span class="operator">&gt;</span>seriesList()<span class="operator">.</span>at(<span class="number">0</span>)<span class="operator">-</span><span class="operator">&gt;</span>dataProxy()<span class="operator">-</span><span class="operator">&gt;</span>resetArray(dataArray); } <span class="type">void</span> ScatterDataModifier<span class="operator">::</span>toggleCameraAnimation() { <span class="keyword">if</span> (m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>state() <span class="operator">!</span><span class="operator">=</span> <span class="type"><a href="../qtcore/qabstractanimation.html">QAbstractAnimation</a></span><span class="operator">::</span>Paused) { m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>pause(); m_animationCameraY<span class="operator">-</span><span class="operator">&gt;</span>pause(); } <span class="keyword">else</span> { m_animationCameraX<span class="operator">-</span><span class="operator">&gt;</span>resume(); m_animationCameraY<span class="operator">-</span><span class="operator">&gt;</span>resume(); } } <span class="type">void</span> ScatterDataModifier<span class="operator">::</span>triggerSelection() { m_graph<span class="operator">-</span><span class="operator">&gt;</span>scene()<span class="operator">-</span><span class="operator">&gt;</span>setSelectionQueryPosition(m_inputHandler<span class="operator">-</span><span class="operator">&gt;</span>inputPosition()); } <span class="type">void</span> ScatterDataModifier<span class="operator">::</span>shadowQualityUpdatedByVisual(QAbstract3DGraph<span class="operator">::</span>ShadowQuality sq) { <span class="type">int</span> quality <span class="operator">=</span> <span class="type">int</span>(sq); <span class="keyword">emit</span> shadowQualityChanged(quality); <span class="comment">// connected to a checkbox in main.cpp</span> } <span class="type">void</span> ScatterDataModifier<span class="operator">::</span>changeShadowQuality(<span class="type">int</span> quality) { QAbstract3DGraph<span class="operator">::</span>ShadowQuality sq <span class="operator">=</span> QAbstract3DGraph<span class="operator">::</span>ShadowQuality(quality); m_graph<span class="operator">-</span><span class="operator">&gt;</span>setShadowQuality(sq); } </pre> </div> <!-- @@@custominput/scatterdatamodifier.cpp --> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. </p> </div> </body> </html>
archives/2019/page/2/index.html
DeanAaron/pengjieran.github.io
<!DOCTYPE html> <html class="theme-next pisces use-motion" lang="zh-CN"> <head><meta name="generator" content="Hexo 3.8.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=2"> <meta name="theme-color" content="#222"> <link rel="stylesheet" href="/lib/needsharebutton/needsharebutton.css"> <link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css?v=4.7.0"> <link rel="stylesheet" href="/css/main.css?v=7.1.2"> <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=7.1.2"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=7.1.2"> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=7.1.2"> <link rel="mask-icon" href="/images/logo.svg?v=7.1.2" color="#222"> <script id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Pisces', version: '7.1.2', sidebar: {"position":"left","display":"post","offset":12,"onmobile":false,"dimmer":false}, back2top: true, back2top_sidebar: false, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, 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> <meta name="description" content="经验不是经历。用别人的经验解决一个问题不难,难的是自己从头走一遍这条路,更加难的是推翻前人的经验对一个问题能够有自己的看法和领悟。"> <meta name="keywords" content="java,Spring,SpringCloud,SpringBoot"> <meta property="og:type" content="website"> <meta property="og:title" content="Java大杂烩"> <meta property="og:url" content="https://blog.examplecn.com/archives/2019/page/2/index.html"> <meta property="og:site_name" content="Java大杂烩"> <meta property="og:description" content="经验不是经历。用别人的经验解决一个问题不难,难的是自己从头走一遍这条路,更加难的是推翻前人的经验对一个问题能够有自己的看法和领悟。"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Java大杂烩"> <meta name="twitter:description" content="经验不是经历。用别人的经验解决一个问题不难,难的是自己从头走一遍这条路,更加难的是推翻前人的经验对一个问题能够有自己的看法和领悟。"> <link rel="alternate" href="/atom.xml" title="Java大杂烩" type="application/atom+xml"> <link rel="canonical" href="https://blog.examplecn.com/archives/2019/page/2/"> <script id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>归档 | Java大杂烩</title> <noscript> <style> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion .logo-line-before i { left: initial; } .use-motion .logo-line-after i { right: initial; } </style> </noscript> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN"> <div class="container sidebar-position-left page-archive"> <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">Java大杂烩</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle">机会永远只给有准备的人。</p> </div> <div class="site-nav-toggle"> <button aria-label="切换导航栏"> <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-th"></i> <br>分类</a> </li> <li class="menu-item menu-item-archives menu-item-active"> <a href="/archives/" rel="section"><i class="menu-item-icon fa fa-fw fa-archive"></i> <br>归档</a> </li> </ul> </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 archive"> <div id="posts" class="posts-collapse"> <span class="archive-move-on"></span> <span class="archive-page-counter"> 嗯..! 目前共计 18 篇日志。 继续努力。 </span> <div class="collection-title"> <h1 class="archive-year" id="archive-year-2019">2019</h1> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2019/02/27/java集合框架:ArrayList源码探秘/" itemprop="url"> <span itemprop="name">java集合框架:List源码探秘</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2019-02-27T15:19:16+08:00" content="2019-02-27"> 02-27 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2019/02/25/JVM配置参数列表及说明/" itemprop="url"> <span itemprop="name">JVM配置参数列表及说明</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2019-02-25T14:35:20+08:00" content="2019-02-25"> 02-25 </time> </div> </header> </article> </div> </div> <nav class="pagination"> <a class="extend prev" rel="prev" href="/archives/2019/"><i class="fa fa-angle-left" aria-label="上一页"></i></a><a class="page-number" href="/archives/2019/">1</a><span class="page-number current">2</span> </nav> </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"> <div 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"> <p class="site-author-name" itemprop="name">Aaron</p> <div class="site-description motion-element" itemprop="description">经验不是经历。用别人的经验解决一个问题不难,难的是自己从头走一遍这条路,更加难的是推翻前人的经验对一个问题能够有自己的看法和领悟。</div> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">18</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/"> <span class="site-state-item-count">11</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/"> <span class="site-state-item-count">17</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="https://github.com/pengjieran" title="GitHub &rarr; https://github.com/pengjieran" rel="noopener" target="_blank"><i class="fa fa-fw fa-github"></i>GitHub</a> </span> <span class="links-of-author-item"> <a href="mailto:pengjieran@gmail.com" title="E-Mail &rarr; mailto:pengjieran@gmail.com" rel="noopener" target="_blank"><i class="fa fa-fw fa-envelope"></i>E-Mail</a> </span> </div> </div> </div> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright"> <a href="http://www.beian.miit.gov.cn" rel="noopener" target="_blank">京ICP备19014034号-1 </a>&copy; 2016 – <span itemprop="copyrightYear">2019</span> <span class="with-love" id="animate"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">Aaron</span> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> <div id="needsharebutton-float"> <span class="btn"> <i class="fa fa-share-alt" aria-hidden="true"></i> </span> </div> </div> <script> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script src="/lib/jquery/index.js?v=2.1.3"></script> <script src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script src="/js/utils.js?v=7.1.2"></script> <script src="/js/motion.js?v=7.1.2"></script> <script src="/js/affix.js?v=7.1.2"></script> <script src="/js/schemes/pisces.js?v=7.1.2"></script> <script src="/js/next-boot.js?v=7.1.2"></script> <script src="//cdn1.lncld.net/static/js/3.11.1/av-min.js"></script> <script src="//unpkg.com/valine/dist/Valine.min.js"></script> <script> var GUEST = ['nick', 'mail', 'link']; var guest = 'nick,mail,link'; guest = guest.split(',').filter(function(item) { return GUEST.indexOf(item) > -1; }); new Valine({ el: '#comments', verify: false, notify: false, appId: '54FEjnBw1Vcjtpi6iegek828-gzGzoHsz', appKey: 'QA1eF4PqJGC5QszpoXY190Ow', placeholder: 'Just go go', avatar: 'mm', meta: guest, pageSize: '10' || 10, visitor: true, lang: '' || 'zh-cn' }); </script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; bp.src = (curProtocol === 'https') ? 'https://zz.bdstatic.com/linksubmit/push.js' : 'http://push.zhanzhang.baidu.com/push.js'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script src="/lib/needsharebutton/needsharebutton.js"></script> <script> pbOptions = {}; pbOptions.iconStyle = "box"; pbOptions.boxForm = "horizontal"; pbOptions.position = "bottomCenter"; pbOptions.networks = "Weibo,Wechat,Douban,QQZone,Twitter,Facebook"; new needShareButton('#needsharebutton-postbottom', pbOptions); flOptions = {}; flOptions.iconStyle = "box"; flOptions.boxForm = "horizontal"; flOptions.position = "middleRight"; flOptions.networks = "Weibo,Wechat,Douban,QQZone,Twitter,Facebook"; new needShareButton('#needsharebutton-float', flOptions); </script> <script src="/lib/bookmark/bookmark.min.js?v=1.0"></script> <script> bookmark.loadBookmark(); </script> </body> </html>
docs/_includes/headers/default.html
germanfr/germanfr.github.io
<!-- Default header included in all pages by default. Includes a nav bar. --> <header class="page-header"> {% include nav/main_nav_menu.html -%} </header>
thirdparties/rvctools/robot/info/html/xaxis.html
m-morelli/softgrasp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="http://www.petercorke.com/RVC/common/toolboxhelp.css"> <title>M-File Help: xaxis</title> </head> <body> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">M-File Help: xaxis</td> <td class="subheader-left"><a href="matlab:open xaxis">View code for xaxis</a></td> </tr> </table> <h1>xaxis</h1><p><span class="helptopic">X-axis scaling</span></p><span style="color:red>xaxis</span>(<strong>max</strong>) <span style="color:red>xaxis</span>([min <strong>max</strong>]) <span style="color:red>xaxis</span>(min, <strong>max</strong>) <span style="color:red>xaxis</span> restore automatic scaling for this axis <hr> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr class="subheader" valign="top"><td>&nbsp;</td></tr></table> <p class="copy">&copy; 1990-2011 Peter Corke.</p> </body></html>
thirdparties/rvctools/robot/info/html/angvec2r.html
m-morelli/softgrasp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="http://www.petercorke.com/RVC/common/toolboxhelp.css"> <title>M-File Help: angvec2r</title> </head> <body> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">M-File Help: angvec2r</td> <td class="subheader-left"><a href="matlab:open angvec2r">View code for angvec2r</a></td> </tr> </table> <h1>angvec2r</h1><p><span class="helptopic">Convert angle and vector orientation to a rotation matrix</span></p><strong>R</strong> = <span style="color:red>angvec2r</span>(<strong>theta</strong>, <strong>v</strong>) returns an orthonormal rotation matrix, <strong>R</strong>, equivalent to a rotation of <strong>theta</strong> about the vector <strong>v</strong>. <h2>See also</h2> <p> <a href="matlab:doc eul2r">eul2r</a>, <a href="matlab:doc rpy2r">rpy2r</a></p> <hr> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr class="subheader" valign="top"><td>&nbsp;</td></tr></table> <p class="copy">&copy; 1990-2011 Peter Corke.</p> </body></html>
document_root/wordpress/wp-content/themes/twentyseventeen-ofs/style.css
openfoodsource/OFS_trunk
/* Theme Name: Twenty Seventeen OFS Theme Theme URI: https://wordpress.org/themes/twentyseventeen/ Description: Twenty Seventeen Child theme for Open Food Source Author: Roy Guisinger -- as modified from work done by the Wordpress Team Author URI: https://openfoodsource.org/ Template: twentyseventeen Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready Text Domain: twentyseventeen-ofs */ /* AUGMENT TWENTYSEVENTEEN STYLES */ .custom-header { margin-bottom:63px; } /* OVERRIDE TWENTYSEVENTEEN STYLES */ .has-sidebar #secondary { width: 24%; } .has-sidebar:not(.error404) #primary { width: 70%; } #primary .page-header { display: none; } .entry-content { clear:left; width:100% !important; } .footer-widget-1 { width:100% !important; } dd { margin: 0 1.5em 0; } /* Never print the header background image */ @media print { #wp-custom-header { display:none; } } /****************** Styles to override Wordpress **********************/ select { height:auto; } #ofs_content a { box-shadow:none; } ::placeholder { color:#ccc; } input[type="text"] { padding:0.25rem; } /****************** Styles for media queries **********************/ /* Display the user menu as part of the header for narrow screens */ @media only screen and (max-width: 670px) { #user_menu { margin:0px auto 5px; position:relative; } /* Switch to 100% width on primary content area */ .has-sidebar:not(.error404) #primary { width: 100%; } } /* Never print the user menu */ @media print { #user_menu { display:none; } }
source/templates/views/invoices-index.html
beelancer/beelancer-app
<script type="text/x-handlebars" data-template-name="invoices/index"> <div class="center-pane"> <div class="top_options"> <strong class="gold-gradient option_button"> {{#link-to 'invoices.create' classNames="new-invoice"}}New Invoice{{/link-to}} </strong> </div> <div class="col2"> <div class="col-header received-invoices light-gradient"> <h3>Received</h3> </div> <div id="invoices_received_list"> {{#if invoices.recieved.length}} <ul> {{#each invoices.recieved}} {{view Bee.InvoiceListView}} {{/each}} </ul> {{else}} <p class="no_projects">No invoices to display.</p> {{/if}} </div> </div> <div class="col2"> <div class="col-header sent-invoices light-gradient"> <h3>Sent</h3> </div> <div id="invoices_sent_list"> {{#if invoices.sent.length}} <ul> {{#each invoices.sent}} {{view Bee.InvoiceListView}} {{/each}} </ul> {{else}} <p class="no_projects">No invoices to display.</p> {{/if}} </div> </div> </div> </script>
css/style0001.css
wendellen/hidden_gemz
body, html { padding: 0; } body { background: linear-gradient(deepskyblue, hotpink); }
Documentation/HTML/globals_m.html
PhoenixArsTechnica/ATmega-HAL
<!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>ATmega HAL: Globals</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> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="Stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">ATmega HAL &#160;<span id="projectnumber">build 91</span> </div> <div id="projectbrief">Hardware Abstraction Layer for ATmega microcontrollers</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 --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div> <h3><a id="index_m"></a>- m -</h3><ul> <li>main() : <a class="el" href="main_8c.html#a840291bc02cba5474a4cb46a9b9566fe">main.c</a> </li> <li>MSB_FIRST : <a class="el" href="spi_8h.html#a9356b197edc29dca9e57b92f769eb24fa89da3ebae748913c4ea84ed340c20aec">spi.h</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Feb 6 2018 03:20:05 for ATmega HAL by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
org.elbe.relations.feature/license.html
aktion-hip/relations
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>RelationWare Software User Agreement: GNU GPL</title> </head> <body> <h3>GNU GENERAL PUBLIC LICENSE</h3> <p> Version 2, June 1991 </p> <h3>Preamble</h3> <p> The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. </p> <p> When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. </p> <p> To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. </p> <p> For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. </p> <p> We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. </p> <p> Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. </p> <p> Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. </p> <p> The precise terms and conditions for copying, distribution and modification follow. </p> <h3>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</h3> <p> <strong>0.</strong> This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". </p> <p> Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. </p> <p> <strong>1.</strong> You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. </p> <p> You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. </p> <p> <strong>2.</strong> You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: </p> <dl> <dt></dt> <dd> <strong>a)</strong> You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. </dd> <dt></dt> <dd> <strong>b)</strong> You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. </dd> <dt></dt> <dd> <strong>c)</strong> If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) </dd> </dl> <p> These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. </p> <p> Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. </p> <p> In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. </p> <p> <strong>3.</strong> You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: </p> <!-- we use this doubled UL to get the sub-sections indented, --> <!-- while making the bullets as unobvious as possible. --> <dl> <dt></dt> <dd> <strong>a)</strong> Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, </dd> <dt></dt> <dd> <strong>b)</strong> Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, </dd> <dt></dt> <dd> <strong>c)</strong> Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) </dd> </dl> <p> The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. </p> <p> If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. </p> <p> <strong>4.</strong> You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. </p> <p> <strong>5.</strong> You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. </p> <p> <strong>6.</strong> Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. </p> <p> <strong>7.</strong> If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. </p> <p> If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. </p> <p> It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. </p> <p> This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. </p> <p> <strong>8.</strong> If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. </p> <p> <strong>9.</strong> The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. </p> <p> Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. </p> <p> <strong>10.</strong> If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. </p> <p><strong>NO WARRANTY</strong></p> <p> <strong>11.</strong> BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. </p> <p> <strong>12.</strong> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. </p> <h3>END OF TERMS AND CONDITIONS</h3> </body> </html>
docs/index.html
liflab/labpal
<!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 class="not-ie" lang="en"> <!--<![endif]--> <!-- ucorpora by freshdesignweb.com Twitter: https://twitter.com/freshdesignweb https://www.freshdesignweb.com/ucorpora/ --> <head> <!-- Basic Meta Tags --> <meta charset="utf-8"> <title>Home - LabPal</title> <meta name="description" content="LabPal is a Java library that simplifies the execution of computer experiments and the processing of its results"> <meta name="keywords" content="LabPal, experiments, reproducible, reproducibility, artifacts, reusability, benchmark, open science, artifact evaluation, batch, lab, plotting, interactive articles"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--[if (gte IE 9)|!(IE)]> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <![endif]--> <!-- Favicon --> <link href="img/favicon.ico" rel="icon" type="image/png"> <!-- Styles --> <link href="css/styles.css" rel="stylesheet"> <link href="css/bootstrap-override.css" rel="stylesheet"> <!-- Font Avesome Styles --> <link href="css/font-awesome/font-awesome.css" rel="stylesheet"> <!--[if IE 7]> <link href="css/font-awesome/font-awesome-ie7.min.css" rel="stylesheet"> <![endif]--> <!-- FlexSlider Style --> <link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen"> <!-- Internet Explorer condition - HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Matomo --> <script type="text/javascript"> var _paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//leduotang.ca/matomo/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '3']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </head> <body> <!-- Header --> <header id="header"> <div class="container"> <div class="row t-container"> <!-- Logo --> <div class="span3"> <div class="logo"> <a href="index.html"><img src="img/logo-header.png" alt=""></a> </div> </div> <div class="span9"> <div class="row space60"></div> <nav id="nav" role="navigation"> <a href="#nav" title="Show navigation">Show navigation</a> <a href="#" title="Hide navigation">Hide navigation</a> <ul class="clearfix"> <li class="active"><a href="index.html" title="">Home</a></li> <li><a href="quick-tutorial.html" title="">Quick tutorial</a></li> <li><a href="features.html" title="">Features</a></li> <li><a href="resources.html" title=""><span>Resources</span></a> <ul> <li><a href="documentation.html" title="">Documentation</a></li> <li><a href="screenshots.html" title="">Screenshots</a></li> <li><a href="videos.html" title="">Videos</a></li> <li><a href="examples.html" title="">Examples</a></li> </ul> </li> <li><a href="download.html" title="">Download</a> </li> </ul> </nav> </div> </div> <div class="row space40"></div> <div class="slider1 flexslider"> <!-- Slider --> <ul class="slides"> <li> <img src="img/slider/4.jpg" alt=""> </li> <li> <img src="img/slider/5.jpg" alt=""> </li> <li> <img src="img/slider/1.jpg" alt=""> </li> <li> <img src="img/slider/2.jpg" alt=""> </li> <li> <img src="img/slider/3.jpg" alt=""> </li> </ul> </div> <!-- Slider End --> </div> </header> <!-- Header End --> <!-- Content --> <div id="content"> <div class="container"> <div class="f-center"> <h2>Easily run experiments on a computer</h2> <div class="head-info"> <p>To run experiments on a computer, you probably already write command-line scripts for various tasks: generating your data, saving it into text files, process and display them as plots or tables to include in a paper or a presentation. But soon enough, your handful of "quick and dirty" batch files becomes a bunch of arcane, poorly documented scripts that generate and pass around various kinds of obscure temporary files. LabPal is a Java library that allows you to quickly setup an environment for running these experiments, collating their results and processing them in various ways.</p> </div> </div> <!--<div class="f-hr"></div>--> <div class="row space40"></div> <!-- Typography Row --> <div class="row t-row"> <!-- Line --> <div class="span12"><hr></div> <div class="span9"> <h3>Start running experiments in minutes; it is free and open source</h3> </div> <div class="span3"> <!-- Button --> <a href="download.html"> <div class="btn btn-blue f-right"> <!-- Title --> <h3><i class="icon-signin hidden-tablet"></i> Download</h3> </div> </a> </div> <div class="space30 visible-phone"></div> <!-- Line --> <div class="span12"><hr></div> </div> <!-- Typography Row End--> <div class="row"> <div class="span12"> <div class="row"> <!-- Service Container --> <div class="span4"> <!-- Service Icon --> <div class="ic-1"><i class="icon-lightbulb"></i></div> <!-- Service Title --> <div class="title-1"><h4>Eliminate boilerplate code</h4></div> <!-- Service Content --> <div class="text-1"> Design experiments at a high level of abstraction. Create, transform and manipulate data tables without the tedious parsing and shuffling around of temporary CSV files. Create plots from tables and export them to a variety of formats in a few lines of code. </div> </div> <!-- Service Container End --> <div class="span4"> <div class="ic-1"><i class="icon-resize-small"></i></div> <div class="title-1"><h4>Provenance tracking</h4></div> <div class="text-1"> Keep track of each unique datapoint generated by an experiment. Explore plots and tables interactively. Display the complete chain of transformations leading from raw data to any individual value computed by your lab. <em>No extra code needed.</em> </div> </div> <div class="span4"> <div class="ic-1"><i class="icon-eye-open"></i></div> <div class="title-1"><h4>Compatible with Code Ocean</h4></div> <div class="text-1"> Bundle your experiments in a single stand-alone executable JAR file. Alternately, create a capsule in Code Ocean that runs your lab and exports all its data into a folder of static files: HTML, CSV, PDF, LaTeX. </div> </div> </div> </div> </div> <div class="space40"></div> <div class="space50"></div> </div> </div> <!-- Content End --> <!-- Footer --> <footer id="footer"> <div class="container"> <div class="row"> <div class="span8"> <h3>About LabPal</h3> LabPal is developed by <a href="http://liflab.ca/">Laboratoire d'informatique formelle</a><br/> Université du Québec à Chicoutimi<br> Chicoutimi, Québec G7H 2B1<br> Canada<br> <br> <i class="icon-phone"></i>+01 418 545 5011<br> <i class="icon-envelope"></i><a href="mailto:shalle@acm.org">shalle@acm.org</a><br> <i class="icon-home"></i><a href="http://liflab.ca">liflab.ca</a> <div class="row space40"></div> <a href="#" class="social-network sn2 behance"></a> <a href="#" class="social-network sn2 facebook"></a> <a href="#" class="social-network sn2 pinterest"></a> <a href="#" class="social-network sn2 flickr"></a> <a href="#" class="social-network sn2 dribbble"></a> <a href="#" class="social-network sn2 lastfm"></a> <a href="#" class="social-network sn2 forrst"></a> <a href="#" class="social-network sn2 xing"></a> </div> </div> <div class="row space50"></div> <div class="row"> <div class="span6"> <div class="logo-footer"> Design by <a href="https://www.freshdesignweb.com">freshDesignweb</a> </div> </div> <div class="span6 right"> &copy; 2014-2019. All rights reserved. </div> </div> </div> </footer> <!-- Footer End --> <!-- JavaScripts --> <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/functions.js"></script> <script type="text/javascript" defer src="js/jquery.flexslider.js"></script> </body> </html> <!-- :mode=html:wrap=soft: -->
css/misc.css
kadimi/bootswatch
/* =Miscellaneous -------------------------------------------------------------- */ body { word-wrap: break-word; } .inline { display: inline; }
RossFamilyTree/ppl/e/b/d15f607b1d554ec4a6e78897dbe.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Oliver, Thomas</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>Oliver, Thomas<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> Oliver, Thomas <a href="#sref1a">1a</a> </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I11060</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> </table> </div> <div class="subsection" id="events"> <h4>Events</h4> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/b/c/d15f607b1e12b8983be1867c7cb.html" title="Death"> Death <span class="grampsid"> [E16805]</span> </a> </td> <td class="ColumnDate">before 1891</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/9/f/d15f607b1e610a3b8894956a0f9.html" title="Occupation"> Occupation <span class="grampsid"> [E16806]</span> </a> </td> <td class="ColumnDate">before 1891</td> <td class="ColumnPlace"> <a href="../../../plc/8/0/d15f607b1e91a8fbf26a96d9108.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">&nbsp</td> <td class="ColumnAttribute">&nbsp</td> <td class="ColumnValue"><a href="../../../fam/6/3/d15f607b1a31d662b85fdebb136.html" title="Family of Oliver, Thomas">Family of Oliver, Thomas<span class="grampsid"> [F5113]</span></a></td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">0DA1B4481FC97B4C82C54DCFE859E2664571</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">8FC5238697F46C4095C852929864DEE6354F</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <ol> <li class="thisperson"> Oliver, Thomas <ol class="spouselist"> <li class="spouse"> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/2/6/d15f607b10c6a08d9be161a2c62.html" title="Letter from Mrs N. Oliver" name ="sref1"> Letter from Mrs N. Oliver <span class="grampsid"> [S0350]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:17<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
docs/com/xstar97/easyutils/R.dimen.html
Xstar97/EasyUtils
<!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_152-release) on Thu Aug 03 18:36:35 EDT 2017 --> <title>R.dimen</title> <meta name="date" content="2017-08-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="R.dimen"; } } 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="../../../com/xstar97/easyutils/package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../com/xstar97/easyutils/R.color.html" title="class in com.xstar97.easyutils"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/xstar97/easyutils/R.drawable.html" title="class in com.xstar97.easyutils"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/xstar97/easyutils/R.dimen.html" target="_top">Frames</a></li> <li><a href="R.dimen.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.xstar97.easyutils</div> <h2 title="Class R.dimen" class="title">Class R.dimen</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.xstar97.easyutils.R.dimen</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../com/xstar97/easyutils/R.html" title="class in com.xstar97.easyutils">R</a></dd> </dl> <hr> <br> <pre>public static final class <span class="typeNameLabel">R.dimen</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_content_inset_material">abc_action_bar_content_inset_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_content_inset_with_nav">abc_action_bar_content_inset_with_nav</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_default_height_material">abc_action_bar_default_height_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_default_padding_end_material">abc_action_bar_default_padding_end_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_default_padding_start_material">abc_action_bar_default_padding_start_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_elevation_material">abc_action_bar_elevation_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_icon_vertical_padding_material">abc_action_bar_icon_vertical_padding_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_overflow_padding_end_material">abc_action_bar_overflow_padding_end_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_overflow_padding_start_material">abc_action_bar_overflow_padding_start_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_progress_bar_size">abc_action_bar_progress_bar_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_stacked_max_height">abc_action_bar_stacked_max_height</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_stacked_tab_max_width">abc_action_bar_stacked_tab_max_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_subtitle_bottom_margin_material">abc_action_bar_subtitle_bottom_margin_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_bar_subtitle_top_margin_material">abc_action_bar_subtitle_top_margin_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_button_min_height_material">abc_action_button_min_height_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_button_min_width_material">abc_action_button_min_width_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_action_button_min_width_overflow_material">abc_action_button_min_width_overflow_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_alert_dialog_button_bar_height">abc_alert_dialog_button_bar_height</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_button_inset_horizontal_material">abc_button_inset_horizontal_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_button_inset_vertical_material">abc_button_inset_vertical_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_button_padding_horizontal_material">abc_button_padding_horizontal_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_button_padding_vertical_material">abc_button_padding_vertical_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_cascading_menus_min_smallest_width">abc_cascading_menus_min_smallest_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_config_prefDialogWidth">abc_config_prefDialogWidth</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_control_corner_material">abc_control_corner_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_control_inset_material">abc_control_inset_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_control_padding_material">abc_control_padding_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_fixed_height_major">abc_dialog_fixed_height_major</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_fixed_height_minor">abc_dialog_fixed_height_minor</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_fixed_width_major">abc_dialog_fixed_width_major</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_fixed_width_minor">abc_dialog_fixed_width_minor</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_list_padding_bottom_no_buttons">abc_dialog_list_padding_bottom_no_buttons</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_list_padding_top_no_title">abc_dialog_list_padding_top_no_title</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_min_width_major">abc_dialog_min_width_major</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_min_width_minor">abc_dialog_min_width_minor</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_padding_material">abc_dialog_padding_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_padding_top_material">abc_dialog_padding_top_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dialog_title_divider_material">abc_dialog_title_divider_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_disabled_alpha_material_dark">abc_disabled_alpha_material_dark</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_disabled_alpha_material_light">abc_disabled_alpha_material_light</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dropdownitem_icon_width">abc_dropdownitem_icon_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dropdownitem_text_padding_left">abc_dropdownitem_text_padding_left</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_dropdownitem_text_padding_right">abc_dropdownitem_text_padding_right</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_edit_text_inset_bottom_material">abc_edit_text_inset_bottom_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_edit_text_inset_horizontal_material">abc_edit_text_inset_horizontal_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_edit_text_inset_top_material">abc_edit_text_inset_top_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_floating_window_z">abc_floating_window_z</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_list_item_padding_horizontal_material">abc_list_item_padding_horizontal_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_panel_menu_list_width">abc_panel_menu_list_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_progress_bar_height_material">abc_progress_bar_height_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_search_view_preferred_height">abc_search_view_preferred_height</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_search_view_preferred_width">abc_search_view_preferred_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_seekbar_track_background_height_material">abc_seekbar_track_background_height_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_seekbar_track_progress_height_material">abc_seekbar_track_progress_height_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_select_dialog_padding_start_material">abc_select_dialog_padding_start_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_switch_padding">abc_switch_padding</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_body_1_material">abc_text_size_body_1_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_body_2_material">abc_text_size_body_2_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_button_material">abc_text_size_button_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_caption_material">abc_text_size_caption_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_display_1_material">abc_text_size_display_1_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_display_2_material">abc_text_size_display_2_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_display_3_material">abc_text_size_display_3_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_display_4_material">abc_text_size_display_4_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_headline_material">abc_text_size_headline_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_large_material">abc_text_size_large_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_medium_material">abc_text_size_medium_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_menu_header_material">abc_text_size_menu_header_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_menu_material">abc_text_size_menu_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_small_material">abc_text_size_small_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_subhead_material">abc_text_size_subhead_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_subtitle_material_toolbar">abc_text_size_subtitle_material_toolbar</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_title_material">abc_text_size_title_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#abc_text_size_title_material_toolbar">abc_text_size_title_material_toolbar</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#activity_horizontal_margin">activity_horizontal_margin</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#activity_vertical_margin">activity_vertical_margin</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#compat_button_inset_horizontal_material">compat_button_inset_horizontal_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#compat_button_inset_vertical_material">compat_button_inset_vertical_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#compat_button_padding_horizontal_material">compat_button_padding_horizontal_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#compat_button_padding_vertical_material">compat_button_padding_vertical_material</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#compat_control_corner_material">compat_control_corner_material</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_appbar_elevation">design_appbar_elevation</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_active_item_max_width">design_bottom_navigation_active_item_max_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_active_text_size">design_bottom_navigation_active_text_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_elevation">design_bottom_navigation_elevation</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_height">design_bottom_navigation_height</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_item_max_width">design_bottom_navigation_item_max_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_item_min_width">design_bottom_navigation_item_min_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_margin">design_bottom_navigation_margin</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_shadow_height">design_bottom_navigation_shadow_height</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_navigation_text_size">design_bottom_navigation_text_size</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_sheet_modal_elevation">design_bottom_sheet_modal_elevation</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_bottom_sheet_peek_height_min">design_bottom_sheet_peek_height_min</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_fab_border_width">design_fab_border_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_fab_elevation">design_fab_elevation</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_fab_image_size">design_fab_image_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_fab_size_mini">design_fab_size_mini</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_fab_size_normal">design_fab_size_normal</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_fab_translation_z_pressed">design_fab_translation_z_pressed</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_navigation_elevation">design_navigation_elevation</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_navigation_icon_padding">design_navigation_icon_padding</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_navigation_icon_size">design_navigation_icon_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_navigation_max_width">design_navigation_max_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_navigation_padding_bottom">design_navigation_padding_bottom</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_navigation_separator_vertical_padding">design_navigation_separator_vertical_padding</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_action_inline_max_width">design_snackbar_action_inline_max_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_background_corner_radius">design_snackbar_background_corner_radius</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_elevation">design_snackbar_elevation</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_extra_spacing_horizontal">design_snackbar_extra_spacing_horizontal</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_max_width">design_snackbar_max_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_min_width">design_snackbar_min_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_padding_horizontal">design_snackbar_padding_horizontal</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_padding_vertical">design_snackbar_padding_vertical</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_padding_vertical_2lines">design_snackbar_padding_vertical_2lines</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_snackbar_text_size">design_snackbar_text_size</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_tab_max_width">design_tab_max_width</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_tab_scrollable_min_width">design_tab_scrollable_min_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_tab_text_size">design_tab_text_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#design_tab_text_size_2line">design_tab_text_size_2line</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#disabled_alpha_material_dark">disabled_alpha_material_dark</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#disabled_alpha_material_light">disabled_alpha_material_light</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#fab_margin">fab_margin</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#fastscroll_default_thickness">fastscroll_default_thickness</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#fastscroll_margin">fastscroll_margin</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#fastscroll_minimum_range">fastscroll_minimum_range</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#highlight_alpha_material_colored">highlight_alpha_material_colored</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#highlight_alpha_material_dark">highlight_alpha_material_dark</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#highlight_alpha_material_light">highlight_alpha_material_light</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#hint_alpha_material_dark">hint_alpha_material_dark</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#hint_alpha_material_light">hint_alpha_material_light</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#hint_pressed_alpha_material_dark">hint_pressed_alpha_material_dark</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#hint_pressed_alpha_material_light">hint_pressed_alpha_material_light</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#item_touch_helper_max_drag_scroll_per_frame">item_touch_helper_max_drag_scroll_per_frame</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#item_touch_helper_swipe_escape_max_velocity">item_touch_helper_swipe_escape_max_velocity</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#item_touch_helper_swipe_escape_velocity">item_touch_helper_swipe_escape_velocity</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#nav_header_height">nav_header_height</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#nav_header_vertical_spacing">nav_header_vertical_spacing</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_action_icon_size">notification_action_icon_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_action_text_size">notification_action_text_size</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_big_circle_margin">notification_big_circle_margin</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_content_margin_start">notification_content_margin_start</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_large_icon_height">notification_large_icon_height</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_large_icon_width">notification_large_icon_width</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_main_column_padding_top">notification_main_column_padding_top</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_media_narrow_margin">notification_media_narrow_margin</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_right_icon_size">notification_right_icon_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_right_side_padding_top">notification_right_side_padding_top</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_small_icon_background_padding">notification_small_icon_background_padding</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_small_icon_size_as_large">notification_small_icon_size_as_large</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_subtext_size">notification_subtext_size</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_top_pad">notification_top_pad</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#notification_top_pad_large_text">notification_top_pad_large_text</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_corner_radius">tooltip_corner_radius</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_horizontal_padding">tooltip_horizontal_padding</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_margin">tooltip_margin</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_precise_anchor_extra_offset">tooltip_precise_anchor_extra_offset</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_precise_anchor_threshold">tooltip_precise_anchor_threshold</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_vertical_padding">tooltip_vertical_padding</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_y_offset_non_touch">tooltip_y_offset_non_touch</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#tooltip_y_offset_touch">tooltip_y_offset_touch</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../com/xstar97/easyutils/R.dimen.html#dimen--">dimen</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="abc_action_bar_content_inset_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_content_inset_material</h4> <pre>public static final&nbsp;int abc_action_bar_content_inset_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_content_inset_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_content_inset_with_nav"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_content_inset_with_nav</h4> <pre>public static final&nbsp;int abc_action_bar_content_inset_with_nav</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_content_inset_with_nav">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_default_height_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_default_height_material</h4> <pre>public static final&nbsp;int abc_action_bar_default_height_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_default_height_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_default_padding_end_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_default_padding_end_material</h4> <pre>public static final&nbsp;int abc_action_bar_default_padding_end_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_default_padding_end_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_default_padding_start_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_default_padding_start_material</h4> <pre>public static final&nbsp;int abc_action_bar_default_padding_start_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_default_padding_start_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_elevation_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_elevation_material</h4> <pre>public static final&nbsp;int abc_action_bar_elevation_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_elevation_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_icon_vertical_padding_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_icon_vertical_padding_material</h4> <pre>public static final&nbsp;int abc_action_bar_icon_vertical_padding_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_icon_vertical_padding_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_overflow_padding_end_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_overflow_padding_end_material</h4> <pre>public static final&nbsp;int abc_action_bar_overflow_padding_end_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_overflow_padding_end_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_overflow_padding_start_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_overflow_padding_start_material</h4> <pre>public static final&nbsp;int abc_action_bar_overflow_padding_start_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_overflow_padding_start_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_progress_bar_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_progress_bar_size</h4> <pre>public static final&nbsp;int abc_action_bar_progress_bar_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_progress_bar_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_stacked_max_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_stacked_max_height</h4> <pre>public static final&nbsp;int abc_action_bar_stacked_max_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_stacked_max_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_stacked_tab_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_stacked_tab_max_width</h4> <pre>public static final&nbsp;int abc_action_bar_stacked_tab_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_stacked_tab_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_subtitle_bottom_margin_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_subtitle_bottom_margin_material</h4> <pre>public static final&nbsp;int abc_action_bar_subtitle_bottom_margin_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_subtitle_bottom_margin_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_bar_subtitle_top_margin_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_bar_subtitle_top_margin_material</h4> <pre>public static final&nbsp;int abc_action_bar_subtitle_top_margin_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_bar_subtitle_top_margin_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_button_min_height_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_button_min_height_material</h4> <pre>public static final&nbsp;int abc_action_button_min_height_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_button_min_height_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_button_min_width_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_button_min_width_material</h4> <pre>public static final&nbsp;int abc_action_button_min_width_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_button_min_width_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_action_button_min_width_overflow_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_action_button_min_width_overflow_material</h4> <pre>public static final&nbsp;int abc_action_button_min_width_overflow_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_action_button_min_width_overflow_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_alert_dialog_button_bar_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_alert_dialog_button_bar_height</h4> <pre>public static final&nbsp;int abc_alert_dialog_button_bar_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_alert_dialog_button_bar_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_button_inset_horizontal_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_button_inset_horizontal_material</h4> <pre>public static final&nbsp;int abc_button_inset_horizontal_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_button_inset_horizontal_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_button_inset_vertical_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_button_inset_vertical_material</h4> <pre>public static final&nbsp;int abc_button_inset_vertical_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_button_inset_vertical_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_button_padding_horizontal_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_button_padding_horizontal_material</h4> <pre>public static final&nbsp;int abc_button_padding_horizontal_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_button_padding_horizontal_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_button_padding_vertical_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_button_padding_vertical_material</h4> <pre>public static final&nbsp;int abc_button_padding_vertical_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_button_padding_vertical_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_cascading_menus_min_smallest_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_cascading_menus_min_smallest_width</h4> <pre>public static final&nbsp;int abc_cascading_menus_min_smallest_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_cascading_menus_min_smallest_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_config_prefDialogWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_config_prefDialogWidth</h4> <pre>public static final&nbsp;int abc_config_prefDialogWidth</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_config_prefDialogWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_control_corner_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_control_corner_material</h4> <pre>public static final&nbsp;int abc_control_corner_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_control_corner_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_control_inset_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_control_inset_material</h4> <pre>public static final&nbsp;int abc_control_inset_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_control_inset_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_control_padding_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_control_padding_material</h4> <pre>public static final&nbsp;int abc_control_padding_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_control_padding_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_fixed_height_major"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_fixed_height_major</h4> <pre>public static final&nbsp;int abc_dialog_fixed_height_major</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_fixed_height_major">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_fixed_height_minor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_fixed_height_minor</h4> <pre>public static final&nbsp;int abc_dialog_fixed_height_minor</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_fixed_height_minor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_fixed_width_major"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_fixed_width_major</h4> <pre>public static final&nbsp;int abc_dialog_fixed_width_major</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_fixed_width_major">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_fixed_width_minor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_fixed_width_minor</h4> <pre>public static final&nbsp;int abc_dialog_fixed_width_minor</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_fixed_width_minor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_list_padding_bottom_no_buttons"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_list_padding_bottom_no_buttons</h4> <pre>public static final&nbsp;int abc_dialog_list_padding_bottom_no_buttons</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_list_padding_bottom_no_buttons">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_list_padding_top_no_title"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_list_padding_top_no_title</h4> <pre>public static final&nbsp;int abc_dialog_list_padding_top_no_title</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_list_padding_top_no_title">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_min_width_major"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_min_width_major</h4> <pre>public static final&nbsp;int abc_dialog_min_width_major</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_min_width_major">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_min_width_minor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_min_width_minor</h4> <pre>public static final&nbsp;int abc_dialog_min_width_minor</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_min_width_minor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_padding_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_padding_material</h4> <pre>public static final&nbsp;int abc_dialog_padding_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_padding_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_padding_top_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_padding_top_material</h4> <pre>public static final&nbsp;int abc_dialog_padding_top_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_padding_top_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dialog_title_divider_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dialog_title_divider_material</h4> <pre>public static final&nbsp;int abc_dialog_title_divider_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dialog_title_divider_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_disabled_alpha_material_dark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_disabled_alpha_material_dark</h4> <pre>public static final&nbsp;int abc_disabled_alpha_material_dark</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_disabled_alpha_material_dark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_disabled_alpha_material_light"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_disabled_alpha_material_light</h4> <pre>public static final&nbsp;int abc_disabled_alpha_material_light</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_disabled_alpha_material_light">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dropdownitem_icon_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dropdownitem_icon_width</h4> <pre>public static final&nbsp;int abc_dropdownitem_icon_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dropdownitem_icon_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dropdownitem_text_padding_left"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dropdownitem_text_padding_left</h4> <pre>public static final&nbsp;int abc_dropdownitem_text_padding_left</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dropdownitem_text_padding_left">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_dropdownitem_text_padding_right"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_dropdownitem_text_padding_right</h4> <pre>public static final&nbsp;int abc_dropdownitem_text_padding_right</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_dropdownitem_text_padding_right">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_edit_text_inset_bottom_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_edit_text_inset_bottom_material</h4> <pre>public static final&nbsp;int abc_edit_text_inset_bottom_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_edit_text_inset_bottom_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_edit_text_inset_horizontal_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_edit_text_inset_horizontal_material</h4> <pre>public static final&nbsp;int abc_edit_text_inset_horizontal_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_edit_text_inset_horizontal_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_edit_text_inset_top_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_edit_text_inset_top_material</h4> <pre>public static final&nbsp;int abc_edit_text_inset_top_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_edit_text_inset_top_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_floating_window_z"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_floating_window_z</h4> <pre>public static final&nbsp;int abc_floating_window_z</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_floating_window_z">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_list_item_padding_horizontal_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_list_item_padding_horizontal_material</h4> <pre>public static final&nbsp;int abc_list_item_padding_horizontal_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_list_item_padding_horizontal_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_panel_menu_list_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_panel_menu_list_width</h4> <pre>public static final&nbsp;int abc_panel_menu_list_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_panel_menu_list_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_progress_bar_height_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_progress_bar_height_material</h4> <pre>public static final&nbsp;int abc_progress_bar_height_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_progress_bar_height_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_search_view_preferred_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_search_view_preferred_height</h4> <pre>public static final&nbsp;int abc_search_view_preferred_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_search_view_preferred_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_search_view_preferred_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_search_view_preferred_width</h4> <pre>public static final&nbsp;int abc_search_view_preferred_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_search_view_preferred_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_seekbar_track_background_height_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_seekbar_track_background_height_material</h4> <pre>public static final&nbsp;int abc_seekbar_track_background_height_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_seekbar_track_background_height_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_seekbar_track_progress_height_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_seekbar_track_progress_height_material</h4> <pre>public static final&nbsp;int abc_seekbar_track_progress_height_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_seekbar_track_progress_height_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_select_dialog_padding_start_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_select_dialog_padding_start_material</h4> <pre>public static final&nbsp;int abc_select_dialog_padding_start_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_select_dialog_padding_start_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_switch_padding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_switch_padding</h4> <pre>public static final&nbsp;int abc_switch_padding</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_switch_padding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_body_1_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_body_1_material</h4> <pre>public static final&nbsp;int abc_text_size_body_1_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_body_1_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_body_2_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_body_2_material</h4> <pre>public static final&nbsp;int abc_text_size_body_2_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_body_2_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_button_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_button_material</h4> <pre>public static final&nbsp;int abc_text_size_button_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_button_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_caption_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_caption_material</h4> <pre>public static final&nbsp;int abc_text_size_caption_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_caption_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_display_1_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_display_1_material</h4> <pre>public static final&nbsp;int abc_text_size_display_1_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_display_1_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_display_2_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_display_2_material</h4> <pre>public static final&nbsp;int abc_text_size_display_2_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_display_2_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_display_3_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_display_3_material</h4> <pre>public static final&nbsp;int abc_text_size_display_3_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_display_3_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_display_4_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_display_4_material</h4> <pre>public static final&nbsp;int abc_text_size_display_4_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_display_4_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_headline_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_headline_material</h4> <pre>public static final&nbsp;int abc_text_size_headline_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_headline_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_large_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_large_material</h4> <pre>public static final&nbsp;int abc_text_size_large_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_large_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_medium_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_medium_material</h4> <pre>public static final&nbsp;int abc_text_size_medium_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_medium_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_menu_header_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_menu_header_material</h4> <pre>public static final&nbsp;int abc_text_size_menu_header_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_menu_header_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_menu_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_menu_material</h4> <pre>public static final&nbsp;int abc_text_size_menu_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_menu_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_small_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_small_material</h4> <pre>public static final&nbsp;int abc_text_size_small_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_small_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_subhead_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_subhead_material</h4> <pre>public static final&nbsp;int abc_text_size_subhead_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_subhead_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_subtitle_material_toolbar"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_subtitle_material_toolbar</h4> <pre>public static final&nbsp;int abc_text_size_subtitle_material_toolbar</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_subtitle_material_toolbar">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_title_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_title_material</h4> <pre>public static final&nbsp;int abc_text_size_title_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_title_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="abc_text_size_title_material_toolbar"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abc_text_size_title_material_toolbar</h4> <pre>public static final&nbsp;int abc_text_size_title_material_toolbar</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.abc_text_size_title_material_toolbar">Constant Field Values</a></dd> </dl> </li> </ul> <a name="activity_horizontal_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activity_horizontal_margin</h4> <pre>public static final&nbsp;int activity_horizontal_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.activity_horizontal_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="activity_vertical_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activity_vertical_margin</h4> <pre>public static final&nbsp;int activity_vertical_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.activity_vertical_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="compat_button_inset_horizontal_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compat_button_inset_horizontal_material</h4> <pre>public static final&nbsp;int compat_button_inset_horizontal_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.compat_button_inset_horizontal_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="compat_button_inset_vertical_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compat_button_inset_vertical_material</h4> <pre>public static final&nbsp;int compat_button_inset_vertical_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.compat_button_inset_vertical_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="compat_button_padding_horizontal_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compat_button_padding_horizontal_material</h4> <pre>public static final&nbsp;int compat_button_padding_horizontal_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.compat_button_padding_horizontal_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="compat_button_padding_vertical_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compat_button_padding_vertical_material</h4> <pre>public static final&nbsp;int compat_button_padding_vertical_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.compat_button_padding_vertical_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="compat_control_corner_material"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>compat_control_corner_material</h4> <pre>public static final&nbsp;int compat_control_corner_material</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.compat_control_corner_material">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_appbar_elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_appbar_elevation</h4> <pre>public static final&nbsp;int design_appbar_elevation</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_appbar_elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_active_item_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_active_item_max_width</h4> <pre>public static final&nbsp;int design_bottom_navigation_active_item_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_active_item_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_active_text_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_active_text_size</h4> <pre>public static final&nbsp;int design_bottom_navigation_active_text_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_active_text_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_elevation</h4> <pre>public static final&nbsp;int design_bottom_navigation_elevation</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_height</h4> <pre>public static final&nbsp;int design_bottom_navigation_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_item_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_item_max_width</h4> <pre>public static final&nbsp;int design_bottom_navigation_item_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_item_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_item_min_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_item_min_width</h4> <pre>public static final&nbsp;int design_bottom_navigation_item_min_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_item_min_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_margin</h4> <pre>public static final&nbsp;int design_bottom_navigation_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_shadow_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_shadow_height</h4> <pre>public static final&nbsp;int design_bottom_navigation_shadow_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_shadow_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_navigation_text_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_navigation_text_size</h4> <pre>public static final&nbsp;int design_bottom_navigation_text_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_navigation_text_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_sheet_modal_elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_sheet_modal_elevation</h4> <pre>public static final&nbsp;int design_bottom_sheet_modal_elevation</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_sheet_modal_elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_bottom_sheet_peek_height_min"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_bottom_sheet_peek_height_min</h4> <pre>public static final&nbsp;int design_bottom_sheet_peek_height_min</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_bottom_sheet_peek_height_min">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_fab_border_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_fab_border_width</h4> <pre>public static final&nbsp;int design_fab_border_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_fab_border_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_fab_elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_fab_elevation</h4> <pre>public static final&nbsp;int design_fab_elevation</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_fab_elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_fab_image_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_fab_image_size</h4> <pre>public static final&nbsp;int design_fab_image_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_fab_image_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_fab_size_mini"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_fab_size_mini</h4> <pre>public static final&nbsp;int design_fab_size_mini</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_fab_size_mini">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_fab_size_normal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_fab_size_normal</h4> <pre>public static final&nbsp;int design_fab_size_normal</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_fab_size_normal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_fab_translation_z_pressed"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_fab_translation_z_pressed</h4> <pre>public static final&nbsp;int design_fab_translation_z_pressed</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_fab_translation_z_pressed">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_navigation_elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_navigation_elevation</h4> <pre>public static final&nbsp;int design_navigation_elevation</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_navigation_elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_navigation_icon_padding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_navigation_icon_padding</h4> <pre>public static final&nbsp;int design_navigation_icon_padding</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_navigation_icon_padding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_navigation_icon_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_navigation_icon_size</h4> <pre>public static final&nbsp;int design_navigation_icon_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_navigation_icon_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_navigation_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_navigation_max_width</h4> <pre>public static final&nbsp;int design_navigation_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_navigation_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_navigation_padding_bottom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_navigation_padding_bottom</h4> <pre>public static final&nbsp;int design_navigation_padding_bottom</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_navigation_padding_bottom">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_navigation_separator_vertical_padding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_navigation_separator_vertical_padding</h4> <pre>public static final&nbsp;int design_navigation_separator_vertical_padding</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_navigation_separator_vertical_padding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_action_inline_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_action_inline_max_width</h4> <pre>public static final&nbsp;int design_snackbar_action_inline_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_action_inline_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_background_corner_radius"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_background_corner_radius</h4> <pre>public static final&nbsp;int design_snackbar_background_corner_radius</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_background_corner_radius">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_elevation</h4> <pre>public static final&nbsp;int design_snackbar_elevation</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_extra_spacing_horizontal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_extra_spacing_horizontal</h4> <pre>public static final&nbsp;int design_snackbar_extra_spacing_horizontal</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_extra_spacing_horizontal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_max_width</h4> <pre>public static final&nbsp;int design_snackbar_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_min_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_min_width</h4> <pre>public static final&nbsp;int design_snackbar_min_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_min_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_padding_horizontal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_padding_horizontal</h4> <pre>public static final&nbsp;int design_snackbar_padding_horizontal</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_padding_horizontal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_padding_vertical"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_padding_vertical</h4> <pre>public static final&nbsp;int design_snackbar_padding_vertical</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_padding_vertical">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_padding_vertical_2lines"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_padding_vertical_2lines</h4> <pre>public static final&nbsp;int design_snackbar_padding_vertical_2lines</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_padding_vertical_2lines">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_snackbar_text_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_snackbar_text_size</h4> <pre>public static final&nbsp;int design_snackbar_text_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_snackbar_text_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_tab_max_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_tab_max_width</h4> <pre>public static final&nbsp;int design_tab_max_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_tab_max_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_tab_scrollable_min_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_tab_scrollable_min_width</h4> <pre>public static final&nbsp;int design_tab_scrollable_min_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_tab_scrollable_min_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_tab_text_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_tab_text_size</h4> <pre>public static final&nbsp;int design_tab_text_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_tab_text_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="design_tab_text_size_2line"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>design_tab_text_size_2line</h4> <pre>public static final&nbsp;int design_tab_text_size_2line</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.design_tab_text_size_2line">Constant Field Values</a></dd> </dl> </li> </ul> <a name="disabled_alpha_material_dark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>disabled_alpha_material_dark</h4> <pre>public static final&nbsp;int disabled_alpha_material_dark</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.disabled_alpha_material_dark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="disabled_alpha_material_light"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>disabled_alpha_material_light</h4> <pre>public static final&nbsp;int disabled_alpha_material_light</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.disabled_alpha_material_light">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fab_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fab_margin</h4> <pre>public static final&nbsp;int fab_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.fab_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastscroll_default_thickness"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastscroll_default_thickness</h4> <pre>public static final&nbsp;int fastscroll_default_thickness</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.fastscroll_default_thickness">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastscroll_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastscroll_margin</h4> <pre>public static final&nbsp;int fastscroll_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.fastscroll_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastscroll_minimum_range"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastscroll_minimum_range</h4> <pre>public static final&nbsp;int fastscroll_minimum_range</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.fastscroll_minimum_range">Constant Field Values</a></dd> </dl> </li> </ul> <a name="highlight_alpha_material_colored"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>highlight_alpha_material_colored</h4> <pre>public static final&nbsp;int highlight_alpha_material_colored</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.highlight_alpha_material_colored">Constant Field Values</a></dd> </dl> </li> </ul> <a name="highlight_alpha_material_dark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>highlight_alpha_material_dark</h4> <pre>public static final&nbsp;int highlight_alpha_material_dark</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.highlight_alpha_material_dark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="highlight_alpha_material_light"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>highlight_alpha_material_light</h4> <pre>public static final&nbsp;int highlight_alpha_material_light</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.highlight_alpha_material_light">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hint_alpha_material_dark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hint_alpha_material_dark</h4> <pre>public static final&nbsp;int hint_alpha_material_dark</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.hint_alpha_material_dark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hint_alpha_material_light"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hint_alpha_material_light</h4> <pre>public static final&nbsp;int hint_alpha_material_light</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.hint_alpha_material_light">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hint_pressed_alpha_material_dark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hint_pressed_alpha_material_dark</h4> <pre>public static final&nbsp;int hint_pressed_alpha_material_dark</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.hint_pressed_alpha_material_dark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hint_pressed_alpha_material_light"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hint_pressed_alpha_material_light</h4> <pre>public static final&nbsp;int hint_pressed_alpha_material_light</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.hint_pressed_alpha_material_light">Constant Field Values</a></dd> </dl> </li> </ul> <a name="item_touch_helper_max_drag_scroll_per_frame"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>item_touch_helper_max_drag_scroll_per_frame</h4> <pre>public static final&nbsp;int item_touch_helper_max_drag_scroll_per_frame</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.item_touch_helper_max_drag_scroll_per_frame">Constant Field Values</a></dd> </dl> </li> </ul> <a name="item_touch_helper_swipe_escape_max_velocity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>item_touch_helper_swipe_escape_max_velocity</h4> <pre>public static final&nbsp;int item_touch_helper_swipe_escape_max_velocity</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.item_touch_helper_swipe_escape_max_velocity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="item_touch_helper_swipe_escape_velocity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>item_touch_helper_swipe_escape_velocity</h4> <pre>public static final&nbsp;int item_touch_helper_swipe_escape_velocity</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.item_touch_helper_swipe_escape_velocity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="nav_header_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nav_header_height</h4> <pre>public static final&nbsp;int nav_header_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.nav_header_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="nav_header_vertical_spacing"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nav_header_vertical_spacing</h4> <pre>public static final&nbsp;int nav_header_vertical_spacing</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.nav_header_vertical_spacing">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_action_icon_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_action_icon_size</h4> <pre>public static final&nbsp;int notification_action_icon_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_action_icon_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_action_text_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_action_text_size</h4> <pre>public static final&nbsp;int notification_action_text_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_action_text_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_big_circle_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_big_circle_margin</h4> <pre>public static final&nbsp;int notification_big_circle_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_big_circle_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_content_margin_start"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_content_margin_start</h4> <pre>public static final&nbsp;int notification_content_margin_start</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_content_margin_start">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_large_icon_height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_large_icon_height</h4> <pre>public static final&nbsp;int notification_large_icon_height</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_large_icon_height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_large_icon_width"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_large_icon_width</h4> <pre>public static final&nbsp;int notification_large_icon_width</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_large_icon_width">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_main_column_padding_top"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_main_column_padding_top</h4> <pre>public static final&nbsp;int notification_main_column_padding_top</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_main_column_padding_top">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_media_narrow_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_media_narrow_margin</h4> <pre>public static final&nbsp;int notification_media_narrow_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_media_narrow_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_right_icon_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_right_icon_size</h4> <pre>public static final&nbsp;int notification_right_icon_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_right_icon_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_right_side_padding_top"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_right_side_padding_top</h4> <pre>public static final&nbsp;int notification_right_side_padding_top</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_right_side_padding_top">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_small_icon_background_padding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_small_icon_background_padding</h4> <pre>public static final&nbsp;int notification_small_icon_background_padding</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_small_icon_background_padding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_small_icon_size_as_large"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_small_icon_size_as_large</h4> <pre>public static final&nbsp;int notification_small_icon_size_as_large</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_small_icon_size_as_large">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_subtext_size"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_subtext_size</h4> <pre>public static final&nbsp;int notification_subtext_size</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_subtext_size">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_top_pad"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_top_pad</h4> <pre>public static final&nbsp;int notification_top_pad</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_top_pad">Constant Field Values</a></dd> </dl> </li> </ul> <a name="notification_top_pad_large_text"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>notification_top_pad_large_text</h4> <pre>public static final&nbsp;int notification_top_pad_large_text</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.notification_top_pad_large_text">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_corner_radius"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_corner_radius</h4> <pre>public static final&nbsp;int tooltip_corner_radius</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_corner_radius">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_horizontal_padding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_horizontal_padding</h4> <pre>public static final&nbsp;int tooltip_horizontal_padding</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_horizontal_padding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_margin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_margin</h4> <pre>public static final&nbsp;int tooltip_margin</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_margin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_precise_anchor_extra_offset"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_precise_anchor_extra_offset</h4> <pre>public static final&nbsp;int tooltip_precise_anchor_extra_offset</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_precise_anchor_extra_offset">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_precise_anchor_threshold"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_precise_anchor_threshold</h4> <pre>public static final&nbsp;int tooltip_precise_anchor_threshold</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_precise_anchor_threshold">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_vertical_padding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_vertical_padding</h4> <pre>public static final&nbsp;int tooltip_vertical_padding</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_vertical_padding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_y_offset_non_touch"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltip_y_offset_non_touch</h4> <pre>public static final&nbsp;int tooltip_y_offset_non_touch</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_y_offset_non_touch">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltip_y_offset_touch"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>tooltip_y_offset_touch</h4> <pre>public static final&nbsp;int tooltip_y_offset_touch</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../constant-values.html#com.xstar97.easyutils.R.dimen.tooltip_y_offset_touch">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="dimen--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>dimen</h4> <pre>public&nbsp;dimen()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../com/xstar97/easyutils/package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../com/xstar97/easyutils/R.color.html" title="class in com.xstar97.easyutils"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/xstar97/easyutils/R.drawable.html" title="class in com.xstar97.easyutils"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/xstar97/easyutils/R.dimen.html" target="_top">Frames</a></li> <li><a href="R.dimen.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
documentation/html/struct____mavlink__signing.html
ubcuas/GCOM
<!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.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>G-COM: __mavlink_signing Struct 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="projectlogo"><img alt="Logo" src="gcom_logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">G-COM &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">UBC UAS&#39;s Ground Command and Control Software</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <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('struct____mavlink__signing.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="#pub-attribs">Public Attributes</a> &#124; <a href="struct____mavlink__signing-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">__mavlink_signing Struct Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Collaboration diagram for __mavlink_signing:</div> <div class="dyncontent"> <div class="center"><img src="struct____mavlink__signing__coll__graph.png" border="0" usemap="#____mavlink__signing_coll__map" alt="Collaboration graph"/></div> <!-- MAP 0 --> <center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a5e08957249da64329f7ee29c1c503516"><td class="memItemLeft" align="right" valign="top"><a id="a5e08957249da64329f7ee29c1c503516"></a> uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct____mavlink__signing.html#a5e08957249da64329f7ee29c1c503516">flags</a></td></tr> <tr class="memdesc:a5e08957249da64329f7ee29c1c503516"><td class="mdescLeft">&#160;</td><td class="mdescRight">MAVLINK_SIGNING_FLAG_*. <br /></td></tr> <tr class="separator:a5e08957249da64329f7ee29c1c503516"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a03d44bb3079f7af6924d6868846ccc57"><td class="memItemLeft" align="right" valign="top"><a id="a03d44bb3079f7af6924d6868846ccc57"></a> uint8_t&#160;</td><td class="memItemRight" valign="bottom"><b>link_id</b></td></tr> <tr class="separator:a03d44bb3079f7af6924d6868846ccc57"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac6010de27e406777d336935ba93ddac1"><td class="memItemLeft" align="right" valign="top"><a id="ac6010de27e406777d336935ba93ddac1"></a> uint64_t&#160;</td><td class="memItemRight" valign="bottom"><b>timestamp</b></td></tr> <tr class="separator:ac6010de27e406777d336935ba93ddac1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ade31cece3d550b1bf2e41c9c38b9964f"><td class="memItemLeft" align="right" valign="top"><a id="ade31cece3d550b1bf2e41c9c38b9964f"></a> uint8_t&#160;</td><td class="memItemRight" valign="bottom"><b>secret_key</b> [32]</td></tr> <tr class="separator:ade31cece3d550b1bf2e41c9c38b9964f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a74f675ae2e09c5a793c06d5005cd7d1b"><td class="memItemLeft" align="right" valign="top"><a id="a74f675ae2e09c5a793c06d5005cd7d1b"></a> mavlink_accept_unsigned_t&#160;</td><td class="memItemRight" valign="bottom"><b>accept_unsigned_callback</b></td></tr> <tr class="separator:a74f675ae2e09c5a793c06d5005cd7d1b"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"> <p>Definition at line <a class="el" href="mavlink__types_8h_source.html#l00242">242</a> of file <a class="el" href="mavlink__types_8h_source.html">mavlink_types.h</a>.</p> </div><hr/>The documentation for this struct was generated from the following file:<ul> <li>Mavlink/<a class="el" href="mavlink__types_8h_source.html">mavlink_types.h</a></li> </ul> </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="struct____mavlink__signing.html">__mavlink_signing</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li> </ul> </div> </body> </html>
style/css/split.css
kura52/sushi-browser
.Resizer { background: rgb(183, 183, 183); z-index: 3; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; } .Resizer:hover { -webkit-transition: all 2s ease; transition: all 2s ease; } .Resizer.horizontal { height: 7px; margin: -3px 0; border-top: 3px solid rgba(255, 255, 255, 0.01); border-bottom: 3px solid rgba(255, 255, 255, 0.01); cursor: row-resize; width: 100%; } .Resizer.horizontal:hover { border-top: 3px solid rgba(0, 0, 0, 0.35); border-bottom: 3px solid rgba(0, 0, 0, 0.35); } .Resizer.vertical { width: 7px; margin: 0 -3px; border-left: 3px solid rgba(255, 255, 255, 0.01); border-right: 3px solid rgba(255, 255, 255, 0.01); cursor: col-resize; } .Resizer.vertical:hover { border-left: 3px solid rgba(183, 183, 183, 0.35); border-right: 3px solid rgba(183, 183, 183, 0.35); } Resizer.disabled { cursor: not-allowed; } Resizer.disabled:hover { border-color: transparent; } .Resizer.hide{ display:none; }
htdocs/auth/ldap/lang/sv.utf8/help/forms/auth_config.firstnamefield.html
discendum/eportfolio
<h3>LDAP-fält för förnamn</h3> <p>Skriv i LDAP-registret det fältets namn, vilket innehåller användarens förnamn.</p>
RossFamilyTree/fam/b/4/d15f5ffdca3190a2cd5ab00344b.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Family of DENT, Thomas John (Jack) and BURNS, Nita</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="RelationshipDetail"> <h2>Family of DENT, Thomas John (Jack) and BURNS, Nita<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Husband</td> <td class="ColumnValue"> <a href="../../../ppl/c/3/d15f5ffdc7627ca3ae4d7411f3c.html">DENT, Thomas John (Jack)<span class="grampsid"> [I5977]</span></a> </td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Wife</td> <td class="ColumnValue"> <a href="../../../ppl/0/6/d15f5ffdcb66c020444a5727160.html">BURNS, Nita<span class="grampsid"> [I5978]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">&nbsp;</td> <td class="ColumnValue"> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/b/c/d15f60c88254de4e53cf3955acb.html" title="Marriage"> Marriage <span class="grampsid"> [E23000]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace"> <a href="../../../plc/6/1/d15f5ffdbea2068ae84343eac16.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/2/9/d15f60c882f7bf70c0046e02c92.html" title="Family (Primary)"> Family (Primary) <span class="grampsid"> [E23001]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> <a href="#sref1a">1a</a> </td> </tr> </tbody> </table> </td> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">6B33CF554EDAC84984AE496D06A7F18405E3</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">6B33CF554EDAC84984AE496D06A7F18405E3</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/2/9/d15f5fe3084138b56d1472a892.html" title="Frank Lee: GEDCOM File : JohnHODGETTS.ged" name ="sref1"> Frank Lee: GEDCOM File : JohnHODGETTS.ged <span class="grampsid"> [S0243]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:49<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
doc/html/structnonlin__core_1_1equation__solver-members.html
jchristopherson/nonlin
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>nonlin: 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"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">nonlin &#160;<span id="projectnumber">1.4.0</span> </div> <div id="projectbrief">A library that provides routines to compute the solutions to systems of nonlinear equations.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('structnonlin__core_1_1equation__solver.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">nonlin_core::equation_solver Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#a0c51ee3aa81149bc42686cb09dbd1e33">get_fcn_tolerance</a>=&gt; es_get_fcn_tol</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#aa5308e1748c83d72c58776b9a0a879e6">get_gradient_tolerance</a>=&gt; es_get_grad_tol</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#a0670a9e7d0f8dc633526b1b97d7734c9">get_max_fcn_evals</a>=&gt; es_get_max_eval</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#a7311f7f8d873f01df406eb3efddb2a47">get_print_status</a>=&gt; es_get_print_status</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#ab1a0a9fe3ee8186dcf71448ee5d85b05">get_var_tolerance</a>=&gt; es_get_var_tol</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#ad2db6e98fec5ac9de636310d41036fae">m_fcntol</a></td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#af77ceddf83ca6f4b86715452175cf03c">m_gtol</a></td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#a33031ff9c089f39e423d092f64818c04">m_maxeval</a></td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#af45b53871eb687d267fa622135062ff6">m_printstatus</a></td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#af02d0e834603736a0235f18c77cf12d2">m_xtol</a></td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#ade98091a104abab7cec9d0d252aa8e50">set_fcn_tolerance</a>=&gt; es_set_fcn_tol</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#a1d8b29f2386cfa3f9be06056fd4e2797">set_gradient_tolerance</a>=&gt; es_set_grad_tol</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#af3836cf0b0f8c668770e91d0d8797599">set_max_fcn_evals</a>=&gt; es_set_max_eval</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#a63276d7b2f2232649dab2db1c65b3cd5">set_print_status</a>=&gt; es_set_print_status</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#aa9ed008b99b75224094322d79eddf69d">set_var_tolerance</a>=&gt; es_set_var_tol</td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html#ae93cd9cca4d3181aa699261553a62391">solve</a></td><td class="entry"><a class="el" href="structnonlin__core_1_1equation__solver.html">nonlin_core::equation_solver</a></td><td class="entry"></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="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>
eluminate_web/templates/participant/participant_landing.html
e-Luminate/eluminate_web
{% extends "participant/participant_base.html" %} {% load i18n %} {% block head_title %}{% trans "Collaborators" %}{% endblock %} {% block inner_body %} <div class="row-fluid"> <div class="span6 offset2"> <h1>The Collaborators</h1> <h2>Browse the people and organisations who have come together to make the e-Luminate festival happen</h2> </div> </div> <div class="row-fluid"> <div class="span8 offset2"> <p>Click on their thumbnail to see individual details. You can use the “filter” to select particular categories of collaborators</p> </div> </div> {% endblock inner_body %}
phpBB3/adm/style/acp_contact.html
DaMysterious/portalxl50_premod
<!-- INCLUDE overall_header.html --> <h1>{L_ACP_CAT_CONTACT}</h1><br /><span>{L_ACP_CONTACT_SETTINGS_EXPLAIN}</span> <p>{L_CONTACT_VERSION} {CONTACT_VERSION}</p> <!-- IF CONTACT_ERROR --> <div class="errorbox"><h3>{L_WARNING}</h3> <p>{CONTACT_ERROR}</p> </div> <!-- ENDIF --> <form id="acp_contact" method="post" action="{U_ACTION}"> <fieldset> <legend>{L_CONTACT_GENERAL_SETTINGS}</legend> <dl> <dt><label for="contact_enable">{L_CONTACT_ENABLE}:</label><br /> <span>{L_CONTACT_ENABLE_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_enable" value="1" id="contact_enable1" <!-- IF CONTACT_ENABLE -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_enable" value="0" id="contact_enable0" <!-- IF not CONTACT_ENABLE -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_confirm">{L_CONTACT_ACP_CONFIRM}:</label><br /> <span>{L_CONTACT_ACP_CONFIRM_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_confirm" value="1" id="contact_confirm1" <!-- IF CONTACT_CONFIRM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_confirm" value="0" id="contact_confirm0" <!-- IF not CONTACT_CONFIRM -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_confirm_guests">{L_CONTACT_CONFIRM_GUESTS}:</label><br /> <span>{L_CONTACT_CONFIRM_GUESTS_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_confirm_guests" value="1" id="contact_confirm_guests1" <!-- IF CONTACT_CONFIRM_GUESTS -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_confirm_guests" value="0" id="contact_confirm_guests0" <!-- IF not CONTACT_CONFIRM_GUESTS -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_username_chk">{L_CONTACT_USERNAME_CHK}:</label><br /> <span>{L_CONTACT_USERNAME_CHK_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_username_chk" value="1" id="contact_username_chk1" <!-- IF CONTACT_USERNAME_CHK -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_username_chk" value="0" id="contact_username_chk0" <!-- IF not CONTACT_USERNAME_CHK -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_email_chk">{L_CONTACT_EMAIL_CHK}:</label><br /> <span>{L_CONTACT_EMAIL_CHK_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_email_chk" value="1" id="contact_email_chk1" <!-- IF CONTACT_EMAIL_CHK -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_email_chk" value="0" id="contact_email_chk0" <!-- IF not CONTACT_EMAIL_CHK -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_max_attempts">{L_CONTACT_MAX_ATTEMPTS}:</label><br /> <span>{L_CONTACT_MAX_ATTEMPTS_EXPLAIN}</span></dt> <dd><input type="text" name="contact_max_attempts" size="10" value="{CONTACT_MAX_ATTEMPTS}" /></dd> </dl> <dl> <dt><label for="contact_bbcodes_allowed">{L_CONTACT_BBCODES}:</label><br /> <span>{L_CONTACT_BBCODES_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_bbcodes_allowed" value="1" id="contact_bbcodes_allowed1" <!-- IF CONTACT_BBCODES -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_bbcodes_allowed" value="0" id="contact_bbcodes_allowed0" <!-- IF not CONTACT_BBCODES -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_smilies_allowed">{L_CONTACT_SMILIES}:</label><br /> <span>{L_CONTACT_SMILIES_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_smilies_allowed" value="1" id="contact_smilies_allowed1" <!-- IF CONTACT_SMILIES -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_smilies_allowed" value="0" id="contact_smilies_allowed0" <!-- IF not CONTACT_SMILIES -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_urls_allowed">{L_CONTACT_URLS}:</label><br /> <span>{L_CONTACT_URLS_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_urls_allowed" value="1" id="contact_urls_allowed1" <!-- IF CONTACT_URLS -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_urls_allowed" value="0" id="contact_urls_allowed0" <!-- IF not CONTACT_URLS -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_attach_allowed">{L_CONTACT_ATTACHMENTS}:</label><br /> <span>{L_CONTACT_ATTACHMENTS_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="contact_attach_allowed" value="1" id="contact_attach_allowed1" <!-- IF CONTACT_ATTACHMENTS -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_attach_allowed" value="0" id="contact_attach_allowed0" <!-- IF not CONTACT_ATTACHMENTS -->checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_method">{L_CONTACT_FOUNDER}:</label><br /> <span>{L_CONTACT_FOUNDER}</span></dt> <dd><label><input type="radio" class="radio" name="contact_founder_only" value="1" id="contact_prune_enable1"<!-- IF CONTACT_FOUNDER --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="contact_founder_only" value="0" id="contact_prune_enable0"<!-- IF not CONTACT_FOUNDER --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> <dl> <dt><label for="contact_reasons">{L_CONTACT_REASONS}:</label><br /> <span>{L_CONTACT_REASONS_EXPLAIN}</span></dt> <dd><textarea name="contact_reasons" id="contact_reasons" rows="10" cols="40">{CONTACT_REASONS}</textarea></dd> </dl> <dl> <dt><label for="contact_method">{L_CONTACT_METHOD}:</label><br /> <span>{L_CONTACT_METHOD_EXPLAIN}</span></dt> <dd>{CONTACT_METHOD}</dd> </dl> <dl> <dt><label for="contact_bot_user">{L_CONTACT_BOT_USER}:</label><br /> <span>{L_CONTACT_BOT_USER_EXPLAIN}</span></dt> <dd>{CONTACT_BOT_USER}</dd> </dl> <dl> <dt><label for="contact_bot_poster">{L_CONTACT_BOT_POSTER}:</label><br /> <span>{L_CONTACT_BOT_POSTER_EXPLAIN}</span></dt> <dd>{CONTACT_BOT_POSTER}</dd> </dl> <dl> <dt><label for="contact_bot_forum">{L_CONTACT_BOT_FORUM}:</label><br /> <span>{L_CONTACT_BOT_FORUM_EXPLAIN}</span></dt> <dd>{CONTACT_BOT_FORUM}</dd> </dl> <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp; <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> {S_FORM_TOKEN} </fieldset> </form> <!-- INCLUDE overall_footer.html -->
core/user_interface/css/forms.css
austcms/aust
/* Document : forms.css Created on : 17/07/2009, 10:28:20 Author : Alexandre Description: Purpose of the stylesheet follows. */ /* TODO customize this sample style Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ /* * STANDARDS */ form { margin-bottom: 15px; } form div.input { display: inline; width: 100%; float: left; } form input.text { width: 470px; font-size: 1.3em; height: 22px; padding: 0px 2px; } /* standard */ form select { font-size: 1.0em; height: 22px; display: inline-block; } form textarea { margin-bottom: 10px; min-height: 90px; width: 100%; } form input.submit { } form div.currency_field input { width: 120px; text-align: right; } form p.explanation { margin: 3px 0 0 0; font-size: 0.9em; color: #999999; } form p.explanation_example { margin: 0; margin-bottom: 15px; font-size: 12px; color: #FF9900; } /* Classes 'simples' & 'pequeno' são de forms do core não, não de modulso */ form.simples label { float: left; width: 240px; font-size: 1.0em; font-weight: normal; color: #333333; } form.simples div.input { display: inline; width: 420px; float: left; } form.simples input.text { font-size: 1.0em; height: 20px; width: 300px; } form.simples input.submit { } form.simples select { font-size: 1em; height: 24px; } form.pequeno div.input { display: inline; width: 150px; float: left; } form.pequeno label { width: 130px; } form .campo { display: block; padding-bottom: 5px; } form div.input_painel { background: #efefef; min-height: 80px; width: 100%; border: 1px solid silver; padding: 0px; margin-bottom: 20px; display: table; } form div.input_painel div.containner { margin: 10px; padding: 0px; display: table; } form div.input_painel div.containner div.options { display: table; } select.aust_node { display: inline; float: left; } /* Lightbox */ .window .lb_content table.form td label { line-height: 24px; width: 80px; display: inline-block; margin: 0 5px 0 0; } .window .lb_content table.form td input.text { font-size: 1.3em; font-weight: bold; width: 240px; } /* MÓDULOS */ /* Table de forms de módulos */ table.form { width: 100%; margin: 0 0 10px 0; } table.form > tbody > tr > td { padding-bottom: 10px; } table.form tr td.label { padding-top: 5px; vertical-align: top; } table.form > tbody > tr > td:first-child { width: 160px; } table.form label { font-weight: bold; color: #444444; } table.form input.text { font-size: 1.3em; font-weight: bold; width: 420px; } table.form input.date_text { font-size: 1.3em; font-weight: bold; width: 120px; } /* Table Listagem */ div.content_search { margin-bottom: 10px; padding: 0; float: left; margin-left: 20px; } div.content_search input { width: 130px; } /* Acima de cada listagem há um painel de controle para excluir, bloquear itens, etc */ div.painel_de_controle { margin-bottom: 10px; padding: 0; float: right; } /* TABLE.LISTING */ table.listing { width: 100%; margin: 0px; clear: both; border-collapse: collapse;} table.listing tr td { padding: 5px; } table.listing tr td { padding: 5px; margin: 0px;} table.listing tr.header { color: #cccccc; font-weight: bold; background: #333333; } /* table.listing tr.conteudo { height: 20px; } */ table.listing tr.conteudo td { background: #fafafa;/*#FFF0E1;*/ border-top: 1px solid white; border-bottom: 1px solid #f5f5f5; } table.listing tr.conteudo td a { } /* CAMPOOPTION * Campos de opções Ajax em formulários de setup */ table.listing tr.conteudo td div.campooptions { background: #f1f1f1; padding: 10px; margin-top: 3px; border: 1px solid silver; background: red; } table.listing tr.conteudo td div.campooptions div.campooptions_tabela { } table.listing tr.conteudo td div.campooptions div.campooptions_campo { } table.listing td.adddate { width: 110px; } /* DIV.LISTING - same as table.listing */ div.listing { width: 100%; margin: 0px; clear: both; } div.listing .column { float: left; } div.listing div.header { color: #333; font-weight: bold; background: #ddd; display: table; width: 720px; } div.listing .header .header_container { margin: 10px; width: 700px; display: table; } /* FormHelper (cadastros) */ form.formHelper { } form.formHelper div.input { margin-bottom: 5px; } form.formHelper label { width: 160px; margin: 7px 5px 0 0; float: left; } form.formHelper label.select_category { margin-top: 0; } form.formHelper div.input_field { width: 540px; float: left; } form.formHelper div.input_textarea textarea { width: 500px; height: 90px; margin: 0; } form.formHelper div.input_date input { width: 18px; } form.formHelper div.input_date .input_date_year { width: 35px; } form.formHelper div.input_checkbox { display: table; } form.formHelper div.input_images { display: table; } form.formHelper div.after { margin: 0 0 10px 0; } /* * Listagem de Pessoas - table com a class listagem e pessoas */ table.pessoas { width: 505px !important; margin: 0px; border-collapse: collapse;} table.pessoas tr.conteudo td a img { padding-right: 5px; } div.pessoas { float: left; display: table; margin-right: 20px; } div.divisoria { border-left: 1px solid #f4f4f4; width: 1px; float: left; height: 290px; margin: 10px 0 0 0; } div.mais_opcoes { float: left; display: table; width: 170px; margin-left: 20px; } div.mais_opcoes h3 { color: #b1b1b1; font-size: 1.1em; margin: 10px 0 15px 0; } /* BOTÕES */ .botao { margin: 13px 0 13px 0; } div.mais_opcoes .botao a { width: 120px; height: 26px; display: block; padding: 0; margin: 0; } div.mais_opcoes .botao a:hover { background-position: 0px -26px !important; } div.mais_opcoes .botao .bt_novapessoa a { background: url(../img/bt_novapessoa.png) no-repeat; } div.mais_opcoes .botao .bt_permissoes a { background: url(../img/bt_permissoes.png) no-repeat; } div.mais_opcoes .botao .bt_dados a { background: url(../img/bt_dados.png) no-repeat; } div.mais_opcoes .botao .bt_grupos a { background: url(../img/bt_grupos.png) no-repeat; }
RossFamilyTree/ppl/c/a/d15f60317d57bcb61beb84e1cac.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - LUCAS, William</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>LUCAS, William<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> LUCAS, William <a href="#sref1a">1a</a> </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I9911</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> <tr> <td class="ColumnAttribute">Age at Death</td> <td class="ColumnValue">unknown</td> </tr> </table> </div> <div class="subsection" id="events"> <h4>Events</h4> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/0/b/d15f60317df87ceb86efe1ffb0.html" title="Birth"> Birth <span class="grampsid"> [E11040]</span> </a> </td> <td class="ColumnDate">1830-07-11</td> <td class="ColumnPlace"> <a href="../../../plc/c/4/d15f5fb92e843882bcabe3e6e4c.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/2/e/d15f60317ea3e897d09d896dbe2.html" title="Death"> Death <span class="grampsid"> [E11041]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace"> <a href="../../../plc/c/4/d15f5fb92e843882bcabe3e6e4c.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/8/c/d15f601138077015c440fad6c8.html">LUCAS, James<span class="grampsid"> [I7656]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/4/2/d15f60227291f54af3cc7d3b24.html">MURRAY, Elizabeth<span class="grampsid"> [I8802]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/3/c/d15f602276e6b730f4d31c72cc3.html">LUCAS, James<span class="grampsid"> [I8803]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/a/a/d15f6023a15321ed317d265aaaa.html">LUCAS, Elizabeth<span class="grampsid"> [I8889]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/a/1/d15f602507217b3f06a850e8e1a.html">LUCAS, Olivia<span class="grampsid"> [I9023]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/9/2/d15f6025bb42c9827e7c471e529.html">LUCAS, Mary Ann<span class="grampsid"> [I9045]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/2/0/d15f602b8a1dbad9697c694402.html">LUCAS, Ann<span class="grampsid"> [I9514]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/9/d/d15f602ea85554c5b12b7ab63d9.html">LUCAS, Sarah<span class="grampsid"> [I9695]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/c/a/d15f60317d57bcb61beb84e1cac.html">LUCAS, William<span class="grampsid"> [I9911]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/9/f/d15f603181361c68537030ed5f9.html">LUCAS, Margaret<span class="grampsid"> [I9912]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/6/9/d15f60318ae1fe0fb4716b28b96.html">LUCAS, Thomas<span class="grampsid"> [I9915]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/b/9/d15f60318e61f47934f14ae9b9b.html">LUCAS, John<span class="grampsid"> [I9916]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/3/2/d15f6032aee391541ddec17d423.html">LUCAS, Charles<span class="grampsid"> [I9986]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/5/1/d15f6032fb83280de57e4de5d15.html">LUCAS, Caroline<span class="grampsid"> [I10007]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/2/c/d15f6039885651fa8ebc3d8a8c2.html">LUCAS, Martha<span class="grampsid"> [I10554]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/2/1/d15f60398d27fa6a34425d6ef12.html">LUCAS, Emma<span class="grampsid"> [I10555]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/8/2/d15f6039b6b62e0ee72724a4628.html">LUCAS, Nathaniel<span class="grampsid"> [I10570]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/5/5/d15f6039bdc38363c3389096255.html">LUCAS, George<span class="grampsid"> [I10572]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">53E1AB12C269D14F9709F5A1A77CAA71B0DE</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/8/c/d15f601138077015c440fad6c8.html">LUCAS, James<span class="grampsid"> [I7656]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/4/2/d15f60227291f54af3cc7d3b24.html">MURRAY, Elizabeth<span class="grampsid"> [I8802]</span></a> <ol> <li> <a href="../../../ppl/3/c/d15f602276e6b730f4d31c72cc3.html">LUCAS, James<span class="grampsid"> [I8803]</span></a> </li> <li> <a href="../../../ppl/a/a/d15f6023a15321ed317d265aaaa.html">LUCAS, Elizabeth<span class="grampsid"> [I8889]</span></a> </li> <li> <a href="../../../ppl/a/1/d15f602507217b3f06a850e8e1a.html">LUCAS, Olivia<span class="grampsid"> [I9023]</span></a> </li> <li> <a href="../../../ppl/9/2/d15f6025bb42c9827e7c471e529.html">LUCAS, Mary Ann<span class="grampsid"> [I9045]</span></a> </li> <li> <a href="../../../ppl/2/0/d15f602b8a1dbad9697c694402.html">LUCAS, Ann<span class="grampsid"> [I9514]</span></a> </li> <li> <a href="../../../ppl/9/d/d15f602ea85554c5b12b7ab63d9.html">LUCAS, Sarah<span class="grampsid"> [I9695]</span></a> </li> <li class="thisperson"> LUCAS, William </li> <li> <a href="../../../ppl/9/f/d15f603181361c68537030ed5f9.html">LUCAS, Margaret<span class="grampsid"> [I9912]</span></a> </li> <li> <a href="../../../ppl/6/9/d15f60318ae1fe0fb4716b28b96.html">LUCAS, Thomas<span class="grampsid"> [I9915]</span></a> </li> <li> <a href="../../../ppl/b/9/d15f60318e61f47934f14ae9b9b.html">LUCAS, John<span class="grampsid"> [I9916]</span></a> </li> <li> <a href="../../../ppl/3/2/d15f6032aee391541ddec17d423.html">LUCAS, Charles<span class="grampsid"> [I9986]</span></a> </li> <li> <a href="../../../ppl/5/1/d15f6032fb83280de57e4de5d15.html">LUCAS, Caroline<span class="grampsid"> [I10007]</span></a> </li> <li> <a href="../../../ppl/2/c/d15f6039885651fa8ebc3d8a8c2.html">LUCAS, Martha<span class="grampsid"> [I10554]</span></a> </li> <li> <a href="../../../ppl/2/1/d15f60398d27fa6a34425d6ef12.html">LUCAS, Emma<span class="grampsid"> [I10555]</span></a> </li> <li> <a href="../../../ppl/8/2/d15f6039b6b62e0ee72724a4628.html">LUCAS, Nathaniel<span class="grampsid"> [I10570]</span></a> </li> <li> <a href="../../../ppl/5/5/d15f6039bdc38363c3389096255.html">LUCAS, George<span class="grampsid"> [I10572]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg male AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/c/a/d15f60317d57bcb61beb84e1cac.html"> LUCAS, William </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/8/c/d15f601138077015c440fad6c8.html"> LUCAS, James </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 151px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 156px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 44px; left: 386px;"> <a class="noThumb" href="../../../ppl/a/3/d15f5fb962f11f46775d411d23a.html"> LUCAS, Nathaniel </a> </div> <div class="shadow" style="top: 49px; left: 390px;"></div> <div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 76px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 81px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 7px; left: 576px;"> <a class="noThumb" href="../../../ppl/f/3/d15f5fb967b4a65406358493a3f.html"> LUCAS, William John </a> </div> <div class="shadow" style="top: 12px; left: 580px;"></div> <div class="bvline" style="top: 39px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 44px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 39px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 44px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 81px; left: 576px;"> <a class="noThumb" href="../../../ppl/b/e/d15f5fb96aa6453f0cd7c9beb.html"> BRADFORD, Mary </a> </div> <div class="shadow" style="top: 86px; left: 580px;"></div> <div class="bvline" style="top: 113px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 118px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 81px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol2" style="top: 194px; left: 386px;"> <a class="noThumb" href="../../../ppl/6/8/d15f5fb965a7bfcfae4d7c1e486.html"> GASCOYNE, Olivia </a> </div> <div class="shadow" style="top: 199px; left: 390px;"></div> <div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 226px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 231px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 157px; left: 576px;"> <a class="noThumb" href="../../../ppl/4/8/d15f5fe32bb23e9a5902f8f5f84.html"> GASCOIGNE, John </a> </div> <div class="shadow" style="top: 162px; left: 580px;"></div> <div class="bvline" style="top: 189px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 194px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 189px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 194px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 231px; left: 576px;"> <a class="noThumb" href="../../../ppl/8/8/d15f6011129758164c6008ec388.html"> VERNON-WENTWORTH, Sarah </a> </div> <div class="shadow" style="top: 236px; left: 580px;"></div> <div class="bvline" style="top: 263px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 268px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 226px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 231px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/4/2/d15f60227291f54af3cc7d3b24.html"> MURRAY, Elizabeth </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> </div> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/e/e/d15f5fe06de45269a4c5f8971ee.html" title="Frank Lee: GEDCOM File : JamesLUCAS.ged" name ="sref1"> Frank Lee: GEDCOM File : JamesLUCAS.ged <span class="grampsid"> [S0299]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:47<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
backup/backup_execute.html
tolarteh/moodle20
<?php //This page prints the backup todo list to see everything //Check login require_login(); $loginurl = get_login_url(); if (!empty($course->id)) { if (!has_capability('moodle/backup:backupcourse', get_context_instance(CONTEXT_COURSE, $course->id))) { if (empty($to)) { print_error("cannotuseadminadminorteacher", '', $loginurl); } else { if (!has_capability('moodle/backup:backupcourse', get_context_instance(CONTEXT_COURSE, $to))) { print_error("cannotuseadminadminorteacher", '', $loginurl); } } } } else { if (!has_capability('moodle/backup:backupcourse', get_context_instance(CONTEXT_SYSTEM))) { print_error("cannotuseadmin", '', $loginurl); } } //Check site $site = get_site(); $preferences = new StdClass; backup_fetch_prefs_from_request($preferences,$count,$course); //Another Info backup_add_static_preferences($preferences); if ($count == 0) { notice("No backupable modules are installed!"); } if (empty($to)) { //Start the main table echo "<table cellpadding=\"5\">"; //Now print the Backup Name tr echo "<tr>"; echo "<td align=\"right\"><b>"; echo get_string("name").":"; echo "</b></td><td>"; echo $preferences->backup_name; echo "</td></tr>"; //Start the main tr, where all the backup progress is done echo "<tr>"; echo "<td colspan=\"2\">"; //Start the main ul echo "<ul>"; } $errorstr = ''; $status = backup_execute($preferences, $errorstr); //Ends th main ul echo "</ul>"; //End the main tr, where all the backup is done echo "</td></tr>"; //End the main table echo "</table>"; if (!$status) { print_error('error', 'error', "$CFG->wwwroot/course/view.php?id=$course->id"); } if (empty($to)) { //Print final message echo $OUTPUT->box(get_string("backupfinished")); $context = get_context_instance(CONTEXT_COURSE, $course->id); echo $OUTPUT->continue_button("$CFG->wwwroot/files/index.php?contextid=".$context->id."&filearea=course_backup&itemid=0"); } else { echo $OUTPUT->box(get_string('importdataexported')); if (!empty($preferences->backup_destination)) { $filename = $preferences->backup_destination."/".$preferences->backup_name; } else { $filename = $preferences->backup_course."/backupdata/".$preferences->backup_name; } error_log($filename); $SESSION->import_preferences = $preferences; echo $OUTPUT->continue_button($CFG->wwwroot.'/course/import/activities/index.php?id='.$to.'&fromcourse='.$id.'&filename='.$filename); } $SESSION->backupprefs[$course->id] = null; // unset it so we're clear next time. ?>
apps/src/intranet/moodle/lang/es_utf8/help/wiki/removepages.html
carpe-diem/conectar-igualdad-server-apps
<h1>Eliminar páginas</h1> <P>Esta función permite eliminar páginas wiki. Se efectúa una comprobación rápida y se muestran las páginas que contienen errores.</P> <P>Por favor, tenga cuidado y piénselo dos veces antes de eliminar una página. Normalmente no es necesario hacerlo.</P>
javadoc/cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html
Foghrye4/ihl
<!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 Thu Feb 05 20:10:14 EST 2015 --> <title>IModGuiFactory.RuntimeOptionGuiHandler (Forge API)</title> <meta name="date" content="2015-02-05"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="IModGuiFactory.RuntimeOptionGuiHandler (Forge API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" target="_top">Frames</a></li> <li><a href="IModGuiFactory.RuntimeOptionGuiHandler.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">cpw.mods.fml.client</div> <h2 title="Interface IModGuiFactory.RuntimeOptionGuiHandler" class="title">Interface IModGuiFactory.RuntimeOptionGuiHandler</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing interface:</dt> <dd><a href="../../../../cpw/mods/fml/client/IModGuiFactory.html" title="interface in cpw.mods.fml.client">IModGuiFactory</a></dd> </dl> <hr> <br> <pre>public static interface <span class="strong">IModGuiFactory.RuntimeOptionGuiHandler</span></pre> <div class="block">Responsible for painting the mod specific section of runtime options GUI for a particular category</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html#actionCallback(int)">actionCallback</a></strong>(int&nbsp;actionId)</code> <div class="block">Called if a widget with id >= 100 is fired.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html#addWidgets(java.util.List,%20int,%20int,%20int,%20int)">addWidgets</a></strong>(java.util.List&lt;<a href="../../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">Gui</a>&gt;&nbsp;widgetList, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h)</code> <div class="block">Called to add widgets to the screen, such as buttons.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html#close()">close</a></strong>()</code> <div class="block">Called when this handler is about to go away (probably replaced by another one, or closing the option screen)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html#paint(int,%20int,%20int,%20int)">paint</a></strong>(int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h)</code> <div class="block">Called to paint the rectangle specified.</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="addWidgets(java.util.List, int, int, int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addWidgets</h4> <pre>void&nbsp;addWidgets(java.util.List&lt;<a href="../../../../net/minecraft/client/gui/Gui.html" title="class in net.minecraft.client.gui">Gui</a>&gt;&nbsp;widgetList, int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h)</pre> <div class="block">Called to add widgets to the screen, such as buttons. GUI identifier numbers should start at 100 and increase. The callback will be through <a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html#actionCallback(int)"><code>actionCallback(int)</code></a></div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>x</code> - X</dd><dd><code>y</code> - Y</dd><dd><code>w</code> - width</dd><dd><code>h</code> - height</dd></dl> </li> </ul> <a name="paint(int, int, int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>paint</h4> <pre>void&nbsp;paint(int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h)</pre> <div class="block">Called to paint the rectangle specified.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>x</code> - X</dd><dd><code>y</code> - Y</dd><dd><code>w</code> - width</dd><dd><code>h</code> - height</dd></dl> </li> </ul> <a name="actionCallback(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionCallback</h4> <pre>void&nbsp;actionCallback(int&nbsp;actionId)</pre> <div class="block">Called if a widget with id >= 100 is fired.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>actionId</code> - the actionId of the firing widget</dd></dl> </li> </ul> <a name="close()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>close</h4> <pre>void&nbsp;close()</pre> <div class="block">Called when this handler is about to go away (probably replaced by another one, or closing the option screen)</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../cpw/mods/fml/client/IModGuiFactory.RuntimeOptionCategoryElement.html" title="class in cpw.mods.fml.client"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?cpw/mods/fml/client/IModGuiFactory.RuntimeOptionGuiHandler.html" target="_top">Frames</a></li> <li><a href="IModGuiFactory.RuntimeOptionGuiHandler.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/api/koalanlp/kr.bydelta.koala.proc/-can-resolve-coref.html
nearbydelta/KoreanAnalyzer
<HTML> <HEAD> <meta charset="UTF-8"> <title>CanResolveCoref - koalanlp</title> <link rel="stylesheet" href="../../style.css"> </HEAD> <BODY> <a href="../index.html">koalanlp</a>&nbsp;/&nbsp;<a href="index.html">kr.bydelta.koala.proc</a>&nbsp;/&nbsp;<a href="./-can-resolve-coref.html">CanResolveCoref</a><br/> <br/> <h1>CanResolveCoref</h1> <code><span class="keyword">interface </span><span class="identifier">CanResolveCoref</span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-can-analyze-property/index.html"><span class="identifier">CanAnalyzeProperty</span></a><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span></code> <a href="https://github.com/koalanlp/koalanlp/blob/master/core/src/main/kotlin/kr/bydelta/koala/proc/processors.kt#L1096">(source)</a> <p>상호참조 해소, 공지시어 해소 (Coreference Resolution) 또는 대용어 분석 (Anaphora Resolution)을 수행하는 Interface입니다.</p> <h2>참고</h2> <p><strong>공지시어 해소</strong>는 문장 내 또는 문장 간에 같은 대상을 지칭하는 어구를 찾아 묶는 분석과정입니다. 예) '삼성그룹의 계열사인 삼성물산은 같은 그룹의 계열사인 삼성생명과 함께'라는 문장에서</p> <ul><li>'삼성그룹'과 '같은 그룹'을 찾아 묶는 것을 말합니다.</li> </ul> <p><strong>영형대용어 분석</strong>은 문장에서 생략된 기능어를 찾아 문장 내 또는 문장 간에 언급되어 있는 어구와 묶는 분석과정입니다. 예) '나는 밥을 먹었고, 영희도 먹었다'라는 문장에서,</p> <ul><li>'먹었다'의 목적어인 '밥을'이 생략되어 있음을 찾는 것을 말합니다.</li> </ul> <p>아래를 참고해보세요.</p> <ul><li><a href="../kr.bydelta.koala.data/-sentence/get-coref-groups.html">Sentence.getCorefGroups</a> 문장 내에 포함된 개체명 묶음 <a href="../kr.bydelta.koala.data/-coreference-group/index.html">CoreferenceGroup</a>들의 목록을 반환하는 API</li> <li><a href="../kr.bydelta.koala.data/-entity/get-coref-group.html">Entity.getCorefGroup</a> 각 개체명이 속하는 <a href="../kr.bydelta.koala.data/-coreference-group/index.html">CoreferenceGroup</a>을 가져오는 API</li> <li><a href="../kr.bydelta.koala.data/-coreference-group/index.html">CoreferenceGroup</a> 동일한 대상을 지칭하는 개체명을 묶는 API</li> </ul> <h2>사용법 예제</h2> <p>분석기 <code>Parser</code>가 <code>CanResolveCoref</code>를 상속받았다면,</p> <h3>Kotlin</h3> <pre><code class="lang-kotlin">// 문장에서 바로 분석할 때 val parser = Parser() val sentences = parser.analyze("문장 2개입니다. 결과는 목록이 됩니다.") // 또는 parser("문장 2개입니다. 결과는 목록이 됩니다.") // 타 분석기에서 분석한 다음 이어서 분석할 때 val taggedSentence: Sentence = ... val sentence = parser.analyze(taggedSentence) // 또는 parser(taggedSentence) val taggedSentList: List&lt;Sentence&gt; = ... val sentences = parser.analyze(taggedSentList) // 또는 parser(taggedSentList) </code></pre> <h3>Scala + <a href="https://koalanlp.github.io/scala-support/">koalanlp-scala</a></h3> <pre><code class="lang-scala">import kr.bydelta.koala.Implicits._ // 문장에서 바로 분석할 때 val parser = new Parser() val sentences = parser.analyze("문장 2개입니다. 결과는 목록이 됩니다.") // 또는 parser("문장 2개입니다. 결과는 목록이 됩니다.") // 타 분석기에서 분석한 다음 이어서 분석할 때 val taggedSentence: Sentence = ... val sentence = parser.analyze(taggedSentence) // 또는 parser(taggedSentence) val taggedSentList: java.util.List[Sentence] = ... val sentences = parser.analyze(taggedSentList) // 또는 parser(taggedSentList) </code></pre> <h3>Java</h3> <pre><code class="lang-java">// 문장에서 바로 분석할 때 Parser parser = Parser() List&lt;Sentence&gt; sentences = parser.analyze("문장 2개입니다. 결과는 목록이 됩니다.") // 또는 parser.invoke("문장 2개입니다. 결과는 목록이 됩니다.") // 타 분석기에서 분석한 다음 이어서 분석할 때 Sentence taggedSentence = ... Sentence sentence = parser.analyze(taggedSentence) // 또는 parser.invoke(taggedSentence) List&lt;Sentence&gt; taggedSentList = ... List&lt;Sentence&gt; sentences = parser.analyze(taggedSentList) // 또는 parser.invoke(taggedSentList) </code></pre> <p><strong>Since</strong><br/> 2.0.0</p> </BODY> </HTML>
src/assets/styles/layout.css
cloudbeer/teadown
@font-face { font-family: 'teadown-icon'; /* project id 389482 */ src: url('http://at.alicdn.com/t/font_389482_auaa5m75nr110pb9.eot'); src: url('http://at.alicdn.com/t/font_389482_auaa5m75nr110pb9.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_389482_auaa5m75nr110pb9.woff') format('woff'), url('http://at.alicdn.com/t/font_389482_auaa5m75nr110pb9.ttf') format('truetype'), url('http://at.alicdn.com/t/font_389482_auaa5m75nr110pb9.svg#teadown-icon') format('svg'); } body { overflow: hidden; background: #666; } .logo { font-weight: bolder !important; font-size: 24px !important; } .ui.grid { padding: 0 !important; margin: 0 !important; } .row { padding: 0 !important; margin: 0 !important; } .teadown-header { line-height: 32px; font-size: 16px; padding: 0 !important; background: #DFFFE6; color: #005011; font-size: 20px; } .teadown-container { background: #fff; padding: 0 !important; } .teadown-previewer { width: 100%; height: 100%; border: 0; padding: 20px; background: #fff; overflow: auto; } .teadown-splitter { display: inline-block; color: #B7B7B7; padding: 0 4px; } .teadown-fullwin { width: 100%; height: 100%; border: 0; } .teadown-ace { font-family: "Droid Sans Mono", monospace, "兰亭黑-简 纤黑", "微软雅黑", "Microsoft YaHei" !important; } .teadown-link { cursor: pointer; } .teadown-link:hover { color: #009900; } .teadown-link.active { color: #009900; font-weight: bold; } .teadown-editor { height: 100%; } .toolbar .icon:hover { color: #009900; } /*** content styles ****/ .echarts { width: 800px; height: 600px; } .CodeMirror { height: 100%; border: 0; } .CodeMirror pre { padding-left: 7px; line-height: 1.25; font-family: "Droid Sans Mono", monospace, "兰亭黑-简 纤黑", "微软雅黑", "Microsoft YaHei" !important; } .CodeMirror .cm-header { font-weight: bold; } .CodeMirror .cm-header.cm-header-1 { font-size: 28px; } .CodeMirror .cm-header.cm-header-2 { font-size: 24px; } .CodeMirror .cm-header.cm-header-3 { font-size: 20px; } .CodeMirror .cm-header.cm-header-4 { font-size: 18px; } .CodeMirror .cm-header.cm-header-5 { font-size: 16px; } .CodeMirror .cm-header.cm-header-6 { font-size: 14px; } i.teadown.icon { font-family: 'teadown-icon' !important; } i.icon.teadown.wrap:before { content: "\e940"; } i.icon.teadown.tea:before { content: "\e603"; } i.icon.teadown.default:before { content: "\e775"; } i.icon.teadown.sublime:before { content: "\e604"; } i.icon.teadown.emacs:before { content: "\e602"; } i.icon.teadown.vim:before { content: "\e614"; } i.icon.teadown.light:before { content: "\e74e"; } i.icon.teadown.dark:before { content: "\e64e"; }
docs/html/dir_c0668860fec756613f739273a1d5ff6f.html
ojrosten/sequoia
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.18"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Sequoia: /Users/Claire/Dropbox/Sequoia/TestMaterials/TestFramework/DependencyAnalyzerFreeTest/FakeProject/Source Directory 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> <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">Sequoia </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.18 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- 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 id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_8c62978bde8ee9cc22cee8b58fa780b8.html">TestMaterials</a></li><li class="navelem"><a class="el" href="dir_0ba89ed2f0ddf16e67c6f950a2859f43.html">TestFramework</a></li><li class="navelem"><a class="el" href="dir_2db2bed2a3483d254fd3a95648fce0f3.html">DependencyAnalyzerFreeTest</a></li><li class="navelem"><a class="el" href="dir_e9ba6afab4943978932468cc2daa7a31.html">FakeProject</a></li><li class="navelem"><a class="el" href="dir_c0668860fec756613f739273a1d5ff6f.html">Source</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Source Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> Directories</h2></td></tr> </table> </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.18 </small></address> </body> </html>
syntax.css
flaviusb/flaviusb.net
.highlight .hll { background-color: #ffffcc } .highlight { background: #ffffff; } .highlight .c { color: #808080 } /* Comment */ .highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ .highlight .o { color: #303030 } /* Operator */ .highlight .cm { color: #808080 } /* Comment.Multiline */ .highlight .cp { color: #507090 } /* Comment.Preproc */ .highlight .c1 { color: #808080 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #FF0000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ .highlight .go { color: #808080 } /* Generic.Output */ .highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #0040D0 } /* Generic.Traceback */ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #303090; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #6000E0; font-weight: bold } /* Literal.Number */ .highlight .s, .highlight .s a { background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #0000C0 } /* Name.Attribute */ .highlight .nb { color: #007020 } /* Name.Builtin */ .highlight .nc { color: #B00060; font-weight: bold } /* Name.Class */ .highlight .no { color: #003060; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #505050; font-weight: bold } /* Name.Decorator */ .highlight .ni { color: #800000; font-weight: bold } /* Name.Entity */ .highlight .ne { color: #F00000; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0060B0; font-weight: bold } /* Name.Function */ .highlight .nl { color: #907000; font-weight: bold } /* Name.Label */ .highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ .highlight .nt { color: #007000 } /* Name.Tag */ .highlight .nv { color: #906030 } /* Name.Variable */ .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ .highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #0040D0 } /* Literal.String.Char */ .highlight .sd { color: #D04020 } /* Literal.String.Doc */ .highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ .highlight .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */ .highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #A06000 } /* Literal.String.Symbol */ .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ .highlight .vc { color: #306090 } /* Name.Variable.Class */ .highlight .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */ .highlight .vi { color: #3030B0 } /* Name.Variable.Instance */ .highlight .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */
index.html
reicek/StartupWeekendTimer
<!-- Startup Weekend Timer - Facilitates the coordination in real-time of countdown for the final pitches over a Startup Weekend event Copyright (C) 2016 Cesar Anton Dorantes @reicek for Startup Weekend (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/> --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>SW Timer</title> <link rel="shortcut icon" sizes="32x32" href="/images/app-icon-32.png"> <meta name="theme-color" content="#fff"> <link rel="manifest" href="/manifest.json"> <script> // setup Polymer options window.Polymer = {lazyRegister: true, dom: 'shadow'}; // load webcomponents polyfills (function() { if ('registerElement' in document && 'import' in document.createElement('link') && 'content' in document.createElement('template')) { // browser has web components } else { // polyfill web components var e = document.createElement('script'); e.src = '/bower_components/webcomponentsjs/webcomponents-lite.min.js'; document.head.appendChild(e); } })(); // load pre-caching service worker if ('serviceWorker' in navigator) { window.addEventListener('load', function() { navigator.serviceWorker.register('/service-worker.js'); }); } </script> <link rel="import" href="/src/sw-timer.html"> <style> body { margin: 0; font-family: 'Roboto', 'Noto', sans-serif; line-height: 1.5; min-height: 100vh; background-color: #eee; } </style> </head> <body> <sw-timer></sw-timer> </body> </html>
portaudio/share/doc/libjack-dev/HTML/midiport_8h_source.html
jimy-byerley/alka-loqui
<!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.7"/> <title>JACK-AUDIO-CONNECTION-KIT: midiport.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">JACK-AUDIO-CONNECTION-KIT &#160;<span id="projectnumber">0.124.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_3e6ff996e0a05d442d13220a8cf7408f.html">jack</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">midiport.h</div> </div> </div><!--header--> <div class="contents"> <a href="midiport_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> Copyright (C) 2004 Ian Esten</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> </span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> This program is free software; you can redistribute it and/or modify</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> it under the terms of the GNU Lesser General Public License as published by</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> the Free Software Foundation; either version 2.1 of the License, or</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> (at your option) any later version.</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> </span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> This program is distributed in the hope that it will be useful,</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> GNU Lesser General Public License for more details.</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> </span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> You should have received a copy of the GNU Lesser General Public License</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> along with this program; if not, write to the Free Software </span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"></span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">*/</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef __JACK_MIDIPORT_H</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define __JACK_MIDIPORT_H</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; </div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;jack/weakmacros.h&gt;</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="types_8h.html">jack/types.h</a>&gt;</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; </div> <div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="midiport_8h.html#ad1df9c73b07584ffb69c276421ff55c9"> 34</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="midiport_8h.html#ad1df9c73b07584ffb69c276421ff55c9">jack_midi_data_t</a>;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div> <div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="struct__jack__midi__event.html"> 38</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__jack__midi__event.html">_jack_midi_event</a></div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;{</div> <div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="struct__jack__midi__event.html#a7acc6a81ac12e2a042d5af9fb7b56532"> 40</a></span>&#160; <a class="code" href="types_8h.html#aa954df532e901ae5172e68a23f3da9b6">jack_nframes_t</a> <a class="code" href="struct__jack__midi__event.html#a7acc6a81ac12e2a042d5af9fb7b56532">time</a>; </div> <div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="struct__jack__midi__event.html#abc254ee669d342c75ccfa49658b54a56"> 41</a></span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="struct__jack__midi__event.html#abc254ee669d342c75ccfa49658b54a56">size</a>; </div> <div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="struct__jack__midi__event.html#adebcb1577b20165e4da170f8992bc0ba"> 42</a></span>&#160; jack_midi_data_t *<a class="code" href="struct__jack__midi__event.html#adebcb1577b20165e4da170f8992bc0ba">buffer</a>; </div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;} <a class="code" href="midiport_8h.html#a2e564e80b61dd77ec3de99b8b9ab259e">jack_midi_event_t</a>;</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="comment">/* Get number of events in a port buffer.</span></div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="comment"> * @param port_buffer Port buffer from which to retrieve event.</span></div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="comment"> * @return number of events inside @a port_buffer</span></div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="comment"> */</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<a class="code" href="types_8h.html#aa954df532e901ae5172e68a23f3da9b6">jack_nframes_t</a></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<a class="code" href="group__MIDIAPI.html#ga0a87111085b94460401b0b688595a138">jack_midi_get_event_count</a>(<span class="keywordtype">void</span>* port_buffer) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keywordtype">int</span></div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<a class="code" href="group__MIDIAPI.html#ga838c794bd1451bfd47edde1c7cd1ff4f">jack_midi_event_get</a>(<a class="code" href="struct__jack__midi__event.html">jack_midi_event_t</a> *event,</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="keywordtype">void</span> *port_buffer,</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; uint32_t event_index) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="keywordtype">void</span></div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<a class="code" href="group__MIDIAPI.html#ga7635c6e0a4eb2314a5fb5a058c278078">jack_midi_clear_buffer</a>(<span class="keywordtype">void</span> *port_buffer) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;</div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="keywordtype">size_t</span></div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<a class="code" href="group__MIDIAPI.html#gab69743a191f150757fa3708eae8fdb81">jack_midi_max_event_size</a>(<span class="keywordtype">void</span>* port_buffer) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;jack_midi_data_t*</div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<a class="code" href="group__MIDIAPI.html#ga150dcdc37583e1ecbe0a6f16b6ac48a9">jack_midi_event_reserve</a>(<span class="keywordtype">void</span> *port_buffer,</div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="code" href="types_8h.html#aa954df532e901ae5172e68a23f3da9b6">jack_nframes_t</a> time, </div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keywordtype">size_t</span> data_size) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;</div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;</div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="keywordtype">int</span></div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<a class="code" href="group__MIDIAPI.html#gaa25503c07ac3c2ed62d79be9c25d42ed">jack_midi_event_write</a>(<span class="keywordtype">void</span> *port_buffer,</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <a class="code" href="types_8h.html#aa954df532e901ae5172e68a23f3da9b6">jack_nframes_t</a> time,</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <span class="keyword">const</span> jack_midi_data_t *data,</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <span class="keywordtype">size_t</span> data_size) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;</div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;uint32_t</div> <div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<a class="code" href="group__MIDIAPI.html#ga0f5af3d054e218a5b90fd4c636425e45">jack_midi_get_lost_event_count</a>(<span class="keywordtype">void</span> *port_buffer) JACK_OPTIONAL_WEAK_EXPORT;</div> <div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;}</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;</div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;</div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __JACK_MIDIPORT_H */</span><span class="preprocessor"></span></div> <div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;</div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;</div> <div class="ttc" id="types_8h_html"><div class="ttname"><a href="types_8h.html">types.h</a></div></div> <div class="ttc" id="group__MIDIAPI_html_ga7635c6e0a4eb2314a5fb5a058c278078"><div class="ttname"><a href="group__MIDIAPI.html#ga7635c6e0a4eb2314a5fb5a058c278078">jack_midi_clear_buffer</a></div><div class="ttdeci">void jack_midi_clear_buffer(void *port_buffer) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="struct__jack__midi__event_html"><div class="ttname"><a href="struct__jack__midi__event.html">_jack_midi_event</a></div><div class="ttdef"><b>Definition:</b> midiport.h:38</div></div> <div class="ttc" id="group__MIDIAPI_html_ga0f5af3d054e218a5b90fd4c636425e45"><div class="ttname"><a href="group__MIDIAPI.html#ga0f5af3d054e218a5b90fd4c636425e45">jack_midi_get_lost_event_count</a></div><div class="ttdeci">uint32_t jack_midi_get_lost_event_count(void *port_buffer) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="group__MIDIAPI_html_ga0a87111085b94460401b0b688595a138"><div class="ttname"><a href="group__MIDIAPI.html#ga0a87111085b94460401b0b688595a138">jack_midi_get_event_count</a></div><div class="ttdeci">jack_nframes_t jack_midi_get_event_count(void *port_buffer) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="group__MIDIAPI_html_gab69743a191f150757fa3708eae8fdb81"><div class="ttname"><a href="group__MIDIAPI.html#gab69743a191f150757fa3708eae8fdb81">jack_midi_max_event_size</a></div><div class="ttdeci">size_t jack_midi_max_event_size(void *port_buffer) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="struct__jack__midi__event_html_abc254ee669d342c75ccfa49658b54a56"><div class="ttname"><a href="struct__jack__midi__event.html#abc254ee669d342c75ccfa49658b54a56">_jack_midi_event::size</a></div><div class="ttdeci">size_t size</div><div class="ttdef"><b>Definition:</b> midiport.h:41</div></div> <div class="ttc" id="struct__jack__midi__event_html_a7acc6a81ac12e2a042d5af9fb7b56532"><div class="ttname"><a href="struct__jack__midi__event.html#a7acc6a81ac12e2a042d5af9fb7b56532">_jack_midi_event::time</a></div><div class="ttdeci">jack_nframes_t time</div><div class="ttdef"><b>Definition:</b> midiport.h:40</div></div> <div class="ttc" id="midiport_8h_html_a2e564e80b61dd77ec3de99b8b9ab259e"><div class="ttname"><a href="midiport_8h.html#a2e564e80b61dd77ec3de99b8b9ab259e">jack_midi_event_t</a></div><div class="ttdeci">struct _jack_midi_event jack_midi_event_t</div></div> <div class="ttc" id="group__MIDIAPI_html_ga838c794bd1451bfd47edde1c7cd1ff4f"><div class="ttname"><a href="group__MIDIAPI.html#ga838c794bd1451bfd47edde1c7cd1ff4f">jack_midi_event_get</a></div><div class="ttdeci">int jack_midi_event_get(jack_midi_event_t *event, void *port_buffer, uint32_t event_index) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="types_8h_html_aa954df532e901ae5172e68a23f3da9b6"><div class="ttname"><a href="types_8h.html#aa954df532e901ae5172e68a23f3da9b6">jack_nframes_t</a></div><div class="ttdeci">uint32_t jack_nframes_t</div><div class="ttdef"><b>Definition:</b> types.h:35</div></div> <div class="ttc" id="group__MIDIAPI_html_gaa25503c07ac3c2ed62d79be9c25d42ed"><div class="ttname"><a href="group__MIDIAPI.html#gaa25503c07ac3c2ed62d79be9c25d42ed">jack_midi_event_write</a></div><div class="ttdeci">int jack_midi_event_write(void *port_buffer, jack_nframes_t time, const jack_midi_data_t *data, size_t data_size) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="midiport_8h_html_ad1df9c73b07584ffb69c276421ff55c9"><div class="ttname"><a href="midiport_8h.html#ad1df9c73b07584ffb69c276421ff55c9">jack_midi_data_t</a></div><div class="ttdeci">unsigned char jack_midi_data_t</div><div class="ttdef"><b>Definition:</b> midiport.h:34</div></div> <div class="ttc" id="group__MIDIAPI_html_ga150dcdc37583e1ecbe0a6f16b6ac48a9"><div class="ttname"><a href="group__MIDIAPI.html#ga150dcdc37583e1ecbe0a6f16b6ac48a9">jack_midi_event_reserve</a></div><div class="ttdeci">jack_midi_data_t * jack_midi_event_reserve(void *port_buffer, jack_nframes_t time, size_t data_size) JACK_OPTIONAL_WEAK_EXPORT</div></div> <div class="ttc" id="struct__jack__midi__event_html_adebcb1577b20165e4da170f8992bc0ba"><div class="ttname"><a href="struct__jack__midi__event.html#adebcb1577b20165e4da170f8992bc0ba">_jack_midi_event::buffer</a></div><div class="ttdeci">jack_midi_data_t * buffer</div><div class="ttdef"><b>Definition:</b> midiport.h:42</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue May 27 2014 16:48:30 for JACK-AUDIO-CONNECTION-KIT by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.7 </small></address> </body> </html>
ASK/doc/HSOFT/ASK_get_radar.html
scienceopen/AIDA-tools
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Description of ASK_get_radar</title> <meta name="keywords" content="ASK_get_radar"> <meta name="description" content="ASK_GET_RADAR - plot the radar beam onto an image."> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="m2html &copy; 2003 Guillaume Flandin"> <meta name="robots" content="index, follow"> <link type="text/css" rel="stylesheet" href="../m2html.css"> </head> <body> <a name="_top"></a> <!-- menu.html HSOFT --> <h1>ASK_get_radar </h1> <h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="box"><strong>ASK_GET_RADAR - plot the radar beam onto an image.</strong></div> <h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="box"><strong>function [u0,v0,r,u,v,dr] = ASK_get_radar(radar_site,az,el,dphi,optpar,imsiz,l,r_Camera,varargin) </strong></div> <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="fragment"><pre class="comment"> ASK_GET_RADAR - plot the radar beam onto an image. Calling: [u0,v0,r,u,v,dr] = ASK_get_radar(radar_site,az,el,dphi,optpar,imsiz,l,r_camera) Input: radar_site - Name of radar size [ 'T' | 'E' ] for which default beam parameters exists az - azimuth angle of radar beam - clock-wise from north, DEGREES! If left empty the default magnetic zenith directions at Ramfjord and ESR is used. el - elevation angle of radar beam, DEGREES! If left empty the default magnetic zenith directions at Ramfjord and ESR is used. dphi - Half wifdth of radar beam, DEGREES! If left empty the default magnetic zenith directions at Ramfjord and ESR is used. optpar - optical parameters of camera - is obtained with: ASK_get_ask_cnv imsiz - size (pixels) of image to calculate beam projection onto. l - altitude of beam pattern to project - for off-site located cameras (km) r_Camera - camera location relative to radar site [East, North Above](km) Optional, if left out, will be set to [0,0,0] (colocated with radar) Output: u0 - horizontal image coordinate of radar beam center v0 - vertical image coordinate of radar beam center r - approximate radar beam radius in image u - horizontal image coordinates of beam-projection v - vertical image coordinates of beam-projection dr - standard deviation of ( (u-u0).^2 + (v-v0).^2 ).^0.5 If the default beam-directions is to be used, AZ, EL, DPHI can be set to empty (== []).</pre></div> <!-- crossreference --> <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> This function calls: <ul style="list-style-image:url(../matlabicon.gif)"> </ul> This function is called by: <ul style="list-style-image:url(../matlabicon.gif)"> <li><a href="ASK_add_int_radar.html" class="code" title="function I_of_T = ASK_add_int_radar(RadarSite,az,el,dphi,indices,Cams,optpar,r_camera)">ASK_add_int_radar</a> ASK_ADD_INT_RADAR - Image intenisity inside radar beam.</li><li><a href="ASK_draw_radar.html" class="code" title="function [varargout] = ASK_draw_radar(radar_site,az,el,dphi,optpar,imsiz,l,r_Camera,varargin)">ASK_draw_radar</a> ASK_DRAW_RADAR - plot the radar beam onto an image.</li></ul> <!-- crossreference --> <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="fragment"><pre>0001 <a name="_sub0" href="#_subfunctions" class="code">function [u0,v0,r,u,v,dr] = ASK_get_radar(radar_site,az,el,dphi,optpar,imsiz,l,r_Camera,varargin)</a> 0002 <span class="comment">% ASK_GET_RADAR - plot the radar beam onto an image.</span> 0003 <span class="comment">%</span> 0004 <span class="comment">% Calling:</span> 0005 <span class="comment">% [u0,v0,r,u,v,dr] = ASK_get_radar(radar_site,az,el,dphi,optpar,imsiz,l,r_camera)</span> 0006 <span class="comment">% Input:</span> 0007 <span class="comment">% radar_site - Name of radar size [ 'T' | 'E' ] for which default</span> 0008 <span class="comment">% beam parameters exists</span> 0009 <span class="comment">% az - azimuth angle of radar beam - clock-wise from</span> 0010 <span class="comment">% north, DEGREES! If left empty the default magnetic</span> 0011 <span class="comment">% zenith directions at Ramfjord and ESR is used.</span> 0012 <span class="comment">% el - elevation angle of radar beam, DEGREES! If left</span> 0013 <span class="comment">% empty the default magnetic zenith directions at</span> 0014 <span class="comment">% Ramfjord and ESR is used.</span> 0015 <span class="comment">% dphi - Half wifdth of radar beam, DEGREES! If left</span> 0016 <span class="comment">% empty the default magnetic zenith directions at</span> 0017 <span class="comment">% Ramfjord and ESR is used.</span> 0018 <span class="comment">% optpar - optical parameters of camera - is obtained with: ASK_get_ask_cnv</span> 0019 <span class="comment">% imsiz - size (pixels) of image to calculate beam projection onto.</span> 0020 <span class="comment">% l - altitude of beam pattern to project - for off-site</span> 0021 <span class="comment">% located cameras (km)</span> 0022 <span class="comment">% r_Camera - camera location relative to radar site [East, North Above](km)</span> 0023 <span class="comment">% Optional, if left out, will be set to [0,0,0]</span> 0024 <span class="comment">% (colocated with radar)</span> 0025 <span class="comment">% Output:</span> 0026 <span class="comment">% u0 - horizontal image coordinate of radar beam center</span> 0027 <span class="comment">% v0 - vertical image coordinate of radar beam center</span> 0028 <span class="comment">% r - approximate radar beam radius in image</span> 0029 <span class="comment">% u - horizontal image coordinates of beam-projection</span> 0030 <span class="comment">% v - vertical image coordinates of beam-projection</span> 0031 <span class="comment">% dr - standard deviation of ( (u-u0).^2 + (v-v0).^2 ).^0.5</span> 0032 <span class="comment">%</span> 0033 <span class="comment">% If the default beam-directions is to be used, AZ, EL, DPHI can</span> 0034 <span class="comment">% be set to empty (== []).</span> 0035 0036 <span class="comment">% Modified from draw_radar.pro</span> 0037 <span class="comment">% Copyright Bjorn Gustavsson 20110128</span> 0038 <span class="comment">% GPL 3.0 or later applies</span> 0039 0040 0041 <span class="comment">% common hities</span> 0042 <span class="comment">% common vs</span> 0043 <span class="keyword">global</span> vs 0044 <span class="keyword">global</span> cnv 0045 0046 0047 <span class="keyword">switch</span> radar_site(1) 0048 <span class="keyword">case</span> <span class="string">'T'</span> <span class="comment">% Tromso</span> 0049 0050 dPhi = 0.3*pi/180; <span class="comment">% Half beam width (radius)</span> 0051 azi = 185.02*pi/180; <span class="comment">% Azimuth, radians</span> 0052 ele = 77.5*pi/180; <span class="comment">% Elevation, radians</span> 0053 0054 <span class="keyword">case</span> <span class="string">'E'</span> <span class="comment">% ESR</span> 0055 0056 dPhi = 0.45*pi/180; <span class="comment">% Half beam width (radius)</span> 0057 azi = 181.0*pi/180; <span class="comment">% Azimuth, radians</span> 0058 ele = 81.6*pi/180; <span class="comment">% Elevation, radians</span> 0059 0060 <span class="keyword">otherwise</span> 0061 <span class="comment">% No settings known...</span> 0062 <span class="keyword">end</span> 0063 0064 <span class="comment">% Overwrite the default values if input is given.</span> 0065 <span class="keyword">if</span> ~isempty(az) 0066 azi = az*pi/180; 0067 <span class="keyword">end</span> 0068 <span class="keyword">if</span> ~isempty(el) 0069 ele = el*pi/180; 0070 <span class="keyword">end</span> 0071 <span class="keyword">if</span> ~isempty(dphi) 0072 dPhi = dphi*pi/180; 0073 <span class="keyword">end</span> 0074 <span class="keyword">if</span> nargin &lt; 7 || isempty(l) 0075 l = 100; 0076 <span class="keyword">end</span> 0077 <span class="keyword">if</span> nargin &lt; 8 || isempty(r_Camera) 0078 r_Camera = [0,0,0]; 0079 <span class="keyword">end</span> 0080 0081 <span class="comment">% Center-of-Beam direction</span> 0082 e_COB = [cos(ele)*sin(azi), cos(ele)*cos(azi), sin(ele)]; 0083 <span class="comment">% Arbitrary direction perpendicular to e_COB.</span> 0084 e_perpR = cross(e_COB,[0,1,0]); 0085 <span class="comment">% [0 1 0] is a horizontal direction if radar beam points there no</span> 0086 <span class="comment">% ionspheric data will be available anyways</span> 0087 0088 <span class="comment">% Rotation matrix around that vector</span> 0089 rMtr = rot_around_v(e_perpR,dPhi); 0090 0091 <span class="comment">% Line-of-sight unit vector</span> 0092 e_3dB = (rMtr * e_COB')'; 0093 0094 <span class="comment">% Pre-allocate r</span> 0095 r = zeros(181,3); 0096 0097 <span class="comment">% vector to point at altitude l along e_COB</span> 0098 r0 = point_on_line([0,0,0],e_COB,l/e_COB(3)); 0099 <span class="comment">% Calculate image coordinates of r0:</span> 0100 [u0,v0] = project_point(r_Camera,optpar,r0',eye(3),imsiz); 0101 0102 0103 <span class="comment">% vector to point at altitude l in direction e_3dB</span> 0104 r(1,:) = point_on_line([0,0,0],e_3dB,l/e_3dB(3)); 0105 0106 <span class="keyword">for</span> i1 = 1:180, 0107 <span class="comment">% Rotate around the clock, in 2 degree steps</span> 0108 dPhi = i1*2*pi/180; 0109 rMtr = rot_around_v(e_COB,dPhi); <span class="comment">% Rotation matrix around the Center-of-Beam direction</span> 0110 e_3dBp = (rMtr * e_3dB')'; <span class="comment">% Rotate the edge-vector</span> 0111 <span class="comment">% And fill up r</span> 0112 r(i1+1,:) = point_on_line([0,0,0],e_3dBp,l/e_3dB(3)); 0113 0114 <span class="keyword">end</span> 0115 0116 <span class="comment">% Calculate image coordinates of r:</span> 0117 [u,v] = project_point(r_Camera,optpar,r',eye(3),imsiz); 0118 0119 <span class="keyword">if</span> exist(<span class="string">'nanmean'</span>) 0120 r = nanmean( ( (u-u0).^2 + (v-v0).^2 ).^(1/2) ); 0121 dr = nanstd( ( (u-u0).^2 + (v-v0).^2 ).^(1/2) ); 0122 <span class="keyword">else</span> 0123 r = mean( ( (u-u0).^2 + (v-v0).^2 ).^(1/2) ); 0124 dr = std( ( (u-u0).^2 + (v-v0).^2 ).^(1/2) ); 0125 <span class="keyword">end</span> 0126</pre></div> <hr><address>Generated on Mon 01-Aug-2011 01:13:58 by <strong>B.&nbsp;Gustavsson</strong> with <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address> </body> </html>
doc/html/d6/d90/class_a_t_p_r_1_1_options.html
KuroAku/atpr
<!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.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>ATPR: ATPR.Options 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> <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">ATPR </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <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> <!-- 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 id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="../../da/d37/namespace_a_t_p_r.html">ATPR</a></li><li class="navelem"><a class="el" href="../../d6/d90/class_a_t_p_r_1_1_options.html">Options</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#properties">Properties</a> &#124; <a href="../../dc/d53/class_a_t_p_r_1_1_options-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">ATPR.Options Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Argument parse options. <a href="../../d6/d90/class_a_t_p_r_1_1_options.html#details">More...</a></p> <div class="dynheader"> Collaboration diagram for ATPR.Options:</div> <div class="dyncontent"> <div class="center"><img src="../../d4/dc3/class_a_t_p_r_1_1_options__coll__graph.png" border="0" usemap="#_a_t_p_r_8_options_coll__map" alt="Collaboration graph"/></div> <map name="_a_t_p_r_8_options_coll__map" id="_a_t_p_r_8_options_coll__map"> </map> </div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a92883d4a7564f235412e41e6724c32b2"><td class="memItemLeft" align="right" valign="top"><a id="a92883d4a7564f235412e41e6724c32b2"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>GetUsage</b> ()</td></tr> <tr class="separator:a92883d4a7564f235412e41e6724c32b2"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a> Properties</h2></td></tr> <tr class="memitem:ac0a2d51d6f7ef81700651d3951f51e4f"><td class="memItemLeft" align="right" valign="top"><a id="ac0a2d51d6f7ef81700651d3951f51e4f"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>InputFile</b><code> [get, set]</code></td></tr> <tr class="separator:ac0a2d51d6f7ef81700651d3951f51e4f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8cb44ee6dbab360a3d9412626c2fa2d9"><td class="memItemLeft" align="right" valign="top"><a id="a8cb44ee6dbab360a3d9412626c2fa2d9"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>Verbose</b><code> [get, set]</code></td></tr> <tr class="separator:a8cb44ee6dbab360a3d9412626c2fa2d9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a933d1d83e25d63f9b006c48efe3b4fd1"><td class="memItemLeft" align="right" valign="top"><a id="a933d1d83e25d63f9b006c48efe3b4fd1"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>Output</b><code> [get, set]</code></td></tr> <tr class="separator:a933d1d83e25d63f9b006c48efe3b4fd1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2b57c8aeea07cb4359ca235c24cd6cfe"><td class="memItemLeft" align="right" valign="top"><a id="a2b57c8aeea07cb4359ca235c24cd6cfe"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>Choose</b><code> [get, set]</code></td></tr> <tr class="separator:a2b57c8aeea07cb4359ca235c24cd6cfe"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5187c31694e58eb5cd7464b3c1f5eacc"><td class="memItemLeft" align="right" valign="top"><a id="a5187c31694e58eb5cd7464b3c1f5eacc"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>Dictionary</b><code> [get, set]</code></td></tr> <tr class="separator:a5187c31694e58eb5cd7464b3c1f5eacc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af1d36310babdada573488c4795ee9a92"><td class="memItemLeft" align="right" valign="top"><a id="af1d36310babdada573488c4795ee9a92"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>Language</b><code> [get, set]</code></td></tr> <tr class="separator:af1d36310babdada573488c4795ee9a92"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab40c002e4eeede247c68606cb3481a0f"><td class="memItemLeft" align="right" valign="top"><a id="ab40c002e4eeede247c68606cb3481a0f"></a> char&#160;</td><td class="memItemRight" valign="bottom"><b>Separator</b><code> [get, set]</code></td></tr> <tr class="separator:ab40c002e4eeede247c68606cb3481a0f"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Argument parse options. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>ATPR/Options.cs</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.12 </small></address> </body> </html>
Sources/flac-1.3.1/doc/html/api/PaxHeaders.20420/structFLAC____Subframe__Constant-members.html
wholegroup/AudioOnePack
30 mtime=1417057326.073175619 30 atime=1417057326.073175619 30 ctime=1417057783.867273339
suorganizer/user/templates/user/user_create.html
szendrei/django-unleashed
{% extends parent_template|default:"user/base_user.html" %} {% block title %}{{ block.super }} - Create Account{% endblock %} {% block content %} <div class="row"> <div class="offset-by-two eight columns"> <form action="{% url 'dj-auth:create' %}" method="post"> {% csrf_token %} {{ form.as_p }} <button type="submit">Create New Account</button> </form> </div> </div> {% endblock %}
SPASSOAuthClientExample/partials/invalid-server-response.html
ldematte/SPASSOAuthClientExample
<div> The SII authentication server answered with an invalid response. Contact SII to help us debug this issue. </div>
damage/views/sidebar.html
moonlight-blade/optc-test.github.io
<nav id="menu" class="panel" role="navigation"> <ul> <li ui-sref=".effects"> <div id="profileContainer" ng-class="{ profiled: data.effect }"> <i class="fa fa-book"></i> <a>{{data.effect || '맵 효과 없음'}}</a> </div> </li> <li> <div id="ship" status="{{data.ship[1]}}" ship-manager> <i class="fa fa-level-up comodity" ui-sref="main.ship"></i> <i class="fa fa-ship"></i> <span>{{ships[data.ship[0]].name}} (lv. {{data.ship[1]}})</span> <div id="ship-background"></div> </div> </li> <li> <div id="heal"> <i class="fa fa-heart"></i> 회복 소켓 레벨: <input type="number" min="0" max="5" id="healLevel" to-int ng-model="data.healLevel"></input> </div> </li> <li> <div id="defenseContainer" title="Middle-click or CTRL-click for details" defense-on-click> <i class="fa fa-level-up comodity" ui-sref="main.defense"></i> <i class="fa fa-shield"></i> 적 방어력: <input type="number" id="defense" min = 0 to-int ng-model="data.defense"></input> </div> </li> <li> <div id="shieldContainer"> <i class="fa fa-shield"></i> 방어막: <input min="0" style="color: black; width:40px" type="number" id="comboShield" to-int ng-model="data.comboShield"> <select style="color: black" id="comboType" ng-model="data.comboType"> <option value="" selected>Hits</option> <option value="Good">Good</option> <option value="Great">Great</option> <option value="Perfect">Perfect</option> </select> </div> </li> <li ui-sref=".candy"> <div id="candyContainer"> <i class="fa fa-sliders"></i> <a>솜사탕</a> </div> </li> <li> <div id="action"> <i class="fa fa-check-square"></i> 선장 액션: <br><input type="checkbox" name="friend" value="left" ng-model="data.actionleft">친구선장<br><input type="checkbox" name="captain" value="right" ng-model="data.actionright">선장 </div> </li> <li> <div id="sliderToggle" status="{{options.slidersEnabled ? 0 : 1}}" ng-click="options.slidersEnabled = !options.slidersEnabled"> <i class="fa fa-circle-o-notch"></i> </div> </li> <li> <div id="specialDivider">필살기:</div> </li> <special slot="0"></special> <special slot="1"></special> <special slot="2"></special> <special slot="3"></special> <special slot="4"></special> <special slot="5"></special> <li> <div id="gather">★정보제공 사이트★</div> <div> <a href="http://goo.gl/ZsYtFj" target="_blank"><img id="banner.png" src="http://i.imgur.com/gajhidJ.png" width="230" height="100"></a> </div> </li> </ul> </nav>
defaultLib/templates/registration-success-email.html
getblank/Blank
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <body> <h1>Successfully registered!</h1> </body> </html>
public/styles/formulaires/helpers/CandidatHelper.css
avitheque/amc-builder
@CHARSET "UTF-8"; /** * Feuille de style du formulaire CANDIDAT. * * @author durandcedric@avitheque.net * @update $LastChangedBy: durandcedric $ * @version $LastChangedRevision: 2 $ * @since $LastChangedDate: 2017-02-27 18:41:31 +0100 (lun., 27 févr. 2017) $ */ fieldset#general label { min-width: 200px; }
wpilib/java/current/javadoc/com/ni/vision/class-use/NIVision.StraightEdgeReport2.html
LSRobotics/2016Robot
<!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_11) on Tue Feb 24 14:31:54 EST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.ni.vision.NIVision.StraightEdgeReport2 (wpilibJavaFinal 0.1.0-SNAPSHOT API)</title> <meta name="date" content="2015-02-24"> <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.ni.vision.NIVision.StraightEdgeReport2 (wpilibJavaFinal 0.1.0-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../com/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">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/ni/vision/class-use/NIVision.StraightEdgeReport2.html" target="_top">Frames</a></li> <li><a href="NIVision.StraightEdgeReport2.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.ni.vision.NIVision.StraightEdgeReport2" class="title">Uses of Class<br>com.ni.vision.NIVision.StraightEdgeReport2</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/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">NIVision.StraightEdgeReport2</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.ni.vision">com.ni.vision</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.ni.vision"> <!-- --> </a> <h3>Uses of <a href="../../../../com/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">NIVision.StraightEdgeReport2</a> in <a href="../../../../com/ni/vision/package-summary.html">com.ni.vision</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/ni/vision/package-summary.html">com.ni.vision</a> that return <a href="../../../../com/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">NIVision.StraightEdgeReport2</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="../../../../com/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">NIVision.StraightEdgeReport2</a></code></td> <td class="colLast"><span class="typeNameLabel">NIVision.</span><code><span class="memberNameLink"><a href="../../../../com/ni/vision/NIVision.html#imaqStraightEdge-com.ni.vision.NIVision.Image-com.ni.vision.NIVision.ROI-com.ni.vision.NIVision.SearchDirection-com.ni.vision.NIVision.EdgeOptions2-com.ni.vision.NIVision.StraightEdgeOptions-">imaqStraightEdge</a></span>(<a href="../../../../com/ni/vision/NIVision.Image.html" title="class in com.ni.vision">NIVision.Image</a>&nbsp;image, <a href="../../../../com/ni/vision/NIVision.ROI.html" title="class in com.ni.vision">NIVision.ROI</a>&nbsp;roi, <a href="../../../../com/ni/vision/NIVision.SearchDirection.html" title="enum in com.ni.vision">NIVision.SearchDirection</a>&nbsp;searchDirection, <a href="../../../../com/ni/vision/NIVision.EdgeOptions2.html" title="class in com.ni.vision">NIVision.EdgeOptions2</a>&nbsp;edgeOptions, <a href="../../../../com/ni/vision/NIVision.StraightEdgeOptions.html" title="class in com.ni.vision">NIVision.StraightEdgeOptions</a>&nbsp;straightEdgeOptions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../com/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">NIVision.StraightEdgeReport2</a></code></td> <td class="colLast"><span class="typeNameLabel">NIVision.</span><code><span class="memberNameLink"><a href="../../../../com/ni/vision/NIVision.html#imaqStraightEdge2-com.ni.vision.NIVision.Image-com.ni.vision.NIVision.ROI-com.ni.vision.NIVision.SearchDirection-com.ni.vision.NIVision.EdgeOptions2-com.ni.vision.NIVision.StraightEdgeOptions-int-">imaqStraightEdge2</a></span>(<a href="../../../../com/ni/vision/NIVision.Image.html" title="class in com.ni.vision">NIVision.Image</a>&nbsp;image, <a href="../../../../com/ni/vision/NIVision.ROI.html" title="class in com.ni.vision">NIVision.ROI</a>&nbsp;roi, <a href="../../../../com/ni/vision/NIVision.SearchDirection.html" title="enum in com.ni.vision">NIVision.SearchDirection</a>&nbsp;searchDirection, <a href="../../../../com/ni/vision/NIVision.EdgeOptions2.html" title="class in com.ni.vision">NIVision.EdgeOptions2</a>&nbsp;edgeOptions, <a href="../../../../com/ni/vision/NIVision.StraightEdgeOptions.html" title="class in com.ni.vision">NIVision.StraightEdgeOptions</a>&nbsp;straightEdgeOptions, int&nbsp;optimizedMode)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../com/ni/vision/NIVision.StraightEdgeReport2.html" title="class in com.ni.vision">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/ni/vision/class-use/NIVision.StraightEdgeReport2.html" target="_top">Frames</a></li> <li><a href="NIVision.StraightEdgeReport2.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; 2015. All rights reserved.</small></p> </body> </html>
main/contact.html
bheathit/terraitsolutions
<!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>Contact & About Page</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Terra IT Solutions contact page" /> <meta name="keywords" content="Terra, Information Technology, Computers" /> <meta name="robots" content="index,follow" /> <link href="../styles/styleSheetMain.css" rel="stylesheet" type="text/css"/> <link href='https://fonts.googleapis.com/css?family=Carter One' rel='stylesheet'> </head> <body> <button onclick="topFunction()" id="myBtn" title="Go to top">Go to Top</button> <nav id="mySidenav" class="sidenav"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <a href="../index.html">Home</a> <a href="sitemap.html">Sitemap</a> <div class="pageBreak"> <br /> <br /> <br /> </div> <div align="center"> <img class="image_navImageLogo" src="../images/siteImageLogo.jpg" > </div> </nav> <span class="navSpan" onclick="openNav()">&#9776; MENU </span> <div id="main"> <table class="pageHeading"> <tr> <td align="center"> <div class="transbox_Heading"> <h1>Contact & About Page</h1> </div> </td> <td align="center"><img class="image_siteImageLogo" src="../images/earthRotating_V2.gif" alt="Rotating GIF of Earth. Artwork Author: Benjamin Heath"></td> </tr> </table> <div class="pageBreak"> <br /> <br /> <br /> </div> <h2>Contact Methods: <br /></h2> <ul> <h3><li>Email: <a href="mailto:bheathit@gmail.com">bheathit@gmail.com</a></li> <li>Text/Call: <a href="sms:941-538-7679">941-538-7679</a></li></h3> </ul> <h2>Who am I?<br /></h2> <div class="card"> <img src="../images/PicOfSelf_360px.png" alt="Picture of Benjamin Heath" style="width:100%"> <div class="container"> <h4>Benjamin Heath</h4> <p>Certified IT Technician & Developer</p> </div> </div> <p>You can also find me on Linkedin <a href="https://www.linkedin.com/in/benjamin-heath-738610132/">My Profile Page</a></p> <ul class="breadcrumb"> <li><a href="../index.html">Home</a></li> <li>Contact/About</li> </ul> </div> <script src="../scripts/AnimatedSideNav.js"></script> <script src="../scripts/ToTop.js"></script> </body> </html>
de/vivotek-bringt-besonders-sichere-3-megapixel-fischaugen-netzwerkkamera-cc8370-hv-für-hochsicherheitsumgebungen-auf-den-markt/index.html
vivotekweb/vivotekweb
<!DOCTYPE html> <html lang="de"> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9"><![endif]--> <!--[if gt IE 8]><!--><html class="no-js"><!--<![endif]--> <head> <base href="//www.vivotek.com/website/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>VIVOTEK präsentiert den neuen intelligenten und effizienten NVR ND8422P mit PoE für vielfältigste Überwachungsaufgaben | VIVOTEK</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap-theme.min.css"> <link rel="stylesheet" href="css/fontello/fontello.css"> <link rel="stylesheet" href="css/vivotek.css"> <!--[if lt IE 9]> <link rel="stylesheet" href="image/all/iconic/font/css/iconic-glyphs-legacy.css"> <![endif]--> <!-- BROWSER FAVICON --> <link rel="icon" href="image/all/VIVOTEK_icon.ico"> <!-- iPad RETINA --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="image/all/VIVOTEK_icon_ipad_r.png"> <!-- iPhone RETINA --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="image/all/VIVOTEK_icon_iphone_r.png"> <!-- iPad --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="image/all/VIVOTEK_icon_ipad.png"> <!-- iPhone --> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="image/all/VIVOTEK_icon_iphone.png"> </head> <body class="homebody"> <!--[if lt IE 7]> <p class="chromeframe"> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience. </p> <![endif]--> <!-- !LOGO AND LANGUAGE START --> <a name="top"></a> <div class="container-fluid bg_white"> <div class="row"> <div class="col-xs-0 col-sm-0 col-md-0 col-lg-1"></div> <div class="col-xs-10 col-sm-10 col-md-9 col-lg-8"><div class="div_clear_8"></div><a href="/" target="_self"><img src="image/all/VIVOTEK_logo.svg" class="vivotek_logoimg" /></a><div class="div_clear_8"></div></div> <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2"> <div class="div_clear_1_68"></div> <div class="btn-group pull-right vivotek_lang"> <h1 class="sr-only">Language Navigation</h1> <nav> <button type="button" class="btn btn-default dropdown-toggle vivotek_nav_dropdown-toggle" data-toggle="dropdown"> <i class="icon-fontello-globe-3 blue font_size_138"></i> <span class="caret"></span> </button> <ul class="dropdown-menu vivotek_lang_dropdown-menu"> <li> <a href="vivotek-launches-anti-ligature-3-megapixel-fisheye-network-camera-cc8370-hv-for-high-security-environments/" target="_self"> <h1>English</h1> </a> </li> <li> <a href="de/vivotek-bringt-besonders-sichere-3-megapixel-fischaugen-netzwerkkamera-cc8370-hv-für-hochsicherheitsumgebungen-auf-den-markt/" target="_self" class="active"> <h1>Deutsch</h1> </a> </li> <li> <a href="es/vivotek-lanza-la-cámara-ip-ojo-de-pez-de-anti-ligadura-3-megapíxeles-cc8370-hv-para-ambientes-de-alta-seguridad/" target="_self"> <h1>Español</h1> </a> </li> <!-- <li> <a href="fr/url/" target="_self"> <h1>Français</h1> </a> </li> --> <li> <a href="it/vivotek-lancia-la-telecamera-di-rete-fisheye-cc8370-hv-antidanno-per-ambienti-ad-alta-sicurezza/" target="_self"> <h1>Italiano</h1> </a> </li> <li> <a href="jp/vivotekは高度なセキュリティ環境向けアンチリガチュアの3メガピクセル-フィッシュアイカメラ-cc8370-hvをリリース/" target="_self"> <h1>日本語</h1> </a> </li> <!-- <li> <a href="pt/url/" target="_self"> <h1>Português</h1> </a> </li> --> <li> <a href="ru/компания-vivotek-запускает-3-мп-камеру-рыбий-глаз-cc8370-hv-с-гладким-дизайном-для-проектов-требующих-высочайшей-безопасности/" target="_self"> <h1>Русский</h1> </a> </li> <li> <a href="tw/晶睿通訊推出三百萬畫素防抓式魚眼網路攝影機-cc8370-hv-適用於高度安全戒護/" target="_self"> <h1>繁體中文</h1> </a> </li> <li> <a href="cn/晶睿通讯推出三百万像素防抓式鱼眼网路摄影机-cc8370-hv-适用于看守所-监狱等区域/" target="_self"> <h1>简体中文</h1> </a> </li> </ul> </nav> </div> </div> <div class="col-xs-0 col-sm-0 col-md-1 col-lg-1"></div> </div> <div class="div_clear_18"></div> </div> <!-- !LOGO AND LANGUAGE END --> <!-- !CONTENT MAIN START --> <div class="container-fluid bg_blue_5"> <div class="row"> <!-- BANNER IMAGE START --> <img src="image/pressroom/news/20150813.jpg" alt="" class="width_100"> <!-- BANNER IMAGE END --> <!-- VIDEO IFRAME START --> <!-- <div class="col-xs-1 col-md-3"></div> <div class="col-xs-10 col-md-6"> <div class="div_clear_38"></div> <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/7tur9CO71LU" frameborder="0" allowfullscreen></iframe> </div> </div> <div class="col-xs-1 col-md-3"></div> --> <!-- VIDEO IFRAME END --> </div> </div> <div class="container-fluid bg_blue_5"> <div class="row"> <div class="col-xs-1 col-md-2"></div> <div class="col-xs-10 col-md-8"> <div class="div_clear_18"></div> <h2 class="white mar_b_138">VIVOTEK bringt besonders sichere 3-Megapixel Fischaugen-Netzwerkkamera CC8370-HV für Hochsicherheitsumgebungen auf den Markt</h2> <div class="div_clear_8"></div> </div> <div class="col-xs-1 col-md-2"></div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="div_clear_28"></div> <div class="col-xs-1 col-md-2"></div> <div class="col-xs-10 col-md-8"> <p><img data-src="image/all/iconic/svg/smart/calendar.svg" class="iconic iconic-sm iconic_news_calendar" alt="DATA"> 2015.08.13</p> <p>VIVOTEK hat den Start der Vandalismus-resistenten und suizidsicheren Fischaugen-Netzwerkkamera CC8370-HV angekündigt. Diese kompakte 3-Megapixel Fischaugen-Netzwerkkamera zeichnet sich durch WDR Pro-Technologie und ein besonders glattes, kantenfreies Design aus. Das Vandalismus-resistente Gehäuse ist gleichzeitig so gestaltet, dass die Sicherheit der Insassen gewährleistet ist und das Personal effektiv unterstützt wird. Die CC8370-HV wurde speziell für hochsichere Umgebungen entwickelt, wie man sie in Haftanstalten, Arrestzellen, psychiatrischen Abteilungen und Justizvollzugsanstalten findet.</p> <p>Der wachsende Bedarf an die Überwachung von Innenräumen in Hochsicherheitsumgebungen hat VIVOTEK dazu gebracht, die CC8370-HV speziell für die Anforderungen in diesem anspruchsvollen Bereich zu entwickeln. Durch den Verzicht auf Kanten kann die Kamera Leben retten, indem sie Selbstverletzungen und Verletzungen bei Konflikten verhindert. Mit der horizontalen 180°-Panorama-Ansicht und einem verstellbaren Neigewinkel von 25°, ermöglicht die CC8370-HV dem Sicherheitspersonal alle Ereignisse in der Zelle ohne tote Winkel zu sehen. Mit dem eingebauten Mikrofon können innerhalb eines Radius von fünf Metern alle Geräusche klar aufgezeichnet werden.</p> <p>Die CC8370-HV ist zusätzlich mit einem robusten IP66-eingestuften Gehäuse gemäß IK10 ausgestattet, das vor Wasser und Staub, aber auch vor Vandalismus und Manipulation schützt. Um eine Tag/Nacht-Überwachung zu ermöglichen, ist die Kamera mit der WDR Pro-Technologie ausgestattet, die sowohl Bilder der dunklen, als auch hellen Bereiche eines Bildausschnitts aufnimmt und sie zu einem realistischen Bild zusammenfügt, das der realen Szene sehr nahe kommt. Darüber hinaus nutzt die CC8370-HV die SNV-Technik (Supreme Night Visibility), die die Kamera in die Lage versetzt, qualitativ hochwertige Bilder auch bei schwachem Licht zu liefern. Durch die überlegene Nachtsicht verhindert die CC8370-HV unerwartete und unerwünschte Ereignisse.</p> <p>Die CC8370-HV wird durch die kostenfreie Videomanagement-Software von VIVOTEK ST7501 unterstützt, die die Aufnahme von Netzwerk-Videobildern von bis zu 32 Kanälen steuert. Sicherheitsverantwortliche können so ganz einfach IP-Überwachungssysteme einrichten und vorplanen und sie können Alarmauslösungen festlegen, z.B. durch Bewegungserkennung und die Erkennung von Kameramanipulation. Die reibungslose Integration von VIVOTEK IP-Lösungen liefert nicht nur eine exzellente Bildqualität sondern auch die Intelligenz, die für ein effektives Management und eine Reaktion ohne Verzögerung nötig sind.</p> <p>Tim Su, Direktor für Marketing und Kommunikation bei VIVOTEK kommentiert: "Der Start der CC8370-HV zeigt, wie sich VIVOTEK diesem einzigartigen und sich verändernden Markt anpasst. Mit unserer 15-jährigen Erfahrung in IP-Überwachung sind wir immer in der Lage, neue Lösungen zu entwerfen, wenn Herausforderungen anstehen und sich Möglichkeiten bieten."</p> </div> <div class="div_clear_28"></div> <div class="col-xs-1 col-md-2"></div> </div> </div> <div class="container-fluid sia_pro_apply bg_blue_5"> <div class="row align_center"> <div class="col-sm-12"> <div class="div_clear_88"></div> <h2 class="white font_size_238">Verwandte Produkte</h2> <div class="visible-xs hidden-sm hidden-md hidden-lg div_clear_18"></div> <ul class="related_products_news"> <li><a href="https://www.vivotek.com/website/cc8370-hv/" target="_self"><img src="image/all/icon_products/cc8370-hv.png" alt="CC8130(HS)">CC8370-HV</a></li> </ul> <div class="div_clear_38"></div> <div class="div_clear_28 border_top_dot_w1_gray"></div> <!-- <h2 class=" div_clear_18 white font_size_288">Weiterführender Link</h2> <div class="visible-xs hidden-sm hidden-md hidden-lg div_clear_28"></div> <ul class="no_liststyle text_center thanks"> <li><a href="http://www.axxonsoft.com/products/axxon_enterprise/core_functionality/videoanalytics.php" target="_blank" class=" text_line_none white font_logo font_size_288">AxxonSoft Analytic Video Tracker</a></li> </ul> <div class="div_clear_38"></div> <div class="border_top_dot_w1_gray"></div> --> <div class="div_clear_68"></div> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_facebook"><i class="icon-fontello-facebook"></i></a> <a class="addthis_button_twitter"><i class="icon-fontello-twitter"></i></a> <a class="addthis_button_pinterest_share"><i class="icon-fontello-pinterest"></i></a> <a class="addthis_button_linkedin"><i class="icon-fontello-linkedin"></i></a> <a class="addthis_button_email"><i class="icon-fontello-at"></i></a> <a class="addthis_button_qrfin"><i class="icon-fontello-qrcode"></i></a> <a class="addthis_button_compact"><i class="icon-fontello-share"></i></a> </div> <div class="div_clear_38"></div> <a href="#top" class="gototop"><i class="icon-fontello-angle-up"></i></a> <div class="div_clear_38"></div> </div> </div> </div> <!-- !CONTENT MAIN END --> <!-- !JAVASCRIPT START --> <script> $("#nav").load("//www.vivotek.com/website/nav.html"); $("#footer").load("//www.vivotek.com/website/footer.html"); </script> <!-- !MEGA MENU UNIVERSAL JAVASCRIPT START --> <script src="js/mgmenu_universal/mgmenu_plugins.min.js"></script> <script src="js/mgmenu_universal/mgmenu.min.js"></script> <script> $(document).ready(function($) { $('#mgmenu1').universalMegaMenu({ menu_effect: 'hover_fade', menu_speed_show: 300, menu_speed_hide: 200, menu_speed_delay: 200, menu_click_outside: true, menubar_trigger: false, menubar_hide: false, menu_responsive: true }); megaMenuContactForm(); }); </script> <!-- !MEGA MENU UNIVERSAL JAVASCRIPT END --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/jquery/jquery-1.10.1.min.js"><\/script>')</script> <script src="js/bootstrap/bootstrap.min.js"></script> <!-- !ICONIC 字型 START --> <script src="js/iconic/iconic.min.js"></script> <!-- !ICONIC 字型 END --> <!-- SHART - ADD THIS TOOL START --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=vivotekweb" async></script> <!-- SHART - ADD THIS TOOL END --> <!-- !VU START --> <script type="text/javascript"> adroll_adv_id = "Q5EVWUESQNFYTBVCGGOK6E"; adroll_pix_id = "QGLQD55G7ZGWLCEJ2KWV4X"; (function () { var oldonload = window.onload; window.onload = function(){ __adroll_loaded=true; var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); if(oldonload){oldonload()}}; }()); </script> <!-- !VU END --> <!-- !GOOGLE-ANALYTICS START --> <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-1877002-1', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); </script> <!-- !GOOGLE-ANALYTICS END --> <!-- !JAVASCRIPT END --> </body> </html>
测试widget/widget_uexSina/widget/com_problem1.html
LiguofuIOS/pluginCase
<!DOCTYPE html> <html class="um landscape min-width-240px min-width-320px min-width-480px min-width-768px min-width-1024px"> <head> <title></title> <meta charset="utf-8"> <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link rel="stylesheet" href="css/fonts/font-awesome.min.css"> <link rel="stylesheet" href="css/ui-box.css"> <link rel="stylesheet" href="css/ui-base.css"> <link rel="stylesheet" href="css/ui-color.css"> <link rel="stylesheet" href="css/appcan.icon.css"> <link rel="stylesheet" href="css/appcan.control.css"> <link rel="stylesheet" href="css/ui-new.css"> </head> <body class="um-vp " ontouchstart> <div id="page_0" class="up ub ub-ver bc-bg" tabindex="0"> <!--header开始--> <div id="header" class="uh t-b ub img14 ub-img1"> <div class="nav-btn next" id="nav-left"> <div class=" ub ub-ac sc-text ub-f1 " id="btn2" style=""> <div id="" class="uinn3 ub-img" style="width: 3em;height: 1.5em;background-image: url('css/res/back.png')"></div> </div> </div> <h1 class="ut ub-f1 ulev-3 ut-s tx-c" tabindex="0">常见问题</h1> <div class="nav-btn" id="nav-right"> </div> </div> <!--header结束--><!--content开始--> <div id="content" class="ub-f1 tx-l bc-bg"> </div> <!--content结束--> </div> <script src="js/appcan.js"></script> <script src="js/appcan.control.js"></script> </body> <script> appcan.ready(function() { var titHeight = $('#header').offset().height; appcan.frame.open("content", "com_problem1_content.html", 0, titHeight); window.onorientationchange = window.onresize = function(){ appcan.frame.resize("content", 0, titHeight); } }); appcan.button(".next", "btn-act", function() { appcan.window.close(-1); }) </script> </html>
frontend/src/AlbumStudio/AlbumStudioAlbum.css
lidarr/Lidarr
.album { display: flex; align-items: stretch; overflow: hidden; margin: 2px 4px; border: 1px solid $borderColor; border-radius: 4px; background-color: #eee; cursor: default; } .info { padding: 0 4px; } .albumType { padding: 0 4px; border-width: 0 1px; border-style: solid; border-color: $borderColor; background-color: $white; color: $defaultColor; } .tracks { padding: 0 4px; background-color: $white; color: $defaultColor; } .allTracks { background-color: #e0ffe0; } .missingWanted { background-color: #ffe0e0; }
RossFamilyTree/ppl/2/f/d15f5fb8f45742b97260947e8f2.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - TREVAN, Thomas</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>TREVAN, Thomas<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> TREVAN, Thomas </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I0149</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> </table> </div> <div class="subsection" id="events"> <h4>Events</h4> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/2/0/d15f5fb8f483c0fe62a65b4f902.html" title="Baptism"> Baptism <span class="grampsid"> [E0486]</span> </a> </td> <td class="ColumnDate">1833-03-21</td> <td class="ColumnPlace"> <a href="../../../plc/0/e/d15f5fb70863cda8234fe8e4ae0.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> <i class="NoteType"> General </i> <p> </p> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/0/6/d15f5fb8f51105dc86543ff260.html" title="Death"> Death <span class="grampsid"> [E0487]</span> </a> </td> <td class="ColumnDate">1882-10-17</td> <td class="ColumnPlace"> <a href="../../../plc/b/c/d15f5fb8f551f2a7c0edd2f7fcb.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/6/c/d15f5fb87a96a065bcb196675c6.html">TREVAN, John<span class="grampsid"> [I0096]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/6/5/d15f5fb87f2193b7690f15e0f56.html">WILLIAMS, Sarah<span class="grampsid"> [I0097]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/2/f/d15f5fb8f45742b97260947e8f2.html">TREVAN, Thomas<span class="grampsid"> [I0149]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/3/8/d15f5fb707e7d588511a73e8b83.html">TREVAN, Jane<span class="grampsid"> [I0043]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/b/a/d15f5fb8f677571e6a4fd47c0ab.html">TREVAN, John Williams<span class="grampsid"> [I0150]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/4/d/d15f5fb8f816d28c78b382dced4.html">TREVAN, William Henry<span class="grampsid"> [I0151]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/1/4/d15f5fb8fb566408d7496f75e41.html">TREVAN, Joel Henry<span class="grampsid"> [I0152]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/6/6/d15f5fb8fd43c5e4edf99d5a466.html">TREVAN, Joel Henry Carew<span class="grampsid"> [I0153]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/b/4/d15f5fb8feb2fbd9a669b12644b.html">TREVAN, Richard<span class="grampsid"> [I0154]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">&nbsp</td> <td class="ColumnAttribute">&nbsp</td> <td class="ColumnValue"><a href="../../../fam/b/4/d15f5fb8f5f4b6a6afbddf7514b.html" title="Family of TREVAN, Thomas and WASLEY, Annie">Family of TREVAN, Thomas and WASLEY, Annie<span class="grampsid"> [F0042]</span></a></td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/a/0/d15f5fb92243251c0879b74320a.html">WASLEY, Annie<span class="grampsid"> [I0167]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">&nbsp;</td> <td class="ColumnValue"> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/f/9/d15f60b57f94c8fcd88266299f.html" title="Status (Primary)"> Status (Primary) <span class="grampsid"> [E20263]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription"> MARRIED </td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </td> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Children</td> <td class="ColumnValue"> <ol> <li> <a href="../../../ppl/b/2/d15f5fb923348bf88cabdde9e2b.html">TREVAN, Ida Maud<span class="grampsid"> [I0168]</span></a> </li> </ol> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">7D7A164636BC284193C794BD0CD2AF09EF6C</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">6932043D47A97547AA363E8DC6DAC929C5D7</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/6/c/d15f5fb87a96a065bcb196675c6.html">TREVAN, John<span class="grampsid"> [I0096]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/6/5/d15f5fb87f2193b7690f15e0f56.html">WILLIAMS, Sarah<span class="grampsid"> [I0097]</span></a> <ol> <li class="thisperson"> TREVAN, Thomas <ol class="spouselist"> <li class="spouse"> <a href="../../../ppl/a/0/d15f5fb92243251c0879b74320a.html">WASLEY, Annie<span class="grampsid"> [I0167]</span></a> <ol> <li> <a href="../../../ppl/b/2/d15f5fb923348bf88cabdde9e2b.html">TREVAN, Ida Maud<span class="grampsid"> [I0168]</span></a> </li> </ol> </li> </ol> </li> <li> <a href="../../../ppl/3/8/d15f5fb707e7d588511a73e8b83.html">TREVAN, Jane<span class="grampsid"> [I0043]</span></a> </li> <li> <a href="../../../ppl/b/a/d15f5fb8f677571e6a4fd47c0ab.html">TREVAN, John Williams<span class="grampsid"> [I0150]</span></a> </li> <li> <a href="../../../ppl/4/d/d15f5fb8f816d28c78b382dced4.html">TREVAN, William Henry<span class="grampsid"> [I0151]</span></a> </li> <li> <a href="../../../ppl/1/4/d15f5fb8fb566408d7496f75e41.html">TREVAN, Joel Henry<span class="grampsid"> [I0152]</span></a> </li> <li> <a href="../../../ppl/6/6/d15f5fb8fd43c5e4edf99d5a466.html">TREVAN, Joel Henry Carew<span class="grampsid"> [I0153]</span></a> </li> <li> <a href="../../../ppl/b/4/d15f5fb8feb2fbd9a669b12644b.html">TREVAN, Richard<span class="grampsid"> [I0154]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg male AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/2/f/d15f5fb8f45742b97260947e8f2.html"> TREVAN, Thomas </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/6/c/d15f5fb87a96a065bcb196675c6.html"> TREVAN, John </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 151px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 156px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 44px; left: 386px;"> <a class="noThumb" href="../../../ppl/2/7/d15f5fb8c411e99fd87731b5372.html"> TREVAN, Richard </a> </div> <div class="shadow" style="top: 49px; left: 390px;"></div> <div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 76px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 81px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 7px; left: 576px;"> <a class="noThumb" href="../../../ppl/a/e/d15f5fb8c6d47289bb0348d0fea.html"> TREVAN, William </a> </div> <div class="shadow" style="top: 12px; left: 580px;"></div> <div class="bvline" style="top: 39px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 44px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 39px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 44px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol2" style="top: 194px; left: 386px;"> <a class="noThumb" href="../../../ppl/e/c/d15f5fb8c502958b79e15d8c2ce.html"> , Jane </a> </div> <div class="shadow" style="top: 199px; left: 390px;"></div> <div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/6/5/d15f5fb87f2193b7690f15e0f56.html"> WILLIAMS, Sarah </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> </div> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:53:57<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
src/Diptychon/lib/apache_imaging/apidocs/src-html/org/apache/commons/imaging/util/CachingInputStream.html
Diptychon/Diptychon
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /*<a name="line.1"></a> <FONT color="green">002</FONT> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a> <FONT color="green">003</FONT> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a> <FONT color="green">004</FONT> * this work for additional information regarding copyright ownership.<a name="line.4"></a> <FONT color="green">005</FONT> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a> <FONT color="green">006</FONT> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a> <FONT color="green">007</FONT> * the License. You may obtain a copy of the License at<a name="line.7"></a> <FONT color="green">008</FONT> *<a name="line.8"></a> <FONT color="green">009</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a> <FONT color="green">010</FONT> *<a name="line.10"></a> <FONT color="green">011</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a> <FONT color="green">012</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a> <FONT color="green">013</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a> <FONT color="green">014</FONT> * See the License for the specific language governing permissions and<a name="line.14"></a> <FONT color="green">015</FONT> * limitations under the License.<a name="line.15"></a> <FONT color="green">016</FONT> */<a name="line.16"></a> <FONT color="green">017</FONT> <a name="line.17"></a> <FONT color="green">018</FONT> package org.apache.commons.imaging.util;<a name="line.18"></a> <FONT color="green">019</FONT> <a name="line.19"></a> <FONT color="green">020</FONT> import java.io.ByteArrayOutputStream;<a name="line.20"></a> <FONT color="green">021</FONT> import java.io.IOException;<a name="line.21"></a> <FONT color="green">022</FONT> import java.io.InputStream;<a name="line.22"></a> <FONT color="green">023</FONT> <a name="line.23"></a> <FONT color="green">024</FONT> public class CachingInputStream extends InputStream {<a name="line.24"></a> <FONT color="green">025</FONT> private final InputStream is;<a name="line.25"></a> <FONT color="green">026</FONT> private final ByteArrayOutputStream baos = new ByteArrayOutputStream();<a name="line.26"></a> <FONT color="green">027</FONT> <a name="line.27"></a> <FONT color="green">028</FONT> public CachingInputStream(final InputStream is) {<a name="line.28"></a> <FONT color="green">029</FONT> this.is = is;<a name="line.29"></a> <FONT color="green">030</FONT> }<a name="line.30"></a> <FONT color="green">031</FONT> <a name="line.31"></a> <FONT color="green">032</FONT> public byte[] getCache() {<a name="line.32"></a> <FONT color="green">033</FONT> return baos.toByteArray();<a name="line.33"></a> <FONT color="green">034</FONT> }<a name="line.34"></a> <FONT color="green">035</FONT> <a name="line.35"></a> <FONT color="green">036</FONT> @Override<a name="line.36"></a> <FONT color="green">037</FONT> public int read() throws IOException {<a name="line.37"></a> <FONT color="green">038</FONT> final int result = is.read();<a name="line.38"></a> <FONT color="green">039</FONT> baos.write(result);<a name="line.39"></a> <FONT color="green">040</FONT> return result;<a name="line.40"></a> <FONT color="green">041</FONT> }<a name="line.41"></a> <FONT color="green">042</FONT> <a name="line.42"></a> <FONT color="green">043</FONT> @Override<a name="line.43"></a> <FONT color="green">044</FONT> public int available() throws IOException {<a name="line.44"></a> <FONT color="green">045</FONT> return is.available();<a name="line.45"></a> <FONT color="green">046</FONT> }<a name="line.46"></a> <FONT color="green">047</FONT> <a name="line.47"></a> <FONT color="green">048</FONT> @Override<a name="line.48"></a> <FONT color="green">049</FONT> public void close() throws IOException {<a name="line.49"></a> <FONT color="green">050</FONT> is.close();<a name="line.50"></a> <FONT color="green">051</FONT> }<a name="line.51"></a> <FONT color="green">052</FONT> <a name="line.52"></a> <FONT color="green">053</FONT> }<a name="line.53"></a> </PRE> </BODY> </HTML>
assets/css/colors/color-purple.css
CoryFail/keyStream
input.submit, input.submit:focus, input.submit:active { background: #9a86a2; } a { color: #9a86a2; } #primary-menu ul li a.current { background-color: #9a86a2; } .fixed #primary-menu ul li a.current { background-color: #9a86a2; } #footer a:hover { color: #9a86a2; } .tweets a:hover , #footer .tweets a:hover, .tweets .tweet_time a:hover, #footer .tweets .tweet_time a:hover { color: #9a86a2; } .photostream a:hover, #footer .photostream a:hover { background-color: #9a86a2; border: 1px solid #9a86a2; } .team-member-info .social-personal li a:hover { background-color: #9a86a2; } .skills-graph li span { background-color: #9a86a2; } .services div:hover, .services div:hover a { background-color:#9a86a2; } .grey:hover { background-color:#9a86a2; } .highlight1 { background-color: #9a86a2; } .item-info-overlay { background-color: #9a86a2; } .hexagon .item-info-overlay { background-color: #9a86a2; } .circle .item-info-overlay { background-color: #9a86a2; } .triangle .item-info-overlay { background-color: #9a86a2; } ul.item-nav li:hover { background-color: #9a86a2; } .contact-success { background-color: #9a86a2; } .form .contact-error { color: #9a86a2; } .flex-direction-nav li a:hover { background-color: #9a86a2; } .widget a:hover { color: #9a86a2; } .widget ul#recentcomments a.author:hover { color: #9a86a2; } .post-title h2.title a:hover { color: #9a86a2; } .post-meta a:hover { color: #9a86a2; } .post-info div.date { background-color: #9a86a2; } .comment .author a:hover { color: #9a86a2; } .comment .comment-meta .reply:hover { background-color:#9a86a2; } .wp-pagenavi span.current { background-color: #9a86a2; }
lib/webui/templates/source.html
narantech/volumio
<div class="container credits"> <h1>NAS mounts</h1> <form class="form-horizontal" data-validate="parsley" action="sources.php" method="post"> <fieldset> <legend>$_title <span class=" $_hide ">(<button type="submit" class="btn btn-link btn-nobtn" name="delete" value="1">remove this mount</button>)</span></legend> <div class="control-group" > <div class="alert alert-info $_hideerror "> <i class='icon-remove red sx'></i> Last system mount error</br> $_error </div> <label class="control-label" for="nas-name">Source name</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="nas-name" name="mount[name]" value="$_name" data-trigger="change" placeholder="es: Classical"> <input type="hidden" name="mount[id]" value="$_id"> <input type="hidden" name="mount[action]" value="$_action"> <span class="help-block">The name you want to give to this source. It will appear in your database tree structure</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-type">fileshare protocol</label> <div class="controls"> <select id="type" name="mount[type]" class="input-large"> $_source_select[type] </select> <span class="help-block">Select SMB/CIFS for connect Windows file shares or NFS for unix file shares</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-ip">IP address</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="nas-ip" name="mount[address]" value="$_address" data-trigger="change" placeholder="es: 192.168.1.250"> <span class="help-block">Specify your NAS address</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-dir">Remote directory</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="nas-dir" name="mount[remotedir]" value="$_remotedir" data-trigger="change" placeholder="es: Music/Classical" > <span class="help-block">Specify the directory name on the NAS where to scan music files (case sensitive)</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-usr">Username</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="nas-usr" name="mount[username]" value="$_username" data-trigger="change" placeholder="user" > <span class="help-block">If required, specify username to grant access to the NAS (case sensitive)</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-pasw">Password</label> <div class="controls"> <input class="input-large" class="input-large" type="password" id="nas-pasw" name="mount[password]" value="$_password" placeholder="pass" autocomplete="off"> <span class="help-block">If required, specify password to grant access to the NAS (case sensitive)</span> </div> </div> <p><a href="#notarget" class="show-advanced-config"><i class="icon-plus-sign"></i> <span>show advanced options</span></a></p> <div class="advanced-config hide"> <div class="control-group" > <label class="control-label" for="nas-charset">Charset</label> <div class="controls"> <select id="log-level" name="mount[charset]" class="input-large"> <option value="utf8" $_charset>UTF8 (default)</option> <option value="iso8859-1" $_charset>ISO 8859-1</option> </select> <span class="help-block">Change this settings if you experience problems with character encoding</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-rsize">Rsize</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="nas-rsize" name="mount[rsize]" value="$_rsize" data-trigger="change" placeholder="8048" > <span class="help-block">Change this settings if you experience problems with music playback (es: pops or clips)</span> </div> </div> <div class="control-group" > <label class="control-label" for="nas-wsize">Wsize</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="nas-wsize" name="mount[wsize]" value="$_wsize" data-trigger="change" placeholder="8096" > <span class="help-block">Change this settings if you experience problems with music playback (es: pops or clips)</span> </div> </div> <div class="control-group" > <label class="control-label" for="options">Mount flags</label> <div class="controls"> <input class="input-large" class="input-large" type="text" id="options" name="mount[options]" value="$_options" data-trigger="change" placeholder="ro,noatime"> <input type="hidden" name="mount[error]" value="$_error"> <span class="help-block">Advanced mount flags. Don't use this field if you don't know what you are doing.</span> </div> </div> </div> <fieldset> <div class="form-actions"> <a href="sources.php" class="btn btn-large" data-ajax="false">Cancel</a> <button type="submit" class="btn btn-primary btn-large" name="save" value="save">Save mount</button> </div> </form> </div>
templates/layout.html
mtoloo/An-Empirical-Study-of-News-RSS-Feeds
<!doctype html> <title>An-Empirical-Study-of-News-RSS-Feeds</title> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}"> <div class="page"> <h1>{{ title }}</h1> {% if request.path != '/' %} <a href="/">Home</a> {% endif %} <hr /> {% for message in get_flashed_messages() %} <div class="flash">{{ message }}</div> {% endfor %} {% block body %}{% endblock %} </div>
lib/sencha-touch-2.0.1/docs/source/Card.html
MitosEHR/MitosEHR-Official
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js"><span id='Ext-fx-layout-Card'>/** </span> * @private */ Ext.define('Ext.fx.layout.Card', { requires: [ 'Ext.fx.layout.card.Slide', 'Ext.fx.layout.card.Cover', 'Ext.fx.layout.card.Reveal', 'Ext.fx.layout.card.Fade', 'Ext.fx.layout.card.Flip', 'Ext.fx.layout.card.Pop', // 'Ext.fx.layout.card.Cube', 'Ext.fx.layout.card.Scroll' ], constructor: function(config) { var defaultClass = Ext.fx.layout.card.Abstract, type; if (!config) { return null; } if (typeof config == 'string') { type = config; config = {}; } else if (config.type) { type = config.type; } config.elementBox = false; if (type) { if (Ext.os.is.Android2) { // In Android 2 we only support scroll and fade. Otherwise force it to slide. if (type != 'fade') { type = 'scroll'; } } else if (type === 'slide' &amp;&amp; Ext.browser.is.ChromeMobile) { type = 'scroll'; } defaultClass = Ext.ClassManager.getByAlias('fx.layout.card.' + type); //&lt;debug error&gt; if (!defaultClass) { Ext.Logger.error(&quot;Unknown card animation type: '&quot; + type + &quot;'&quot;); } //&lt;/debug&gt; } return Ext.factory(config, defaultClass); } }); </pre> </body> </html>
src/augustus-3.0.2/mysql++/doc/html/refman/tiny__int_8h-source.html
NGSchool2016/ngschool2016-materials
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>MySQL++ Reference Manual</title> <meta http-equiv="Content-type" content="text/html;charset=iso-8859-1"> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="refman.css" rel="stylesheet" type="text/css"> </head> <body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul></div> <h1>tiny_int.h</h1><a href="tiny__int_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <a name="l00002"></a>00002 <a name="l00003"></a>00003 <a name="l00004"></a>00004 <span class="comment">/***********************************************************************</span> <a name="l00005"></a>00005 <span class="comment"> Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and</span> <a name="l00006"></a>00006 <span class="comment"> (c) 2004-2007 by Educational Technology Resources, Inc. Others may</span> <a name="l00007"></a>00007 <span class="comment"> also hold copyrights on code in this file. See the CREDITS.txt file</span> <a name="l00008"></a>00008 <span class="comment"> in the top directory of the distribution for details.</span> <a name="l00009"></a>00009 <span class="comment"></span> <a name="l00010"></a>00010 <span class="comment"> This file is part of MySQL++.</span> <a name="l00011"></a>00011 <span class="comment"></span> <a name="l00012"></a>00012 <span class="comment"> MySQL++ is free software; you can redistribute it and/or modify it</span> <a name="l00013"></a>00013 <span class="comment"> under the terms of the GNU Lesser General Public License as published</span> <a name="l00014"></a>00014 <span class="comment"> by the Free Software Foundation; either version 2.1 of the License, or</span> <a name="l00015"></a>00015 <span class="comment"> (at your option) any later version.</span> <a name="l00016"></a>00016 <span class="comment"></span> <a name="l00017"></a>00017 <span class="comment"> MySQL++ is distributed in the hope that it will be useful, but WITHOUT</span> <a name="l00018"></a>00018 <span class="comment"> ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span> <a name="l00019"></a>00019 <span class="comment"> FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public</span> <a name="l00020"></a>00020 <span class="comment"> License for more details.</span> <a name="l00021"></a>00021 <span class="comment"></span> <a name="l00022"></a>00022 <span class="comment"> You should have received a copy of the GNU Lesser General Public</span> <a name="l00023"></a>00023 <span class="comment"> License along with MySQL++; if not, write to the Free Software</span> <a name="l00024"></a>00024 <span class="comment"> Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301</span> <a name="l00025"></a>00025 <span class="comment"> USA</span> <a name="l00026"></a>00026 <span class="comment">***********************************************************************/</span> <a name="l00027"></a>00027 <a name="l00028"></a>00028 <span class="preprocessor">#if !defined(MYSQLPP_TINY_INT_H)</span> <a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define MYSQLPP_TINY_INT_H</span> <a name="l00030"></a>00030 <span class="preprocessor"></span> <a name="l00031"></a>00031 <span class="preprocessor">#include "<a class="code" href="common_8h.html">common.h</a>"</span> <a name="l00032"></a>00032 <a name="l00033"></a>00033 <span class="preprocessor">#include &lt;ostream&gt;</span> <a name="l00034"></a>00034 <a name="l00035"></a>00035 <span class="keyword">namespace </span>mysqlpp { <a name="l00036"></a>00036 <a name="l00053"></a>00053 <a name="l00054"></a>00054 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> VT = <span class="keywordtype">signed</span> <span class="keywordtype">char</span>&gt; <a name="l00055"></a><a class="code" href="classmysqlpp_1_1tiny__int.html">00055</a> <span class="keyword">class </span><a class="code" href="classmysqlpp_1_1tiny__int.html">tiny_int</a> <a name="l00056"></a>00056 { <a name="l00057"></a>00057 <span class="keyword">public</span>: <a name="l00059"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#9897d070e5985ef9a63b4ac7b0f34bec">00059</a> <span class="keyword">typedef</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">tiny_int&lt;VT&gt;</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>; <a name="l00060"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#41bd9d701b334239937583fcd822982d">00060</a> <span class="keyword">typedef</span> VT <a class="code" href="classmysqlpp_1_1tiny__int.html#41bd9d701b334239937583fcd822982d">value_type</a>; <a name="l00061"></a>00061 <a name="l00065"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#260d365f3716314aaf9f7f4e1b25a2c1">00065</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#260d365f3716314aaf9f7f4e1b25a2c1">tiny_int</a>() { } <a name="l00066"></a>00066 <a name="l00069"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#4b508b1914798beeb778b982655b88c9">00069</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#260d365f3716314aaf9f7f4e1b25a2c1">tiny_int</a>(<a class="code" href="classmysqlpp_1_1tiny__int.html#41bd9d701b334239937583fcd822982d">value_type</a> v) : <a name="l00070"></a>00070 value_(<a class="code" href="classmysqlpp_1_1tiny__int.html#41bd9d701b334239937583fcd822982d">value_type</a>(v)) <a name="l00071"></a>00071 { <a name="l00072"></a>00072 } <a name="l00073"></a>00073 <a name="l00075"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#b8110660e782d6bf04c72812fc2997a6">00075</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#b8110660e782d6bf04c72812fc2997a6">operator bool</a>()<span class="keyword"> const</span> <a name="l00076"></a>00076 <span class="keyword"> </span>{ <a name="l00077"></a>00077 <span class="keywordflow">return</span> value_; <a name="l00078"></a>00078 } <a name="l00079"></a>00079 <a name="l00081"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#1403604c879449ad98c26bb12106d605">00081</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#1403604c879449ad98c26bb12106d605">operator int</a>()<span class="keyword"> const</span> <a name="l00082"></a>00082 <span class="keyword"> </span>{ <a name="l00083"></a>00083 <span class="keywordflow">return</span> static_cast&lt;int&gt;(value_); <a name="l00084"></a>00084 } <a name="l00085"></a>00085 <a name="l00087"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#7a97eeda48b033ccdf19a021f4232649">00087</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#7a97eeda48b033ccdf19a021f4232649">operator value_type</a>()<span class="keyword"> const</span> <a name="l00088"></a>00088 <span class="keyword"> </span>{ <a name="l00089"></a>00089 <span class="keywordflow">return</span> value_; <a name="l00090"></a>00090 } <a name="l00091"></a>00091 <a name="l00093"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#de6a9d3ddfb2d1fcc75a7ea591e91a8b">00093</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#de6a9d3ddfb2d1fcc75a7ea591e91a8b">operator =</a>(<span class="keywordtype">int</span> v) <a name="l00094"></a>00094 { <a name="l00095"></a>00095 value_ = static_cast&lt;value_type&gt;(v); <a name="l00096"></a>00096 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00097"></a>00097 } <a name="l00098"></a>00098 <a name="l00100"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#36e18f2ce991fb4296dc59e2212a5fa1">00100</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#36e18f2ce991fb4296dc59e2212a5fa1">operator +=</a>(<span class="keywordtype">int</span> v) <a name="l00101"></a>00101 { <a name="l00102"></a>00102 value_ += static_cast&lt;value_type&gt;(v); <a name="l00103"></a>00103 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00104"></a>00104 } <a name="l00105"></a>00105 <a name="l00107"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#e5efcbe08b3c794b6891e601087901f0">00107</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#e5efcbe08b3c794b6891e601087901f0">operator -=</a>(<span class="keywordtype">int</span> v) <a name="l00108"></a>00108 { <a name="l00109"></a>00109 value_ -= static_cast&lt;value_type&gt;(v); <a name="l00110"></a>00110 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00111"></a>00111 } <a name="l00112"></a>00112 <a name="l00114"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#bdd076a84876ac52d00310ca82cd1921">00114</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#bdd076a84876ac52d00310ca82cd1921">operator *=</a>(<span class="keywordtype">int</span> v) <a name="l00115"></a>00115 { <a name="l00116"></a>00116 value_ *= static_cast&lt;value_type&gt;(v); <a name="l00117"></a>00117 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00118"></a>00118 } <a name="l00119"></a>00119 <a name="l00121"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#1202e5b687748679fb3fc3f8dd58590c">00121</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#1202e5b687748679fb3fc3f8dd58590c">operator /=</a>(<span class="keywordtype">int</span> v) <a name="l00122"></a>00122 { <a name="l00123"></a>00123 value_ /= static_cast&lt;value_type&gt;(v); <a name="l00124"></a>00124 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00125"></a>00125 } <a name="l00126"></a>00126 <a name="l00129"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#bbc67bd4206bcdc011987d8982c8fde2">00129</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#bbc67bd4206bcdc011987d8982c8fde2">operator %=</a>(<span class="keywordtype">int</span> v) <a name="l00130"></a>00130 { <a name="l00131"></a>00131 value_ %= static_cast&lt;value_type&gt;(v); <a name="l00132"></a>00132 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00133"></a>00133 } <a name="l00134"></a>00134 <a name="l00136"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#b0e1e3a1f38366e44f1d2f0b22a3c68b">00136</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#b0e1e3a1f38366e44f1d2f0b22a3c68b">operator &amp;=</a>(<span class="keywordtype">int</span> v) <a name="l00137"></a>00137 { <a name="l00138"></a>00138 value_ &amp;= static_cast&lt;value_type&gt;(v); <a name="l00139"></a>00139 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00140"></a>00140 } <a name="l00141"></a>00141 <a name="l00143"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#879dc1f591dee511e6f5e4e551c92745">00143</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#879dc1f591dee511e6f5e4e551c92745">operator |=</a>(<span class="keywordtype">int</span> v) <a name="l00144"></a>00144 { <a name="l00145"></a>00145 value_ |= static_cast&lt;value_type&gt;(v); <a name="l00146"></a>00146 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00147"></a>00147 } <a name="l00148"></a>00148 <a name="l00150"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#ffffdfea42926ff6dca2e7d55ec5d991">00150</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#ffffdfea42926ff6dca2e7d55ec5d991">operator ^=</a>(<span class="keywordtype">int</span> v) <a name="l00151"></a>00151 { <a name="l00152"></a>00152 value_ ^= static_cast&lt;value_type&gt;(v); <a name="l00153"></a>00153 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00154"></a>00154 } <a name="l00155"></a>00155 <a name="l00157"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#256b54a16c73ac9f5ceb98cc18ea08a2">00157</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#256b54a16c73ac9f5ceb98cc18ea08a2">operator &lt;&lt;=</a>(<span class="keywordtype">int</span> v) <a name="l00158"></a>00158 { <a name="l00159"></a>00159 value_ &lt;&lt;= static_cast&lt;value_type&gt;(v); <a name="l00160"></a>00160 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00161"></a>00161 } <a name="l00162"></a>00162 <a name="l00164"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#110f9067985f3fb752b7f789e51dd807">00164</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#110f9067985f3fb752b7f789e51dd807">operator &gt;&gt;=</a>(<span class="keywordtype">int</span> v) <a name="l00165"></a>00165 { <a name="l00166"></a>00166 value_ &gt;&gt;= static_cast&lt;value_type&gt;(v); <a name="l00167"></a>00167 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00168"></a>00168 } <a name="l00169"></a>00169 <a name="l00171"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#c73c26862208cf500871288153975397">00171</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#c73c26862208cf500871288153975397">operator ++</a>() <a name="l00172"></a>00172 { <a name="l00173"></a>00173 ++value_; <a name="l00174"></a>00174 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00175"></a>00175 } <a name="l00176"></a>00176 <a name="l00178"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#85a9927cabf14fc6d6c57b3654bcdd98">00178</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; <a class="code" href="classmysqlpp_1_1tiny__int.html#85a9927cabf14fc6d6c57b3654bcdd98">operator --</a>() <a name="l00179"></a>00179 { <a name="l00180"></a>00180 --value_; <a name="l00181"></a>00181 <span class="keywordflow">return</span> *<span class="keyword">this</span>; <a name="l00182"></a>00182 } <a name="l00183"></a>00183 <a name="l00185"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#cb6a9557f17f0d9491bfca78dd447133">00185</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#c73c26862208cf500871288153975397">operator ++</a>(<span class="keywordtype">int</span>) <a name="l00186"></a>00186 { <a name="l00187"></a>00187 <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> tmp = value_; <a name="l00188"></a>00188 ++value_; <a name="l00189"></a>00189 <span class="keywordflow">return</span> tmp; <a name="l00190"></a>00190 } <a name="l00191"></a>00191 <a name="l00194"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#7bc7eacd9a17ee36161595b2715da7c8">00194</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#85a9927cabf14fc6d6c57b3654bcdd98">operator --</a>(<span class="keywordtype">int</span>) <a name="l00195"></a>00195 { <a name="l00196"></a>00196 <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> tmp = value_; <a name="l00197"></a>00197 --value_; <a name="l00198"></a>00198 <span class="keywordflow">return</span> tmp; <a name="l00199"></a>00199 } <a name="l00200"></a>00200 <a name="l00202"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#9b7c226805506b84d2fe2d785b8e534b">00202</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#9b7c226805506b84d2fe2d785b8e534b">operator -</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00203"></a>00203 <span class="keyword"> </span>{ <a name="l00204"></a>00204 <span class="keywordflow">return</span> value_ - i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00205"></a>00205 } <a name="l00206"></a>00206 <a name="l00208"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#5d9c58874950cda1bd363505bf717117">00208</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#5d9c58874950cda1bd363505bf717117">operator +</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00209"></a>00209 <span class="keyword"> </span>{ <a name="l00210"></a>00210 <span class="keywordflow">return</span> value_ + i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00211"></a>00211 } <a name="l00212"></a>00212 <a name="l00214"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#de10b268d38b2203a5592a5c0c074007">00214</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#de10b268d38b2203a5592a5c0c074007">operator *</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00215"></a>00215 <span class="keyword"> </span>{ <a name="l00216"></a>00216 <span class="keywordflow">return</span> value_ * i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00217"></a>00217 } <a name="l00218"></a>00218 <a name="l00220"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#84e2e43fcb15f44afab23c9a78f5cd9d">00220</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#84e2e43fcb15f44afab23c9a78f5cd9d">operator /</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00221"></a>00221 <span class="keyword"> </span>{ <a name="l00222"></a>00222 <span class="keywordflow">return</span> value_ / i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00223"></a>00223 } <a name="l00224"></a>00224 <a name="l00226"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#4bd805adc8fd0d3a010ed8c531855069">00226</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#4bd805adc8fd0d3a010ed8c531855069">operator %</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00227"></a>00227 <span class="keyword"> </span>{ <a name="l00228"></a>00228 <span class="keywordflow">return</span> value_ % i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00229"></a>00229 } <a name="l00230"></a>00230 <a name="l00232"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#77d2d68bd0e1d0905367bbf19fe92bac">00232</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#77d2d68bd0e1d0905367bbf19fe92bac">operator |</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00233"></a>00233 <span class="keyword"> </span>{ <a name="l00234"></a>00234 <span class="keywordflow">return</span> value_ | i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00235"></a>00235 } <a name="l00236"></a>00236 <a name="l00238"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#d985cc35ed8dafe4db56861b530830e4">00238</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#d985cc35ed8dafe4db56861b530830e4">operator &amp;</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00239"></a>00239 <span class="keyword"> </span>{ <a name="l00240"></a>00240 <span class="keywordflow">return</span> value_ &amp; i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00241"></a>00241 } <a name="l00242"></a>00242 <a name="l00244"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#50ba5b3a3f53ab7833468fd08ea9962c">00244</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#50ba5b3a3f53ab7833468fd08ea9962c">operator ^</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00245"></a>00245 <span class="keyword"> </span>{ <a name="l00246"></a>00246 <span class="keywordflow">return</span> value_ ^ i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00247"></a>00247 } <a name="l00248"></a>00248 <a name="l00250"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#48421b3d2437efb340c2fb95a9d4d698">00250</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#48421b3d2437efb340c2fb95a9d4d698">operator &lt;&lt;</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00251"></a>00251 <span class="keyword"> </span>{ <a name="l00252"></a>00252 <span class="keywordflow">return</span> value_ &lt;&lt; i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00253"></a>00253 } <a name="l00254"></a>00254 <a name="l00256"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#88fc850f9d935a56bcd7d67db0a04821">00256</a> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a> <a class="code" href="classmysqlpp_1_1tiny__int.html#88fc850f9d935a56bcd7d67db0a04821">operator &gt;&gt;</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00257"></a>00257 <span class="keyword"> </span>{ <a name="l00258"></a>00258 <span class="keywordflow">return</span> value_ &gt;&gt; i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00259"></a>00259 } <a name="l00260"></a>00260 <a name="l00262"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#3a885b9b499197a8546a39e4009597f5">00262</a> <span class="keywordtype">bool</span> <a class="code" href="classmysqlpp_1_1tiny__int.html#3a885b9b499197a8546a39e4009597f5">operator ==</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00263"></a>00263 <span class="keyword"> </span>{ <a name="l00264"></a>00264 <span class="keywordflow">return</span> value_ == i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00265"></a>00265 } <a name="l00266"></a>00266 <a name="l00268"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#5286e0096e8d9d1047a28ca2ade8e61d">00268</a> <span class="keywordtype">bool</span> <a class="code" href="classmysqlpp_1_1tiny__int.html#5286e0096e8d9d1047a28ca2ade8e61d">operator !=</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00269"></a>00269 <span class="keyword"> </span>{ <a name="l00270"></a>00270 <span class="keywordflow">return</span> value_ != i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00271"></a>00271 } <a name="l00272"></a>00272 <a name="l00274"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#affd24248114ed6454da15c576c5f89e">00274</a> <span class="keywordtype">bool</span> <a class="code" href="classmysqlpp_1_1tiny__int.html#affd24248114ed6454da15c576c5f89e">operator &lt;</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00275"></a>00275 <span class="keyword"> </span>{ <a name="l00276"></a>00276 <span class="keywordflow">return</span> value_ &lt; i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00277"></a>00277 } <a name="l00278"></a>00278 <a name="l00280"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#4915e11744f7e53d45e54b4916b3ca8a">00280</a> <span class="keywordtype">bool</span> <a class="code" href="classmysqlpp_1_1tiny__int.html#4915e11744f7e53d45e54b4916b3ca8a">operator &gt;</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00281"></a>00281 <span class="keyword"> </span>{ <a name="l00282"></a>00282 <span class="keywordflow">return</span> value_ &gt; i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00283"></a>00283 } <a name="l00284"></a>00284 <a name="l00286"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#2f704bfedb0f261ef1cbb9919173b93d">00286</a> <span class="keywordtype">bool</span> <a class="code" href="classmysqlpp_1_1tiny__int.html#2f704bfedb0f261ef1cbb9919173b93d">operator &lt;=</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00287"></a>00287 <span class="keyword"> </span>{ <a name="l00288"></a>00288 <span class="keywordflow">return</span> value_ &lt;= i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00289"></a>00289 } <a name="l00290"></a>00290 <a name="l00292"></a><a class="code" href="classmysqlpp_1_1tiny__int.html#772ec61f9adeb6085c1a5d841e305068">00292</a> <span class="keywordtype">bool</span> <a class="code" href="classmysqlpp_1_1tiny__int.html#772ec61f9adeb6085c1a5d841e305068">operator &gt;=</a>(<span class="keyword">const</span> <a class="code" href="classmysqlpp_1_1tiny__int.html">this_type</a>&amp; i)<span class="keyword"> const</span> <a name="l00293"></a>00293 <span class="keyword"> </span>{ <a name="l00294"></a>00294 <span class="keywordflow">return</span> value_ &gt;= i.<a class="code" href="classmysqlpp_1_1tiny__int.html#e490528dbb3de1cf9c90368f368918b4">value_</a>; <a name="l00295"></a>00295 } <a name="l00296"></a>00296 <a name="l00297"></a>00297 <span class="keyword">private</span>: <a name="l00298"></a>00298 <a class="code" href="classmysqlpp_1_1tiny__int.html#41bd9d701b334239937583fcd822982d">value_type</a> value_; <a name="l00299"></a>00299 }; <a name="l00300"></a>00300 <a name="l00302"></a>00302 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> VT&gt; <a name="l00303"></a>00303 std::ostream&amp; operator &lt;&lt;(std::ostream&amp; os, tiny_int&lt;VT&gt; i) <a name="l00304"></a>00304 { <a name="l00305"></a>00305 os &lt;&lt; static_cast&lt;int&gt;(i); <a name="l00306"></a>00306 <span class="keywordflow">return</span> os; <a name="l00307"></a>00307 } <a name="l00308"></a>00308 <a name="l00309"></a>00309 } <span class="comment">// end namespace mysqlpp</span> <a name="l00310"></a>00310 <a name="l00311"></a>00311 <span class="preprocessor">#endif</span> </pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Jun 3 11:59:12 2010 for MySQL++ by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>
website/app/views/header.scala.html
PanzerKunst/workdimension
@(pageId: String, pageTitle: String) <section id="top-bar"> <a href="/" id="home-btn" class="fa fa-home"></a> <h1>@Html(pageTitle)</h1> @if(pageId == "index") { <button class="styleless fa fa-question-circle"></button> } <button id="menu-btn" class="styleless fa fa-bars"></button> <button id="task-notifications-btn" class="styleless fa fa-cubes"> <span></span> </button> </section> <section id="get-started"> <div> <p>Tracks hjälper dig att identifiera och utforska vad som gör dig unik i ett jobbsammanhang. Ju mer du jobbar med verktyget, desto fler insikter kommer du få. Kanske är du bra på något som du inte tänkt på tidigare?</p> <p>För att du ska komma igång har vi valt några ämnen till dig att börja med. Klicka på det ämne som du vill börja med eller lägg till ett nytt från menyn längst upp till höger.</p> <div class="centered-contents"> <button class="border-only">Stäng</button> </div> </div> </section> <div id="content-overlay-when-menu-open"></div> <div id="task-notifications"></div> <nav role="navigation" id="main-menu"> @if(pageId != "index") { <a href="/">Hem</a> } <section> </section> @if(pageId == "index") { <a id="select-areas">Lägg till ämne</a> } <a id="sign-out">Logga ut</a> </nav> <div class="modal fade" id="select-areas-modal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> <h2 class="modal-title">Välj ett ämne att lägga till</h2> </div> <div class="modal-body"></div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <div class="modal fade" id="sign-in-modal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <p class="tracks-intro">Är du bra på att "ha många bollar i luften" eller kanske bra på att "både jobba enskilt och i grupp"?</p> <p class="tracks-intro">Om man vill utvecklas i sin karriär är det viktigt att veta vad ens verkliga styrkor och drivkrafter är. Och vilka resultat just du kan bidra med.</p> <p class="tracks-intro">Tracks är inte ett personlighetstest. Du vet vem du är. Tracks är ett verktyg som hjälper dig att identifiera vilka delar av dig som skapar ditt personliga varumärke och hur du kommunicerar det till andra.</p> <p class="tracks-intro">Har du koll på det så ökar både dina chanser att välja rätt jobb och att sedan få det.</p> <p class="tracks-intro">Välkommen in!</p> <div class="centered-contents"> <p>Logga in med LinkedIn för att fortsätta</p> <button class="styleless sign-in-with-linkedin"> <span>Logga in</span> <i class="fa fa-spinner fa-pulse"></i> </button> </div> <p id="disclaimer">Den här tjänsten är under utveckling. Det finns inga kostnader och inga förbindelser. Din information är säker och du kan när som helst välja att ta bort ditt konto.</p> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal -->
src/monika.html
mathiasfrey/it-lecture
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>reveal.js - The HTML Presentation Framework</title> <meta name="description" content="A framework for easily creating beautiful presentations using HTML"> <meta name="author" content="Hakim El Hattab"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="reveal.js-2.6.2/css/reveal.min.css"> <link rel="stylesheet" href="reveal.js-2.6.2/css/theme/default.css" id="theme"> <!-- For syntax highlighting --> <link rel="stylesheet" href="reveal.js-2.6.2/lib/css/zenburn.css"> <!-- If the query includes 'print-pdf', include the PDF print sheet --> <script> if( window.location.search.match( /print-pdf/gi ) ) { var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'reveal.js-2.6.2/css/print/pdf.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); } </script> <!--[if lt IE 9]> <script src="reveal.js-2.6.2/lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <!-- Any section element inside of this container is displayed as a slide --> <div class="slides"> <!-- START MATHIAS Tipp: alles zwischen diesen START und dem folgenden Ende kopieren; Inhalte austauschen und das war's! --> <section> <section> <h2>Was ist Gamification, wie funktioniert es </h2> <p> und in welchen Produkten findet man die Anwendung? </p> <p> Gehe <a href="#" class="navigate-down">weiter</a> zur Antwort. </p> </section> <section> <h2>Abgrenzung Gamification</h2> <p> Auch Spielifizierung genannt, bezeichnet die Verwendung von spieltypischen Mustern im nicht-gaming Kontext. Sie hat das Ziel, das Verhalten von Menschen motivationssteigernd zu beeinflussen, Lernen spannender zu gestalten und Probleme spielerisch zu lösen. Weiters wird mit der Integration von Spielelementen bezweckt, dass sich Nutzer länger oder mehr mit dem Produkt zu beschäftigen, als sie es ohne die Spielelemente gemacht hätten. </p> <h2> Typische Spielelemente </h2> <p> <ul> <li> Sichtbarer Status – Fortschrittsanzeige: Zentrales Element der Motivation, um Transparent bei der Erfüllung einer Teil- oder Gesamtaufgabe zu schaffen. <li> Rangliste: Es entsteht ein Gefühl des Wettbewerbs, bei dem die Nutzer auch den Status und Fortschritt anderer sehen. <li> Quest: Aufgabe wird mit einem Zeitlimit hinterlegt, in dem diese absolviert werden muss. <li> Transparenz der Wertigkeit des Resultats: Nutzer wissen, welchen Wert ihr Ergebnis in Erfahrungspunkten, Preisen oder anderen Belohnungen hat. <li> Community Collaboration (Gruppenarbeit): Aufgaben werden von den Anwendern in gemeinsamer Arbeit gelöst. </p> <h2> Produkte </h2> <p> <ul> <li> Duolingo (Sprache lernen) <li> Deloitte Leadership Academy (Lernplattform) <li> SAP Community Network (Netzwerk) <li> T-Mobile Website (Sales & Support Center) <li> Bank Austria Bankville (Banking) <li> Air Canada (Kundenbindungsprogramm) <li> LinkedIn (Social Network) </section> </section> <!-- ENDE MATHIAS --> </div> </div> <script src="reveal.js-2.6.2/lib/js/head.min.js"></script> <script src="reveal.js-2.6.2/js/reveal.min.js"></script> <script> // Full list of configuration options available here: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none // Parallax scrolling // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', // parallaxBackgroundSize: '2100px 900px', // Optional libraries used to extend on reveal.js dependencies: [ { src: 'reveal.js-2.6.2/lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'reveal.js-2.6.2/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'reveal.js-2.6.2/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'reveal.js-2.6.2/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'reveal.js-2.6.2/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'reveal.js-2.6.2/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } ] }); </script> </body> </html>
tendenci2018/templates/default.html
tendenci/tendenci-base-theme
<!-- Tendenci Specific Load Tags (Delete as Needed) =========================================================== --> {% load i18n %} {% load base_filters %} {% load base_tags %} {% load theme_tags %} {% load photo_tags %} {% load news_tags %} {% load article_tags %} {% load event_tags %} {% theme_extends "base.html" %} <!-- Meta Tags (for optimal SEO) =========================================================== --> {% block title %}{{ block.super }} | {{ SITE_GLOBAL_SITEPRIMARYKEYWORDS }}{% endblock %} {% block meta_description %}{{ block.super }}{% endblock %} {% block meta_keywords %}{{ block.super }}, {{ SITE_GLOBAL_SITESECONDARYKEYWORDS }}{% endblock %} <!-- Start of the Body =========================================================== --> {% block body_ids %}sub{% endblock body_ids %} {% block body_classes %}sub{% endblock body_classes %} {% block html_body %} <!-- Header Starts =========================================================== --> {% theme_include "header.html" %}<!-- Pulls in Header Include --> <!-- Header Ends --> <div id="page-top"> <div class="container"> <div class="{% block content_classes %} col-xs-12 col-sm-6 col-md-8{% endblock %}"> {% block content_messages %} {% spaceless %}{% theme_include "base/messages.html" %}{% endspaceless %} {% endblock %} {% block content %} {# Main content goes here #} <div class="jumbotron"> <h1>{% trans "Welcome to your Tendenci powered site!" %}</h1> </div> {% endblock %} </div> <!-- close content --> <div class="{% block sidebar_classes %}sidebar col-xs-12 col-sm-6 col-md-4{% endblock %}" id="sidebar"> {% block sidebar %} {% theme_include "sidebar.html" %} {% endblock %} </div> <!-- close side-bar --> </div> <!-- close container --> </div> <!-- close page-top --> <footer class="{% block footer_classes %}col-xs-12 col-sm-12 col-md-12{% endblock %}"> {% block footer %} {% spaceless %}{% theme_include "footer.html" %}{% endspaceless %} {% endblock %} </footer> {% endblock %}
2015.1/Estrutura de Dados/Projetos/Projeto 5/www.cs.sunysb.edu/undergrad/cse_courses/cse380.html
rodrigofegui/UnB
<html> <head> <title>Computer Science Department - CSE380</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- This file contains the site wide Javascript functions and stylesheet --> <script language="JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && document.getElementById) x=document.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <link rel="STYLESHEET" type="text/css" href="/style/all.css"> </head> <body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"> <table border="0" align="center" width="760"> <tr> <td valign="top"> <img src="/menu/images/banners/CSundergradbanner.gif" width="640" height="30"><br> <img src="/menu/images/banners/CSundergradpic.jpg" width="640" height="120" vspace="3"><BR> <table border="0" cellpadding="0" cellspacing="0" width="640"> <tr> <!-- Shim row, height 1. --> <td colspan="8" bgcolor="FFFFFF" width="640" height="1"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td gcolor="FFFFFF" width="1" height="1" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> <tr> <!-- row 1 --> <td ><a href="/admissions/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('admissions','','/menu/images/CSmenu/admissions_f2.gif',1);" ><img name="admissions" src="/menu/images/CSmenu/admissions.gif" width="80" height="30" border="0"></a></td> <td ><a href="/research/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('research','','/menu/images/CSmenu/research_f2.gif',1);" ><img name="research" src="/menu/images/CSmenu/research.gif" width="80" height="30" border="0"></a></td> <td ><a href="/facilities/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('facilities','','/menu/images/CSmenu/facilities_f2.gif',1);" ><img name="facilities" src="/menu/images/CSmenu/facilities.gif" width="80" height="30" border="0"></a></td> <td><a href="/people/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('people','','/menu/images/CSmenu/people_f2.gif',1);" ><img name="people" src="/menu/images/CSmenu/people.gif" width="80" height="30" border="0"></a></td> <td><a href="/undergrad/index.html"><img name="undergrad" src="/menu/images/CSmenu/undergrad_r1.gif" width="80" height="30" border="0"></a></td> <td><a href="/graduate/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('graduate','','/menu/images/CSmenu/graduate_f2.gif',1);" ><img name="graduate" src="/menu/images/CSmenu/graduate.gif" width="80" height="30" border="0"></a></td> <td ><a href=" http://www.cs.sunysb.edu/~news/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('events','','/menu/images/CSmenu/events_f2.gif',1);" ><img name="events" src="/menu/images/CSmenu/events.gif" width="80" height="30" border="0"></a></td> <td ><a href="/welcome/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('welcome','','/menu/images/CSmenu/welcome_f2.gif',1);" ><img name="welcome" src="/menu/images/CSmenu/welcome.gif" width="80" height="30" border="0"></a></td> <td bgcolor="#CCCCCC" width="1" height="30" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> <tr> <!-- row 3 --> <td colspan="8"> <table border=0 cellpadding=0 cellspacing=0 width="640"> <tr> <td width="50" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="75" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="67" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="3" height="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="69" height="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="3" height="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="64" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="94" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="90" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="50" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> </table> </td> <td bgcolor="#FFFFFF" width="1" height="3" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> <tr> <!-- row 3 --> <td colspan="8"> <table border=0 cellpadding=0 cellspacing=0 width="640"> <tr bgcolor="CCCCCC"> <td bgcolor="#CCCCCC" width="50" height="18" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td><a href="/undergrad/csprogram/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('csprog2','','/menu/images/undergrad/csprog2_f2.gif',1);" ><img name="csprog2" src="/menu/images/undergrad/csprog2.gif" width="75" height="18" border="0"></a></td> <td><img name="row3_dot" src="/menu/images/CSmenu/row3_dot.gif" width="15" height="18" border="0"></td> <td><a href="/undergrad/isprogram/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('isprog2','','/menu/images/undergrad/isprog2_f2.gif',1);" ><img name="isprog2" src="/menu/images/undergrad/isprog2.gif" width="67" height="18" border="0"></a></td> <td><img name="row3_dot" src="/menu/images/CSmenu/row3_dot.gif" width="15" height="18" border="0"></td> <td width="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td><a href="/undergrad/cse_courses/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('cscourse2','','/menu/images/undergrad/cscourse2_f2.gif',1);" ><img name="cscourse2" src="/menu/images/undergrad/cscourse2.gif" width="69" height="18" border="0"></a></td> <td width="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td><img name="row3_dot" src="/menu/images/CSmenu/row3_dot.gif" width="15" height="18" border="0"></td> <td><a href="/undergrad/ise_courses/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('iscourse2','','/menu/images/undergrad/iscourse2_f2.gif',1);" ><img name="iscourse2" src="/menu/images/undergrad/iscourse2.gif" width="64" height="18" border="0"></a></td> <td><img name="row3_dot" src="/menu/images/CSmenu/row3_dot.gif" width="15" height="18" border="0"></td> <td><a href="/undergrad/honors/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('honors2','','/menu/images/undergrad/honors2_f2.gif',1);" ><img name="honors2" src="/menu/images/undergrad/honors2.gif" width="94" height="18" border="0"></a></td> <td><img name="row3_dot" src="/menu/images/CSmenu/row3_dot.gif" width="15" height="18" border="0"></td> <td><a href="/graduate/bsmsGeneral.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('bsmsprog2','','/menu/images/undergrad/bsmsprog2_f2.gif',1);" ><img name="bsmsprog2" src="/menu/images/undergrad/bsmsprog2.gif" width="90" height="18" border="0"></a></td> <td bgcolor="#CCCCCC" width="50" height="18" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> </table> </td> <td bgcolor="#FFFFFF" width="1" height="18" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> <tr> <!-- row 3 --> <td colspan="8"> <table border=0 cellpadding=0 cellspacing=0 width="640"> <tr> <td width="50" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="75" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="67" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="3" height="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="69" height="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="3" height="3" bgcolor="#8D4714"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="64" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="94" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="15" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="90" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> <td width="50" height="3" bgcolor="#CCCCCC"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> </table> </td> <td bgcolor="#FFFFFF" width="1" height="3" border="0"><IMG SRC="/menu/images/CSmenu/blank.gif" WIDTH="1" HEIGHT="1" BORDER="0"></td> </tr> </table> <p> <!-- Image with table --> <!-- Image with table --> </p> <div align="center"> <h1> CSE380</h1> </div> <!-- Enter main content here--><br> <table border="1" align="center" width="90%"> <tr> <td> Course </td> <td width="590" valign="top"><p> CSE380</p></td> </tr> <tr> <td> Title </td> <td width="590" valign="top"><p>Computer Game Programming</p></td> </tr> <tr> <td>Credits</td> <td width="590" valign="top"><p> 3 </p></td> </tr> <tr> <td>Course Coordinator</td> <td width="638" valign="top"><p>Richard McKenna </p></td> </tr> <tr> <td>Current Catalog Description</td> <td width="590" valign="top"><p> An introduction to the fundamental concepts of computer game programming. Students design and develop original games for PCs applying proven game design and software engineering principles. </p> </td> </tr> <tr> <td>Prerequisite</td> <td width="590" valign="top"><p> <a href="cse214.html">CSE 214</a> or <a href="cse230.html">CSE 230</a><br> </p></td> </tr> <tr> <td>Course Goals</td> <td width="590" valign="top"> <ul> <li> Integrate technologies such as multimedia, artificial intelligence, and physics modeling into a cohesive, interactive game application.</li> <li>Introduce the principles of game design that make for a playable experience.</li> <li>Learn and use software engineering, team project management, and prototype presentation principles in a game development context</li> </ul></td> </tr> <tr> <td>Textbook</td> <td width="590" valign="top"><p> Introduction to Game Development by Steve Rabin published by Charles River Media<br> </p></td> </tr> <tr> <td>Major Topics Covered in Course</td> <td width="590" valign="top"> <ul> <li>Game Memory Management</li> <li>Multithreading in Games</li> <li>GUI programming for games</li> <li>Tile-based graphics</li> <li>Sprites &amp; bitmap animation</li> <li>Collision detection</li> <li>Page &amp; side scrolling algorithms</li> <li>Differing game types, modes, &amp; perspectives </li> <li>Game &amp; level design </li> <li>Rapid prototyping &amp; game testing </li> <li>Path finding algorithms </li> <li>Game project management </li> <li>Game design documentation </li> <li>Game program architecture </li> <li>Sound &amp; Music</li> <li>Game input devices </li> <li>Artificial Intelligence in games </li> <li>Physics based modeling</li> <li>Optimization techniques </li> <li>Gaming industry issues </li> <li>Computer game history<br> </li> </ul></td> </tr> <tr><td>Laboratory Projects</td> <td width="590" valign="top"><p> See current course webpage for more information. </p></td> </tr> <tr> <td>Course Webpage</td> <td width="590" valign="top"><a href="http://www.cs.sunysb.edu/~cse380">http://www.cs.sunysb.edu/~cse380</a></td> </tr> </table> <br> <!-- End main content here--> </td> <td valign="top" bordercolor="#FFFFFF"> <div align="center"><a href="http://www.stonybrook.edu"><img src="/menu/images/SBLogo4pmsSM.gif" width="112" height="66" border="0"></a></div> <BR> <div align="center"><a href="http://www.cs.sunysb.edu"><img src="/menu/images/cslogotype_color.gif" width="95" height="95" border="0"></a></div> <BR> <table width="100%" border=0 cellpadding=2 cellspacing=0> <tr> <td align="center"> <form method="get" action="http://www.cs.sunysb.edu/search/search.cgi" name="search" > <input type="text" name="Terms" id="fdse_TermsEx" size=12 value="Search CS" onFocus="document.search.Terms.value='';document.search.Terms.select()"><input type=image src="/csimages/searchsite.gif" width=15 height=14 alt="Search Now" value="Go"> </form> </td> </tr> </table> <hr> <div class="navindex"> <font face="Arial, Helvetica, sans-serif"> <!--Put content here --> <table border=0 cellpadding=5 cellspacing=0> <tr> <td><a href="/careerinfo/scholarships.html">Scholarship Programs </a></td> </tr> <tr> <td><a href="/undergrad/CSmajor.html">Application for Acceptance into Major </a></td> </tr> <tr> <td> <a href="/undergrad/AcademicAdvising.html"> Academic Advising</a> </td> </tr> <tr> <td><a href="/undergrad/studentadvisors.html">Faculty Advisors for 200<font face="Arial, Helvetica, sans-serif">8</font>-0<font face="Arial, Helvetica, sans-serif">9</font></a></td> </tr> <tr> <td> <a href="/careerinfo/careers.html">Career Opportunities</a> </td> </tr> <tr> <td> <a href="/undergrad/csprogram/FAQcsemajor.html"> FAQ for Majors</a> </td> </tr> <tr> <td> <a href="/undergrad/HelpDesk.html"> Help Desk</a> </td> </tr> <tr> <td> <a href="/undergrad/UndergraduateProgramDirectors.html"> Undergraduate Program Directors</a> </td> </tr> <tr> <td><a href="/admissions/Objectives.html">Departmental and Program Objectives </a></td> </tr> <tr> <td> <a href="/undergrad/UndergraduatePolicies.html"> Undergraduate Policies</a> </td> </tr> <tr> <td> <a href="/ProfessionalEthics.html">Professional Ethics</a> </td> </tr> <tr> <td> <a href="/undergrad/ResourcesAtStonyBrook.html"> Resources at Stony Brook</a> </td> </tr> <tr> <td> <a href="http://www.sbcs-acm.com"> Stony Brook Computing Society</a> </td> </tr> <tr> <td> <a href="http://www.cs.sunysb.edu/~wics">Women in Computer Science (WiCS)</a> </td> </tr> <tr> <td> <a href="http://www.wise.sunysb.edu"> Women in Science and Engineering</a> </td> </tr> <tr> <td> <a href="http://www.ic.sunysb.edu/Clubs/sae/robot/"> Stony Brook Robot Design Team</a> </td> </tr> </table> </font> </div> </td> </tr> </table> </body> </html>
eclipse_project/doc/javadoc/de/pinkpanther/application/module/ModuleChannel.html
PinkPanth3r/PPApp
<!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_71) on Fri Mar 11 14:28:28 CET 2016 --> <title>ModuleChannel</title> <meta name="date" content="2016-03-11"> <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="ModuleChannel"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ModuleChannel.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&nbsp;Class</li> <li><a href="../../../../de/pinkpanther/application/module/ModuleController.html" title="class in de.pinkpanth3r.application.module"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?de/pinkpanther/application/module/ModuleChannel.html" target="_top">Frames</a></li> <li><a href="ModuleChannel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">de.pinkpanth3r.application.module</div> <h2 title="Class ModuleChannel" class="title">Class ModuleChannel&lt;E extends <a href="../../../../de/pinkpanther/application/module/ModuleEvent.html" title="class in de.pinkpanth3r.application.module">ModuleEvent</a>&lt;R,?&gt;,R extends java.lang.Enum&lt;R&gt;&gt;</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>de.pinkpanth3r.application.module.ModuleChannel&lt;E,R&gt;</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>E</code> - Type der Ereignisse, welche über diesen Kanal verbreitet werden.</dd> <dd><code>R</code> - Enumeration über welche die möglichen Gründe für das auftreten eines Ereignisses<br> angegeben werden.</dd> </dl> <hr> <br> <pre>final class <span class="typeNameLabel">ModuleChannel&lt;E extends <a href="../../../../de/pinkpanther/application/module/ModuleEvent.html" title="class in de.pinkpanth3r.application.module">ModuleEvent</a>&lt;R,?&gt;,R extends java.lang.Enum&lt;R&gt;&gt;</span> extends java.lang.Object</pre> <div class="block">Die Klasse ModuleChannel ist einer der Grundbausteine dieses Frameworks.<br> Sie ist package-private, damit ein Nutzer des Frameworks sich nicht mit seiner<br> Implementierung beschäftigen muss. Die einzige Klasse, welche direkt auf diese<br> zugreift ist <a href="../../../../de/pinkpanther/application/module/ModuleController.html" title="class in de.pinkpanth3r.application.module"><code>ModuleController</code></a>.<br> Ein <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="class in de.pinkpanth3r.application.module"><code>ModuleChannel</code></a> stellt einen Kanal da, über den auftretende Ereignisse an die<br> angemeldeten Empfänger weitergereicht werden.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>PinkPanth3r</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.event.EventListenerList</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#moduleInternListeners">moduleInternListeners</a></span></code> <div class="block">Eine Liste aller Empfänger innerhalb des Moduls, welche sich für <a href="../../../../de/pinkpanther/application/module/ModuleInternEvent.html" title="class in de.pinkpanth3r.application.module"><code>ModuleInternEvent</code></a>s<br> interessieren.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.event.EventListenerList</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#publicListeners">publicListeners</a></span></code> <div class="block">Eine Liste aller Empfänger, welche sich bei diesem Kanal angemeldet haben.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#ModuleChannel--">ModuleChannel</a></span>()</code> <div class="block">Standard Konstruktor Hier werden <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#publicListeners"><code>publicListeners</code></a> und <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#moduleInternListeners"><code>moduleInternListeners</code></a> initialisiert.</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#addListenerTo-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-">addListenerTo</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener, javax.swing.event.EventListenerList&nbsp;eventListenerList)</code> <div class="block">Durch diese Methode wird ein Empfänger einer übergebenen Liste hinzugefügt.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>(package private) void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#addModuleInternListener-de.pinkpanth3r.application.module.ModuleListener-">addModuleInternListener</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</code> <div class="block">Durch diese Methode wird eine Empfänger von Modul internen Ereignissen hinzugefügt.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>(package private) void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#addPublicListener-de.pinkpanth3r.application.module.ModuleListener-">addPublicListener</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</code> <div class="block">Durch diese Methode wird eine Empfänger von öffentlichen Ereignissen hinzugefügt.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#emitEvent-javax.swing.event.EventListenerList-E-">emitEvent</a></span>(javax.swing.event.EventListenerList&nbsp;listenerList, <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>&nbsp;eventObject)</code> <div class="block">Durch diese Method wird ein Ereignis an alle Empfänger in der übergebenen Liste übergeben.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>(package private) void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#emitInternEvent-E-">emitInternEvent</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>&nbsp;eventObject)</code> <div class="block">Durch diese Methode wird ein Module internes Ereignis an alle Modul internen Empfänger übergeben.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>(package private) void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#emitPublicEvent-E-">emitPublicEvent</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>&nbsp;eventObject)</code> <div class="block">Durch diese Methode wird ein öffentliches Ereignis an alle öffentlichen Empfänger übergeben.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#removeListenerFrom-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-">removeListenerFrom</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,?&gt;&nbsp;eventListener, javax.swing.event.EventListenerList&nbsp;eventListenerList)</code> <div class="block">Durch diese Methode wird ein Empfänger aus einer übergebenen Liste entfernt.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>(package private) void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#removeModuleInternListener-de.pinkpanth3r.application.module.ModuleListener-">removeModuleInternListener</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</code> <div class="block">Durch diese Methode wird eine Empfänger von Modul internen Ereignissen entfernt.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>(package private) void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#removePublicListener-de.pinkpanth3r.application.module.ModuleListener-">removePublicListener</a></span>(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</code> <div class="block">Durch diese Methode wird eine Empfänger von öffentlichen Ereignissen entfernt.</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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="publicListeners"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>publicListeners</h4> <pre>private final&nbsp;javax.swing.event.EventListenerList publicListeners</pre> <div class="block">Eine Liste aller Empfänger, welche sich bei diesem Kanal angemeldet haben.</div> </li> </ul> <a name="moduleInternListeners"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>moduleInternListeners</h4> <pre>private final&nbsp;javax.swing.event.EventListenerList moduleInternListeners</pre> <div class="block">Eine Liste aller Empfänger innerhalb des Moduls, welche sich für <a href="../../../../de/pinkpanther/application/module/ModuleInternEvent.html" title="class in de.pinkpanth3r.application.module"><code>ModuleInternEvent</code></a>s<br> interessieren.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ModuleChannel--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ModuleChannel</h4> <pre>ModuleChannel()</pre> <div class="block">Standard Konstruktor Hier werden <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#publicListeners"><code>publicListeners</code></a> und <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#moduleInternListeners"><code>moduleInternListeners</code></a> initialisiert.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addPublicListener-de.pinkpanth3r.application.module.ModuleListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addPublicListener</h4> <pre>final&nbsp;void&nbsp;addPublicListener(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</pre> <div class="block">Durch diese Methode wird eine Empfänger von öffentlichen Ereignissen hinzugefügt.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventListener</code> - Der hinzuzufügende Empfänger. *</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#addListenerTo-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-"><code>addListenerTo(ModuleListener, EventListenerList)</code></a></dd> </dl> </li> </ul> <a name="addModuleInternListener-de.pinkpanth3r.application.module.ModuleListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addModuleInternListener</h4> <pre>final&nbsp;void&nbsp;addModuleInternListener(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</pre> <div class="block">Durch diese Methode wird eine Empfänger von Modul internen Ereignissen hinzugefügt.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventListener</code> - Der hinzuzufügende Empfänger. *</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#addListenerTo-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-"><code>addListenerTo(ModuleListener, EventListenerList)</code></a></dd> </dl> </li> </ul> <a name="addListenerTo-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addListenerTo</h4> <pre>private final&nbsp;void&nbsp;addListenerTo(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener, javax.swing.event.EventListenerList&nbsp;eventListenerList)</pre> <div class="block">Durch diese Methode wird ein Empfänger einer übergebenen Liste hinzugefügt.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventListener</code> - Der Empfänger, welcher der übergebenen Liste hinzugefügt wird.</dd> <dd><code>eventListenerList</code> - Die Liste, welcher der Empfänger hinzugefügt wird.</dd> </dl> </li> </ul> <a name="removePublicListener-de.pinkpanth3r.application.module.ModuleListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removePublicListener</h4> <pre>final&nbsp;void&nbsp;removePublicListener(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</pre> <div class="block">Durch diese Methode wird eine Empfänger von öffentlichen Ereignissen entfernt.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventListener</code> - Der zu entfernende Empfänger. *</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#removeListenerFrom-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-"><code>removeListenerFrom(ModuleListener, EventListenerList)</code></a></dd> </dl> </li> </ul> <a name="removeModuleInternListener-de.pinkpanth3r.application.module.ModuleListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeModuleInternListener</h4> <pre>final&nbsp;void&nbsp;removeModuleInternListener(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">R</a>&gt;&nbsp;eventListener)</pre> <div class="block">Durch diese Methode wird eine Empfänger von Modul internen Ereignissen entfernt.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventListener</code> - Der zu entfernende Empfänger. *</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#removeListenerFrom-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-"><code>removeListenerFrom(ModuleListener, EventListenerList)</code></a></dd> </dl> </li> </ul> <a name="removeListenerFrom-de.pinkpanth3r.application.module.ModuleListener-javax.swing.event.EventListenerList-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeListenerFrom</h4> <pre>private final&nbsp;void&nbsp;removeListenerFrom(<a href="../../../../de/pinkpanther/application/module/ModuleListener.html" title="interface in de.pinkpanth3r.application.module">ModuleListener</a>&lt;<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>,?&gt;&nbsp;eventListener, javax.swing.event.EventListenerList&nbsp;eventListenerList)</pre> <div class="block">Durch diese Methode wird ein Empfänger aus einer übergebenen Liste entfernt.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventListener</code> - Der Empfänger, welcher aus der übergebenen Liste entfernt wird.</dd> <dd><code>eventListenerList</code> - Die Liste, aus welcher der Empfänger entfernt wird.</dd> </dl> </li> </ul> <a name="emitPublicEvent-de.pinkpanth3r.application.module.ModuleEvent-"> <!-- --> </a><a name="emitPublicEvent-E-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>emitPublicEvent</h4> <pre>final&nbsp;void&nbsp;emitPublicEvent(<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>&nbsp;eventObject)</pre> <div class="block">Durch diese Methode wird ein öffentliches Ereignis an alle öffentlichen Empfänger übergeben.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventObject</code> - Das zu übergebene Ereignis.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#emitEvent-javax.swing.event.EventListenerList-E-"><code>emitEvent(EventListenerList, ModuleEvent)</code></a></dd> </dl> </li> </ul> <a name="emitInternEvent-de.pinkpanth3r.application.module.ModuleEvent-"> <!-- --> </a><a name="emitInternEvent-E-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>emitInternEvent</h4> <pre>final&nbsp;void&nbsp;emitInternEvent(<a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>&nbsp;eventObject)</pre> <div class="block">Durch diese Methode wird ein Module internes Ereignis an alle Modul internen Empfänger übergeben.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>eventObject</code> - Das zu übergebene Ereignis.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../de/pinkpanther/application/module/ModuleChannel.html#emitEvent-javax.swing.event.EventListenerList-E-"><code>emitEvent(EventListenerList, ModuleEvent)</code></a></dd> </dl> </li> </ul> <a name="emitEvent-javax.swing.event.EventListenerList-de.pinkpanth3r.application.module.ModuleEvent-"> <!-- --> </a><a name="emitEvent-javax.swing.event.EventListenerList-E-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>emitEvent</h4> <pre>private final&nbsp;void&nbsp;emitEvent(javax.swing.event.EventListenerList&nbsp;listenerList, <a href="../../../../de/pinkpanther/application/module/ModuleChannel.html" title="type parameter in ModuleChannel">E</a>&nbsp;eventObject)</pre> <div class="block">Durch diese Method wird ein Ereignis an alle Empfänger in der übergebenen Liste übergeben.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listenerList</code> - Die Liste der Empfänger, an welche das Ereignis übergeben werden soll.</dd> <dd><code>eventObject</code> - Das zu übergebene Ereignis.</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/ModuleChannel.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&nbsp;Class</li> <li><a href="../../../../de/pinkpanther/application/module/ModuleController.html" title="class in de.pinkpanth3r.application.module"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?de/pinkpanther/application/module/ModuleChannel.html" target="_top">Frames</a></li> <li><a href="ModuleChannel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Web/menu.html
Labka-cz/SensorNet
<!DOCTYPE html> <html> <head> <title>SenseNet Platform</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="./SenseNet_Files/over.css"> <link rel="stylesheet" href="./SenseNet_Files/css"> <link rel="stylesheet" href="./SenseNet_Files/font-awesome.min.css"> <link rel="icon" href="./SenseNet_Files/favicon.ico"> <meta name="author" content="labka.cz" /> <meta name="description" content="SenseNet platform which is able to measure, parse, and predict data about air polution in industrial region Ostrava" /> <meta name="keywords" content="SenseNet, SensoricNet, Sense Net, Sensoric Net, AI, platform, prediction, parser, neural network, hackerspace, labka.cz, labka, ostrava, hackerspaces, polution, air, environmental, environment"/> </head> <body> <style> /* Remove margins from "page content" on small screens */ @media only screen and (max-width: 600px) {#main {margin-left: 0}} </style> <div class="text_center"> <a href="index.html#oprojektu" class="menu-item" target="_parent"><img src="./SenseNet_Files/tomas_s.png" width="60px"><br/>Sensnet</a><br /> <a href="senzory.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/pavel_s.png" width="60px"><br/>modul Sense</a><br /> <a href="net.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/radek_s.png" width="60px"><br/>modul Net [NB-IoT a další]</a> <br /> <a href="brain.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/adam_s.png" width="60px"><br/>modul Brain [Neural Network]</a><br /> <a href="face.html" class="menu-item" target="_parent"><img src="./SenseNet_Files/jan_s.png" width="60px"><br/>modul Face [API, Web a další]</a><br /> <a href="index.html#data" class="menu-item" target="_parent"><img src="./SenseNet_Files/petr_s.png" width="60px"><br/>modul Data</a><br /> <a href="index.html#aktualne" class="menu-item" target="_parent"><img src="./SenseNet_Files/jiri_s.png" width="60px"><br/>Aktuálně</a><br /> <a href="index.html#media" class="menu-item" target="_parent"><img src="./SenseNet_Files/eva_s.png" width="60px"><br/>Medialni pokrytí</a><br /> <a href="index.html#kontakt" class="menu-item" target="_parent"><img src="./SenseNet_Files/mnohosten_s3.png" width="60px"><br/>Řešitelé a kontakt</a><br /> <!--<a href="https://labka.cz/wiki/doku.php?id=start" ><img src="https://labka.cz/wiki/lib/exe/fetch.php?media=logo.png" width="25px"></a> <a href="https://goo.gl/maps/5tTBJ4kj6FL2"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=20&tok=125940&media=map_icon.png" width="25px"></a> <a href="http://lists.webdroid.cz/mailman/listinfo/labka"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=253a0c&media=mail.png" width="25px"></a> <a href="http://webchat.freenode.net/?channels=labka"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=f951c6&media=irc.png" width="25px"></a> <a href="https://www.facebook.com/labka.cz"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=f6227e&media=facebook.png" width="25px"></a> <a href="https://github.com/Labka-cz"><img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=5dff32&media=github.png" width="25px"></a> <img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=9bdacf&media=nyx_transparent_small.png"> <img src="https://labka.cz/wiki/lib/exe/fetch.php?w=25&tok=0c25ce&media=rss.png"> --> </div> </body> </html>
doc/input_variables/html_automatically_generated/varrf.html
jmbeuken/abinit
<html> <head><title>RESPONSE FUNCTION variables.</title> <link rel=stylesheet type="text/css" href="../formabinit.css"> </head> <body bgcolor="#ffffff"> <hr> <a name="top"></a> <h1>ABINIT, response function input variables:</h1> <h2>List and description.</h2> <hr> <br>This document lists and provides the description of the name (keywords) of the response function input variables to be used in the main input file of the abinit code. <script type="text/javascript" src="../generic_advice.js"> </script> <br> For response-function calculations, please also read <a href="../../users/respfn_help.html">the response function help file</a> <script type="text/javascript" src="../copyright.js"> </script> <script type="text/javascript" src="../list_internal_links.js"> </script> <script type="text/javascript" src="../list_htmlfiles_input_variables.js"> </script> <a name="list"></a> <h3><b> Content of the file : alphabetical list of the response function variables.</b></h3> <br>A. <br>B. <a href="#bdeigrf">bdeigrf</a>&nbsp;&nbsp; <br>C. <br>D. <a href="#d3e_pert1_atpol">d3e_pert1_atpol</a>&nbsp;&nbsp; <a href="#d3e_pert1_dir">d3e_pert1_dir</a>&nbsp;&nbsp; <a href="#d3e_pert1_elfd">d3e_pert1_elfd</a>&nbsp;&nbsp; <a href="#d3e_pert1_phon">d3e_pert1_phon</a>&nbsp;&nbsp; <a href="#d3e_pert2_atpol">d3e_pert2_atpol</a>&nbsp;&nbsp; <a href="#d3e_pert2_dir">d3e_pert2_dir</a>&nbsp;&nbsp; <a href="#d3e_pert2_elfd">d3e_pert2_elfd</a>&nbsp;&nbsp; <a href="#d3e_pert2_phon">d3e_pert2_phon</a>&nbsp;&nbsp; <a href="#d3e_pert3_atpol">d3e_pert3_atpol</a>&nbsp;&nbsp; <a href="#d3e_pert3_dir">d3e_pert3_dir</a>&nbsp;&nbsp; <a href="#d3e_pert3_elfd">d3e_pert3_elfd</a>&nbsp;&nbsp; <a href="#d3e_pert3_phon">d3e_pert3_phon</a>&nbsp;&nbsp; <a href="#dfpt_sciss">dfpt_sciss</a>&nbsp;&nbsp; <br>E. <a href="#efmas">efmas</a>&nbsp;&nbsp; <a href="#efmas_bands">efmas_bands</a>&nbsp;&nbsp; <a href="#efmas_calc_dirs">efmas_calc_dirs</a>&nbsp;&nbsp; <a href="#efmas_deg">efmas_deg</a>&nbsp;&nbsp; <a href="#efmas_deg_tol">efmas_deg_tol</a>&nbsp;&nbsp; <a href="#efmas_dim">efmas_dim</a>&nbsp;&nbsp; <a href="#efmas_dirs">efmas_dirs</a>&nbsp;&nbsp; <a href="#efmas_n_dirs">efmas_n_dirs</a>&nbsp;&nbsp; <a href="#efmas_ntheta">efmas_ntheta</a>&nbsp;&nbsp; <a href="#elph2_imagden">elph2_imagden</a>&nbsp;&nbsp; <a href="#eph_task">eph_task</a>&nbsp;&nbsp; <a href="#esmear">esmear</a>&nbsp;&nbsp; <br>F. <a href="#frzfermi">frzfermi</a>&nbsp;&nbsp; <br>G. <br>H. <br>I. <a href="#ieig2rf">ieig2rf</a>&nbsp;&nbsp; <br>J. <br>K. <br>L. <br>M. <br>N. <br>O. <br>P. <a href="#ph_ngqpt">ph_ngqpt</a>&nbsp;&nbsp; <a href="#ph_qpath">ph_qpath</a>&nbsp;&nbsp; <a href="#prepanl">prepanl</a>&nbsp;&nbsp; <a href="#prepgkk">prepgkk</a>&nbsp;&nbsp; <a href="#prtbbb">prtbbb</a>&nbsp;&nbsp; <br>Q. <br>R. <a href="#rf2_dkdk">rf2_dkdk</a>&nbsp;&nbsp; <a href="#rfasr">rfasr</a>&nbsp;&nbsp; <a href="#rfatpol">rfatpol</a>&nbsp;&nbsp; <a href="#rfddk">rfddk</a>&nbsp;&nbsp; <a href="#rfdir">rfdir</a>&nbsp;&nbsp; <a href="#rfelfd">rfelfd</a>&nbsp;&nbsp; <a href="#rfmagn">rfmagn</a>&nbsp;&nbsp; <a href="#rfmeth">rfmeth</a>&nbsp;&nbsp; <a href="#rfphon">rfphon</a>&nbsp;&nbsp; <a href="#rfstrs">rfstrs</a>&nbsp;&nbsp; <a href="#rfuser">rfuser</a>&nbsp;&nbsp; <br>S. <a href="#smdelta">smdelta</a>&nbsp;&nbsp; <br>T. <a href="#td_maxene">td_maxene</a>&nbsp;&nbsp; <a href="#td_mexcit">td_mexcit</a>&nbsp;&nbsp; <br><br><br><br><hr> <br><font id="title"><a name="bdeigrf">bdeigrf</a></font> <br><font id="definition">Mnemonics: BanD for second-order EIGenvalues from Response-Function</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is -1</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#ieig2rf">ieig2rf</a> in [1,2,3,4,5] </font> <br><font id="text"> <p> <p> that is, if the user is performing second-order eigenvalue calculations using response-functions. <br /> <br /> The variable <b>bdeigrf</b> is the maximum number of bands for which the second-order eigenvalues must be calculated: the full number of bands is still used during the computation of these corrections. <br /> <br /> If <b>bdeigrf</b> is set to -1, the code will automatically set <b>bdeigrf</b> equal to nband. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert1_atpol">d3e_pert1_atpol</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 1: limits of ATomic POLarisations</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer(2)</font> <br><font id="default">Default is [1, 1]</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Controls the range of atoms for which displacements will be considered in non-linear computations (using the 2n+1 theorem), for the 1st perturbation.<br /> May take values from 1 to <a href="varbas.html#natom">natom</a>, with <b>d3e_pert1_atpol</b>(1)&lt;=<b>d3e_pert1_atpol</b>(2).<br /> See <a href="varrf.html#rfatpol">rfatpol</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert1_dir">d3e_pert1_dir</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 1: DIRections</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer(3)</font> <br><font id="default">Default is [0, 0, 0]</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Gives the directions to be considered in non-linear computations (using the 2n+1 theorem), for the 1st perturbation.<br /> The three elements corresponds to the three primitive vectors, either in real space (atomic displacement), or in reciprocal space (electric field perturbation).<br /> See <a href="varrf.html#rfdir">rfdir</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert1_elfd">d3e_pert1_elfd</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 1: ELectric FielD</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Turns on electric field perturbation in non-linear computation, as 1st perturbation. Actually, such calculations requires first the non-self-consistent calculation of derivatives with respect to k, independently of the electric field perturbation itself.<br /> See <a href="varrf.html#rfelfd">rfelfd</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert1_phon">d3e_pert1_phon</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 1: PHONons</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Turns on atomic displacement perturbation in non-linear computation, as 1st perturbation.<br /> See <a href="varrf.html#rfphon">rfphon</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert2_atpol">d3e_pert2_atpol</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 2: limits of ATomic POLarisations</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer(2)</font> <br><font id="default">Default is [1, 1]</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Controls the range of atoms for which displacements will be considered in non-linear computations (using the 2n+1 theorem), for the 2nd perturbation.<br /> May take values from 1 to <a href="varbas.html#natom">natom</a>, with <b>d3e_pert2_atpol</b>(1)&lt;=<b>d3e_pert2_atpol</b>(2).<br /> See <a href="varrf.html#rfatpol">rfatpol</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert2_dir">d3e_pert2_dir</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 2: DIRections</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer(3)</font> <br><font id="default">Default is [0, 0, 0]</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Gives the directions to be considered in non-linear computations (using the 2n+1 theorem), for the 2nd perturbation.<br /> The three elements corresponds to the three primitive vectors, either in real space (atomic displacement), or in reciprocal space (electric field perturbation).<br /> See <a href="varrf.html#rfdir">rfdir</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert2_elfd">d3e_pert2_elfd</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 2: ELectric FielD</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Turns on electric field perturbation in non-linear computation, as 2nd perturbation. Actually, such calculations requires first the non-self-consistent calculation of derivatives with respect to k, independently of the electric field perturbation itself.<br /> See <a href="varrf.html#rfelfd">rfelfd</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert2_phon">d3e_pert2_phon</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 2: PHONons</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Turns on atomic displacement perturbation in non-linear computation, as 2nd perturbation.<br /> See <a href="varrf.html#rfphon">rfphon</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert3_atpol">d3e_pert3_atpol</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 3: limits of ATomic POLarisations</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer(2)</font> <br><font id="default">Default is [1, 1]</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Controls the range of atoms for which displacements will be considered in non-linear computations (using the 2n+1 theorem), for the 3rd perturbation.<br /> May take values from 1 to <a href="varbas.html#natom">natom</a>, with <b>d3e_pert3_atpol</b>(1)&lt;=<b>d3e_pert3_atpol</b>(2).<br /> See <a href="varrf.html#rfatpol">rfatpol</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert3_dir">d3e_pert3_dir</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 3: DIRections</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer(3)</font> <br><font id="default">Default is [0, 0, 0]</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Gives the directions to be considered in non-linear computations (using the 2n+1 theorem), for the 3rd perturbation.<br /> The three elements corresponds to the three primitive vectors, either in real space (atomic displacement), or in reciprocal space (electric field perturbation).<br /> See <a href="varrf.html#rfdir">rfdir</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert3_elfd">d3e_pert3_elfd</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 3: ELectric FielD</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Turns on electric field perturbation in non-linear computation, as 3rd perturbation. Actually, such calculations requires first the non-self-consistent calculation of derivatives with respect to k, independently of the electric field perturbation itself.<br /> See <a href="varrf.html#rfelfd">rfelfd</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="d3e_pert3_phon">d3e_pert3_phon</a></font> <br><font id="definition">Mnemonics: 3rd Derivative of Energy, mixed PERTurbation 3: PHONons</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#nonlinear">NONLINEAR</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="vargs.html#optdriver">optdriver</a>==5 (non-linear response computations) </font> <br><font id="text"> <p> <p> Turns on atomic displacement perturbation in non-linear computation, as 3rd perturbation.<br /> See <a href="varrf.html#rfphon">rfphon</a> for additional details. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="dfpt_sciss">dfpt_sciss</a></font> <br><font id="definition">Mnemonics: DFPT SCISSor operator</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a>, <a href="../../users/abinit_help.html#energy">ENERGY</a></font> <br><font id="vartype">Variable type: real</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> It is the value of the "scissors operator", the shift of conduction band eigenvalues, used in response function calculations. <br /> Can be specified in Ha (the default), Ry, eV or Kelvin, since <b> ecut </b> has the '<a href="../../users/abinit_help.html#energy">ENERGY</a>' characteristics. (1 Ha=27.2113845 eV) <br /> Typical use is for response to electric field (<a href="varrf.html#rfelfd">rfelfd</a>=3), but NOT for d/dk (<a href="varrf.html#rfelfd">rfelfd</a>=2) and phonon responses. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas">efmas</a></font> <br><font id="definition">Mnemonics: EFfective MASs</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Turns on effective mass tensor calculations. Such calculations requires the non-self-consistent calculation of derivatives with respect to k, in the same dataset. It must therefore be used with <a href="varrf.html#rfelfd">rfelfd</a>=2. <br /> <ul> <li> 0=&gt;no effective mass tensor calculation </li> <li> 1=&gt;effective mass tensor calculation </li> </ul> </p> <p> At the present time, both norm-conserving (NC) and PAW calculations are supported. Also, for PAW calculations only, <a href="vargs.html#nspinor">nspinor</a>==2 and <a href="varpaw.html#pawspnorb">pawspnorb</a>==1 (i.e. spin-orbit (SO) calculations) is supported. NC SO calculations are NOT currently supported. Also, for both NC and PAW, <a href="vargs.html#nspden">nspden</a>/=1 and <a href="varbas.html#nsppol">nsppol</a>/=1 are NOT supported. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_bands">efmas_bands</a></font> <br><font id="definition">Mnemonics: EFfective MASs, BANDS to be treated.</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer(2,<a href="varbas.html#nkpt">nkpt</a>)</font> <br><font id="default">Default is The full range of band available in the calculation for each k-point.</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas">efmas</a>==1 </font> <br><font id="text"> <p> <p> This variable controls the range of bands for which the effective mass is to be calculated. If a band is degenerate, all other bands of the degenerate group will automatically be treated, even if they were not part of the user specified range. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_calc_dirs">efmas_calc_dirs</a></font> <br><font id="definition">Mnemonics: EFfective MASs, CALCulate along DIRectionS</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas">efmas</a>==1 </font> <br><font id="text"> <p> <p> Allows the user to calculate the scalar effective mass of all bands specified by <a href="varrf.html#efmas_bands">efmas_bands</a> along specific directions in reciprocal space. This is particularly useful when considering degenerate bands, which are usually warped, and thus cannot have their dispersion (hessian) and effective mass expressed as a tensor. This allows the user to see the more complex angular behavior of effective masses in these cases, for instance. </p> <p> When <b>efmas_calc_dirs</b>==0, no directions are read from the input file (using <a href="varrf.html#efmas_dirs">efmas_dirs</a>) and the effective masses along the 3 cartesian directions are output by default. </p> <p> When <b>efmas_calc_dirs</b>==1, 2 or 3, <a href="varrf.html#efmas_n_dirs">efmas_n_dirs</a> directions are read from <a href="varrf.html#efmas_dirs">efmas_dirs</a>, assuming cartesian, reduced or angular (theta,phi) coordinates, respectively. In the case <b>efmas_calc_dirs</b>==3, 2 real values per directions are read, whereas 3 real values are read in the two other cases. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_deg">efmas_deg</a></font> <br><font id="definition">Mnemonics: EFfective MASs, activate DEGenerate formalism</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 1</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas">efmas</a>>0 </font> <br><font id="text"> <p> <p> Activate (==1) or not (==0) the treatment of degenerate bands (within a criterion <a href="varrf.html#efmas_deg_tol">efmas_deg_tol</a>) using the transport equivalent effective mass idea (see <a href="http://doi.org/10.1103/PhysRevB.89.155131">PRB 89 155131 (2014)</a>). </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_deg_tol">efmas_deg_tol</a></font> <br><font id="definition">Mnemonics: EFfective MASs, DEGeneracy TOLerance</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: real</font> <br><font id="default">Default is 1e-05</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas_deg">efmas_deg</a>==1 </font> <br><font id="text"> <p> <p> Energy difference below which 2 bands are considered degenerate (and treated using the formalism activated with <a href="varrf.html#efmas_deg">efmas_deg</a>==1). <b>efmas_deg_tol</b> has the '<a href="../../users/abinit_help.html#energy">ENERGY</a>' characteristics. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_dim">efmas_dim</a></font> <br><font id="definition">Mnemonics: EFfective MASs, DIMension of the effective mass tensor</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 3</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas">efmas</a>==1 </font> <br><font id="text"> <p> <p> For 2D or 1D systems, the band dispersion goes to 0 perpendicular to the system, which causes the inverse effective mass to be singular, i.e. the effective mass to be NaN. This keyword circumvents the problem by eliminating the troublesome dimensions from the inverse effective mass. </p> <p> In 2D, the Z axis is ignored and, in 1D, the Z and Y axis are ignored. </p> <p> Also, note that in the 2D degenerate case, a subtlety arises: the 'transport equivalent' effective mass does not determine the scale of the transport tensors (conductivity and others). Therefore, for this specific case, the factor by which these transport tensors should be scaled once determined from the 'transport equivatlent' effective mass tensor is output separately on the line immediately after the effective mass. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_dirs">efmas_dirs</a></font> <br><font id="definition">Mnemonics: EFfective MASs, DIRectionS to be calculated</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: real(3 or 2,<a href="varrf.html#efmas_n_dirs">efmas_n_dirs</a>)</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas_calc_dirs">efmas_calc_dirs</a>>0 </font> <br><font id="text"> <p> <p> List of <a href="varrf.html#efmas_n_dirs">efmas_n_dirs</a> directions to be considered according to the value of <a href="varrf.html#efmas_calc_dirs">efmas_calc_dirs</a>. The directions are specified by 3 real values if <a href="varrf.html#efmas_calc_dirs">efmas_calc_dirs</a>==1 or 2 and by 2 real values if <a href="varrf.html#efmas_calc_dirs">efmas_calc_dirs</a>==3. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_n_dirs">efmas_n_dirs</a></font> <br><font id="definition">Mnemonics: EFfective MASs, Number of DIRectionS</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas_calc_dirs">efmas_calc_dirs</a>>0 </font> <br><font id="text"> <p> <p> Number of directions in <a href="varrf.html#efmas_dirs">efmas_dirs</a>, to be considered according to <a href="varrf.html#efmas_calc_dirs">efmas_calc_dirs</a>. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="efmas_ntheta">efmas_ntheta</a></font> <br><font id="definition">Mnemonics: EFfective MASs, Number of points for integration w/r to THETA</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 1000</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#efmas">efmas</a>==1 and <a href="#">[[FAKE LINK:efmas_band]]</a>==(degenerate band index) </font> <br><font id="text"> <p> <p> When a band is degenerate, the usual definition of effective mass becomes invalid. However, it is still possible to define a 'transport equivalent mass tensor' that reproduces the contribution of the band to the conductivity tensor. To obtain this tensor, an integration over the solid sphere is required. The default value gives a tensor accurate to the 4th decimal in Ge. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="elph2_imagden">elph2_imagden</a></font> <br><font id="definition">Mnemonics: ELectron-PHonon interaction at 2nd order : IMAGina y shoft of the DENominator</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a>, <a href="../../users/abinit_help.html#energy">ENERGY</a></font> <br><font id="vartype">Variable type: real</font> <br><font id="default">Default is 0.0</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#ieig2rf">ieig2rf</a> != 0 </font> <br><font id="text"> <p> <p> that is, if the user is performing performing second-order eigenvalue calculations using response-functions. <br /> <br /> The variable <b>elph2_imagden</b> determines the imaginary shift of the denominator of the sum-over-states in the perturbation denominator, (e_{nk}-e_{n'k'}+i <b>elph2_imagden</b>). One should use a width comparable with the Debye frequency or the maximum phonon frequency. <br /> Can be specified in Ha (the default), Ry, eV or Kelvin, since <b> ecut </b> has the '<a href="../../users/abinit_help.html#energy">ENERGY</a>' characteristics. (1 Ha=27.2113845 eV) </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="eph_task">eph_task</a></font> <br><font id="definition">Mnemonics: Electron-PHonon: Task</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#develop">DEVELOP</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 1</font> <br><font id="text"> <p> <p> When <a href="vargs.html#optdriver">optdriver</a>==7, select the task to be performed. The choice is among : <br /> <b>eph_task</b>=1 : phonon linewidth <br /> <b>eph_task</b>=2 : electron-phonon coupling elements </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="esmear">esmear</a></font> <br><font id="definition">Mnemonics: Eigenvalue SMEARing</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a>, <a href="../../users/abinit_help.html#energy">ENERGY</a></font> <br><font id="vartype">Variable type: real</font> <br><font id="default">Default is 0.01</font> <br><br><font id="requires"> Only relevant if <a href="varrf.html#smdelta">smdelta</a> != 0 </font> <br><font id="text"> <p> <p> that is, if the user is performing simulations of the electronic lifetimes induced by the electron-phonon coupling. <br /> <br /> The variable <b>esmear</b> determines the width of the functions approximating the delta function, \delta(e_{nk}-e_{n'k'}), present in the expression of the lifetimes. One should use a width comparable with the Debye frequency or the maximum phonon frequency. <br /> Can be specified in Ha (the default), Ry, eV or Kelvin, since <b> ecut </b> has the '<a href="../../users/abinit_help.html#energy">ENERGY</a>' characteristics. (1 Ha=27.2113845 eV) </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="frzfermi">frzfermi</a></font> <br><font id="definition">Mnemonics: FReeZe FERMI energy</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Can be used to suppress artificially the first-order change of Fermi energy, in case of Response Function calculation for metals at Q=0. The input variable <b>frzfermi</b>, if set to 1, allows to suppress this contribution, but this is incorrect. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="ieig2rf">ieig2rf</a></font> <br><font id="definition">Mnemonics: Integer for second-order EIGenvalues from Response-Function</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> If <b>ieig2rf</b> is greater then 0, the code will produce a file, named with the trailing suffix _EIGR2D, containing the second-order electronic eigenvalues for the perturbation. These files are used in the calculation of the thermal correction to the electronic eigenvalues. <br /> <br /> If <b>ieig2rf</b> is set to 1, the second-order electronic eigenvalues will be calculated from the DFPT method (Sternheimer). <br /> If <b>ieig2rf</b> is set to 2, the second-order electronic eigenvalues will be calculated from the Allen-Cardona method. (sum over states) <br /> If <b>ieig2rf</b> is set to 3, the second-order electronic eigenvalues will be calculated from the DFPT method (sum over states) but using a different part of the code. This is equivalent to <b>ieig2rf</b> = 1 [debuging] <br /> If <b>ieig2rf</b> is set to 4, the second-order electronic eigenvalues will be calculated from the dynamical DFPT method (Sternheimer). The code will generate _EIGR2D.nc files that contain the electron-phonon matrix element squared on the space orthogonal to the active space. The code will also produce _FAN.nc files that contain the electron-phonon matrix elements squared. Note that <b>ieig2rf</b>=4 can only be used if Abinit is compiled with NETCDF support. <br /> If <b>ieig2rf</b> is set to 5, the second-order electronic eigenvalues will be calculated from the dynamical DFPT method (Sternheimer). The code will generate _EIGR2D.nc files that contain the electron-phonon matrix element square on the space orthogonal to the active space. The code will also produce _GKK.nc files that contain electron-phonon matrix elements. This option is preferable for large system to <b>ieig2rf</b>=4 as the GKK files take less much less disk space and memory (but run a little bit slower). Note that <b>ieig2rf</b>=5 can only be used if Abinit is compiled with NETCDF support. <br /> Related variables : <a href="varrf.html#bdeigrf">bdeigrf</a>,<a href="varrf.html#elph2_imagden">elph2_imagden</a>,<a href="vardev.html#getgam_eig2nkq">getgam_eig2nkq</a>,<a href="varrf.html#smdelta">smdelta</a> Related variables : <a href="varrf.html#bdeigrf">bdeigrf</a>,<a href="varrf.html#elph2_imagden">elph2_imagden</a>,<a href="vardev.html#getgam_eig2nkq">getgam_eig2nkq</a>,<a href="varrf.html#smdelta">smdelta</a> </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="ph_ngqpt">ph_ngqpt</a></font> <br><font id="definition">Mnemonics: PHonon: Number of Grid points for Q-PoinT mesh.</font> <br><font id="characteristic">Characteristic: </font> <br><font id="vartype">Variable type: integer(3)</font> <br><font id="default">Default is [20, 20, 20]</font> <br><font id="text"> <p> This variable defines the q-mesh used to compute the phonon DOS and the Eliashberg function via Fourier interpolation. Related input variables: <a href="vareph.html#ph_qshift">ph_qshift</a> and <a href="vareph.html#ph_nqshift">ph_nqshift</a>. </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="ph_qpath">ph_qpath</a></font> <br><font id="definition">Mnemonics: Phonon: Q-PATH</font> <br><font id="characteristic">Characteristic: </font> <br><font id="vartype">Variable type: real(3,ph_nqpath)</font> <br><font id="default">Default is None</font> <br><br><font id="requires"> Only relevant if specified(<a href="#">[[FAKE LINK:pq_nqpath]]</a>) </font> <br><font id="text"> <p> This array contains the list of special q-points used to construct the q-path for phonon band structures and phonon linewidths. See also <a href="vareph.html#ph_nqpath">ph_nqpath</a> and [<a href="vareph.html#ph_ndivsm">ph_ndivsm</a>. </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="prepanl">prepanl</a></font> <br><font id="definition">Mnemonics: PREPAre Non-Linear response calculation</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> The computation of third-order derivatives from the 2n+1 theorem requires the first-order wavefunctions and densities obtained from a linear response calculation. The standard approach in a linear response calculation is (i) to compute only the irreducible perturbations, and (ii) to use symmetries to reduce the number of k-points for the k-point integration. <br /> This approach cannot be applied, presently (v4.1), if the first-order wavefunctions are to be used to compute third-order derivatives. First, for electric fields, the code needs the derivatives along the three directions. Still, in case of phonons, only the irreducible perturbations are required. Second, for both electric fields and phonons, the wavefunctions must be available in half the BZ (kptopt=2), or the full BZ (kptopt=3). <br /> During the linear response calculation, in order to prepare a non-linear calculation, one should put <b>prepanl</b> to 1 in order to force ABINIT (i) to compute the electric field perturbation along the three directions explicitly, and (ii) to keep the full number of k-points. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="prepgkk">prepgkk</a></font> <br><font id="definition">Mnemonics: PREPAre GKK calculation</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> The calculation of electron-phonon coupling quantities requires the presence of all the perturbations (all atoms in all directions) for the chosen set of (irreducible) q-points. To impose this and prevent ABINIT from using symmetry to reduce the number of perturbations, set <b>prepgkk</b> to 1. Use in conjunction with <a href="varfil.html#prtgkk">prtgkk</a>. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="prtbbb">prtbbb</a></font> <br><font id="definition">Mnemonics: PRinT Band-By-Band decomposition</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> If <b>prtbbb</b> is 1, print the band-by-band decomposition of Born effective charges and localization tensor, in case they are computed. See Ph. Ghosez and X. Gonze, J. Phys.: Condens. Matter 12, 9179 (2000). </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rf2_dkdk">rf2_dkdk</a></font> <br><font id="definition">Mnemonics: Response Function : 2nd Derivative of wavefunctions with respect to K</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> UNUSABLE (in development) </p> <p> Activates computation of second derivatives of wavefunctions with respect to wavevectors. This is not strictly a response function but is a needed auxiliary quantity in the calculations of 3rd-order derivatives of the energy (non-linear response). The directions for the derivatives are determined by <a href="varrf.html#rfdir">rfdir</a> (TO BE CORRECTED!). <ul> <li> 0=&gt;no derivative calculation </li> <li> 1=&gt;calculation along diagonal directions (d2/(dk_i dk_i), natom+10 is activated) </li> <li> 2=&gt;calculation along off-diagonal directions (d2/(dk_i dk_j), natom+11 is activated) </li> <li> 3=&gt;calculation along all directions (both natom+10 and natom+11 are activated) </li> </ul> </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfasr">rfasr</a></font> <br><font id="definition">Mnemonics: Response Function : Acoustic Sum Rule</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Control the evaluation of the acoustic sum rule in effective charges and dynamical matrix at Gamma within a response function calculation (not active at the level of producing the DDB, but at the level of the phonon eigenfrequencies output). <ul> <li> 0 =&gt; no acoustic sum rule imposed </li> <li> 1 =&gt; acoustic sum rule imposed for dynamical matrix at Gamma, and charge neutrality imposed with extra charge evenly distributed among atoms </li> <li> 2 =&gt; acoustic sum rule imposed for dynamical matrix at Gamma, and charge neutrality imposed with extra charge given proportionally to those atoms with the largest effective charge. </li> </ul> The treatment of the acoustic sum rule and charge neutrality sum rule is finer at the level of the ANADDB utility, with the two independent input variables <a href="../../users/anaddb_help.html#asr"> asr </a> and <a href="../../users/anaddb_help.html#chneut"> chneut </a> . </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfatpol">rfatpol</a></font> <br><font id="definition">Mnemonics: Response Function : ATomic POLarisation</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer(2)</font> <br><font id="default">Default is [1, 1]</font> <br><font id="text"> <p> <p> Control the range of atoms for which displacements will be considered in phonon calculations (atomic polarizations), using the 2n+1 theorem. <br /> These values are only relevant to phonon response function calculations. <br /> May take values from 1 to <a href="varbas.html#natom">natom</a>, with <b>rfatpol</b>(1)&lt;=<b>rfatpol</b>(2). <br /> The atoms to be moved will be defined by the <br /> do-loop variable iatpol : <br /> do iatpol=<b>rfatpol</b>(1),<b>rfatpol</b>(2) <br /> For the calculation of a full dynamical matrix, use <b>rfatpol</b>(1)=1 and <b>rfatpol</b>(2)=<a href="varbas.html#natom">natom</a>, together with <a href="varrf.html#rfdir">rfdir</a> 1 1 1 . For selected elements of the dynamical matrix, use different values of <b>rfatpol</b> and/or <a href="varrf.html#rfdir">rfdir</a>. The name 'iatpol' is used for the part of the internal variable ipert when it runs from 1 to <a href="varbas.html#natom">natom</a>. The internal variable ipert can also assume values larger than <a href="varbas.html#natom">natom</a>, denoting perturbations of electric field or stress type (see <a href="../../users/respfn_help.html"> the response function help file </a> ). </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfddk">rfddk</a></font> <br><font id="definition">Mnemonics: Response Function with respect to Derivative with respect to K</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Activates computation of derivatives of ground state wavefunctions with respect to wavevectors. This is not strictly a response function but is a needed auxiliary quantity in the electric field calculations (see <a href="varrf.html#rfelfd">rfelfd</a>) The directions for the derivatives are determined by <a href="varrf.html#rfdir">rfdir</a>. <ul> <li> 0=&gt;no derivative calculation </li> <li> 1=&gt;calculation of first derivatives of wavefunctions with respect to k points (d/dk calculation). The exact same functionality is provided by <a href="varrf.html#rfelfd">rfelfd</a> = 2. </li> </ul> </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfdir">rfdir</a></font> <br><font id="definition">Mnemonics: Response Function : DIRections</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer(3)</font> <br><font id="default">Default is [0, 0, 0]</font> <br><font id="text"> <p> <p> Gives the directions to be considered for response function calculations (also for the Berry phase computation of the polarization, see the <a href="varff.html#berryopt">berryopt</a> input variable). <br /> The three elements corresponds to the three primitive vectors, either in real space (phonon calculations), or in reciprocal space (d/dk, homogeneous electric field, homogeneous magnetic field calculations). So, they generate a basis for the generation of the dynamical matrix or the macroscopic dielectric tensor or magnetic susceptibility and magnetic shielding, or the effective charge tensors. <br /> If equal to 1, response functions, as defined by <a href="varrf.html#rfddk">rfddk</a>, <a href="varrf.html#rfelfd">rfelfd</a>, <a href="varrf.html#rfphon">rfphon</a>, <b>rfdir</b> and <a href="varrf.html#rfatpol">rfatpol</a>, are to be computed for the corresponding direction. If 0, this direction should not be considered. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfelfd">rfelfd</a></font> <br><font id="definition">Mnemonics: Response Function with respect to the ELectric FielD</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Turns on electric field response function calculations. Actually, such calculations requires first the non-self-consistent calculation of derivatives with respect to k, independently of the electric field perturbation itself. <ul> <li> 0=&gt;no electric field perturbation </li> <li> 1=&gt;full calculation, with first the derivative of ground-state wavefunction with respect to k (d/dk calculation), by a non-self-consistent calculation, then the generation of the first-order response to an homogeneous electric field </li> <li> 2=&gt;only the derivative of ground-state wavefunctions with respect to k </li> <li> 3=&gt;only the generation of the first-order response to the electric field, assuming that the data on derivative of ground-state wavefunction with respect to k is available on disk. </li> </ul> (Note : because the tolerances to be used for derivatives or homogeneous electric field are different, one often does the calculation of derivatives in a separate dataset, followed by calculation of electric field response as well as phonon. <br /> The options 2 and 3 proves useful in that context ; also, in case a scissor shift is to be used, it is usually not applied for the d/dk response). </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfmagn">rfmagn</a></font> <br><font id="definition">Mnemonics: Response Function with respect to MAGNetic B-field perturbation</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> It must be equal to 1 to run response function calculations with respect to external magnetic field. Currently, orbital magnetism is not taken into account and the perturbing potential has Zeeman form. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfmeth">rfmeth</a></font> <br><font id="definition">Mnemonics: Response Function METHod</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 1</font> <br><font id="text"> <p> <p> Selects method used in response function calculations. Presently, only 1 is allowed. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfphon">rfphon</a></font> <br><font id="definition">Mnemonics: Response Function with respect to PHONons</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> It must be equal to 1 to run phonon response function calculations. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfstrs">rfstrs</a></font> <br><font id="definition">Mnemonics: Response Function with respect to STRainS</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Used to run strain response-function calculations (e.g. needed to get elastic constants). Define, with <a href="varrf.html#rfdir">rfdir</a>, the set of perturbations. <ul> <li> 0=&gt;no strain perturbation </li> <li> 1=&gt;only uniaxial strain(s) (ipert=natom+3 is activated) </li> <li> 2=&gt;only shear strain(s) (ipert=natom+4 is activated) </li> <li> 3=&gt;both uniaxial and shear strain(s) (both ipert=natom+3 and ipert=natom+4 are activated) </li> </ul> See the possible restrictions on the use of strain perturbations, in the <a href="../../users/respfn_help.html#1"> respfn_help file </a> . </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="rfuser">rfuser</a></font> <br><font id="definition">Mnemonics: Response Function, USER-defined</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> Available to the developpers, to activate the use of ipert=natom+6 and ipert=natom+7, two sets of perturbations that the developpers can define. <br /> <ul> <li> 0=&gt;no computations for ipert=natom+6 or ipert=natom+7 </li> <li> 1=&gt;response with respect to perturbation natom+6 will be computed </li> <li> 2=&gt;response with respect to perturbation natom+7 will be computed </li> <li> 3=&gt;responses with respect to perturbations natom+6 and natom+7 will be computed </li> </ul> </p> <p> In order to define and use correctly the new perturbations, the developper might have to include code lines or additional routines at the level of the following routines : dfpt_cgwf.F90, dfpt_dyout.F90, dfpt_symph.F90, dfpt_dyout.F90, dfpt_etot.F90, littlegroup_pert.F90, dfpt_looppert.F90, dfpt_mkcor.F90, dfpt_nstdy.F90, dfpt_nstwf.F90, respfn.F90, dfpt_scfcv.F90, irreducible_set_pert.F90, dfpt_vloca.F90, dfpt_vtorho.F90, dfpt_vtowfk.F90. In these routines, the developper should pay a particular attention to the rfpert array, defined in the routine respfn.F90 , as well as to the ipert local variable. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="smdelta">smdelta</a></font> <br><font id="definition">Mnemonics: SMeared DELTA function</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#respfn">RESPFN</a></font> <br><font id="vartype">Variable type: integer</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> When <b>smdelta</b> in non-zero, it will trigger the calculation of the imaginary part of the second-order electronic eigenvalues, which can be related to the electronic lifetimes. The delta function is evaluated using: <br /> <ul> <li> when <b>smdelta</b> == 1, Fermi-Dirac smearing : 0.25_dp/(cosh(xx/2.0_dp)**2 </li> <li> when <b>smdelta</b> == 2, Cold smearing by Marzari using the parameter a=-.5634 (minimization of the bump): exp(-xx2)/sqrt(pi) * (1.5d0+xx*(-a*1.5d0+xx*(-1.0d0+a*xx))) </li> <li> when <b>smdelta</b> == 3, Cold smearing by Marzari using the parameter a=-.8165 (monotonic function in the tail): as 2 but different a </li> <li> when <b>smdelta</b> == 4, Smearing of Methfessel and Paxton (PRB40,3616(1989)) with Hermite polynomial of degree 2, corresponding to "Cold smearing" of N. Marzari with a=0 (so, same smeared delta function as smdelta=2, with different a). </li> <li> when <b>smdelta</b> == 5, Gaussian smearing : 1.0d0*exp(-xx**2)/sqrt(pi) </li> </ul> </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="td_maxene">td_maxene</a></font> <br><font id="definition">Mnemonics: Time-Dependent dft : MAXimal kohn-sham ENErgy difference</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#tddft">TDDFT</a></font> <br><font id="vartype">Variable type: real</font> <br><font id="default">Default is 0.0</font> <br><font id="text"> <p> <p> The Matrix to be diagonalized in the Casida framework (see "Time-Dependent Density Functional Response Theory of Molecular systems: Theory, Computational Methods, and Functionals", by M.E. Casida, in Recent Developments and Applications of Modern Density Functional Theory, edited by J.M. Seminario (Elsevier, Amsterdam, 1996).) is a NxN matrix, where, by default, N is the product of the number of occupied states by the number of unoccupied states. <br /> The input variable <b>td_maxene</b> allows to diminish N : it selects only the pairs of occupied and unoccupied states for which the Kohn-Sham energy difference is less than <b>td_maxene</b>. The default value 0.0 means that all pairs are taken into account. <br /> See <a href="varrf.html#td_mexcit">td_mexcit</a> for an alternative way to decrease N. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <br><font id="title"><a name="td_mexcit">td_mexcit</a></font> <br><font id="definition">Mnemonics: Time-Dependent dft : Maximal number of EXCITations</font> <br><font id="characteristic">Characteristic: <a href="../../users/abinit_help.html#tddft">TDDFT</a></font> <br><font id="vartype">Variable type: real</font> <br><font id="default">Default is 0</font> <br><font id="text"> <p> <p> The Matrix to be diagonalized in the Casida framework (see "Time-Dependent Density Functional Response Theory of Molecular systems: Theory, Computational Methods, and Functionals", by M.E. Casida, in Recent Developments and Applications of Modern Density Functional Theory, edited by J.M. Seminario (Elsevier, Amsterdam, 1996).) is a NxN matrix, where, by default, N is the product of the number of occupied states by the number of unoccupied states. <br /> The input variable <b>td_mexcit</b> allows to diminish N : it selects the first <b>td_mexcit</b> pairs of occupied and unoccupied states, ordered with respect to increasing Kohn-Sham energy difference. However, when <b>td_mexcit</b> is zero, all pairs are allowed. <br /> See <a href="varrf.html#td_maxene">td_maxene</a> for an alternative way to decrease N. </p> </font> <br><br><br><br><a href=#top>Go to the top</a> <B> | </B><a href="allvariables.html#top">Complete list of input variables</a><hr> <script type="text/javascript" src="../list_internal_links.js"> </script> </body> </html>
doc/wehavecookies56/kk/battlegear/keyblades/class-use/ItemCircleOfLife.html
Wehavecookies56/Kingdom-Keys
<!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_11) on Mon Oct 14 21:24:21 BST 2013 --> <title>Uses of Class wehavecookies56.kk.battlegear.keyblades.ItemCircleOfLife</title> <meta name="date" content="2013-10-14"> <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 wehavecookies56.kk.battlegear.keyblades.ItemCircleOfLife"; } //--> </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="../../../../../wehavecookies56/kk/battlegear/keyblades/ItemCircleOfLife.html" title="class in wehavecookies56.kk.battlegear.keyblades">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?wehavecookies56/kk/battlegear/keyblades/class-use/ItemCircleOfLife.html" target="_top">Frames</a></li> <li><a href="ItemCircleOfLife.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 wehavecookies56.kk.battlegear.keyblades.ItemCircleOfLife" class="title">Uses of Class<br>wehavecookies56.kk.battlegear.keyblades.ItemCircleOfLife</h2> </div> <div class="classUseContainer">No usage of wehavecookies56.kk.battlegear.keyblades.ItemCircleOfLife</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="../../../../../wehavecookies56/kk/battlegear/keyblades/ItemCircleOfLife.html" title="class in wehavecookies56.kk.battlegear.keyblades">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?wehavecookies56/kk/battlegear/keyblades/class-use/ItemCircleOfLife.html" target="_top">Frames</a></li> <li><a href="ItemCircleOfLife.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
BotzzaroniDev/GATE_Developer_8.4/doc/javadoc/gate/corpora/class-use/SynchronisationException.html
masterucm1617/botzzaroni
<!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 Tue Feb 21 18:03:01 GMT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class gate.corpora.SynchronisationException (GATE JavaDoc)</title> <meta name="date" content="2017-02-21"> <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 gate.corpora.SynchronisationException (GATE JavaDoc)"; } } 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="../../../gate/corpora/SynchronisationException.html" title="class in gate.corpora">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?gate/corpora/class-use/SynchronisationException.html" target="_top">Frames</a></li> <li><a href="SynchronisationException.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 gate.corpora.SynchronisationException" class="title">Uses of Class<br>gate.corpora.SynchronisationException</h2> </div> <div class="classUseContainer">No usage of gate.corpora.SynchronisationException</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="../../../gate/corpora/SynchronisationException.html" title="class in gate.corpora">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?gate/corpora/class-use/SynchronisationException.html" target="_top">Frames</a></li> <li><a href="SynchronisationException.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/components/quiz/quiz.view.html
klaaz0r/storytime-frontend
<div class="container"> <ng-include src="'app/components/dashboard/dashboard-menu.view.html'"></ng-include> <error></error> <div style="padding-bottom: 20px;" class="col-md-12 typography-container"> <p class="demo-type-heading">Quizzen</p> <p>Welkom bij het quizzen van Robin. Druk op een quiz om meer informatie er over te zien.</p> </div> <div ng-controller="QuizController"> <div class="container quizes"> <div class="row row-centrered"> <div class="col-md-12 quizesOverview"> <h4>Mijn Quizes</h4> <ul class="list-group list-group-collapse"> <li class="list-group-item quizItem" ng-repeat="quiz in quizes"> <p onclick="toggleQuiz(this)"> {{quiz.name}} <a class="edit-link">Aanpassen</a> </p> <ul class="list-group"> <li class="list-group-item quizQuestion itemHidden" ng-repeat="question in quiz.question"> <p class="question-text" onclick="toggleQuestion(this)"> {{question.name}}</p> <ul class="list-group"> <li class="list-group-item questionAnswer itemHidden" ng-repeat="answer in question.answer"> <p class="answer-text">{{answer.name}}</p> </li> </ul> </li> </ul> </li> </ul> <button class="btn btn-block btn-primary" ui-sref="quizNew">Quiz maken</button> </div> </div> </div> </div> </div>
statics/apps/about/advantage.html
GXTLW/gxt-front
<section class="ui-main"> <div class="ui-main-left"> <section class="ui-panel"> <header class="ui-panel-header">ABOUT US/关于国信通</header> <div class="ui-panel-body"> <ul class="ui-list"> <li class="ui-list-item"><a href="/statics/apps/about/index.html">公司简介</a></li> <li class="ui-list-item"><a href="/statics/apps/about/aptitude.html">公司资质</a></li> <li class="ui-list-item"><a href="/statics/apps/about/culture.html">公司文化</a></li> <li class="ui-list-item active"><a href="/statics/apps/about/advantage.html">公司优势</a></li> <li class="ui-list-item"><a href="/statics/apps/about/history.html">发展历程</a></li> </ul> </div> </section> </div> <div class="ui-main-right"> <div class="ui-panel"> <header class="ui-panel-header fn-clear"> 公司优势<span class="ui-more">您当前位置:<a href="/statics/apps/index/index.html">国信通</a> &gt;&gt; <a href="/statics/apps/about/index.html">关于国信通</a> &gt;&gt; <a href="/statics/apps/about/advantage.html">公司优势</a></span> </header> <div class="ui-panel-body fn-clear"> <img class="ui-panel-image" src="/public/images/default/about/advantage.jpg"> <dl> <dt>立体供应链优势</dt> <dd> <em>招聘资源</em><br> <p> 公司与深圳3大人才招聘市场深度合作,每日求职人数合计几千人次以上;另和深圳市及周边地区50多家人才市场建立了良好的合作关系。 </p> <em>内地渠道资源</em><br> <p> 集团在河南等十多个省市设有下属的招聘点和办事处,与内地十多个省市的300多所大中专职业院校和劳动人事单位建立了长期合作关系,真正实现“一地受理,全国联动”的服务。 </p> </dd> <dt>增值服务</dt> <dd> <p> 提供信息统计分析报表(如企业流失率数据、人员招聘来源数据分析、区域薪酬分析等);<br> &emsp;&emsp;提供人才职业素质的测评和在职培训; </p> </dd> <dt>科学有效的管理优势</dt> <dd> <p> 公司拥有100余人的成熟精英管理团队,其中包括专业的法律顾问、人力资源专家、人才招聘团队和员工关系处理团队,采用完整、科学的管理体系和规范的操作流程为客户提供从人力资源规划和配置、人才开发、人事管理、薪酬管理到人力资源政策咨询、员工关系管理、突发事件处理等一系列的人力资源服务。 </p> </dd> </dl> </div> </div> </div> </section>
docs/html/docs/classes.html
tobby88/ros-tapi-gui
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>tapi_gui: Class Index</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <body onload='searchBox.OnSelectItem(0);'> <!-- Generated by Doxygen 1.8.11 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </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="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Class Index</div> </div> </div><!--header--> <div class="contents"> <div class="qindex"><a class="qindex" href="#letter_G">G</a>&#160;|&#160;<a class="qindex" href="#letter_M">M</a>&#160;|&#160;<a class="qindex" href="#letter_T">T</a></div> <table class="classindex"> <tr><td rowspan="2" valign="bottom"><a name="letter_G"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;G&#160;&#160;</div></td></tr></table> </td><td rowspan="2" valign="bottom"><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;M&#160;&#160;</div></td></tr></table> </td><td rowspan="2" valign="bottom"><a name="letter_T"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;T&#160;&#160;</div></td></tr></table> </td><td></td></tr> <tr><td></td></tr> <tr><td valign="top"><a class="el" href="classTapi_1_1GuiDevice.html">GuiDevice</a> (<a class="el" href="namespaceTapi.html">Tapi</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classTapi_1_1MainGui.html">MainGui</a> (<a class="el" href="namespaceTapi.html">Tapi</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classTapi_1_1TapiGui.html">TapiGui</a> (<a class="el" href="namespaceTapi.html">Tapi</a>)&#160;&#160;&#160;</td><td></td></tr> <tr><td></td><td></td><td></td><td></td></tr> </table> <div class="qindex"><a class="qindex" href="#letter_G">G</a>&#160;|&#160;<a class="qindex" href="#letter_M">M</a>&#160;|&#160;<a class="qindex" href="#letter_T">T</a></div> </div><!-- contents --> <br clear="all" /> <hr size="1"><div style="align: right;"> <a href="https://github.com/tobby88/ros-tapi-gui">tapi_gui</a><br /> Author(s): tobby <tobby@tobby.eu></br /> <small>autogenerated on Mon Sep 19 2016 23:48:39</small> </div> </body> </html>
demo/WebContent/js/extjs/build/classic/theme-gray/resources/theme-gray-all-rtl-debug_2.css
a497556016/demo2.0
/* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ .x-tab-over .x-tab-default-left-tl, .x-tab-over .x-tab-default-left-bl, .x-tab-over .x-tab-default-left-tr, .x-tab-over .x-tab-default-left-br, .x-tab-over .x-tab-default-left-tc, .x-tab-over .x-tab-default-left-bc { background-image: url(images/tab/tab-default-left-over-corners.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ .x-tab-over .x-tab-default-left-ml, .x-tab-over .x-tab-default-left-mr { background-image: url(images/tab/tab-default-left-over-sides.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ .x-tab-over .x-tab-default-left-mc { background-repeat: repeat-x; background-image: url(images/tab/tab-default-left-over-fbg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ .x-tab-focus .x-tab-default-left-tl, .x-tab-focus .x-tab-default-left-bl, .x-tab-focus .x-tab-default-left-tr, .x-tab-focus .x-tab-default-left-br, .x-tab-focus .x-tab-default-left-tc, .x-tab-focus .x-tab-default-left-bc { background-image: url(images/tab/tab-default-left-focus-corners.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ .x-tab-focus .x-tab-default-left-ml, .x-tab-focus .x-tab-default-left-mr { background-image: url(images/tab/tab-default-left-focus-sides.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ .x-tab-focus .x-tab-default-left-mc { background-repeat: repeat-x; background-image: url(images/tab/tab-default-left-focus-fbg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ .x-tab-focus.x-tab-over .x-tab-default-left-tl, .x-tab-focus.x-tab-over .x-tab-default-left-bl, .x-tab-focus.x-tab-over .x-tab-default-left-tr, .x-tab-focus.x-tab-over .x-tab-default-left-br, .x-tab-focus.x-tab-over .x-tab-default-left-tc, .x-tab-focus.x-tab-over .x-tab-default-left-bc { background-image: url(images/tab/tab-default-left-focus-over-corners.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ .x-tab-focus.x-tab-over .x-tab-default-left-ml, .x-tab-focus.x-tab-over .x-tab-default-left-mr { background-image: url(images/tab/tab-default-left-focus-over-sides.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ .x-tab-focus.x-tab-over .x-tab-default-left-mc { background-repeat: repeat-x; background-image: url(images/tab/tab-default-left-focus-over-fbg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ .x-tab.x-tab-active .x-tab-default-left-tl, .x-tab.x-tab-active .x-tab-default-left-bl, .x-tab.x-tab-active .x-tab-default-left-tr, .x-tab.x-tab-active .x-tab-default-left-br, .x-tab.x-tab-active .x-tab-default-left-tc, .x-tab.x-tab-active .x-tab-default-left-bc { background-image: url(images/tab/tab-default-left-active-corners.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ .x-tab.x-tab-active .x-tab-default-left-ml, .x-tab.x-tab-active .x-tab-default-left-mr { background-image: url(images/tab/tab-default-left-active-sides.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ .x-tab.x-tab-active .x-tab-default-left-mc { background-repeat: repeat-x; background-image: url(images/tab/tab-default-left-active-fbg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ .x-tab-focus.x-tab-active .x-tab-default-left-tl, .x-tab-focus.x-tab-active .x-tab-default-left-bl, .x-tab-focus.x-tab-active .x-tab-default-left-tr, .x-tab-focus.x-tab-active .x-tab-default-left-br, .x-tab-focus.x-tab-active .x-tab-default-left-tc, .x-tab-focus.x-tab-active .x-tab-default-left-bc { background-image: url(images/tab/tab-default-left-focus-active-corners.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ .x-tab-focus.x-tab-active .x-tab-default-left-ml, .x-tab-focus.x-tab-active .x-tab-default-left-mr { background-image: url(images/tab/tab-default-left-focus-active-sides.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ .x-tab-focus.x-tab-active .x-tab-default-left-mc { background-repeat: repeat-x; background-image: url(images/tab/tab-default-left-focus-active-fbg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2961 */ .x-tab.x-tab-disabled .x-tab-default-left-tl, .x-tab.x-tab-disabled .x-tab-default-left-bl, .x-tab.x-tab-disabled .x-tab-default-left-tr, .x-tab.x-tab-disabled .x-tab-default-left-br, .x-tab.x-tab-disabled .x-tab-default-left-tc, .x-tab.x-tab-disabled .x-tab-default-left-bc { background-image: url(images/tab/tab-default-left-disabled-corners.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2970 */ .x-tab.x-tab-disabled .x-tab-default-left-ml, .x-tab.x-tab-disabled .x-tab-default-left-mr { background-image: url(images/tab/tab-default-left-disabled-sides.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2975 */ .x-tab.x-tab-disabled .x-tab-default-left-mc { background-repeat: repeat-x; background-image: url(images/tab/tab-default-left-disabled-fbg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2985 */ .x-tab-default-tl, .x-tab-default-bl, .x-tab-default-tr, .x-tab-default-br { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:2995 */ .x-tab-default .x-tab-close-btn { top: 2px; right: 2px; width: 11px; height: 11px; background: url(images/tab/tab-default-close.gif) 0 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3017 */ .x-tab-default .x-tab-close-btn-over { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3086 */ .x-tab-default.x-tab-active .x-tab-close-btn { background-position: 0 -11px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3119 */ .x-tab-default.x-tab-disabled .x-tab-close-btn { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3140 */ .x-rtl.x-tab-default .x-tab-close-btn { right: auto; left: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3146 */ .x-tab-closable.x-tab-default .x-tab-button { padding-right: 14px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Tab.scss:3151 */ .x-rtl.x-tab-closable.x-tab-default .x-tab-button { padding-right: 0px; padding-left: 14px; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-default-top:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-default-right:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-default-left:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-over.x-tab-default-top:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-over.x-tab-default-right:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-over.x-tab-default-bottom:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-over.x-tab-default-left:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-active.x-tab-default-top:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-active.x-tab-default-right:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-active.x-tab-default-bottom:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-active.x-tab-default-left:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-disabled.x-tab-default-top:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-disabled.x-tab-default-right:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:left" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-disabled.x-tab-default-left:before { display: none; content: "x-slicer:, corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:4px 4px 4px 4px, stretch:right" !important; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:158 */ .x-tab-bar-default { background-color: #d2d2d2; border-style: solid; border-color: #d0d0d0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:167 */ .x-tab-bar-default-top { border-width: 1px 1px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:171 */ .x-tab-bar-default-bottom { border-width: 0 1px 1px 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:175 */ .x-tab-bar-default-left { border-width: 1px 0 1px 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:180 */ .x-rtl.x-tab-bar-default-left { border-width: 1px 1px 1px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:185 */ .x-tab-bar-default-right { border-width: 1px 1px 1px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:190 */ .x-rtl.x-tab-bar-default-right { border-width: 1px 0 1px 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:197 */ .x-tab-bar-default-top > .x-tab-bar-body-default { padding: 1px 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:201 */ .x-tab-bar-default-bottom > .x-tab-bar-body-default { padding: 0 0 1px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:205 */ .x-tab-bar-default-left > .x-tab-bar-body-default { padding: 0 0 0 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:210 */ .x-rtl.x-tab-bar-default-left > .x-tab-bar-body-default { padding: 0 1px 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:215 */ .x-tab-bar-default-right > .x-tab-bar-body-default { padding: 0 1px 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:220 */ .x-rtl.x-tab-bar-default-right > .x-tab-bar-body-default { padding: 0 0 0 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:259 */ .x-tab-bar-plain.x-tab-bar-default-horizontal { border-top-color: transparent; border-bottom-color: transparent; border-left-width: 0; border-right-width: 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:266 */ .x-tab-bar-plain.x-tab-bar-default-vertical { border-right-color: transparent; border-left-color: transparent; border-top-width: 0; border-bottom-width: 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:278 */ .x-tab-bar-top > .x-tab-bar-body-default { padding-bottom: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:282 */ .x-tab-bar-bottom > .x-tab-bar-body-default { padding-top: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:286 */ .x-tab-bar-left > .x-tab-bar-body-default { padding-right: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:290 */ .x-tab-bar-left > .x-tab-bar-body-default.x-rtl { padding-right: 0; padding-left: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:297 */ .x-tab-bar-right > .x-tab-bar-body-default { padding-left: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:301 */ .x-tab-bar-right > .x-tab-bar-body-default.x-rtl { padding-left: 0; padding-right: 2px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:309 */ .x-tab-bar-strip-default { border-style: solid; border-color: #d0d0d0; background-color: #eaeaea; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:316 */ .x-tab-bar-top > .x-tab-bar-strip-default { border-width: 1px 0 0; height: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:320 */ .x-tab-bar-top.x-tab-bar-plain > .x-tab-bar-strip-default { border-width: 1px 1px 0 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:326 */ .x-tab-bar-bottom > .x-tab-bar-strip-default { border-width: 0 0 1px 0; height: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:330 */ .x-tab-bar-bottom.x-tab-bar-plain > .x-tab-bar-strip-default { border-width: 0 1px 1px 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:336 */ .x-tab-bar-left > .x-tab-bar-strip-default { border-width: 0 0 0 1px; width: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:340 */ .x-tab-bar-left > .x-tab-bar-strip-default.x-rtl { border-width: 0 1px 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:345 */ .x-tab-bar-left.x-tab-bar-plain > .x-tab-bar-strip-default { border-width: 1px 0 1px 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:348 */ .x-tab-bar-left.x-tab-bar-plain > .x-tab-bar-strip-default.x-rtl { border-width: 1px 1px 1px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:356 */ .x-tab-bar-right > .x-tab-bar-strip-default { border-width: 0 1px 0 0; width: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:360 */ .x-tab-bar-right > .x-tab-bar-strip-default.x-rtl { border-width: 0 0 0 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:365 */ .x-tab-bar-right.x-tab-bar-plain > .x-tab-bar-strip-default { border-width: 1px 1px 1px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:368 */ .x-tab-bar-right.x-tab-bar-plain > .x-tab-bar-strip-default.x-rtl { border-width: 1px 0 1px 1px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:380 */ .x-tab-bar-horizontal > .x-tab-bar-body-default { min-height: 26px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:383 */ .x-ie8m .x-tab-bar-horizontal > .x-tab-bar-body-default { min-height: 23px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:390 */ .x-tab-bar-vertical > .x-tab-bar-body-default { min-width: 26px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:393 */ .x-ie8m .x-tab-bar-vertical > .x-tab-bar-body-default { min-width: 23px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:401 */ .x-tab-bar-default-top { background-image: none; background-color: #d2d2d2; background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dfdede), color-stop(0%, #d2d2d2)); background-image: -webkit-linear-gradient(top, #dfdede, #d2d2d2); background-image: -moz-linear-gradient(top, #dfdede, #d2d2d2); background-image: -o-linear-gradient(top, #dfdede, #d2d2d2); background-image: -ms-linear-gradient(top, #dfdede, #d2d2d2); background-image: linear-gradient(top, #dfdede, #d2d2d2); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:405 */ .x-nlg .x-tab-bar-default-top { background: url(images/tab-bar/tab-bar-default-top-bg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:411 */ .x-tab-bar-default-bottom { background-image: none; background-color: #d2d2d2; background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dfdede), color-stop(0%, #d2d2d2)); background-image: -webkit-linear-gradient(bottom, #dfdede, #d2d2d2); background-image: -moz-linear-gradient(bottom, #dfdede, #d2d2d2); background-image: -o-linear-gradient(bottom, #dfdede, #d2d2d2); background-image: -ms-linear-gradient(bottom, #dfdede, #d2d2d2); background-image: linear-gradient(bottom, #dfdede, #d2d2d2); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:415 */ .x-nlg .x-tab-bar-default-bottom { background: url(images/tab-bar/tab-bar-default-bottom-bg.gif) bottom 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:421 */ .x-tab-bar-default-left { background-image: none; background-color: #d2d2d2; background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dfdede), color-stop(0%, #d2d2d2)); background-image: -webkit-linear-gradient(left, #dfdede, #d2d2d2); background-image: -moz-linear-gradient(left, #dfdede, #d2d2d2); background-image: -o-linear-gradient(left, #dfdede, #d2d2d2); background-image: -ms-linear-gradient(left, #dfdede, #d2d2d2); background-image: linear-gradient(left, #dfdede, #d2d2d2); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:425 */ .x-nlg .x-tab-bar-default-left { background: url(images/tab-bar/tab-bar-default-left-bg.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:431 */ .x-tab-bar-default-right { background-image: none; background-color: #d2d2d2; background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #dfdede), color-stop(0%, #d2d2d2)); background-image: -webkit-linear-gradient(right, #dfdede, #d2d2d2); background-image: -moz-linear-gradient(right, #dfdede, #d2d2d2); background-image: -o-linear-gradient(right, #dfdede, #d2d2d2); background-image: -ms-linear-gradient(right, #dfdede, #d2d2d2); background-image: linear-gradient(right, #dfdede, #d2d2d2); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:435 */ .x-nlg .x-tab-bar-default-right { background: url(images/tab-bar/tab-bar-default-right-bg.gif) 0 right; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ .x-tab-bar-default-scroller .x-box-scroller-body-horizontal { margin-left: 18px; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ .x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { margin-top: 17px; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ .x-box-scroller-tab-bar-default { cursor: pointer; color: #eee; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ .x-box-scroller-tab-bar-default.x-box-scroller-disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; cursor: default; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ .x-box-scroller-tab-bar-default.x-box-scroller-left, .x-box-scroller-tab-bar-default.x-box-scroller-right { width: 18px; top: 0; bottom: 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ .x-box-scroller-tab-bar-default.x-box-scroller-left { margin: 0; background-position: -18px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:259 */ .x-box-scroller-tab-bar-default.x-box-scroller-left.x-box-scroller-hover { background-position: 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ .x-box-scroller-tab-bar-default.x-box-scroller-right { margin: 0; background-position: 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:284 */ .x-box-scroller-tab-bar-default.x-box-scroller-right.x-box-scroller-hover { background-position: -18px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:292 */ .x-box-scroller-tab-bar-default.x-box-scroller-top, .x-box-scroller-tab-bar-default.x-box-scroller-bottom { height: 18px; left: 0; right: 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:319 */ .x-box-scroller-tab-bar-default.x-box-scroller-top { margin: 0; background-position: 0 -18px; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:338 */ .x-box-scroller-tab-bar-default.x-box-scroller-top.x-box-scroller-hover { background-position: 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:344 */ .x-box-scroller-tab-bar-default.x-box-scroller-bottom { margin: 0; background-position: 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:363 */ .x-box-scroller-tab-bar-default.x-box-scroller-bottom.x-box-scroller-hover { background-position: 0 -18px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:474 */ .x-tab-bar-plain.x-tab-bar-default-scroller .x-box-scroller-body-horizontal { margin-left: 18px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:480 */ .x-tab-bar-plain.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical { margin-top: 17px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:485 */ .x-tab-bar-plain .x-box-scroller-tab-bar-default { color: #eee; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:492 */ .x-tab-bar-default-right .x-box-scroller-top { background-position: right -18px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:495 */ .x-tab-bar-default-right .x-box-scroller-top.x-box-scroller-hover { background-position: right 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:500 */ .x-tab-bar-default-right .x-box-scroller-bottom { background-position: right 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:503 */ .x-tab-bar-default-right .x-box-scroller-bottom.x-box-scroller-hover { background-position: right -18px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:510 */ .x-tab-bar-default-bottom .x-box-scroller-left { background-position: -18px bottom; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:513 */ .x-tab-bar-default-bottom .x-box-scroller-left.x-box-scroller-hover { background-position: 0 bottom; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:518 */ .x-tab-bar-default-bottom .x-box-scroller-right { background-position: 0 bottom; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:521 */ .x-tab-bar-default-bottom .x-box-scroller-right.x-box-scroller-hover { background-position: -18px bottom; } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:598 */ .x-tab-bar-default-top .x-box-scroller-left { background-image: url(images/tab-bar/default-scroll-left-top.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:601 */ .x-tab-bar-default-top .x-box-scroller-right { background-image: url(images/tab-bar/default-scroll-right-top.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:607 */ .x-tab-bar-default-bottom .x-box-scroller-left { background-image: url(images/tab-bar/default-scroll-left-bottom.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:610 */ .x-tab-bar-default-bottom .x-box-scroller-right { background-image: url(images/tab-bar/default-scroll-right-bottom.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:616 */ .x-tab-bar-default-left .x-box-scroller-top { background-image: url(images/tab-bar/default-scroll-top-left.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:619 */ .x-tab-bar-default-left .x-box-scroller-bottom { background-image: url(images/tab-bar/default-scroll-bottom-left.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:625 */ .x-tab-bar-default-right .x-box-scroller-top { background-image: url(images/tab-bar/default-scroll-top-right.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tab/Bar.scss:628 */ .x-tab-bar-default-right .x-box-scroller-bottom { background-image: url(images/tab-bar/default-scroll-bottom-right.gif); } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-bar-default-top:before { display: none; content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-top-bg.gif), stretch:bottom" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-bar-default-bottom:before { display: none; content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-bottom-bg.gif), stretch:top" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-bar-default-left:before { display: none; content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-left-bg.gif), stretch:right" !important; } /* http://localhost:1843/classic/theme-base/sass/etc/mixins/slicer.scss:83 */ .x-cmd-slicer.x-tab-bar-default-right:before { display: none; content: "x-slicer:, bg:url(images/tab-bar/tab-bar-default-right-bg.gif), stretch:left" !important; } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:158 */ .x-breadcrumb-btn-default { margin: 0 0 0 0px; } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:162 */ .x-breadcrumb-icon-folder-default { background-image: url(images/tree/folder.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:170 */ .x-btn-menu-active .x-breadcrumb-icon-folder-default { background-image: url(images/tree/folder-open.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:180 */ .x-breadcrumb-icon-leaf-default { background-image: url(images/tree/leaf.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:190 */ .x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after { width: 14px; background-image: url(images/breadcrumb/default-arrow.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:196 */ .x-rtl.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after { background-image: url(images/breadcrumb/default-arrow-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:202 */ .x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after { background-image: url(images/breadcrumb/default-arrow-open.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:207 */ .x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-arrow:after { background-image: url(images/breadcrumb/default-arrow-open-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:215 */ .x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after { width: 14px; background-image: url(images/breadcrumb/default-split-arrow.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:229 */ .x-rtl.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after { background-image: url(images/breadcrumb/default-split-arrow-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:235 */ .x-btn-over.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after { background-image: url(images/breadcrumb/default-split-arrow-over.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:240 */ .x-rtl.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after { background-image: url(images/breadcrumb/default-split-arrow-over-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:247 */ .x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after { background-image: url(images/breadcrumb/default-split-arrow-open.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/toolbar/Breadcrumb.scss:259 */ .x-rtl.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-default-toolbar-small.x-btn-split:after { background-image: url(images/breadcrumb/default-split-arrow-open-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:170 */ .x-breadcrumb-default-scroller .x-box-scroller-body-horizontal { margin-left: 14px; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:176 */ .x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical { margin-top: 26px; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:181 */ .x-box-scroller-breadcrumb-default { cursor: pointer; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:203 */ .x-box-scroller-breadcrumb-default.x-box-scroller-disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; cursor: default; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:213 */ .x-box-scroller-breadcrumb-default.x-box-scroller-left, .x-box-scroller-breadcrumb-default.x-box-scroller-right { width: 14px; height: 22px; border-style: solid; border-color: #8db2e3; border-width: 0 0 1px; top: 50%; margin-top: -11px; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:240 */ .x-box-scroller-breadcrumb-default.x-box-scroller-left { margin-left: 0; margin-right: 0; margin-bottom: 0; background-image: url(images/breadcrumb/default-scroll-left.gif); background-position: -14px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:259 */ .x-box-scroller-breadcrumb-default.x-box-scroller-left.x-box-scroller-hover { background-position: 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:265 */ .x-box-scroller-breadcrumb-default.x-box-scroller-right { margin-left: 0; margin-right: 0; margin-bottom: 0; background-image: url(images/breadcrumb/default-scroll-right.gif); background-position: 0 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/layout/container/Box.scss:284 */ .x-box-scroller-breadcrumb-default.x-box-scroller-right.x-box-scroller-hover { background-position: -14px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:1 */ .x-tree-expander { cursor: pointer; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:17 */ .x-tree-arrows .x-tree-expander { background-image: url(images/tree/arrows.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:21 */ .x-tree-arrows .x-tree-expander-over .x-tree-expander { background-position: -32px center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:25 */ .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander { background-position: -16px center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:29 */ .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander { background-position: -48px center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:34 */ .x-tree-arrows .x-rtl.x-tree-expander { background: url(images/tree/arrows-rtl.gif) no-repeat -48px center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:38 */ .x-tree-arrows .x-tree-expander-over .x-rtl.x-tree-expander { background-position: -16px center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:42 */ .x-tree-arrows .x-grid-tree-node-expanded .x-rtl.x-tree-expander { background-position: -32px center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:46 */ .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-rtl.x-tree-expander { background-position: 0 center; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:71 */ .x-tree-lines .x-tree-elbow { background-image: url(images/tree/elbow.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:75 */ .x-tree-lines .x-tree-elbow-end { background-image: url(images/tree/elbow-end.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:79 */ .x-tree-lines .x-tree-elbow-plus { background-image: url(images/tree/elbow-plus.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:83 */ .x-tree-lines .x-tree-elbow-end-plus { background-image: url(images/tree/elbow-end-plus.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:87 */ .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus { background-image: url(images/tree/elbow-minus.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:91 */ .x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus { background-image: url(images/tree/elbow-end-minus.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:95 */ .x-tree-lines .x-tree-elbow-line { background-image: url(images/tree/elbow-line.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:100 */ .x-tree-lines .x-rtl.x-tree-elbow { background-image: url(images/tree/elbow-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:104 */ .x-tree-lines .x-rtl.x-tree-elbow-end { background-image: url(images/tree/elbow-end-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:108 */ .x-tree-lines .x-rtl.x-tree-elbow-plus { background-image: url(images/tree/elbow-plus-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:112 */ .x-tree-lines .x-rtl.x-tree-elbow-end-plus { background-image: url(images/tree/elbow-end-plus-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:116 */ .x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-plus { background-image: url(images/tree/elbow-minus-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:120 */ .x-tree-lines .x-grid-tree-node-expanded .x-rtl.x-tree-elbow-end-plus { background-image: url(images/tree/elbow-end-minus-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:124 */ .x-tree-lines .x-rtl.x-tree-elbow-line { background-image: url(images/tree/elbow-line-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:131 */ .x-tree-no-lines .x-tree-expander { background-image: url(images/tree/elbow-plus-nl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:135 */ .x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander { background-image: url(images/tree/elbow-minus-nl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:140 */ .x-tree-no-lines .x-rtl.x-tree-expander { background-image: url(images/tree/elbow-plus-nl-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:144 */ .x-tree-no-lines .x-grid-tree-node-expanded .x-rtl.x-tree-expander { background-image: url(images/tree/elbow-minus-nl-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:151 */ .x-tree-icon { width: 16px; height: 20px; line-height: 20px; color: gray; font-size: 16px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:159 */ .x-tree-elbow-img { width: 16px; height: 20px; line-height: 20px; margin-right: 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:167 */ .x-rtl.x-tree-elbow-img { margin-right: 0; margin-left: 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:173 */ .x-tree-icon, .x-tree-elbow-img, .x-tree-checkbox { margin-top: -3px; margin-bottom: -4px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:183 */ .x-tree-icon-leaf { background-image: url(images/tree/leaf.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:191 */ .x-tree-icon-leaf.x-rtl { background-image: url(images/tree/leaf-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:198 */ .x-tree-icon-parent { background-image: url(images/tree/folder.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:206 */ .x-tree-icon-parent.x-rtl { background-image: url(images/tree/folder-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:219 */ .x-tree-icon-parent-expanded { background-image: url(images/tree/folder-open.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:223 */ .x-tree-icon-parent-expanded.x-rtl { background-image: url(images/tree/folder-open-rtl.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:230 */ .x-tree-icon-custom { background-image: none; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:240 */ .x-tree-icon-custom.x-rtl { background-image: none; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:246 */ .x-tree-checkbox { margin-right: 3px; top: 4px; width: 13px; height: 13px; background-image: url(images/form/checkbox.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:260 */ .x-rtl.x-tree-checkbox { margin-right: 0; margin-left: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:266 */ .x-tree-checkbox-checked { background-position: 0 -13px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:274 */ .x-grid-tree-loading .x-tree-icon { background-image: url(images/tree/loading.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:279 */ .x-grid-tree-loading .x-rtl.x-tree-icon { background-image: url(images/tree/loading.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:284 */ .x-tree-node-text { padding-left: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:289 */ .x-rtl.x-tree-node-text { padding-left: 0; padding-right: 3px; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/View.scss:296 */ .x-grid-cell-inner-treecolumn { padding: 3px 6px 4px 0; } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:9 */ .x-tree-drop-ok-append .x-dd-drop-icon { background-image: url(images/tree/drop-append.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:13 */ .x-tree-drop-ok-above .x-dd-drop-icon { background-image: url(images/tree/drop-above.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:17 */ .x-tree-drop-ok-below .x-dd-drop-icon { background-image: url(images/tree/drop-below.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:21 */ .x-tree-drop-ok-between .x-dd-drop-icon { background-image: url(images/tree/drop-between.gif); } /* http://localhost:1843/classic/theme-neutral/sass/src/tree/ViewDropZone.scss:26 */ .x-tree-ddindicator { height: 1px; border-width: 1px 0px 0px; border-style: dotted; border-color: green; } /* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:1 */ .x-multiselector-remove { font-size: 100%; color: #eee; cursor: pointer; } /* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:6 */ .x-multiselector-remove .x-grid-cell-inner { padding: 3px 6px 4px; } /* http://localhost:1843/classic/theme-neutral/sass/src/view/MultiSelector.scss:11 */ .x-grid-item-over .x-multiselector-remove { color: red; } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:1 */ .x-toast-icon-information { background-image: url(images/window/toast/icon16_info.png); } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:5 */ .x-toast-icon-error { background-image: url(images/window/toast/icon16_error.png); } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:11 */ .x-toast-window .x-window-body { /* Using standard theme */ padding: 15px 5px 15px 5px; } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:17 */ .x-toast-light .x-window-header { /* Custom styling */ background-color: transparent; } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:21 */ .x-toast-light .x-tool-img { background-color: transparent; } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:25 */ .x-toast-light { background-image: url(images/window/toast/fader.png); } /* http://localhost:1843/classic/theme-neutral/sass/src/window/Toast.scss:29 */ .x-toast-light .x-window-body { padding: 15px 5px 20px 5px; background-color: transparent; border: 0px solid white; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:2 */ .x-box-tl { background: transparent no-repeat 0 0; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:6 */ .x-box-tc { height: 8px; background: transparent repeat-x 0 0; overflow: hidden; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:12 */ .x-box-tr { background: transparent no-repeat right -8px; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:16 */ .x-box-ml { background: transparent repeat-y 0; padding-left: 4px; overflow: hidden; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:22 */ .x-box-mc { background: repeat-x 0 -16px; padding: 4px 10px; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:27 */ .x-box-mc h3 { margin: 0 0 4px 0; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:31 */ .x-box-mr { background: transparent repeat-y right; padding-right: 4px; overflow: hidden; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:37 */ .x-box-bl { background: transparent no-repeat 0 -16px; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:41 */ .x-box-bc { background: transparent repeat-x 0 -8px; height: 8px; overflow: hidden; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:47 */ .x-box-br { background: transparent no-repeat right -24px; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:51 */ .x-box-tl, .x-box-bl { padding-left: 8px; overflow: hidden; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:56 */ .x-box-tr, .x-box-br { padding-right: 8px; overflow: hidden; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:61 */ .x-box-tl { background-image: url(images/box/corners.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:65 */ .x-box-tc { background-image: url(images/box/tb.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:69 */ .x-box-tr { background-image: url(images/box/corners.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:73 */ .x-box-ml { background-image: url(images/box/l.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:77 */ .x-box-mc { background-color: #eee; background-image: url(images/box/tb.gif); font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif; color: #393939; font-size: 15px; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:85 */ .x-box-mc h3 { font-size: 18px; font-weight: bold; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:90 */ .x-box-mr { background-image: url(images/box/r.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:94 */ .x-box-bl { background-image: url(images/box/corners.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:98 */ .x-box-bc { background-image: url(images/box/tb.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:102 */ .x-box-br { background-image: url(images/box/corners.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:106 */ .x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { background-image: url(images/box/corners-blue.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:110 */ .x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { background-image: url(images/box/tb-blue.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:114 */ .x-box-blue .x-box-mc { background-color: #c3daf9; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:118 */ .x-box-blue .x-box-mc h3 { color: #17385b; } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:122 */ .x-box-blue .x-box-ml { background-image: url(images/box/l-blue.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/dom/Element.scss:126 */ .x-box-blue .x-box-mr { background-image: url(images/box/r-blue.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/window/MessageBox.scss:2 */ .x-message-box .x-msg-box-wait { background-image: url(images/shared/blue-loading.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/form/field/HtmlEditor.scss:2 */ .x-html-editor-wrap .x-toolbar { border-left-color: #b5b8c8; border-top-color: #b5b8c8; border-right-color: #b5b8c8; } /* http://localhost:1843/classic/theme-classic/sass/src/form/field/HtmlEditor.scss:9 */ .x-html-editor-input { border: 1px solid #b5b8c8; border-top-width: 0; } /* http://localhost:1843/classic/theme-classic/sass/src/grid/column/Column.scss:1 */ .x-column-header-trigger { background-color: #c5c5c5; } /* http://localhost:1843/classic/theme-classic/sass/src/grid/column/Column.scss:7 */ .x-rtl.x-column-header-trigger { background-image: url(images/grid/grid3-hd-btn-left.gif); } /* http://localhost:1843/classic/theme-classic/sass/src/layout/container/Accordion.scss:1 */ .x-accordion-hd { -webkit-box-shadow: inset 0 0 #e5e5e5; -moz-box-shadow: inset 0 0 #e5e5e5; box-shadow: inset 0 0 #e5e5e5; } /* http://localhost:1843/classic/theme-classic/sass/src/layout/container/Accordion.scss:4 */ .x-accordion-hd-sibling-expanded { -webkit-box-shadow: inset 0 1px #ececec; -moz-box-shadow: inset 0 1px #ececec; box-shadow: inset 0 1px #ececec; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:2 */ .x-resizable-handle-east-over, .x-resizable-handle-west-over { background-position: left; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:7 */ .x-resizable-handle-south-over, .x-resizable-handle-north-over { background-position: top; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:12 */ .x-resizable-handle-southeast-over { background-position: top left; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:16 */ .x-resizable-handle-northwest-over { background-position: bottom right; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:20 */ .x-resizable-handle-northeast-over { background-position: bottom left; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:24 */ .x-resizable-handle-southwest-over { background-position: top right; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:29 */ .x-resizable-pinned .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west { background-position: left; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:34 */ .x-resizable-pinned .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north { background-position: top; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:39 */ .x-resizable-pinned .x-resizable-handle-southeast { background-position: top left; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:43 */ .x-resizable-pinned .x-resizable-handle-northwest { background-position: bottom right; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:47 */ .x-resizable-pinned .x-resizable-handle-northeast { background-position: bottom left; } /* http://localhost:1843/classic/theme-classic/sass/src/resizer/Resizer.scss:51 */ .x-resizable-pinned .x-resizable-handle-southwest { background-position: top right; } /* http://localhost:1843/classic/theme-classic/sass/src/slider/Multi.scss:1 */ .x-slider-focus .x-slider-thumb { outline: 1px dotted #333; }
app/views/unchatbar-contact/client/list.html
unchatbar/unchatbar-contact
<div class="un-contact-client-list"> <a ng-repeat="clientItem in clientList | filter:clientFilter " ui-sref='channel({channel: clientItem.channel})' > <span class="profile-image-box"> <img class="profile-image" data-ng-src="{{clientItem.image}}" alt="{{'Profile Picture' | translate}}"> </span> <div class="profile-info-box"> <div class="text-lg">{{clientItem.id}}</div> <span class="text-muted">{{clientItem.description}}</span> </div> </a> </div>