path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
src/main/resources/de/sandritter/version_analysis_of_build_dependencies/BuildDependencyPublisher/help-dbPath.html
sandritter/Version-Analysis-Of-Composer-Dependencies
<div> Please enter the absolute path to the location of the used database. </div>
private.html
pspchucky/nodejs-websocket-chatrooms
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Private Chat</title> <script> var connection window.addEventListener("load", function () { var nickname = prompt("Choose a nickname") if (nickname) { connection = new WebSocket("ws://"+window.location.hostname+":8081/?room=private") connection.onopen = function () { console.log("Connection opened") connection.send(nickname) document.getElementById("form").onsubmit = function (event) { var msg = document.getElementById("msg") if (msg.value) connection.send(msg.value) msg.value = "" event.preventDefault() } } connection.onclose = function () { var div = document.createElement("div") div.textContent = "You have disconnected from the server." document.body.appendChild(div) console.log("Connection closed") } connection.onerror = function () { var div = document.createElement("div") div.textContent = "Failed to connect to the server." document.body.appendChild(div) console.error("Connection error") } connection.onmessage = function (event) { var div = document.createElement("div") div.textContent = event.data document.body.appendChild(div) } } }) </script> </head> <body> <form id="form"> Message: <input size="50" id="msg"> <input type="submit" value="Submit"> </form> </body> </html>
doc/java/jdk8/javax/swing/plaf/basic/class-use/BasicInternalFrameTitlePane.TitlePaneLayout.html
fbiville/annotation-processing-ftw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:30 PST 2014 --> <title>Uses of Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout (Java Platform SE 8 )"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../javax/swing/plaf/basic/BasicInternalFrameTitlePane.TitlePaneLayout.html" title="class in javax.swing.plaf.basic">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?javax/swing/plaf/basic/class-use/BasicInternalFrameTitlePane.TitlePaneLayout.html" target="_top">Frames</a></li> <li><a href="BasicInternalFrameTitlePane.TitlePaneLayout.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout" class="title">Uses of Class<br>javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout</h2> </div> <div class="classUseContainer">No usage of javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../javax/swing/plaf/basic/BasicInternalFrameTitlePane.TitlePaneLayout.html" title="class in javax.swing.plaf.basic">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?javax/swing/plaf/basic/class-use/BasicInternalFrameTitlePane.TitlePaneLayout.html" target="_top">Frames</a></li> <li><a href="BasicInternalFrameTitlePane.TitlePaneLayout.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
blog/css-blog.html
mattopps/mattopps.github.io
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog.css"> <title>css beginnings</title> <meta charset="UTF-8"> </head> <body> <nav> <a href="blog-template.html"> My DBC blog</a> <a href="#"> Projects</a> <a href="#"> Resume</a> <a href="about.html"> About This Guy</a> </nav> <main> <div class = "title"><h1>My First foray into css</h1> <h2>or :how I didn't stop worrying or learn to love absolute positioning</h2> <h4>11/9/2015</h4></div> <section class = "content"> <p>Hello Again Blog!</p> <p>Today we will discuss a little about the basic elements that surround any piece of content on the page. They are padding, border, and margin. In that order - outward from the content itself.</p> <p>In the most basic definition. Padding is the space between the content and the border. The border is a (usually) visual demarcation between the content any other element on the page. The margin is the space between the element and another element on the page.</p> <p>Padding.</p> <img class = "content" src="../imgs/344equidistant.png" alt="small boxes"> <img class = "content" src="../imgs/3494squaregrowth.png" alt="bigger boxes"> <p>Check out the difference between the the fours boxes in these pictures. The boxes in the first picture have almost no colored space between the letters in each box and the border. Some of the boxes in the second picture have large empty spaces of background color between the letters in the center and the border around the box. That space in between the letter in the border is called padding. In the first picture it is very close to 0. In the second picture it is considerably larger.</p> <p>Border.</p> <p> As discussed in the padding section the border is the line that encases the edges of the element, in this case the boxes labeled div 1, div 2, ... As you can see by comparing the Div 2 box, (where no visible border is expressed), and div 3,4 , there are many different styling aspects that can be applied to the border of an element.</p> <p> Margin.</p> <p> Margins are the spaces between the different boxes. If you look back at the first picture of the small equal sized boxes displayed in the center of the page, they are each separated by a small area of gray background about the same size as the boxes themselves. That gray space in between each box is the margin.</p></section></main> <h2><a href="git.html"> In the Beginning There Was Git!</a></h2> <h2><a href="css-blog.html"> And then there was css</a></h2> <h2><a href="arrays-hashes.html">Arrays or Hashes: or Both?</a></h2> <h2><a href="enumerable-methods.html">Cycling: An Enumerable</a></h2> <h2><a href="ruby-classes.html">Class is in Session</a></h2> <h4><a href="JS.html">JS Ruby Throwdown</a></h4></div> <h4><a href="tech.html">Sort This</a></h4></div> <!-- <h4> Links</h4> <a href="#"> </a> --> <h3>Social Media</h3> <a href="#"> Github</a> <a href="#"> LinkedIn</a> <a href="#"> Facebook</a> </body> </html>
ocr_extracted/W30524_text/page35.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30524_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page34.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 0px; margin-top: 0px;"> <p class="styleSans65.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 63px; margin-top: 42px;"> <p class="styleSans435.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">APPROACHES 7 -=( 863% ngtfilde‘fi 7,4 gag: , ZS (259% North Dakota Department of Transportation,'Design ‘ ‘ ‘ SFN 16488 (Rev.01-2010) ' . ’ u .I~ ~ . . . ‘ <br/> <br/>j fiina'redenaf ‘5 ' Section <br/> <br/>Width of Ditch Bottom" <br/> <br/>‘2 i ‘ <br/>gt}? :5; , gr, : <br/> Di'stancef‘. ; e g‘ ' <br/> <br/> <br/>v :Méj'ruinecénter'lin‘e "- <br/>~ “Hm—“W ._....__..._.___ -, <br/> <br/>Lo‘eatio'ni: Station ' . t ' ' -, Refi’Rpint: <br/>' '.v~ .. . ‘.l.::~. ..t'.. . .12” <br/>*Enter dimension above line. <br/>Reference Plans <br/>Remarks <br/> <br/> <br/> <br/> <br/> <br/> </p> </div> <div style="position: absolute; margin-left: 3187px; margin-top: 42px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> </body> </html>
src/app/components/csv/importexportcsv.html
intasect/biznavi
<bz-menu></bz-menu> <div class="import-export-csv" ng-cloak> <md-toolbar class="md-medium-tall" layout="column" layout-align="center center"> <div class="md-toolbar-tools"> <span class="md-headline">{{ 'LOCALE.LABEL.CSV.TITLE' | translate }}</span> </div> </md-toolbar> <md-content class="bz-content"> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.USER' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{usersCsvFileName}}.csv" soap-message="{{getExportUsersToCsvRequest()}}" search-path="<tuple><old><exportUsersToCSV><exportUsersToCSV>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startUserUpload" on-complete="uploadCompleted( 'LOCALE.LABEL.USER.TITLE' | translate )"> <input accept=".csv" type="file" name="file1" id="input-file-user" onchange="angular.element(this).scope().uploadUserCsvFileChange(this)"/> <label for="input-file-user" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.GROUP' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{businessGroupCsvFileName}}.csv" soap-message="{{getExportGroupsToCsvRequest()}}" search-path="<tuple><old><exportBusinessGroupsToCSV><exportBusinessGroupsToCSV>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startGroupUpload" on-complete="uploadCompleted('LOCALE.LABEL.GROUP.TITLE' | translate)"> <input accept=".csv" type="file" name="file1" id="input-file-group" onchange="angular.element(this).scope().uploadGroupCsvFileChange(this)"/> <label for="input-file-group" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.BUSINESS_TREE' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{businessTreeCsvFileName}}.csv" soap-message="{{getExportBusinessTreeCsvRequest()}}" search-path="<tuple><old><exportBusinessTreeCSVFile><exportBusinessTreeCSVFile>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startBusinessTreeUpload" on-complete="uploadCompleted('LOCALE.LABEL.BUSINESS_TREE.TITLE' | translate)"> <input accept=".csv" type="file" name="file1" id="input-file-business-tree" onchange="angular.element(this).scope().uploadBusinessTreeCsvFile(this)"/> <label for="input-file-business-tree" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.ORGANIZATION' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{organizationCsvFileName}}.csv" soap-message="{{getExportOrganizationCsvRequest()}}" search-path="<tuple><old><exportOrganizationCSVFile><exportOrganizationCSVFile>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startOrganizationUpload" on-complete="uploadCompleted('LOCALE.LABEL.ORGANIZATION_TREE.TITLE' | translate)"> <input accept=".csv" type="file" name="file1" id="input-file-organization" onchange="angular.element(this).scope().uploadOrganizationCsvFile(this)"/> <label for="input-file-organization" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.USER_GROUP_RELATION' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{userBusinessGroupRelationCsvFileName}}.csv" soap-message="{{getExportUserBusinessGroupRelationToCsvRequest()}}" search-path="<tuple><old><exportUserBusinessGroupRelaToCSV><exportUserBusinessGroupRelaToCSV>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startUserGroupRelationUpload" on-complete="uploadCompleted('LOCALE.LABEL.USER.BUSINESS_GROUP_RELA' | translate)"> <input accept=".csv" type="file" name="file1" id="input-file-user-group-relation" onchange="angular.element(this).scope().uploadUserBusinessGroupRelationCsvFile(this)"/> <label for="input-file-user-group-relation" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.USER_BUSINESS_TREE_RELATION' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{userBusinessTreeRelationCsvFileName}}.csv" soap-message="{{getExportUserBusinessTreeRelationCsvRequest()}}" search-path="<tuple><old><exportBusinessTreeRelationCSVFile><exportBusinessTreeRelationCSVFile>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startUserBusinessTreeRelationUpload" on-complete="uploadCompleted('LOCALE.LABEL.USER.BUSINESS_TREE_ITEM_RELA' | translate)"> <input accept=".csv" type="file" name="file1" id="input-file-user-buiness-tree-relation" onchange="angular.element(this).scope().uploadUserBusinessTreeRelationCsvFile(this)"/> <label for="input-file-user-buiness-tree-relation" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> <div layout class="bz-tr"> <div flex-gt-sm="70" flex-md="70" flex-sm="70" flex-xs="50"> <p class="md-body-2">{{ 'LOCALE.LABEL.CSV.USER_ORGANIZATION_RELATION' | translate }}</p> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-download layout="column" file-name="{{userOrganizationRelationCsvFileName}}.csv" soap-message="{{getExportUserOrganizationRelationCsvRequest()}}" search-path="<tuple><old><exportOrganizationRelationCSVFile><exportOrganizationRelationCSVFile>"> <md-button aria-label="{{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }}"> <md-icon class="material-icons">file_download</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.EXPORT' | translate }} </md-button> </bz-download> </div> <div flex-gt-sm="15" flex-md="15" flex-sm="15" flex-xs="25"> <bz-upload start-upload-name="startUserOrganizationRelationUpload" on-complete="uploadCompleted('LOCALE.LABEL.USER.BUSINESS_ORGANIZATION_RELA' | translate)"> <input accept=".csv" type="file" name="file1" id="input-file-user-organization-relation" onchange="angular.element(this).scope().uploadUserOrganizationRelationCsvFile(this)"/> <label for="input-file-user-organization-relation" class="md-button upload-file md-ink-ripple"> <md-icon class="material-icons">file_upload</md-icon> {{ 'LOCALE.LABEL.CSV.BUTTON.IMPORT' | translate }} </label> </bz-upload> </div> </div> <md-divider></md-divider> </md-content> </div>
docsets/ATG 10.2.docset/Contents/Resources/Documents/atg/commerce/order/edit/package-frame.html
Smolations/more-dash-docsets
<!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_24) on Mon Apr 01 21:58:24 EDT 2013 --> <TITLE> atg.commerce.order.edit (ATG Java API) </TITLE> <META NAME="date" CONTENT="2013-04-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../atg/commerce/order/edit/package-summary.html" target="classFrame">atg.commerce.order.edit</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="AddItem.html" title="class in atg.commerce.order.edit" target="classFrame">AddItem</A> <BR> <A HREF="CloneEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">CloneEditHandler</A> <BR> <A HREF="CloneEditManager.html" title="class in atg.commerce.order.edit" target="classFrame">CloneEditManager</A> <BR> <A HREF="CloneEditState.html" title="class in atg.commerce.order.edit" target="classFrame">CloneEditState</A> <BR> <A HREF="CloneOrderStateContext.html" title="class in atg.commerce.order.edit" target="classFrame">CloneOrderStateContext</A> <BR> <A HREF="CollectionEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">CollectionEditHandler</A> <BR> <A HREF="CommerceItemEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">CommerceItemEditHandler</A> <BR> <A HREF="DeleteItem.html" title="class in atg.commerce.order.edit" target="classFrame">DeleteItem</A> <BR> <A HREF="HandlingInstructionEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">HandlingInstructionEditHandler</A> <BR> <A HREF="ListEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">ListEditHandler</A> <BR> <A HREF="ManualAdjustmentEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">ManualAdjustmentEditHandler</A> <BR> <A HREF="MarkerEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">MarkerEditHandler</A> <BR> <A HREF="OrderPropertyEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">OrderPropertyEditHandler</A> <BR> <A HREF="PaymentGroupEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">PaymentGroupEditHandler</A> <BR> <A HREF="ReconciledItem.html" title="class in atg.commerce.order.edit" target="classFrame">ReconciledItem</A> <BR> <A HREF="RelationshipEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">RelationshipEditHandler</A> <BR> <A HREF="ShippingGroupEditHandler.html" title="class in atg.commerce.order.edit" target="classFrame">ShippingGroupEditHandler</A> <BR> <A HREF="UpdateItem.html" title="class in atg.commerce.order.edit" target="classFrame">UpdateItem</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
popup/urls-list.css
moritz-h/urls-list
html, body { width: 350px; } .panel { width: 100%; } .filterBox { padding-left: 6px; padding-top: 10px; } .sortButtons { float: right; padding-right: 6px; } .filterInput { width: 150px; } .filterWarning { background-color: orange; text-align: center; padding-top: 3px; padding-bottom: 3px; display: none; } .urlText { height: 400px; margin-top: -1px; resize: none; white-space: pre; width: 100%; } .buttonRow { padding: 5px; text-align: center; width: 100%; } .buttonRow > button { margin: 5px; } .hide { display: none; }
docs/html/huffman_8h_source.html
masriamir/huffman
<!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.9.1"/> <title>Huffman: huffman.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Huffman &#160;<span id="projectnumber">0.1</span> </div> <div id="projectbrief">Huffman encoding/decoding library.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </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="header"> <div class="headertitle"> <div class="title">huffman.h</div> </div> </div><!--header--> <div class="contents"> <a href="huffman_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;</div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#ifndef HUFFMAN_H</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#define HUFFMAN_H</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keywordtype">char</span> *<a class="code" href="huffman_8h.html#a633a159b76a07102b8c04a1290c897c1">huffman_encode</a>( <span class="keyword">const</span> <span class="keywordtype">char</span> * );</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#endif</span></div> <div class="ttc" id="huffman_8h_html_a633a159b76a07102b8c04a1290c897c1"><div class="ttname"><a href="huffman_8h.html#a633a159b76a07102b8c04a1290c897c1">huffman_encode</a></div><div class="ttdeci">char * huffman_encode(const char *)</div><div class="ttdoc">Huffman encodes a given string. </div><div class="ttdef"><b>Definition:</b> huffman.c:7</div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Thu Apr 30 2015 12:59:47 for Huffman by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
people/xcwd8pz9.html
slowe/panelshows
<html> <head> <title>Bilal Zafar's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Bilal Zafar's panel show appearances</h1> <p>Bilal Zafar (born 1991<sup><a href="https://en.wikipedia.org/wiki/Bilal_Zafar_(comedian)">[ref]</a></sup>) has appeared in <span class="total">2</span> episodes between 2017-2017. <a href="https://en.wikipedia.org/wiki/Bilal_Zafar_(comedian)">Bilal Zafar on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2017</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2017-06-24</strong> / <a href="../shows/breakingthenews.html">Breaking The News</a></li> <li><strong>2017-02-27</strong> / <a href="../shows/globalpillage.html">Global Pillage</a></li> </ol> </div> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ee341adae67dba9f404deb5421a0ac5e331231ac6e90279b33b8583188106f73.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./f9aba6ce0bbeb0f8df67886ba7f62fbbcdcf74051bf07595e67a672319ad7e63.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
index.html
tholman/zenpen
<!DOCTYPE html> <html> <head> <!-- MISC/META --> <title>ZenPen ~ Minimal Distraction, Maximum Zen</title> <meta charset="utf-8" /> <meta name="description" content="Zenpen - A minimal text editor, made to stay out of the way while you get the words down." /> <!-- CSS --> <link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css" /> <link href="css/style.css" rel="stylesheet" /> <link href="css/fonts.css" rel="stylesheet" /> </head> <body class="yin"> <div class="overlay"> <div class="wordcount modal"> <h1>Target Word Count</h1> <div> <input type="number" name="quantity" value="0" min="0" /> </div> </div> <div class="saveoverlay modal"> <h1>Select save format</h1> <p class="saveselection"> <span data-format="markdown">Markdown</span> <span data-format="html">HTML</span> <span data-format="plain">Plain Text</span> </p> <button class="savebutton useicons">&#xe006;</button> <div> Or select format and press ctrl+c (cmd+c on mac) to copy the text. </div> <textarea class="hiddentextbox"></textarea> </div> </div> <div class="text-options"> <div class="options"> <span class="no-overflow"> <span class="lengthen ui-inputs"> <button class="url useicons">&#xe005;</button> <input class="url-input" type="text" placeholder="Type or Paste URL here" /> <button class="bold">b</button> <button class="italic">i</button> <button class="quote">&rdquo;</button> </span> </span> </div> </div> <div class="ui"> <div class="wrapper"> <div class="top editing"> <button class="fullscreen useicons" title="Toggle fullscreen"> &#xe000; </button> <button class="color-flip useicons" title="Invert colors"> &#xe002; </button> <button class="target useicons" title="Set target word count"> &#xe001; </button> <button class="save useicons" title="Save Text"> &#xe003; </button> </div> <div class="bottom"> <a class="about" href="https://www.buymeacoffee.com/tholman" target="_blank" > ☕ </a> </div> </div> </div> <div class="word-counter"> <span class="progress"></span> </div> <section> <header contenteditable="true" class="header"></header> <article contenteditable="true" class="content"></article> </section> <!-- LIBS --> <script src="js/libs/FileSaver.min.js"></script> <script src="js/libs/Blob.min.js"></script> <script src="js/libs/screenfull.min.js"></script> <!-- JS --> <script src="js/default.js"></script> <script src="js/utils.js"></script> <script src="js/editor.js"></script> <script src="js/ui.js"></script> <script type="text/javascript"> // Initiate ZenPen ZenPen.editor.init(); ZenPen.ui.init(); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-38039699-1" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "UA-38039699-1"); </script> </body> </html>
index.html
yongchristophertang/yongchristophertang.github.io
--- layout: default title: Home --- <div class="posts"> {% for post in paginator.posts %} <div class="post"> <h1 class="post-title"> <a href="{{ post.url }}"> {{ post.title }} </a> </h1> <span class="post-date">{{ post.date | date_to_string }}</span> {{ post.excerpt }} </div> {% endfor %} </div> <div class="pagination"> {% if paginator.next_page %} <a class="pagination-item older" href="{{ site.baseurl }}page{{paginator.next_page}}">Older</a> {% else %} <span class="pagination-item older">Older</span> {% endif %} {% if paginator.previous_page %} {% if paginator.page == 2 %} <a class="pagination-item newer" href="{{ site.baseurl }}">Newer</a> {% else %} <a class="pagination-item newer" href="{{ site.baseurl }}page{{paginator.previous_page}}">Newer</a> {% endif %} {% else %} <span class="pagination-item newer">Newer</span> {% endif %} </div>
_includes/header.html
nathansizemore/nathansizemore.github.io
<header class="site-header"> <div class="wrapper"> <a class="site-title" href="{{ site.baseurl }}/">Nathan Sizemore</a> </div> </header>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.14.1/param-pi/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>param-pi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / param-pi - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> param-pi <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-03 16:57:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-03 16:57:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/param-pi&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ParamPi&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:pi-calculus&quot; &quot;category:Computer Science/Lambda Calculi&quot; &quot;date:1998-09-30&quot; ] authors: [ &quot;Loïc Henry-Gréard &lt;lhenrygr@cma.inria.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/param-pi/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/param-pi.git&quot; synopsis: &quot;Coding of a typed monadic pi-calculus using parameters for free names&quot; description: &quot;&quot;&quot; This development contains the specification for a monadic pi-calculus using the same coding method for names than J. Mc Kinna and R. Pollack used for PTS in LEGO: &quot;Some Lambda Calculus and Type Theory Formalized&quot;. The basic, monadic calculus encoded here has a type system restraining the direction of communication for processes&#39; names. A number of lemmas usefull for doing proofs on that coding are included, and subject reduction properties for each kind of transition is made as an example of actually using the coding to mechanize proofs on the pi-calculus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/param-pi/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=ac8b20571cba62795c908347bc6c5932&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-param-pi.8.5.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1). The following dependencies couldn&#39;t be met: - coq-param-pi -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-param-pi.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
assets/css/style.css
vitoxone/clinica
body{ font-size: 12px; line-height: 22px; color: #666; border-top: 3px solid #eee; background:#343434 url("../img/back.png") repeat; padding-top: 51px; -webkit-font-smoothing: antialiased; } .required label { font-weight: bold; } .required label:after { font-size: 150%; color: #e32; content: ' *'; display:inline; } .label_colores { display: inline; padding: .2em .6em .3em; font-size: 180%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .container_map_chile { height: 500px; min-width: 310px; max-width: 800px; margin: 0 auto; } /*Rounded elements*/ .table-rounded, .dashboard-info, .dashboard-info-card, .progress, .page-header, .row-white, a.logro-areas-button, .login-layout .widget-box, .btn {border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;overflow: hidden;} .dashboard-info.resultados-evaluacion .dashboard-info-card {margin-bottom: 0} .dashboard-info-card {display:block; padding-top:25px; padding-bottom:25px; background: #fff; margin-bottom:12px;color:#8394a9} .dashboard-info-card h1 {font-size:16px;margin-bottom:30px;color:inherit;} .dashboard-info-card p {font-size:12px;margin-bottom: 30px} .dashboard-info-card h4 {font-size:14px;} .dashboard-info-card-pie {display:block; margin-bottom: 16px; } .dashboard-info-card-pie-percent {font-size:30px;} .dashboard-info-card-pie-percent small{font-size:24px;} .dashboard-info-card-data {} .dashboard-info-card-data-title {font-size:16px;color:#79798a;} .dashboard-info-card-data-subtitle {font-size:12px; color:#8394a9;} .dashboard-info-card-bubble {position:relative;width: 50px;height: 50px;line-height:55px;padding: 0px;margin:0 auto;margin-bottom: 17px;background: #42628b;-webkit-border-radius: 80px;-moz-border-radius: 80px;border-radius: 80px;} .dashboard-info-card-bubble i {color:#fff;font-size: 20px;} .percentage-areas .dashboard-info-card-pie-percent {font-size: 16px} .easy-pie-chart.percentage.resultados-pie-progress .dashboard-info-card-pie-percent {font-size:30px;} /*PIE AND BAR CHARTS*/ .easyPieChart, .easy-pie-chart {position: relative; text-align: center; } .easyPieChart canvas, .easy-pie-chart canvas {position: absolute; top: 0; left: 0; } .percentage {font-size: 14px; font-weight: 700; display: inline-block; vertical-align: top; } .dashboard-info-card-data-subtitle {font-size: 12px; color: #8394a9; } input[type=radio].css-checkbox { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; } input[type=radio].css-checkbox + label.css-label { padding-left:41px; height:30px; display:inline-block; line-height:30px; background-repeat:no-repeat; background-position: 0 5px; font-size:30px; vertical-align:middle; cursor:pointer; } input[type=radio].css-checkbox:checked + label.css-label { background-position: 0 -24px; } label.css-label { background-image:url('../img/radio.png'); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } h1,h2,h3,h4,h5,h6{ padding: 2px 0px; margin: 2px 0px; color: #777; } h4-eliminar-modal{ padding: 2px 0px; margin: 2px 0px; color: #f8f8f8; } h4-eliminar-modal{ font-size: 15px; line-height: 20px; } h2{ font-size: 25px; line-height: 35px; } .reporte{ border-bottom: 2px solid #aaa; } h3{ font-size: 18px; line-height: 23px; } h4{ font-size: 15px; line-height: 20px; } .reporte-select{ color: #e14a29; margin-left: 14px; } h5{ font-size: 13px; line-height: 18px; } h6{ font-size: 12px; line-height: 17px; } p{ padding: 0px; margin:0px; } a{ color: #026b9c; } a:hover{ color: #003f5c; text-decoration: none; } a:hover,a:active,a:focus { outline: 0; } .bold{ font-weight: bold; } hr{ margin:15px 0px 10px 0px; padding:0px; border-top:0px; border-bottom:1px solid #f4f4f4; height:0px; } .center{ text-align:center; } a:hover,a:active,a:focus { outline: 0; } :focus { outline:none; } ::-moz-focus-inner { border:0; } .btn{ font-size: 12px !important; } .badge{ padding-left: 7px !important; padding-right: 7px !important; } .well{ padding:10px 15px; } button.close{ font-size: 20px !important; font-weight: normal; } button{ font-size: 11px; } a.btn{ font-size: 11px !important; } .progress{ height: 12px; border-radius: 6px; margin: 15px 0px !important; line-height: 12px; background:#eee; } .progress .bar{ font-size: 10px; } i.ipad{ margin-right: 2px; } .bblue{ background:#5eb2d9; } .bbrown{ background:#b46e4c; } .bgreen{ background: #4ac344; } .borange{ background:#ff8421; } .bred{ background: #ff5d5e; } .byellow{ background: #d7a443; } /* Sparkline tooltip */ .jqstooltip { width: auto !important; height: auto !important; border-radius: 5px; padding: 4px 6px !important; background-color: rgba(0, 0, 0, 0.5) !important; border: 0 !important; } /* Form */ form{ margin: 0px; } form button{ font-size: 11px !important; } form input, form textarea{ font-size:12px !important; } form label{ font-size: 12px; line-height: 20px; } /* Modal */ .modal{ padding-top: 50px; padding-bottom: 7px; z-index:1031; position:fixed; } .modal-header{ padding-top: 20px; padding-bottom: 7px; } /* Form */ form input, form button, form textarea, form select{ font-size:12px !important; } form label{ font-size: 12px; line-height: 15px; } .form-inline button{ margin-left: 15px; } .form-horizontal button{ font-size:12px; } .form-horizontal .control-label { width: 90px; } .form-horizontal .controls { margin-left: 110px; } .form-horizontal .controls:first-child { *padding-left: 100px; } .form-horizontal .form-actions { padding-left: 110px; } .form-actions { padding: 5px 20px 5px; background:transparent; border-top:0px; } /* Social */ .social{ font-size:16px; margin: 5px 0px; } .social i{ box-shadow:inset 0px 0px 1px #333; height:25px; width:25px; line-height:25px; margin:0px 5px 0px 0px; border-radius:3px; color:#fff; -webkit-transition:background 1s ease; -moz-transition:background 1s ease; -o-transition:background 1s ease; transition:background 1s ease; text-align:center; } .social i.facebook{ background:#3c5b9b; } .social i.twitter{ background:#2daae1; } .social i.google-plus{ background:#f63e28; } .social i.pinterest{ background:#cb2027; } .social i.linkedin{ background:#0173b2; } .social i:hover{ background:#000; -webkit-transition:background 1s ease; -moz-transition:background 1s ease; -o-transition:background 1s ease; transition:background 1s ease; } .social a,.social a:visited,.social a:hover{ color:#fff; text-decoration:none; } /* Back to top */ .totop { position: fixed; bottom: 0px; right: 0px; z-index: 104400; background: #0993d3 !important; } .totop a, .totop a:visited{ display: block; width: 30px; height: 30px; color: #fff; text-align: center; line-height: 30px; } .totop a:hover { color: #eee; text-decoration: none; } /* Image alignment*/ .alignleft, img.alignleft { margin-right: 8px; margin-top:5px; display: inline; float: left; } .alignright, img.alignright { margin-left: 8px; margin-top:5px; display: inline; float: right; } .aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; } /* Half column */ .mcol-left{ width: 48%; float: left; } .mcol-right{ width: 48%; float: right; } .col-left{ width: 48%; float: left; } .col-right{ width: 48%; float: right; } /* Dropdown menu */ .dropdown-big .dropdown-menu{ min-width: 230px; padding:8px 10px; } .dropdown-big .dropdown-menu p{ margin: 1px 0px; padding: 1px 0px; font-size: 11px; line-height: 16px; } .dropdown-big .dropdown-menu a, .dropdown-big .dropdown-menu a:hover{ line-height: 16px; font-size: 12px; background:transparent; padding: 0px; color: #777; } .dropdown-big .dropdown-menu a:hover{ color: #777; } .dropdown-big .dropdown-menu .drop-foot{ text-align: center; } .dropdown-big .dropdown-menu .drop-foot a{ font-size: 11px !important; color:#000; } .dropdown-big .dropdown-menu hr{ padding:0px; margin: 8px 0px; border-top: 0px solid #aaa; border-bottom: 1px solid #eee; } .dropdown-big .dropdown-menu i{ position: relative; } .dropdown-big .dropdown-menu h5{ color: #666 !important; line-height: 18px; font-weight: bold; font-size: 13px; } .dropdown-big .dropdown-menu h6, .dropdown-big .dropdown-menu h6 a{ color: #888 !important; font-size: 12px; line-height: 14px !important; font-weight: normal; } .dropdown-big .dropdown-menu h6 a:hover{ color: #555 !important; text-decoration: none; } .dropdown-big .dropdown-menu li{ line-height: 15px; } .dropdown-big .dropdown-menu li p{ padding:5px 0px; } .dropdown-menu { background:#fafafa; border-radius: 4px; border: 1px solid #ddd; border-bottom: 1px solid #d2d2d2; box-shadow: inset 0px 1px 2px #fff; } .dropdown-menu li{ color: #777; font-size: 12px; line-height: 18px; } .dropdown-menu li > a{ color: #000; line-height: 25px; } .dropdown-menu li > a:hover{ background: #f3f3f3 !important; filter:none; color: #777; } /* Navbar */ .navbar *{ font-weight: normal !important; text-shadow:none !important; } .navbar{ background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); border-bottom: 1px solid #ddd; box-shadow: inset 0px 1px 1px #fff; } .navbar .caret{ border-top-color: #666; border-bottom-color: #666; } .navbar-brand{ color:#777; font-size:23px; font-weight:bold; padding-top:20px; } .navbar-brand:hover{ color:#777; } .navbar-toggle{ background:#f2f2f2; border:1px solid #ccc; border-radius:4px; } .navbar-toggle:hover{ background:#ddd; } .navbar li a{ font-size: 12px !important; color:#777; } .navbar li a:hover{ color:#000; } .navbar i{ margin-right: 4px; } .navbar .btn{ color: #666 !important; } .navbar .label{ padding:5px 7px !important; font-size:11px; border-radius:10px; } .navbar .label i{ margin-right: 0px; } .navbar .progress{ margin-bottom: 0px; padding: 0px !important; margin: 0px !important; } /* Header */ header{ border-top: 1px solid #ccc; padding: 25px 0px 15px 0px; background: #fafafa url("../img/cream.png") repeat; border-bottom: 1px solid #ddd; } header-eliminar{ border-top: 1px solid #ccc; padding: 25px 0px 15px 0px; background: #fafafa url("../img/cream.png") repeat; border-bottom: 1px solid #ddd; } header-eliminar .logo h1 a, header-eliminar .logo h1 a:visited, header-eliminar .logo h1 a:hover{ font-size: 35px; color: #777; text-decoration: none; font-weight: normal; } header .container { max-width: 100%; } header .logo{ margin-top: 0px; margin-bottom: 10px; padding-left: 10px; } header .logo h1 a, header .logo h1 a:visited, header .logo h1 a:hover{ font-size: 35px; color: #fff; text-decoration: none; font-weight: normal; } header .logo .meta{ color: #888; line-height: 15px; padding: 0px; margin: 0px; } header .nav.nav-pills{ margin-bottom: 10px; margin-top: 15px; } header .nav.nav-pills > li > a{ color: #666; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #ccc; *border: 0; border-bottom-color: #c2c2c2; border-radius: 5px; *margin-left: .3em; margin-right: 5px; padding:7px 14px; } header .nav.nav-pills > li > a:hover, header .nav.nav-pills > li > a:focus{ color: #444; background-color: #e6e6e6; *background-color: #d9d9d9; text-decoration: none; border:1px solid #aaa; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } header .nav.nav-pills > li > a span{ border-radius:40px; padding:4px 6px; font-size:11px; display:inline-block; text-shadow:none !important; } header .nav-pills .open .dropdown-toggle{ color: #444; background-color: #e6e6e6; *background-color: #d9d9d9; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } header .header-data{ margin-top: 15px; } header .header-data .hdata{ display: inline-block; width: 85px; margin-right: 15px; } header .header-data .hdata i{ display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 17px; text-align: center; color: #fff; border-radius: 50px; box-shadow: inset 0px 0px 1px #777; } header .header-data .hdata p, header .header-data .hdata a, header .header-data .hdata a:hover{ display: block; line-height: 16px; font-weight: bold; font-size: 14px; text-align: center; margin-top: 3px; color: #666; } header .header-data .hdata em{ display: block; font-weight: normal; font-style: normal; font-size: 12px; } /* Notification */ .noty_text{ font-size: 12px; line-height: 20px; } /* Sidebar */ .sidebar{ width: 210px; float: left; display: block; background:#f2f2f2; color: #777; position: relative; } .sidebar .sidebar-dropdown{ display: none; } .sidebar .sidebar-dropdown a{ color: #fff !important; box-shadow: inset 0px 0px 1px #000; background-color: #343434; background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929)); background: -webkit-linear-gradient(top, #343434, #292929); background: -moz-linear-gradient(top, #343434, #292929); background: -ms-linear-gradient(top, #343434, #292929); background: -o-linear-gradient(top, #343434, #292929); background: linear-gradient(top, #343434, #292929); padding:6px; text-transform: uppercase; text-align: center; font-size: 11px; display: block; border-top: 2px solid #666; border-bottom: 1px solid #333; } .sidebar ul{ padding: 0px; margin: 0px; } .sidebar ul li{ list-style-type: none; } .sidebar #nav { display: block; width:100%; margin:0 auto; position: absolute; z-index: 60; } .sidebar #nav li i{ display:inline-block; margin-right: 5px ; background: #eee ; color:#888; width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 30px; border: 1px solid #ccc; } .sidebar #nav li span i{ margin: 0px; color: #999; background: transparent !important; border: 0px; } .sidebar #nav > li > a { display: block; padding: 10px 20px; font-size: 13px; color: #777; text-decoration: none; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2); background: -moz-linear-gradient(top, #f9f9f9, #f2f2f2); background: -ms-linear-gradient(top, #f9f9f9, #f2f2f2); background: -o-linear-gradient(top, #f9f9f9, #f2f2f2); background: linear-gradient(top, #f9f9f9, #f2f2f2); box-shadow: inset 0px 1px 1px #fff; } .sidebar #nav > li > a:hover, .sidebar #nav > li > a.open, .sidebar #nav > li > a.subdrop { color: #e9e9e9; border-bottom: 1px solid #167cac; border-top: 1px solid #2094ca; background-color: #0993d3; background: -webkit-gradient(linear, left top, left bottom, from(#1aaef3), to(#0993d3)); background: -webkit-linear-gradient(top, #1aaef3, #0993d3); background: -moz-linear-gradient(top, #1aaef3, #0993d3); background: -ms-linear-gradient(top, #1aaef3, #0993d3); background: -o-linear-gradient(top, #1aaef3, #0993d3); background: linear-gradient(top, #1aaef3, #0993d3); box-shadow: none; color: #fff; font-weight: bold; } .sidebar #nav > li > a:hover i, .sidebar #nav > li > a.open i, .sidebar #nav > li > a.subdrop i{ color: #fff; background-color: #167cac !important; border: 1px solid #167cac; } .sidebar #nav > li > a:hover span i, .sidebar #nav > li > a.open span i, .sidebar #nav > li > a.subdrop span i{ color: #fff; background: transparent !important; border: 0px; } .sidebar #nav li ul { display: none; background: #efefef url("../img/cream.png") repeat; } .sidebar #nav li ul li a { display: block; background: none; padding: 10px 0px; padding-left: 30px; text-decoration: none; color: #777; border-bottom: 1px solid #ddd; box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1); } .sidebar #nav li ul li a:hover { background: #eee; border-bottom: 1px solid #ddd; } /* Main */ .mainbar{ position: relative; margin-left: 210px; margin-right: 0px; width: auto; background:#eee url("../img/main-back.png") repeat; border-left: 1px solid #ccc; z-index: 50; min-height: 800px; } .mainbar .container{ max-width:100% !important; width: 100% !important; } /* Pagination*/ .pagination{ margin: 10px 0px 5px 0px; } .pagination ul > li > a, .pagination ul > li > span { border: 1px solid #aaa; margin-right: 2px; border-radius: 5px !important; padding: 2px 8px; background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); box-shadow: inset 0px 2px 1px #fff; color: #666; } .pagination ul > li > a:hover{ color: #333; } /* Page head */ .mainbar .page-head{ background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); padding: 8px 20px; border-bottom: 1px solid #fff; box-shadow: inset 0px 1px 1px #fff; } .mainbar .page-head h2{ font-weight: normal; font-size: 20px; } /* Bread crumb */ .mainbar .bread-crumb{ font-size: 11px; margin-top: 10px; color: #aaa; } .mainbar .bread-crumb i{ margin-right: 3px; } .mainbar .bread-crumb .divider{ margin: 0px 3px; } .mainbar .bread-crumb a{ color: #666; } .mainbar .bread-crumb a.bread-current{ color: #888; } /* Matter */ .mainbar .matter{ border-top: 1px solid #ddd; padding: 15px 0px; } /* Widget */ .widget { border: 1px solid #c9c9c9; border-radius: 3px; margin-top: 10px; margin-bottom: 20px; background: #fff; /*#fafafa; url('../img/cream.png') repeat; editado */ } .widget p{ margin: 3px 0px 5px 0px !important; line-height: 20px; } .widget hr{ margin: 8px 0px; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; } .widget .table{ margin: 0px; width: 100%; } .widget .table .btn{ font-size: 11px !important; } .widget .table-bordered{ border-radius: 0px; border: 0px; } .widget .table-bordered th{ border-bottom: 1px solid #ddd !important; } .widget .table-bordered td{ border-top: 0px !important; border-bottom: 1px solid #ddd !important; border-radius: 0px !important; } .widget .table-bordered td:first-child, .widget .table-bordered th:first-child{ border-left: 0px; } .widget .table-bordered thead:first-child tr:first-child > th:first-child, .widget .table-bordered tbody:first-child tr:first-child > td:first-child { border-radius: 0px; } .widget.wblack{ background: #fafafa url('../img/black.png') repeat; color: #ddd; border: 1px solid #222; } .widget.wblack hr{ border-top: 1px solid #444; border-bottom: 1px solid #222; } .widget.wblack a{ color: #aaa; } .widget.wblack a:hover{ color: #888; } .widget .padd, .modal-body{ padding: 13px 15px; } .widget .widget-buttons{ background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #e4e4e4, #a5a5a5); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); border-top-right-radius: 3px; border-top-left-radius: 3px; text-shadow:0px 1px #fff; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; color: #666; font-size: 13px; font-weight: bold; padding: 8px 15px; } .widget .widget-head,.modal-header{ background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); border-top-right-radius: 3px; border-top-left-radius: 3px; text-shadow:0px 1px #fff; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; color: #666; font-size: 13px; font-weight: bold; padding: 8px 15px; } .modal-header-convatec{ background-color: #335183; background: -webkit-gradient(linear, left top, left bottom, from(#335183), to(#335183)); background: -webkit-linear-gradient(top, #335183, #335183); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); border-top-right-radius: 3px; border-top-left-radius: 3px; text-shadow:0px 1px #fff; border-bottom: 1px solid #335183; border-top: 1px solid #335183; color: #a0c6e8; font-size: 13px; font-weight: bold; padding: 8px 15px; } .modal-header-eliminar-convatec{ background-color: #E14A29; background: -webkit-gradient(linear, left top, left bottom, from(#E14A29), to(#E14A29)); background: -webkit-linear-gradient(top, #E14A29, #E14A29); background: -moz-linear-gradient(top, #E14A29, #E14A29); background: -ms-linear-gradient(top, #E14A29, #E14A29); background: -o-linear-gradient(top, #E14A29, #E14A29); background: linear-gradient(top, #E14A29, #E14A29); border-top-right-radius: 3px; border-top-left-radius: 3px; text-shadow:0px 1px #fff; border-bottom: 1px solid #E14A29; border-top: 1px solid #E14A29; color: #a0c6e8; font-size: 13px; font-weight: bold; padding: 8px 15px; } .widget.wblack .widget-head{ background-color: #aaa; background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111)); background: -webkit-linear-gradient(top, #333, #111); background: -moz-linear-gradient(top, #333, #111); background: -ms-linear-gradient(top, #333, #111); background: -o-linear-gradient(top, #333, #111); background: linear-gradient(top, #333, #111); text-shadow:0px 1px #000; border-bottom: 1px solid #555; border-top: 1px solid #666; box-shadow: inset 0px 1px 1px #444; color: #ccc; } .convatec-bordercolor-1 {border-color:#83AD00} .convatec-txtcolor-1 {color:#ffffff} .convatec-bgcolor-1 {background:#335183;color:#ffffff!important;} .widget .widget-head .widget-icons i{ font-size: 14px; margin: 0px 4px; } .widget .widget-head .widget-icons a{ color: #aaa; } .widget .widget-head .widget-icons a:hover{ color: #999; } .widget.wblack .widget-head .widget-icons i{ font-size: 14px; margin: 0px 4px; } .widget .widget-foot, .modal-footer{ background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-shadow:0px 1px #fff; border-bottom: 1px solid #fff; border-top: 1px solid #ccc; padding: 8px 15px; font-size: 12px; color: #555; box-shadow: inset 0px 1px 1px #fff; } .widget.wblack .widget-foot{ background-color: #111; background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); background: -webkit-linear-gradient(top, #222, #111); background: -moz-linear-gradient(top, #222, #111); background: -ms-linear-gradient(top, #222, #111); background: -o-linear-gradient(top, #222, #111); background: linear-gradient(top, #222, #111); text-shadow:0px 1px #000; border-bottom: 1px solid #000; border-top: 1px solid #222; color: #aaa; box-shadow: inset 0px 1px 1px #444; } /* Widget white extras */ .widget .nav-tabs > li a { padding: 5px 10px; } .widget .nav-tabs { margin-bottom: 5px; } .widget .tab-content{ margin-bottom: 10px; } /* Widget black extras */ .widget.wblack .btn-inverse{ border: 1px solid #212121; } .widget.wblack a.btn-primary, .widget.wblack a.btn-primary:hover, .widget.wblack a.btn-warning, .widget.wblack a.btn-warning:hover, .widget.wblack a.btn-danger, .widget.wblack a.btn-danger:hover, .widget.wblack a.btn-success, .widget.wblack a.btn-success:hover, .widget.wblack a.btn-info, .widget.wblack a.btn-info:hover, .widget.wblack a.btn-inverse, .widget.wblack a.btn-inverse:hover{ color: #fff; } .widget.wblack .form-actions{ border-radius: 5px; background-color: #111; background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); background: -webkit-linear-gradient(top, #222, #111); background: -moz-linear-gradient(top, #222, #111); background: -ms-linear-gradient(top, #222, #111); background: -o-linear-gradient(top, #222, #111); background: linear-gradient(top, #222, #111); border: 1px solid #111; box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1); } .widget.wblack h2, .widget.wblack h3, .widget.wblack h4, .widget.wblack h5, .widget.wblack h6{ color: #ddd; } .widget.wblack blockquote{ border-left: 3px solid #555; } .widget.wblack .pagination ul > li > a, .widget.wblack .pagination ul > li > span { background-color: #111; background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); background: -webkit-linear-gradient(top, #222, #111); background: -moz-linear-gradient(top, #222, #111); background: -ms-linear-gradient(top, #222, #111); background: -o-linear-gradient(top, #222, #111); background: linear-gradient(top, #222, #111); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1); border: 1px solid #161616; } .widget.wblack .pagination ul > li > a:hover{ background: #222; } .widget.wblack .table td{ border-top: 1px solid #222; } .widget.wblack .table tr:hover{ background: rgba(255,255,255,0.1); } .widget.wblack .nav-tabs > .active > a, .widget.wblack .nav-tabs > .active > a:hover { background: #222; } .widget.wblack .nav-tabs { margin-bottom: 5px; border-bottom: 1px solid #222; } .widget.wblack .nav-tabs > li a { padding: 5px 10px; background-color: #111; background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111)); background: -webkit-linear-gradient(top, #222, #111); background: -moz-linear-gradient(top, #222, #111); background: -ms-linear-gradient(top, #222, #111); background: -o-linear-gradient(top, #222, #111); background: linear-gradient(top, #222, #111); border: 1px solid #222; border-bottom: 0px; box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1); color: #ccc; font-weight: bold; margin-right: 5px; } .widget.wblack .nav-tabs > li a:hover { background: #222; } .widget.wblack .nav-tabs > li.active { border-bottom: 0px; } .widget.wblack .nav-tabs > li.active a { color: #fff; background: #333 url('../img/back.png'); border-bottom: 0px; } .widget.wblack .nav-tabs > li.active a:hover { background: #333 url('../img/back.png'); border-bottom: 0px; } .widget.wblack .tab-content{ margin-bottom: 10px; } /* Calendar */ .fc-header-title h2 { font-size: 15px; line-height: 20px; } .fc-event-skin { background-color: #ff5d5e; border-color: #ff3839; } .fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay { margin-top: -48px; right: 20px; } .fc-widget-header { padding: 7px 0px !important; color: #666; background: #eee; border-color: #ccc; } .fc-content { background: #fff; } .fc-content td:hover{ background: #f3f3f3; } /* Current status */ .current-status{ list-style-type: none; padding: 0px; margin: 0px; } .current-status .bold{ font-size: 13px; margin-left: 8px; } .current-status li{ padding: 10px 0px; } /* Today datas */ .today-datas{ list-style-type: none; padding: 0px; margin: 10px 0px; } .today-datas li{ display: inline-block; margin-bottom: 5px; margin-right: 10px; padding: 10px 20px; background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); background: #f8f8f8 url("../img/cream.png") repeat; text-shadow:0px 1px #fff; border: 1px solid #ccc; box-shadow: inset 0px 0px 3px #fff; max-width: 100%; text-align: center; } .today-datas li .datas-text{ font-size: 11px; padding: 7px 0px 0px 0px; font-weight: normal; } /* Profile */ .profile{ margin-top: 15px; } /* Error */ .error-page{ max-width: 500px; margin: 50px auto; } .error h1{ font-weight: normal; } /* Grid */ .show-grid div{ background: #eee; text-align: center; margin: 10px 0px; border: 1px solid #ddd; } /* Date & Time Picker */ .dtpicker{ max-width:120px; display:inline-block; } /* Slider */ #eq span { height:120px; float:left; margin:15px } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.7em; height: 0.7em; cursor: default; border-radius: 50px; background: #fafafa !important; border: 1px solid #ccc !important; box-shadow: 0px 1px 1px #999 !important; } .ui-slider-horizontal { height: .3em; border: 1px solid #fff !important; box-shadow: 0px 0px 1px #333 !important; background: #f3f3f3 !important; border-radius: 3px; } .ui-slider-vertical { height: 100px; width: 0.3em; border: 1px solid #fff !important; box-shadow: 0px 0px 1px #333 !important; background: #f3f3f3 !important; border-radius: 3px; } #master1, #master2, #master3, #master4, #master5, #master6{ width: 100%; margin:15px 0px !important; } .ui-widget-header{ border-radius: 3px !important; } .slider-red .ui-widget-header{ background: #dd514c !important; border-color: #dd514c !important; } .slider-blue .ui-widget-header{ background: #36a5c6 !important; border-color: #36a5c6 !important; } .slider-green .ui-widget-header{ background: #44c636 !important; border-color: #44c636 !important; } .slider-yellow .ui-widget-header{ background: #fcd419 !important; border-color: #fcd419 !important; } .slider-orange .ui-widget-header{ background: #fc9419 !important; border-color: #fc9419 !important; } .slider-violet .ui-widget-header{ background: #9919fc !important; border-color: #9919fc !important; } /* Toggle button */ .make-switch{ margin:5px 0px; } /* Gallery */ .gallery img{ max-width: 170px; margin: 5px; padding: 1px; border: 1px solid #aaa; border-radius: 5px; } /* Error log */ .error-log{ height: 300px; overflow: auto; font-family: "Courier New", monospace; } .error-log ul{ list-style-type: none; margin: 0px; padding: 0px; } .error-log .green{ color: #61c221; } .error-log .red{ color: #ff0000; } /* Media */ .medias .checker { width: 5px !important; } .medias img{ padding: 1px; background: #fff; border: 1px solid #aaa; max-width: 40px; } /* CL Editor */ .cleditorMain{ border: 1px solid #ccc; margin: 10px 0px; } .cleditorMain textarea, .cleditorMain iframe{ width: 100% !important; } /* Chart */ #bar-chart,#bar-chart-black,#curve-chart,#live-chart,#pie-chart,#pie-chart2,#pie-chart3{ height: 250px; max-width: 100%; } #pie-chart,#pie-chart2,#pie-chart3{ max-width: 300px; margin: 10px auto; } /* Support page */ #slist p{ display: none; margin:5px 0px; padding:5px 10px; background:#fff; line-height: 25px; border:1px solid #eee; } #slist{ margin-left: 20px; } #slist li{ margin-bottom: 10px; } #slist li a{ display: block; margin-bottom: 0px; } /* Post form */ .post{ margin-top: 20px; } /* Login and Register form */ .admin-form{ max-width: 500px; margin: 50px auto; } .admin-form form{ padding: 10px 0px; } /* Widget-Content */ .widget-content .error .form-inline button{ margin-left:-2px; padding:8px 12px; } .chats{ padding-left:0px; margin-left:0px; } .recent{ padding-left:0px; margin-left:0px; } .widget-foot .form-inline button { margin-left: -3px; padding:7px 12px; } .widget-content .form-inline button { margin-left: 0px; padding:7px 12px; } .buttons button{ margin-top:10px; } .widget-content ol#slist{ padding:0px; } .task i { display:inline-block; width: 30px; height: 17px; background: #ccc; text-align: center; border-radius: 50px; font-size: 10px; line-height: 17px; } .pagination li a{ color:#777; } /* Footer */ footer{ background-color: #f8f8f8; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2)); background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2); background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2); background: -o-linear-gradient(top, #f8f8f8, #f2f2f2); background: linear-gradient(top, #f8f8f8, #f2f2f2); padding:10px 0px; color: #777; font-size: 12px; border-top: 3px solid #ddd; } footer .container{ max-width:100% !important; } footer a, footer a:visited{ color: #444; } footer a:hover{ color: #333; text-decoration: underline; } footer .copy{ font-size: 11px; } /* Responsive */ @media (max-width: 480px){ .mainbar .page-head h2{ float: none; } .mainbar .bread-crumb{ float: none; margin-top: 10px; } .col-left{ width: 100%; float: none; margin-right: none; } .col-right{ width: 100%; float: none; } .fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay { display: none; } } @media (max-width: 767px){ .form-inline button{ margin-left:0px; } header{ padding-top: 0px !important; padding-bottom: 20px !important; } header .logo{ padding: 0px; display: none; } header .nav.nav-pills{ margin-top: 30px; margin-bottom: 20px; margin-left:20px; } header .header-data { margin-top: 15px; margin-left: 20px; } .navbar{ margin-top: 0px !important; margin-bottom: 0px !important; } .nav-collapse .dropdown-menu{ padding: 10px 10px !important; } .nav-collapse .dropdown-menu > li{ color: #999 !important; } .nav-collapse .dropdown-menu a { color: #777; } .nav-collapse .dropdown-menu a:hover{ color: #888; background:transparent !important; } .nav-collapse .dropdown-menu hr{ border-top: 1px solid #eee; border-bottom: 1px solid #ccc; } .sidebar{ float: none; width: 100%; } .sidebar .sidebar-dropdown{ display: block; } .sidebar #nav{ display: none; } .mainbar{ float: none; margin:0px; border:0px; } .today-datas{ text-align: center; } } @media (min-width: 768px) and (max-width: 991px){ .form{ margin: 0px !important; } form .control-group{ margin:0px !important; } form .control-label{ float: none !important; width: auto !important; text-align: left !important; } form .controls{ float: none !important; margin-left: 0px !important; } form .form-actions{ padding-left: 0px !important; } .navbar{ margin-top: 0px !important; margin-bottom: 0px !important; } .nav-collapse .dropdown-menu{ padding: 10px 10px !important; } .nav-collapse .dropdown-menu > li{ color: #999 !important; } .nav-collapse .dropdown-menu a { color: #777; } .nav-collapse .dropdown-menu a:hover{ color: #888; background:transparent !important; } .nav-collapse .dropdown-menu hr{ border-top: 1px solid #eee; border-bottom: 1px solid #ccc; } .sidebar{ width: 200px; } .mainbar{ margin-left: 200px; } header{ padding-top:10px; } header .nav.nav-pills{ margin-top: 30px; margin-bottom: 20px; margin-left:20px; } header .header-data { margin-top: 15px; margin-left: 20px; } header .logo{ padding: 0px; display: none; } } /* Timeline */ .timeline, .timeline-horizontal { list-style: none; padding: 10px; position: relative; } .timeline:before { top: 40px; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eeeeee; left: 50%; margin-left: -1.5px; } .timeline .timeline-item { margin-bottom: 20px; position: relative; } .timeline .timeline-item:before, .timeline .timeline-item:after { content: ""; display: table; } .timeline .timeline-item:after { clear: both; } .timeline .timeline-item .timeline-badge { color: #fff; width: 54px; height: 54px; line-height: 52px; font-size: 22px; text-align: center; position: absolute; top: 18px; left: 50%; margin-left: -25px; background-color: #7c7c7c; border: 3px solid #ffffff; z-index: 100; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; } .timeline .timeline-item .timeline-badge i, .timeline .timeline-item .timeline-badge .fa, .timeline .timeline-item .timeline-badge .glyphicon { top: 2px; left: 0px; } .timeline .timeline-item .timeline-badge.primary { background-color: #1f9eba; } .timeline .timeline-item .timeline-badge.info { background-color: #5bc0de; } .timeline .timeline-item .timeline-badge.success { background-color: #59ba1f; } .timeline .timeline-item .timeline-badge.warning { background-color: #d1bd10; } .timeline .timeline-item .timeline-badge.danger { background-color: #ba1f1f; } .timeline .timeline-item .timeline-panel { position: relative; width: 46%; float: left; right: 16px; border: 1px solid #c0c0c0; background: #ffffff; border-radius: 2px; padding: 20px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); } .timeline .timeline-item .timeline-panel:before { position: absolute; top: 26px; right: -16px; display: inline-block; border-top: 16px solid transparent; border-left: 16px solid #c0c0c0; border-right: 0 solid #c0c0c0; border-bottom: 16px solid transparent; content: " "; } .timeline .timeline-item .timeline-panel .timeline-title { margin-top: -15px; color: inherit; } .timeline .timeline-item .timeline-panel .timeline-body > p, .timeline .timeline-item .timeline-panel .timeline-body > ul { margin-bottom: 0; } .timeline .timeline-item .timeline-panel .timeline-body > p + p { margin-top: 5px; } .timeline .timeline-item:last-child:nth-child(even) { float: right; } .timeline .timeline-item:nth-child(even) .timeline-panel { float: right; left: 16px; } .timeline .timeline-item:nth-child(even) .timeline-panel:before { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } .timeline-horizontal { list-style: none; position: relative; padding: 0px 0px 0px 0px; display: inline-block; } .timeline-horizontal:before { height: 3px; top: auto; bottom: 26px; left: 56px; right: 0; width: 100%; margin-bottom: 20px; } .timeline-horizontal .timeline-item { display: table-cell; height: 164px; width: 170px; /* min-width: 252px; */ max-width: 70px; float: none !important; padding-left: 0px; padding-right: 154px; margin: 0 auto; vertical-align: bottom; } .timeline-horizontal .timeline-item .timeline-panel { top: auto; bottom: 64px; display: inline-block; float: none !important; left: 0 !important; right: 0 !important; width: 150px; height: 78px; margin-bottom: 6px; } .timeline-horizontal .timeline-item .timeline-panel:before { top: auto; bottom: -16px; left: 28px !important; right: auto; border-right: 16px solid transparent !important; border-top: 16px solid #c0c0c0 !important; border-bottom: 0 solid #c0c0c0 !important; border-left: 16px solid transparent !important; } .timeline-horizontal .timeline-item:before, .timeline-horizontal .timeline-item:after { display: none; } .timeline-horizontal .timeline-item .timeline-badge { top: auto; bottom: 0px; left: 43px; } .timeline-item:hover { cursor: pointer; }
files/src-drivers-pdofirebird.html
codemasher/php-database
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Documentation</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="../"> <link rel="icon" href="images/favicon.ico"/> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/base.css"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/template.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css"> <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script> <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script> <script src="js/search.js"></script> <script defer src="js/searchIndex.js"></script> </head> <body id="top"> <header class="phpdocumentor-header phpdocumentor-section"> <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1> <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" /> <label class="phpdocumentor-header__menu-icon" for="menu-button"> <i class="fas fa-bars"></i> </label> <section data-search-form class="phpdocumentor-search"> <label> <span class="visually-hidden">Search for</span> <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/> <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/> </svg> <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled /> </label> </section> <nav class="phpdocumentor-topnav"> <ul class="phpdocumentor-topnav__menu"> </ul> </nav> </header> <main class="phpdocumentor"> <div class="phpdocumentor-section"> <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" /> <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button"> Menu </label> <aside class="phpdocumentor-column -four phpdocumentor-sidebar"> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4> <ul class="phpdocumentor-list"> <li> <a href="namespaces/chillerlan-database.html">Database</a> </li> <li> <a href="namespaces/chillerlan-databasetest.html">DatabaseTest</a> </li> </ul> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Packages</h2> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/chillerlan.html">chillerlan</a></h4> <ul class="phpdocumentor-list"> <li> <a href="packages/chillerlan-Database.html">Database</a> </li> </ul> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Reports</h2> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Indices</h2> <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3> </section> </aside> <div class="phpdocumentor-column -eight phpdocumentor-content"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">PDOFirebird.php</h2> <p class="phpdocumentor-summary">Class PDOFirebird</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">created</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>28.06.2017</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Smiley <a href="mailto:smiley@chillerlan.net">smiley@chillerlan.net</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2017 Smiley</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>MIT</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">noinspection</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>PhpComposerExtensionStubsInspection</p> </section> </dd> </dl> <h3 id="interfaces_class_traits"> Interfaces, Classes and Traits <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a> </h3> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/chillerlan-Database-Drivers-PDOFirebird.html"><abbr title="\chillerlan\Database\Drivers\PDOFirebird">PDOFirebird</abbr></a></dt> <dd></dd> </dl> </article> <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden"> <section class="phpdocumentor-search-results__dialog"> <header class="phpdocumentor-search-results__header"> <h2 class="phpdocumentor-search-results__title">Search results</h2> <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button> </header> <section class="phpdocumentor-search-results__body"> <ul class="phpdocumentor-search-results__entries"></ul> </section> </section> </section> </div> </div> <a href="files/src-drivers-pdofirebird.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a> </main> <script> cssVars({}); </script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script> </body> </html>
google5b71fd735ea8a8f3.html
mixja/mixja.github.io
google-site-verification: google5b71fd735ea8a8f3.html
utils/pmd-bin-5.2.2/docs/pmd-javascript/xref-test/net/sourceforge/pmd/lang/ecmascript/package-summary.html
byronka/xenos
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PMD JavaScript 5.2.2 Reference Package net.sourceforge.pmd.lang.ecmascript</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> <div class="overview"> <ul> <li> <a href="../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <h2>Package net.sourceforge.pmd.lang.ecmascript</h2> <table class="summary"> <thead> <tr> <th>Class Summary</th> </tr> </thead> <tbody> <tr> <td> <a href="EcmascriptParserOptionsTest.html" target="classFrame">EcmascriptParserOptionsTest</a> </td> </tr> <tr> <td> <a href="EcmascriptParserOptionsTest.html" target="classFrame">MyRule</a> </td> </tr> </tbody> </table> <div class="overview"> <ul> <li> <a href="../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <hr /> <div id="footer"> Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved. </div> </body> </html>
deps/boost/doc/html/boost_asio/reference/socket_base/max_connections.html
laborautonomo/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>socket_base::max_connections</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../socket_base.html" title="socket_base"> <link rel="prev" href="linger.html" title="socket_base::linger"> <link rel="next" href="message_do_not_route.html" title="socket_base::message_do_not_route"> </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="linger.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="message_do_not_route.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.socket_base.max_connections"></a><a class="link" href="max_connections.html" title="socket_base::max_connections">socket_base::max_connections</a> </h4></div></div></div> <p> <a class="indexterm" name="idp96239400"></a> The maximum length of the queue of pending incoming connections. </p> <pre class="programlisting"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">int</span> <span class="identifier">max_connections</span> <span class="special">=</span> <span class="identifier">implementation_defined</span><span class="special">;</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2013 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="linger.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../socket_base.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="message_do_not_route.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
server/templates/main.html
aradler/Card-lockout
<!doctype html> <html> <head> <title>{{ title }}</title> {% include head %} </head> <body> <header> {% include header %} </header> <main> {{ body }} </main> <footer> {% include footer %} </footer> </body> </html>
docs/api/Songhay.Extensions/DisplayItemModelExtensions/index.html
BryanWilhite/SonghayCore
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/SonghayCore/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/SonghayCore/assets/img/favicon.ico" type="image/x-icon"> <title>SonghayCore Documentation - API - DisplayItemModelExtensions Class</title> <link href="/SonghayCore/assets/css/highlight.css" rel="stylesheet"> <link href="/SonghayCore/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/SonghayCore/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/SonghayCore/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/SonghayCore/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/SonghayCore/assets/css/override.css" rel="stylesheet"> <script src="/SonghayCore/assets/js/jquery-2.2.3.min.js"></script> <script src="/SonghayCore/assets/js/bootstrap.min.js"></script> <script src="/SonghayCore/assets/js/app.min.js"></script> <script src="/SonghayCore/assets/js/highlight.pack.js"></script> <script src="/SonghayCore/assets/js/jquery.slimscroll.min.js"></script> <script src="/SonghayCore/assets/js/jquery.sticky-kit.min.js"></script> <script src="/SonghayCore/assets/js/mermaid.min.js"></script> <script src="/SonghayCore/assets/js/svg-pan-zoom.min.js"></script> <!--[if lt IE 9]> <script src="/SonghayCore/assets/js/html5shiv.min.js"></script> <script src="/SonghayCore/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/SonghayCore/" class="logo"> <span>SonghayCore Documentation</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="/SonghayCore/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Summary">Summary</a></p> <p><a href="#Syntax">Syntax</a></p> <p><a href="#Methods">Methods</a></p> <p><a href="#ExtensionMethods">Extension Methods</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/SonghayCore/assets/js/lunr.min.js"></script> <script src="/SonghayCore/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/SonghayCore/api/Songhay.Extensions">Songhay<wbr>.Extensions</a></li> <li role="separator" class="divider"></li> <li class="header">Class Types</li> <li><a href="/SonghayCore/api/Songhay.Extensions/ArrayExtensions">ArrayExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/AssemblyExtensions">AssemblyExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/CharExtensions">CharExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ConfigurationManagerExtensions">Configuration<wbr>Manager<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/DataSetExtensions">DataSetExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/DateTimeExtensions">DateTimeExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/DirectoryInfoExtensions">Directory<wbr>Info<wbr>Extensions</a></li> <li class="selected"><a href="/SonghayCore/api/Songhay.Extensions/DisplayItemModelExtensions">Display<wbr>Item<wbr>Model<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/EncryptionMetadataExtensions">Encryption<wbr>Metadata<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/EnumExtensions">EnumExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/EnvironmentExtensions">Environment<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ExpressionExtensions">ExpressionExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/FileInfoExtensions">FileInfoExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/FuncExtensions">FuncExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/HttpClientExtensions">HttpClientExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/HttpRequestMessageExtensions">Http<wbr>Request<wbr>Message<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/HttpResponseMessageExtensions">Http<wbr>Response<wbr>Message<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions">Http<wbr>Web<wbr>Request<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/IActivityExtensions">IActivityExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ICommunicationObjectExtensions">I<wbr>Communication<wbr>Object<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/IConfigurationBuilderExtensions">I<wbr>Configuration<wbr>Builder<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/IContractResolverExtensions">I<wbr>Contract<wbr>Resolver<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/IDictionaryExtensions">I<wbr>Dictionary<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/IEnumerableOfTExtensions">I<wbr>Enumerable<wbr>Of<wbr>T<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/IIdentityExtensions">IIdentityExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ITemporalExtensions">ITemporalExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/JObjectExtensions">JObjectExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/JsonSerializerSettingsExtensions">Json<wbr>Serializer<wbr>Settings<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/JTokenExtensions">JTokenExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/MenuDisplayItemModelExtensions">Menu<wbr>Display<wbr>Item<wbr>Model<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/NullableExtensions">NullableExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions">ObjectExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ObservableCollectionExtensions">Observable<wbr>Collection<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/OpenAuthorizationDataExtensions">Open<wbr>Authorization<wbr>Data<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ProgramArgsExtensions">Program<wbr>Args<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ProgramMetadataExtensions">Program<wbr>Metadata<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/RestApiMetadataExtensions">Rest<wbr>Api<wbr>Metadata<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/StringBuilderExtensions">String<wbr>Builder<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/StringExtensions">StringExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/TaskExtensions">TaskExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/TimeSpanExtensions">TimeSpanExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/TraceSourceExtensions">Trace<wbr>Source<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/TraceSourcesExtensions">Trace<wbr>Sources<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/UriBuilderExtensions">UriBuilderExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/UriExtensions">UriExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/UriTemplateExtensions">Uri<wbr>Template<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/Utf8JsonWriterExtensions">Utf8<wbr>Json<wbr>Writer<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions">Validation<wbr>Context<wbr>Extensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/XElementExtensions">XElementExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/XNamespaceExtensions">XNamespaceExtensions</a></li> <li><a href="/SonghayCore/api/Songhay.Extensions/XNodeExtensions">XNodeExtensions</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h1>Display<wbr>Item<wbr>Model<wbr>Extensions <small>Class</small></h1> </section> <section class="content"> <h1 id="Summary">Summary</h1> <div class="lead"> Extensions of <code class="cs"><a href="/SonghayCore/api/Songhay.Models/DisplayItemModel">DisplayItemModel</a></code>. </div> <div class="panel panel-default"> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/SonghayCore/api/Songhay.Extensions">Songhay<wbr>.Extensions</a></dd> <dt>Base Types</dt> <dd> <ul class="list-unstyled"> <li>object</li> </ul> </dd> </dl> </div> <div class="col-md-6"> <div class="mermaid"> graph BT Type--&gt;Base0["object"] Type["DisplayItemModelExtensions"] class Type type-node </div> </div> </div> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>public static class DisplayItemModelExtensions</code></pre> <h1 id="Methods">Methods</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/SonghayCore/api/Songhay.Extensions/DisplayItemModelExtensions/C31B6FE4">HasTag<wbr>(DisplayItemModel, <wbr>Func<wbr>&lt;object, <wbr>bool&gt;<wbr>)<wbr></a></td> <td>bool</td> <td> <div> Returns <code class="cs">true</code> when the item has the <code class="cs"><a href="/SonghayCore/api/Songhay.Models/DisplayItemModel/24F93BFB">Tag</a></code> based on the specified evaluator. </div> <div><small><em>static</em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/DisplayItemModelExtensions/1B88BDAA">To<wbr>Menu<wbr>Display<wbr>Item<wbr>Model<wbr>(DisplayItemModel)<wbr></a></td> <td><a href="/SonghayCore/api/Songhay.Models/MenuDisplayItemModel">MenuDisplayItemModel</a></td> <td> <div> Converts the <code class="cs"><a href="/SonghayCore/api/Songhay.Models/DisplayItemModel">DisplayItemModel</a></code> into a menu display item model. </div> <div><small><em>static</em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/DisplayItemModelExtensions/F694C8C8">WithTag<wbr>(DisplayItemModel, <wbr>object)<wbr></a></td> <td><a href="/SonghayCore/api/Songhay.Models/DisplayItemModel">DisplayItemModel</a></td> <td> <div> Fluently sets <code class="cs"><a href="/SonghayCore/api/Songhay.Models/DisplayItemModel/24F93BFB">Tag</a></code>. </div> <div><small><em>static</em></small></div> </td> </tr> </tbody></table> </div> </div> <h1 id="ExtensionMethods">Extension Methods</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions/12A8F2F7">GetProperties<wbr>()<wbr></a></td> <td>PropertyInfo[]</td> <td> <div> Gets the properties. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions">ObjectExtensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions/902A9690">GetProperty<wbr>(string)<wbr></a></td> <td>PropertyInfo</td> <td> <div> Gets the property. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions">ObjectExtensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions/5F8F2990">GetPropertyValue<wbr>(string)<wbr></a></td> <td>object</td> <td> <div> Gets the property value. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions">ObjectExtensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/IEnumerableOfTExtensions/BD86D709">IsEnumerableType<wbr>&lt;TEnumerable&gt;<wbr><wbr>()<wbr></a></td> <td>bool</td> <td> <div> Determines whether this instance is enumerable. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/IEnumerableOfTExtensions">I<wbr>Enumerable<wbr>Of<wbr>T<wbr>Extensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions/C312663C">IsType<wbr>&lt;TClass&gt;<wbr><wbr>()<wbr></a></td> <td>bool</td> <td> <div> Determines whether this instance is type. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions">ObjectExtensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions/690EAD14">ToObjectOrDBNull<wbr>()<wbr></a></td> <td>object</td> <td> <div> Boxes the value in object or returns <code class="cs"><a href="/SonghayCore">DBNull</a></code>. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ObjectExtensions">ObjectExtensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions/85ABB10B">ToValidationContext<wbr>()<wbr></a></td> <td>ValidationContext</td> <td> <div> Converts the <code class="cs"><a href="/SonghayCore">object</a></code> into a validation context. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions">Validation<wbr>Context<wbr>Extensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions/1628CF65">ToValidationResults<wbr>()<wbr></a></td> <td>IEnumerable<wbr>&lt;ValidationResult&gt;<wbr></td> <td> <div> Converts the <code class="cs"><a href="/SonghayCore">object</a></code> into a validation results. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions">Validation<wbr>Context<wbr>Extensions</a></em></small></div> </td> </tr> <tr> <td><a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions/1BB5C098">ToValidationResults<wbr>(object, <wbr>string)<wbr></a></td> <td>IEnumerable<wbr>&lt;ValidationResult&gt;<wbr></td> <td> <div> Converts the <code class="cs"><a href="/SonghayCore">object</a></code> into a validation results. </div> <div><small><em>From <a href="/SonghayCore/api/Songhay.Extensions/ValidationContextExtensions">Validation<wbr>Context<wbr>Extensions</a></em></small></div> </td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).ready(function() { mermaid.initialize( { flowchart: { useMaxWidth: false }, startOnLoad: false, cloneCssStyles: false }); mermaid.init(undefined, ".mermaid"); // Remove the max-width setting that Mermaid sets var mermaidSvg = $('.mermaid svg'); mermaidSvg.addClass('img-responsive'); mermaidSvg.css('max-width', ''); // Make it scrollable var target = document.querySelector(".mermaid svg"); if(target !== null) { var panZoom = window.panZoom = svgPanZoom(target, { zoomEnabled: true, controlIconsEnabled: true, fit: true, center: true, maxZoom: 20, zoomScaleSensitivity: 0.6 }); // Do the reset once right away to fit the diagram panZoom.resize(); panZoom.fit(); panZoom.center(); $(window).resize(function(){ panZoom.resize(); panZoom.fit(); panZoom.center(); }); } $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
2007/05/24/upgraded-to-wordpress-2.2/index.html
shiva/shiva.github.io
<!DOCTYPE html> <html lang="en"><meta charset="utf-8" /> <title>Upgraded to Wordpress 2.2 - Reflections</title> <meta name="description" content="Default Page Description" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="http://blog.shiv.me/css/latex.css" /> <link rel="stylesheet" href="http://blog.shiv.me/css/main.css" /> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> <meta name="generator" content="Hugo 0.75.1" /><body> <header> <nav class="navbar"> <div class="nav"> <ul class="nav-links"> </ul> </div> </nav> <div class="intro-header"> <div class="container"> <div class="post-heading"> <h1>Upgraded to Wordpress 2.2</h1> </div> </div> </div> </header> <div id="content"> <div class="container" role="main"> <article class="article" class="blog-post"> <div class="postmeta"> <span class="meta-post"> <i class="fa fa-calendar-alt"></i>May 24, 2007 </span> </div> <br> <p>Finally upgraded to <a href="http://wordpress.org/download/">wordpress 2.2.</a></p> <p>Geez!! It was released almost a week back and I hadn&rsquo;t upgraded!!! I know, I know! I am a little paranoid!</p> <p>I wonder why, that every time I update my wordpress version, I need to go through this very laborious task, of backing up my database, the entire wordpress folder, the last underwear that I wore, etc. Scripts guys! I need a script that does all that. Installing wordpress takes 2 steps, but upgrading 5?!</p> <p>Your concise 5 step upgrade, cost me almost an hour (check and recheck everything)</p> <p>I understand that you need to change a lot of things in a release, but atleast, you can stop fiddling with the database schema, for every single release?! Or maybe, you don&rsquo;t! I have no way of knowing. Do let me know, if I really require to backup, when you make a release.</p> <p>If I do, give me a script that I can run, a UI would be nice, that would tar/zip the directories, replace all files that require replacing. You know what? I would really like it if I can run a cron job, that will contact the wordpress website, download the latest patch and upgrade my blog, all when I am doing my laundry (Then I can forget about my blog, and wash my underwear!)</p> <p>I am willing to write a plugin for this if someone can work with me! Anyone?</p> <p>(Update: I&rsquo;m moving to (trying out) Technocrati tags. Let&rsquo;s see how these work!)</p> <p>Technorati Tags: <a href="http://technorati.com/tag/wordpress%202.2">wordpress 2.2</a>, <a href="http://technorati.com/tag/upgrade%20plugin">upgrade plugin</a>, <a href="http://technorati.com/tag/patch%20management%20wordpress%20plugin">patch management wordpress plugin</a></p> </article> </div> </div><footer> <div class="container"> <p class="credits copyright"> <p class="credits theme-by"> Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;/&nbsp;Theme&nbsp;<a href="https://github.com/7ma7X/HugoTeX">HugoTeX</a> <br> <a href="http://blog.shiv.me/about">Shiva Velmurugan</a> &copy; 2016 </p> </div> </footer></body> </html>
byakugan/css/byakugan.css
Darhakexge/Kekkei-Genkai-CSS-Puro
#byakugan{ border-width: 9px; /*Ancho del borde del íris*/ /*-- El color del iris se logra con una gradiente. El primer color es un blanco con una opacidad del 95% y finaliza con un tono morado. --*/ background: radial-gradient(250px at 55% 41% , rgba(255, 255, 255, .95) 29%, #D2C8E6 67%), #D2C8E6;/*iris*/ } /*-- El truco para realizar los segmentos de la pupila lo saqué de un post de Ksesocss para hacer pie charts. En el siguiente post él explica como funciona: ksesocss.blogspot.com/2013/02/grafico-circular-css.html A diferencia del post de Kseso, evité colocar backgrounds y el texto del pseudoelemento y en su reemplazo, coloqué un borde para que se distinguiera cada sección. --*/ #pupilaByakugan{ --tamano:86px; --clip:43px; position: relative; width: var(--tamano); height: var(--tamano); filter: blur(1px); } .porcion{ border-radius: 50%; clip: rect(0, var(--tamano), var(--tamano), var(--clip)); height: 100%; position: absolute; width: 100%; } .seccion{ border: 5px solid #000; border-radius: 50%; clip: rect(0, var(--clip), var(--tamano), 0); height: 100%; position: absolute; width: 100%; } #porcionA { transform: rotate(7deg); } #porcionA .seccion{ transform: rotate(130deg); } #porcionB { transform: rotate(184deg); } #porcionB .seccion { transform: rotate(47deg); } #porcionC { transform: rotate(240deg); } #porcionC .seccion { transform: rotate(93deg); } /*-- Las variables CSS solo son soportadas por firefox, uso @supports para dar soporde a los demás navegadores ya que con las variables era mas sencillo hacer las secciones de la "pupila". --*/ @supports not (--tamano: 86px){ #pupilaByakugan{ width: 86px; height: 86px; } .porcion{ clip: rect(0, 86px, 86px, 43px); } .seccion{ clip: rect(0, 43px, 86px, 0); } }
BOOST/boost_1_61_0/libs/log/doc/html/boost/log/register_forma_idp24833664.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template register_formatter_factory</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="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="../../utilities.html#header.boost.log.utility.setup.formatter_parser_hpp" title="Header &lt;boost/log/utility/setup/formatter_parser.hpp&gt;"> <link rel="prev" href="basic_formatter_factory.html" title="Class template basic_formatter_factory"> <link rel="next" href="register_forma_idp24839984.html" title="Function template register_formatter_factory"> </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></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="basic_formatter_factory.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.setup.formatter_parser_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="register_forma_idp24839984.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.log.register_forma_idp24833664"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template register_formatter_factory</span></h2> <p>boost::log::register_formatter_factory &#8212; The function registers a user-defined formatter factory. </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="../../utilities.html#header.boost.log.utility.setup.formatter_parser_hpp" title="Header &lt;boost/log/utility/setup/formatter_parser.hpp&gt;">boost/log/utility/setup/formatter_parser.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> CharT<span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">register_formatter_factory</span><span class="special">(</span><span class="identifier">attribute_name</span> <span class="keyword">const</span> <span class="special">&amp;</span> attr_name<span class="special">,</span> <span class="identifier">shared_ptr</span><span class="special">&lt;</span> <a class="link" href="formatter_factory.html" title="Struct template formatter_factory">formatter_factory</a><span class="special">&lt;</span> <span class="identifier">CharT</span> <span class="special">&gt;</span> <span class="special">&gt;</span> <span class="keyword">const</span> <span class="special">&amp;</span> factory<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp108140768"></a><h2>Description</h2> <p>The function registers a user-defined formatter factory. The registered factory function will be called when the formatter parser detects the specified attribute name in the formatter string.</p> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">attr_name</code></span></p></td> <td><p>Attribute name </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">factory</code></span></p></td> <td><p>Pointer to the formatter factory </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Requires:</span></p></td> <td><p><code class="computeroutput">!!attr_name &amp;&amp; !!factory</code>.</p></td> </tr> </tbody> </table></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; 2007-2016 Andrey Semashev<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="basic_formatter_factory.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../utilities.html#header.boost.log.utility.setup.formatter_parser_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="register_forma_idp24839984.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
2a3f8c3/html/classv8_1_1EmbedderHeapTracer.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for io.js v10.0.0: v8::EmbedderHeapTracer Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v10.0.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1EmbedderHeapTracer.html">EmbedderHeapTracer</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1EmbedderHeapTracer-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::EmbedderHeapTracer Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1EmbedderHeapTracer_1_1AdvanceTracingActions.html">AdvanceTracingActions</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:a03f39acf619cc4b3de1061a514e4c27d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a03f39acf619cc4b3de1061a514e4c27d"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>ForceCompletionAction</b> { <b>FORCE_COMPLETION</b>, <b>DO_NOT_FORCE_COMPLETION</b> }</td></tr> <tr class="separator:a03f39acf619cc4b3de1061a514e4c27d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><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:a17660234b628c92f17c3f54904126c1f"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a17660234b628c92f17c3f54904126c1f">RegisterV8References</a> (const std::vector&lt; std::pair&lt; void *, void * &gt; &gt; &amp;embedder_fields)=0</td></tr> <tr class="separator:a17660234b628c92f17c3f54904126c1f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af4f747aa1d77a0d2f341846b94f6b1ce"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#af4f747aa1d77a0d2f341846b94f6b1ce">TracePrologue</a> ()=0</td></tr> <tr class="separator:af4f747aa1d77a0d2f341846b94f6b1ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a33e9ab6a32d22aa104ccdfac9a023ddb"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a33e9ab6a32d22aa104ccdfac9a023ddb">AdvanceTracing</a> (double deadline_in_ms, <a class="el" href="structv8_1_1EmbedderHeapTracer_1_1AdvanceTracingActions.html">AdvanceTracingActions</a> actions)=0</td></tr> <tr class="separator:a33e9ab6a32d22aa104ccdfac9a023ddb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a61b8dc3260247e2c47af8ad8f5775991"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a61b8dc3260247e2c47af8ad8f5775991">TraceEpilogue</a> ()=0</td></tr> <tr class="separator:a61b8dc3260247e2c47af8ad8f5775991"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a802d0e71f8b360c1391d166f32caf098"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a802d0e71f8b360c1391d166f32caf098">EnterFinalPause</a> ()=0</td></tr> <tr class="separator:a802d0e71f8b360c1391d166f32caf098"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a997b79af3a065c17868638bfc0c0a0ab"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#a997b79af3a065c17868638bfc0c0a0ab">AbortTracing</a> ()=0</td></tr> <tr class="separator:a997b79af3a065c17868638bfc0c0a0ab"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad380fefb5c8486acd41493f0545256e1"><td class="memItemLeft" align="right" valign="top">virtual size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1EmbedderHeapTracer.html#ad380fefb5c8486acd41493f0545256e1">NumberOfWrappersToTrace</a> ()</td></tr> <tr class="separator:ad380fefb5c8486acd41493f0545256e1"><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>Interface for tracing through the embedder heap. During a <a class="el" href="namespacev8.html">v8</a> garbage collection, <a class="el" href="namespacev8.html">v8</a> collects hidden fields of all potential wrappers, and at the end of its marking phase iterates the collection and asks the embedder to trace through its heap and use reporter to report each JavaScript object reachable from any of the given wrappers.</p> <p>Before the first call to the TraceWrappersFrom function TracePrologue will be called. When the garbage collection cycle is finished, TraceEpilogue will be called. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a997b79af3a065c17868638bfc0c0a0ab"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::EmbedderHeapTracer::AbortTracing </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called when tracing is aborted.</p> <p>The embedder is expected to throw away all intermediate data and reset to the initial state. </p> </div> </div> <a class="anchor" id="a33e9ab6a32d22aa104ccdfac9a023ddb"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual bool v8::EmbedderHeapTracer::AdvanceTracing </td> <td>(</td> <td class="paramtype">double&#160;</td> <td class="paramname"><em>deadline_in_ms</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structv8_1_1EmbedderHeapTracer_1_1AdvanceTracingActions.html">AdvanceTracingActions</a>&#160;</td> <td class="paramname"><em>actions</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called to to make a tracing step in the embedder.</p> <p>The embedder is expected to trace its heap starting from wrappers reported by RegisterV8References method, and report back all reachable wrappers. Furthermore, the embedder is expected to stop tracing by the given deadline.</p> <p>Returns true if there is still work to do. </p> </div> </div> <a class="anchor" id="a802d0e71f8b360c1391d166f32caf098"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::EmbedderHeapTracer::EnterFinalPause </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called upon entering the final marking pause. No more incremental marking steps will follow this call. </p> </div> </div> <a class="anchor" id="ad380fefb5c8486acd41493f0545256e1"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual size_t v8::EmbedderHeapTracer::NumberOfWrappersToTrace </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns the number of wrappers that are still to be traced by the embedder. </p> </div> </div> <a class="anchor" id="a17660234b628c92f17c3f54904126c1f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::EmbedderHeapTracer::RegisterV8References </td> <td>(</td> <td class="paramtype">const std::vector&lt; std::pair&lt; void *, void * &gt; &gt; &amp;&#160;</td> <td class="paramname"><em>embedder_fields</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called by <a class="el" href="namespacev8.html">v8</a> to register internal fields of found wrappers.</p> <p>The embedder is expected to store them somewhere and trace reachable wrappers from them when called through |AdvanceTracing|. </p> </div> </div> <a class="anchor" id="a61b8dc3260247e2c47af8ad8f5775991"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::EmbedderHeapTracer::TraceEpilogue </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called at the end of a GC cycle.</p> <p>Note that allocation is <em>not</em> allowed within |TraceEpilogue|. </p> </div> </div> <a class="anchor" id="af4f747aa1d77a0d2f341846b94f6b1ce"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::EmbedderHeapTracer::TracePrologue </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Called at the beginning of a GC cycle. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
components/chip/theme.module.css
react-toolbox/react-toolbox
@import '../colors.module.css'; @import '../variables.module.css'; @import './config.module.css'; .chip { background-color: var(--chip-background); border-radius: var(--chip-height); color: var(--chip-color); display: inline-block; font-size: var(--chip-font-size); line-height: var(--chip-height); margin-right: var(--chip-margin-right); max-width: 100%; overflow: hidden; padding: 0 var(--chip-padding); position: relative; text-overflow: ellipsis; white-space: nowrap; @apply --reset; } .avatar { padding-left: 0; & > [data-react-toolbox='avatar'] { height: var(--chip-height); margin-right: var(--chip-icon-margin-right); vertical-align: middle; width: var(--chip-height); & > span { font-size: var(--chip-icon-font-size); line-height: var(--chip-height); } } } .deletable { padding-right: calc(var(--chip-remove-size) + 2 * var(--chip-remove-margin)); } .delete { cursor: pointer; display: inline-block; height: var(--chip-remove-size); margin: var(--chip-remove-margin); padding: var(--chip-remove-margin); position: absolute; right: 0; width: var(--chip-remove-size); } .deleteIcon { background: var(--chip-remove-background); border-radius: var(--chip-remove-size); vertical-align: top; & .deleteX { fill: transparent; stroke: var(--chip-remove-color); stroke-width: var(--chip-remove-stroke-width); } } .delete:hover .deleteIcon { background: var(--chip-remove-background-hover); }
doc/javadoc/com/cmput301/t05/habilect/R.attr.html
CMPUT301F17T05/Habilect
<!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_144) on Mon Dec 04 23:07:13 MST 2017 --> <title>R.attr</title> <meta name="date" content="2017-12-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="R.attr"; } } 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/cmput301/t05/habilect/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/cmput301/t05/habilect/R.array.html" title="class in com.cmput301.t05.habilect"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/cmput301/t05/habilect/R.bool.html" title="class in com.cmput301.t05.habilect"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/cmput301/t05/habilect/R.attr.html" target="_top">Frames</a></li> <li><a href="R.attr.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.cmput301.t05.habilect</div> <h2 title="Class R.attr" class="title">Class R.attr</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.cmput301.t05.habilect.R.attr</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../com/cmput301/t05/habilect/R.html" title="class in com.cmput301.t05.habilect">R</a></dd> </dl> <hr> <br> <pre>public static final class <span class="typeNameLabel">R.attr</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/cmput301/t05/habilect/R.attr.html#actionBarDivider">actionBarDivider</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarItemBackground">actionBarItemBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarPopupTheme">actionBarPopupTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarSize">actionBarSize</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarSplitStyle">actionBarSplitStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarStyle">actionBarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarTabBarStyle">actionBarTabBarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarTabStyle">actionBarTabStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarTabTextStyle">actionBarTabTextStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarTheme">actionBarTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionBarWidgetTheme">actionBarWidgetTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionButtonStyle">actionButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionDropDownStyle">actionDropDownStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionLayout">actionLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionMenuTextAppearance">actionMenuTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionMenuTextColor">actionMenuTextColor</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeBackground">actionModeBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeCloseButtonStyle">actionModeCloseButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeCloseDrawable">actionModeCloseDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeCopyDrawable">actionModeCopyDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeCutDrawable">actionModeCutDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeFindDrawable">actionModeFindDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModePasteDrawable">actionModePasteDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModePopupWindowStyle">actionModePopupWindowStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeSelectAllDrawable">actionModeSelectAllDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeShareDrawable">actionModeShareDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeSplitBackground">actionModeSplitBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeStyle">actionModeStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionModeWebSearchDrawable">actionModeWebSearchDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionOverflowButtonStyle">actionOverflowButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionOverflowMenuStyle">actionOverflowMenuStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionProviderClass">actionProviderClass</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#actionViewClass">actionViewClass</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#activityChooserViewStyle">activityChooserViewStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#alertDialogButtonGroupStyle">alertDialogButtonGroupStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#alertDialogCenterButtons">alertDialogCenterButtons</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#alertDialogStyle">alertDialogStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#alertDialogTheme">alertDialogTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#allowStacking">allowStacking</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#alpha">alpha</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#alphabeticModifiers">alphabeticModifiers</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#ambientEnabled">ambientEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#arrowHeadLength">arrowHeadLength</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#arrowShaftLength">arrowShaftLength</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#autoCompleteTextViewStyle">autoCompleteTextViewStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#autoSizeMaxTextSize">autoSizeMaxTextSize</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#autoSizeMinTextSize">autoSizeMinTextSize</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#autoSizePresetSizes">autoSizePresetSizes</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#autoSizeStepGranularity">autoSizeStepGranularity</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#autoSizeTextType">autoSizeTextType</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#background">background</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#backgroundSplit">backgroundSplit</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#backgroundStacked">backgroundStacked</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#backgroundTint">backgroundTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#backgroundTintMode">backgroundTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#barLength">barLength</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#behavior_autoHide">behavior_autoHide</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#behavior_hideable">behavior_hideable</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#behavior_overlapTop">behavior_overlapTop</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#behavior_peekHeight">behavior_peekHeight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#behavior_skipCollapsed">behavior_skipCollapsed</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#borderlessButtonStyle">borderlessButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#borderWidth">borderWidth</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#bottomSheetDialogTheme">bottomSheetDialogTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#bottomSheetStyle">bottomSheetStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonBarButtonStyle">buttonBarButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonBarNegativeButtonStyle">buttonBarNegativeButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonBarNeutralButtonStyle">buttonBarNeutralButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonBarPositiveButtonStyle">buttonBarPositiveButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonBarStyle">buttonBarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonGravity">buttonGravity</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonPanelSideLayout">buttonPanelSideLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonSize">buttonSize</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonStyle">buttonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonStyleSmall">buttonStyleSmall</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonTint">buttonTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#buttonTintMode">buttonTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraBearing">cameraBearing</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraMaxZoomPreference">cameraMaxZoomPreference</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraMinZoomPreference">cameraMinZoomPreference</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraTargetLat">cameraTargetLat</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraTargetLng">cameraTargetLng</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraTilt">cameraTilt</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#cameraZoom">cameraZoom</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#checkboxStyle">checkboxStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#checkedTextViewStyle">checkedTextViewStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#circleCrop">circleCrop</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#closeIcon">closeIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#closeItemLayout">closeItemLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#collapseContentDescription">collapseContentDescription</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#collapsedTitleGravity">collapsedTitleGravity</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#collapsedTitleTextAppearance">collapsedTitleTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#collapseIcon">collapseIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#color">color</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorAccent">colorAccent</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorBackgroundFloating">colorBackgroundFloating</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorButtonNormal">colorButtonNormal</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorControlActivated">colorControlActivated</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorControlHighlight">colorControlHighlight</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorControlNormal">colorControlNormal</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorError">colorError</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorPrimary">colorPrimary</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorPrimaryDark">colorPrimaryDark</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorScheme">colorScheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#colorSwitchThumbNormal">colorSwitchThumbNormal</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#commitIcon">commitIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#constraintSet">constraintSet</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentDescription">contentDescription</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentInsetEnd">contentInsetEnd</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentInsetEndWithActions">contentInsetEndWithActions</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentInsetLeft">contentInsetLeft</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentInsetRight">contentInsetRight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentInsetStart">contentInsetStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentInsetStartWithNavigation">contentInsetStartWithNavigation</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#contentScrim">contentScrim</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#controlBackground">controlBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#counterEnabled">counterEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#counterMaxLength">counterMaxLength</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#counterOverflowTextAppearance">counterOverflowTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#counterTextAppearance">counterTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#customNavigationLayout">customNavigationLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#defaultQueryHint">defaultQueryHint</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dialogPreferredPadding">dialogPreferredPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dialogTheme">dialogTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#displayOptions">displayOptions</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#divider">divider</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dividerHorizontal">dividerHorizontal</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dividerPadding">dividerPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dividerVertical">dividerVertical</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#drawableSize">drawableSize</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#drawerArrowStyle">drawerArrowStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dropdownListPreferredItemHeight">dropdownListPreferredItemHeight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#dropDownListViewStyle">dropDownListViewStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#editTextBackground">editTextBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#editTextColor">editTextColor</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#editTextStyle">editTextStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#elevation">elevation</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#errorEnabled">errorEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#errorTextAppearance">errorTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandActivityOverflowButtonDrawable">expandActivityOverflowButtonDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expanded">expanded</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleGravity">expandedTitleGravity</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleMargin">expandedTitleMargin</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleMarginBottom">expandedTitleMarginBottom</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleMarginEnd">expandedTitleMarginEnd</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleMarginStart">expandedTitleMarginStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleMarginTop">expandedTitleMarginTop</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#expandedTitleTextAppearance">expandedTitleTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fabSize">fabSize</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fastScrollEnabled">fastScrollEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fastScrollHorizontalThumbDrawable">fastScrollHorizontalThumbDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fastScrollHorizontalTrackDrawable">fastScrollHorizontalTrackDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fastScrollVerticalThumbDrawable">fastScrollVerticalThumbDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fastScrollVerticalTrackDrawable">fastScrollVerticalTrackDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#font">font</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontFamily">fontFamily</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontProviderAuthority">fontProviderAuthority</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontProviderCerts">fontProviderCerts</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontProviderFetchStrategy">fontProviderFetchStrategy</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontProviderFetchTimeout">fontProviderFetchTimeout</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontProviderPackage">fontProviderPackage</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontProviderQuery">fontProviderQuery</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontStyle">fontStyle</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#fontWeight">fontWeight</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#foregroundInsidePadding">foregroundInsidePadding</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#gapBetweenBars">gapBetweenBars</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#goIcon">goIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#headerLayout">headerLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#height">height</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#hideOnContentScroll">hideOnContentScroll</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#hintAnimationEnabled">hintAnimationEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#hintEnabled">hintEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#hintTextAppearance">hintTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#homeAsUpIndicator">homeAsUpIndicator</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#homeLayout">homeLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#icon">icon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#iconifiedByDefault">iconifiedByDefault</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#iconTint">iconTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#iconTintMode">iconTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#imageAspectRatio">imageAspectRatio</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#imageAspectRatioAdjust">imageAspectRatioAdjust</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#imageButtonStyle">imageButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#indeterminateProgressStyle">indeterminateProgressStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#initialActivityCount">initialActivityCount</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#insetForeground">insetForeground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#isLightTheme">isLightTheme</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#itemBackground">itemBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#itemIconTint">itemIconTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#itemPadding">itemPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#itemTextAppearance">itemTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#itemTextColor">itemTextColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#keylines">keylines</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#latLngBoundsNorthEastLatitude">latLngBoundsNorthEastLatitude</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#latLngBoundsNorthEastLongitude">latLngBoundsNorthEastLongitude</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#latLngBoundsSouthWestLatitude">latLngBoundsSouthWestLatitude</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#latLngBoundsSouthWestLongitude">latLngBoundsSouthWestLongitude</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout">layout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_anchor">layout_anchor</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_anchorGravity">layout_anchorGravity</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_behavior">layout_behavior</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_collapseMode">layout_collapseMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_collapseParallaxMultiplier">layout_collapseParallaxMultiplier</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintBaseline_creator">layout_constraintBaseline_creator</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintBaseline_toBaselineOf">layout_constraintBaseline_toBaselineOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintBottom_creator">layout_constraintBottom_creator</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintBottom_toBottomOf">layout_constraintBottom_toBottomOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintBottom_toTopOf">layout_constraintBottom_toTopOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintDimensionRatio">layout_constraintDimensionRatio</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintEnd_toEndOf">layout_constraintEnd_toEndOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintEnd_toStartOf">layout_constraintEnd_toStartOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintGuide_begin">layout_constraintGuide_begin</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintGuide_end">layout_constraintGuide_end</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintGuide_percent">layout_constraintGuide_percent</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintHeight_default">layout_constraintHeight_default</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintHeight_max">layout_constraintHeight_max</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintHeight_min">layout_constraintHeight_min</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintHorizontal_bias">layout_constraintHorizontal_bias</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintHorizontal_chainStyle">layout_constraintHorizontal_chainStyle</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintHorizontal_weight">layout_constraintHorizontal_weight</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintLeft_creator">layout_constraintLeft_creator</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintLeft_toLeftOf">layout_constraintLeft_toLeftOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintLeft_toRightOf">layout_constraintLeft_toRightOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintRight_creator">layout_constraintRight_creator</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintRight_toLeftOf">layout_constraintRight_toLeftOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintRight_toRightOf">layout_constraintRight_toRightOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintStart_toEndOf">layout_constraintStart_toEndOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintStart_toStartOf">layout_constraintStart_toStartOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintTop_creator">layout_constraintTop_creator</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintTop_toBottomOf">layout_constraintTop_toBottomOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintTop_toTopOf">layout_constraintTop_toTopOf</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintVertical_bias">layout_constraintVertical_bias</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintVertical_chainStyle">layout_constraintVertical_chainStyle</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintVertical_weight">layout_constraintVertical_weight</a></span></code> <div class="block">May be a floating point value, such as "<code>1.2</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintWidth_default">layout_constraintWidth_default</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintWidth_max">layout_constraintWidth_max</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_constraintWidth_min">layout_constraintWidth_min</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_dodgeInsetEdges">layout_dodgeInsetEdges</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_editor_absoluteX">layout_editor_absoluteX</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_editor_absoluteY">layout_editor_absoluteY</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_goneMarginBottom">layout_goneMarginBottom</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_goneMarginEnd">layout_goneMarginEnd</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_goneMarginLeft">layout_goneMarginLeft</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_goneMarginRight">layout_goneMarginRight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_goneMarginStart">layout_goneMarginStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_goneMarginTop">layout_goneMarginTop</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_insetEdge">layout_insetEdge</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_keyline">layout_keyline</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_optimizationLevel">layout_optimizationLevel</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_scrollFlags">layout_scrollFlags</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layout_scrollInterpolator">layout_scrollInterpolator</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#layoutManager">layoutManager</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listChoiceBackgroundIndicator">listChoiceBackgroundIndicator</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listDividerAlertDialog">listDividerAlertDialog</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listItemLayout">listItemLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listLayout">listLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listMenuViewStyle">listMenuViewStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listPopupWindowStyle">listPopupWindowStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listPreferredItemHeight">listPreferredItemHeight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listPreferredItemHeightLarge">listPreferredItemHeightLarge</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listPreferredItemHeightSmall">listPreferredItemHeightSmall</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listPreferredItemPaddingLeft">listPreferredItemPaddingLeft</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#listPreferredItemPaddingRight">listPreferredItemPaddingRight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#liteMode">liteMode</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#logo">logo</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#logoDescription">logoDescription</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#mapType">mapType</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#maxActionInlineWidth">maxActionInlineWidth</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#maxButtonHeight">maxButtonHeight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#measureWithLargestChild">measureWithLargestChild</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#menu">menu</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#multiChoiceItemLayout">multiChoiceItemLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#navigationContentDescription">navigationContentDescription</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#navigationIcon">navigationIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#navigationMode">navigationMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#numericModifiers">numericModifiers</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#overlapAnchor">overlapAnchor</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#paddingBottomNoButtons">paddingBottomNoButtons</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#paddingEnd">paddingEnd</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#paddingStart">paddingStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#paddingTopNoTitle">paddingTopNoTitle</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#panelBackground">panelBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#panelMenuListTheme">panelMenuListTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#panelMenuListWidth">panelMenuListWidth</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#passwordToggleContentDescription">passwordToggleContentDescription</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#passwordToggleDrawable">passwordToggleDrawable</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#passwordToggleEnabled">passwordToggleEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#passwordToggleTint">passwordToggleTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#passwordToggleTintMode">passwordToggleTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#popupMenuStyle">popupMenuStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#popupTheme">popupTheme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#popupWindowStyle">popupWindowStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#preserveIconSpacing">preserveIconSpacing</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#pressedTranslationZ">pressedTranslationZ</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#progressBarPadding">progressBarPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#progressBarStyle">progressBarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#queryBackground">queryBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#queryHint">queryHint</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#radioButtonStyle">radioButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#ratingBarStyle">ratingBarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#ratingBarStyleIndicator">ratingBarStyleIndicator</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#ratingBarStyleSmall">ratingBarStyleSmall</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#reverseLayout">reverseLayout</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#rippleColor">rippleColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#scopeUris">scopeUris</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#scrimAnimationDuration">scrimAnimationDuration</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#scrimVisibleHeightTrigger">scrimVisibleHeightTrigger</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#searchHintIcon">searchHintIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#searchIcon">searchIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#searchViewStyle">searchViewStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#seekBarStyle">seekBarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#selectableItemBackground">selectableItemBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#selectableItemBackgroundBorderless">selectableItemBackgroundBorderless</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#seriesColor">seriesColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#seriesData">seriesData</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#seriesTitle">seriesTitle</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#seriesType">seriesType</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#showAsAction">showAsAction</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#showDividers">showDividers</a></span></code> <div class="block">Must be one or more (separated by '|') of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#showText">showText</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#showTitle">showTitle</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#singleChoiceItemLayout">singleChoiceItemLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#spanCount">spanCount</a></span></code> <div class="block">May be an integer value, such as "<code>100</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#spinBars">spinBars</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#spinnerDropDownItemStyle">spinnerDropDownItemStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#spinnerStyle">spinnerStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#splitTrack">splitTrack</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#srcCompat">srcCompat</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#stackFromEnd">stackFromEnd</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#state_above_anchor">state_above_anchor</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#state_collapsed">state_collapsed</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#state_collapsible">state_collapsible</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#statusBarBackground">statusBarBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#statusBarScrim">statusBarScrim</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#subMenuArrow">subMenuArrow</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#submitBackground">submitBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#subtitle">subtitle</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#subtitleTextAppearance">subtitleTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#subtitleTextColor">subtitleTextColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#subtitleTextStyle">subtitleTextStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#suggestionRowLayout">suggestionRowLayout</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#switchMinWidth">switchMinWidth</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#switchPadding">switchPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#switchStyle">switchStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#switchTextAppearance">switchTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabBackground">tabBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabContentStart">tabContentStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabGravity">tabGravity</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabIndicatorColor">tabIndicatorColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabIndicatorHeight">tabIndicatorHeight</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabMaxWidth">tabMaxWidth</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabMinWidth">tabMinWidth</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabMode">tabMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabPadding">tabPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabPaddingBottom">tabPaddingBottom</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabPaddingEnd">tabPaddingEnd</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabPaddingStart">tabPaddingStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabPaddingTop">tabPaddingTop</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabSelectedTextColor">tabSelectedTextColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabTextAppearance">tabTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tabTextColor">tabTextColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAllCaps">textAllCaps</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceLargePopupMenu">textAppearanceLargePopupMenu</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceListItem">textAppearanceListItem</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceListItemSecondary">textAppearanceListItemSecondary</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceListItemSmall">textAppearanceListItemSmall</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearancePopupMenuHeader">textAppearancePopupMenuHeader</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceSearchResultSubtitle">textAppearanceSearchResultSubtitle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceSearchResultTitle">textAppearanceSearchResultTitle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textAppearanceSmallPopupMenu">textAppearanceSmallPopupMenu</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textColorAlertDialogListItem">textColorAlertDialogListItem</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textColorError">textColorError</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#textColorSearchUrl">textColorSearchUrl</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#theme">theme</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#thickness">thickness</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#thumbTextPadding">thumbTextPadding</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#thumbTint">thumbTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#thumbTintMode">thumbTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tickMark">tickMark</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tickMarkTint">tickMarkTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tickMarkTintMode">tickMarkTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tint">tint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tintMode">tintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#title">title</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleEnabled">titleEnabled</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleMargin">titleMargin</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleMarginBottom">titleMarginBottom</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleMarginEnd">titleMarginEnd</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleMargins">titleMargins</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleMarginStart">titleMarginStart</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleMarginTop">titleMarginTop</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleTextAppearance">titleTextAppearance</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleTextColor">titleTextColor</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#titleTextStyle">titleTextStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#toolbarId">toolbarId</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#toolbarNavigationButtonStyle">toolbarNavigationButtonStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#toolbarStyle">toolbarStyle</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tooltipForegroundColor">tooltipForegroundColor</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tooltipFrameBackground">tooltipFrameBackground</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#tooltipText">tooltipText</a></span></code> <div class="block">May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#track">track</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#trackTint">trackTint</a></span></code> <div class="block">May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#trackTintMode">trackTintMode</a></span></code> <div class="block">Must be one of the following constant values.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiCompass">uiCompass</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiMapToolbar">uiMapToolbar</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiRotateGestures">uiRotateGestures</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiScrollGestures">uiScrollGestures</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiTiltGestures">uiTiltGestures</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiZoomControls">uiZoomControls</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#uiZoomGestures">uiZoomGestures</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#useCompatPadding">useCompatPadding</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#useViewLifecycle">useViewLifecycle</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#voiceIcon">voiceIcon</a></span></code> <div class="block">May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowActionBar">windowActionBar</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowActionBarOverlay">windowActionBarOverlay</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowActionModeOverlay">windowActionModeOverlay</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowFixedHeightMajor">windowFixedHeightMajor</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowFixedHeightMinor">windowFixedHeightMinor</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowFixedWidthMajor">windowFixedWidthMajor</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowFixedWidthMinor">windowFixedWidthMinor</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowMinWidthMajor">windowMinWidthMajor</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowMinWidthMinor">windowMinWidthMinor</a></span></code> <div class="block">May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#windowNoTitle">windowNoTitle</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cmput301/t05/habilect/R.attr.html#zOrderOnTop">zOrderOnTop</a></span></code> <div class="block">May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</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="../../../../com/cmput301/t05/habilect/R.attr.html#attr--">attr</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="actionBarDivider"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarDivider</h4> <pre>public static final&nbsp;int actionBarDivider</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarDivider">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarItemBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarItemBackground</h4> <pre>public static final&nbsp;int actionBarItemBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarItemBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarPopupTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarPopupTheme</h4> <pre>public static final&nbsp;int actionBarPopupTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarPopupTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarSize"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarSize</h4> <pre>public static final&nbsp;int actionBarSize</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>wrap_content</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarSize">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarSplitStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarSplitStyle</h4> <pre>public static final&nbsp;int actionBarSplitStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarSplitStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarStyle</h4> <pre>public static final&nbsp;int actionBarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarTabBarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarTabBarStyle</h4> <pre>public static final&nbsp;int actionBarTabBarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarTabBarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarTabStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarTabStyle</h4> <pre>public static final&nbsp;int actionBarTabStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarTabStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarTabTextStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarTabTextStyle</h4> <pre>public static final&nbsp;int actionBarTabTextStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarTabTextStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarTheme</h4> <pre>public static final&nbsp;int actionBarTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionBarWidgetTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionBarWidgetTheme</h4> <pre>public static final&nbsp;int actionBarWidgetTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionBarWidgetTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionButtonStyle</h4> <pre>public static final&nbsp;int actionButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionDropDownStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionDropDownStyle</h4> <pre>public static final&nbsp;int actionDropDownStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionDropDownStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionLayout</h4> <pre>public static final&nbsp;int actionLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionMenuTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionMenuTextAppearance</h4> <pre>public static final&nbsp;int actionMenuTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionMenuTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionMenuTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionMenuTextColor</h4> <pre>public static final&nbsp;int actionMenuTextColor</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionMenuTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeBackground</h4> <pre>public static final&nbsp;int actionModeBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeCloseButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeCloseButtonStyle</h4> <pre>public static final&nbsp;int actionModeCloseButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeCloseButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeCloseDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeCloseDrawable</h4> <pre>public static final&nbsp;int actionModeCloseDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeCloseDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeCopyDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeCopyDrawable</h4> <pre>public static final&nbsp;int actionModeCopyDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeCopyDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeCutDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeCutDrawable</h4> <pre>public static final&nbsp;int actionModeCutDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeCutDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeFindDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeFindDrawable</h4> <pre>public static final&nbsp;int actionModeFindDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeFindDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModePasteDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModePasteDrawable</h4> <pre>public static final&nbsp;int actionModePasteDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModePasteDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModePopupWindowStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModePopupWindowStyle</h4> <pre>public static final&nbsp;int actionModePopupWindowStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModePopupWindowStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeSelectAllDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeSelectAllDrawable</h4> <pre>public static final&nbsp;int actionModeSelectAllDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeSelectAllDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeShareDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeShareDrawable</h4> <pre>public static final&nbsp;int actionModeShareDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeShareDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeSplitBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeSplitBackground</h4> <pre>public static final&nbsp;int actionModeSplitBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeSplitBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeStyle</h4> <pre>public static final&nbsp;int actionModeStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionModeWebSearchDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionModeWebSearchDrawable</h4> <pre>public static final&nbsp;int actionModeWebSearchDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionModeWebSearchDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionOverflowButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionOverflowButtonStyle</h4> <pre>public static final&nbsp;int actionOverflowButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionOverflowButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionOverflowMenuStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionOverflowMenuStyle</h4> <pre>public static final&nbsp;int actionOverflowMenuStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionOverflowMenuStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionProviderClass"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionProviderClass</h4> <pre>public static final&nbsp;int actionProviderClass</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionProviderClass">Constant Field Values</a></dd> </dl> </li> </ul> <a name="actionViewClass"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>actionViewClass</h4> <pre>public static final&nbsp;int actionViewClass</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.actionViewClass">Constant Field Values</a></dd> </dl> </li> </ul> <a name="activityChooserViewStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activityChooserViewStyle</h4> <pre>public static final&nbsp;int activityChooserViewStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.activityChooserViewStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="alertDialogButtonGroupStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alertDialogButtonGroupStyle</h4> <pre>public static final&nbsp;int alertDialogButtonGroupStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.alertDialogButtonGroupStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="alertDialogCenterButtons"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alertDialogCenterButtons</h4> <pre>public static final&nbsp;int alertDialogCenterButtons</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.alertDialogCenterButtons">Constant Field Values</a></dd> </dl> </li> </ul> <a name="alertDialogStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alertDialogStyle</h4> <pre>public static final&nbsp;int alertDialogStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.alertDialogStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="alertDialogTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alertDialogTheme</h4> <pre>public static final&nbsp;int alertDialogTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.alertDialogTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="allowStacking"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>allowStacking</h4> <pre>public static final&nbsp;int allowStacking</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.allowStacking">Constant Field Values</a></dd> </dl> </li> </ul> <a name="alpha"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alpha</h4> <pre>public static final&nbsp;int alpha</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.alpha">Constant Field Values</a></dd> </dl> </li> </ul> <a name="alphabeticModifiers"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>alphabeticModifiers</h4> <pre>public static final&nbsp;int alphabeticModifiers</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>ALT</td><td>2</td><td></td></tr> <tr><td>CTRL</td><td>1000</td><td></td></tr> <tr><td>FUNCTION</td><td>8</td><td></td></tr> <tr><td>META</td><td>10000</td><td></td></tr> <tr><td>SHIFT</td><td>1</td><td></td></tr> <tr><td>SYM</td><td>4</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.alphabeticModifiers">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ambientEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ambientEnabled</h4> <pre>public static final&nbsp;int ambientEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.ambientEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="arrowHeadLength"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>arrowHeadLength</h4> <pre>public static final&nbsp;int arrowHeadLength</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.arrowHeadLength">Constant Field Values</a></dd> </dl> </li> </ul> <a name="arrowShaftLength"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>arrowShaftLength</h4> <pre>public static final&nbsp;int arrowShaftLength</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.arrowShaftLength">Constant Field Values</a></dd> </dl> </li> </ul> <a name="autoCompleteTextViewStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>autoCompleteTextViewStyle</h4> <pre>public static final&nbsp;int autoCompleteTextViewStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.autoCompleteTextViewStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="autoSizeMaxTextSize"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>autoSizeMaxTextSize</h4> <pre>public static final&nbsp;int autoSizeMaxTextSize</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.autoSizeMaxTextSize">Constant Field Values</a></dd> </dl> </li> </ul> <a name="autoSizeMinTextSize"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>autoSizeMinTextSize</h4> <pre>public static final&nbsp;int autoSizeMinTextSize</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.autoSizeMinTextSize">Constant Field Values</a></dd> </dl> </li> </ul> <a name="autoSizePresetSizes"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>autoSizePresetSizes</h4> <pre>public static final&nbsp;int autoSizePresetSizes</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.autoSizePresetSizes">Constant Field Values</a></dd> </dl> </li> </ul> <a name="autoSizeStepGranularity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>autoSizeStepGranularity</h4> <pre>public static final&nbsp;int autoSizeStepGranularity</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.autoSizeStepGranularity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="autoSizeTextType"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>autoSizeTextType</h4> <pre>public static final&nbsp;int autoSizeTextType</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>none</td><td>0</td><td></td></tr> <tr><td>uniform</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.autoSizeTextType">Constant Field Values</a></dd> </dl> </li> </ul> <a name="background"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>background</h4> <pre>public static final&nbsp;int background</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.background">Constant Field Values</a></dd> </dl> </li> </ul> <a name="backgroundSplit"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>backgroundSplit</h4> <pre>public static final&nbsp;int backgroundSplit</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.backgroundSplit">Constant Field Values</a></dd> </dl> </li> </ul> <a name="backgroundStacked"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>backgroundStacked</h4> <pre>public static final&nbsp;int backgroundStacked</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.backgroundStacked">Constant Field Values</a></dd> </dl> </li> </ul> <a name="backgroundTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>backgroundTint</h4> <pre>public static final&nbsp;int backgroundTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.backgroundTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="backgroundTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>backgroundTintMode</h4> <pre>public static final&nbsp;int backgroundTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.backgroundTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="barLength"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>barLength</h4> <pre>public static final&nbsp;int barLength</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.barLength">Constant Field Values</a></dd> </dl> </li> </ul> <a name="behavior_autoHide"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>behavior_autoHide</h4> <pre>public static final&nbsp;int behavior_autoHide</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.behavior_autoHide">Constant Field Values</a></dd> </dl> </li> </ul> <a name="behavior_hideable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>behavior_hideable</h4> <pre>public static final&nbsp;int behavior_hideable</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.behavior_hideable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="behavior_overlapTop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>behavior_overlapTop</h4> <pre>public static final&nbsp;int behavior_overlapTop</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.behavior_overlapTop">Constant Field Values</a></dd> </dl> </li> </ul> <a name="behavior_peekHeight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>behavior_peekHeight</h4> <pre>public static final&nbsp;int behavior_peekHeight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>auto</td><td>ffffffff</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.behavior_peekHeight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="behavior_skipCollapsed"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>behavior_skipCollapsed</h4> <pre>public static final&nbsp;int behavior_skipCollapsed</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.behavior_skipCollapsed">Constant Field Values</a></dd> </dl> </li> </ul> <a name="borderWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>borderWidth</h4> <pre>public static final&nbsp;int borderWidth</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.borderWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="borderlessButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>borderlessButtonStyle</h4> <pre>public static final&nbsp;int borderlessButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.borderlessButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="bottomSheetDialogTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bottomSheetDialogTheme</h4> <pre>public static final&nbsp;int bottomSheetDialogTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.bottomSheetDialogTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="bottomSheetStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bottomSheetStyle</h4> <pre>public static final&nbsp;int bottomSheetStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.bottomSheetStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonBarButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonBarButtonStyle</h4> <pre>public static final&nbsp;int buttonBarButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonBarButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonBarNegativeButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonBarNegativeButtonStyle</h4> <pre>public static final&nbsp;int buttonBarNegativeButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonBarNegativeButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonBarNeutralButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonBarNeutralButtonStyle</h4> <pre>public static final&nbsp;int buttonBarNeutralButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonBarNeutralButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonBarPositiveButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonBarPositiveButtonStyle</h4> <pre>public static final&nbsp;int buttonBarPositiveButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonBarPositiveButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonBarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonBarStyle</h4> <pre>public static final&nbsp;int buttonBarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonBarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonGravity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonGravity</h4> <pre>public static final&nbsp;int buttonGravity</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>bottom</td><td>50</td><td></td></tr> <tr><td>top</td><td>30</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonGravity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonPanelSideLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonPanelSideLayout</h4> <pre>public static final&nbsp;int buttonPanelSideLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonPanelSideLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonSize"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonSize</h4> <pre>public static final&nbsp;int buttonSize</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>icon_only</td><td>2</td><td></td></tr> <tr><td>standard</td><td>0</td><td></td></tr> <tr><td>wide</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonSize">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonStyle</h4> <pre>public static final&nbsp;int buttonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonStyleSmall"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonStyleSmall</h4> <pre>public static final&nbsp;int buttonStyleSmall</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonStyleSmall">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonTint</h4> <pre>public static final&nbsp;int buttonTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="buttonTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>buttonTintMode</h4> <pre>public static final&nbsp;int buttonTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.buttonTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraBearing"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraBearing</h4> <pre>public static final&nbsp;int cameraBearing</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraBearing">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraMaxZoomPreference"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraMaxZoomPreference</h4> <pre>public static final&nbsp;int cameraMaxZoomPreference</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraMaxZoomPreference">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraMinZoomPreference"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraMinZoomPreference</h4> <pre>public static final&nbsp;int cameraMinZoomPreference</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraMinZoomPreference">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraTargetLat"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraTargetLat</h4> <pre>public static final&nbsp;int cameraTargetLat</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraTargetLat">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraTargetLng"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraTargetLng</h4> <pre>public static final&nbsp;int cameraTargetLng</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraTargetLng">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraTilt"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraTilt</h4> <pre>public static final&nbsp;int cameraTilt</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraTilt">Constant Field Values</a></dd> </dl> </li> </ul> <a name="cameraZoom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cameraZoom</h4> <pre>public static final&nbsp;int cameraZoom</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.cameraZoom">Constant Field Values</a></dd> </dl> </li> </ul> <a name="checkboxStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>checkboxStyle</h4> <pre>public static final&nbsp;int checkboxStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.checkboxStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="checkedTextViewStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>checkedTextViewStyle</h4> <pre>public static final&nbsp;int checkedTextViewStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.checkedTextViewStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="circleCrop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>circleCrop</h4> <pre>public static final&nbsp;int circleCrop</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.circleCrop">Constant Field Values</a></dd> </dl> </li> </ul> <a name="closeIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>closeIcon</h4> <pre>public static final&nbsp;int closeIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.closeIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="closeItemLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>closeItemLayout</h4> <pre>public static final&nbsp;int closeItemLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.closeItemLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="collapseContentDescription"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>collapseContentDescription</h4> <pre>public static final&nbsp;int collapseContentDescription</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.collapseContentDescription">Constant Field Values</a></dd> </dl> </li> </ul> <a name="collapseIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>collapseIcon</h4> <pre>public static final&nbsp;int collapseIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.collapseIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="collapsedTitleGravity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>collapsedTitleGravity</h4> <pre>public static final&nbsp;int collapsedTitleGravity</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>bottom</td><td>50</td><td></td></tr> <tr><td>center</td><td>11</td><td></td></tr> <tr><td>center_horizontal</td><td>1</td><td></td></tr> <tr><td>center_vertical</td><td>10</td><td></td></tr> <tr><td>end</td><td>800005</td><td></td></tr> <tr><td>fill_vertical</td><td>70</td><td></td></tr> <tr><td>left</td><td>3</td><td></td></tr> <tr><td>right</td><td>5</td><td></td></tr> <tr><td>start</td><td>800003</td><td></td></tr> <tr><td>top</td><td>30</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.collapsedTitleGravity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="collapsedTitleTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>collapsedTitleTextAppearance</h4> <pre>public static final&nbsp;int collapsedTitleTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.collapsedTitleTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="color"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>color</h4> <pre>public static final&nbsp;int color</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.color">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorAccent"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorAccent</h4> <pre>public static final&nbsp;int colorAccent</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorAccent">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorBackgroundFloating"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorBackgroundFloating</h4> <pre>public static final&nbsp;int colorBackgroundFloating</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorBackgroundFloating">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorButtonNormal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorButtonNormal</h4> <pre>public static final&nbsp;int colorButtonNormal</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorButtonNormal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorControlActivated"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorControlActivated</h4> <pre>public static final&nbsp;int colorControlActivated</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorControlActivated">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorControlHighlight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorControlHighlight</h4> <pre>public static final&nbsp;int colorControlHighlight</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorControlHighlight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorControlNormal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorControlNormal</h4> <pre>public static final&nbsp;int colorControlNormal</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorControlNormal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorError"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorError</h4> <pre>public static final&nbsp;int colorError</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorError">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorPrimary"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorPrimary</h4> <pre>public static final&nbsp;int colorPrimary</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorPrimary">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorPrimaryDark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorPrimaryDark</h4> <pre>public static final&nbsp;int colorPrimaryDark</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorPrimaryDark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorScheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorScheme</h4> <pre>public static final&nbsp;int colorScheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>auto</td><td>2</td><td></td></tr> <tr><td>dark</td><td>0</td><td></td></tr> <tr><td>light</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorScheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="colorSwitchThumbNormal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>colorSwitchThumbNormal</h4> <pre>public static final&nbsp;int colorSwitchThumbNormal</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.colorSwitchThumbNormal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="commitIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>commitIcon</h4> <pre>public static final&nbsp;int commitIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.commitIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="constraintSet"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>constraintSet</h4> <pre>public static final&nbsp;int constraintSet</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.constraintSet">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentDescription"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentDescription</h4> <pre>public static final&nbsp;int contentDescription</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentDescription">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentInsetEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentInsetEnd</h4> <pre>public static final&nbsp;int contentInsetEnd</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentInsetEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentInsetEndWithActions"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentInsetEndWithActions</h4> <pre>public static final&nbsp;int contentInsetEndWithActions</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentInsetEndWithActions">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentInsetLeft"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentInsetLeft</h4> <pre>public static final&nbsp;int contentInsetLeft</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentInsetLeft">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentInsetRight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentInsetRight</h4> <pre>public static final&nbsp;int contentInsetRight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentInsetRight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentInsetStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentInsetStart</h4> <pre>public static final&nbsp;int contentInsetStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentInsetStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentInsetStartWithNavigation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentInsetStartWithNavigation</h4> <pre>public static final&nbsp;int contentInsetStartWithNavigation</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentInsetStartWithNavigation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="contentScrim"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>contentScrim</h4> <pre>public static final&nbsp;int contentScrim</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.contentScrim">Constant Field Values</a></dd> </dl> </li> </ul> <a name="controlBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>controlBackground</h4> <pre>public static final&nbsp;int controlBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.controlBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="counterEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>counterEnabled</h4> <pre>public static final&nbsp;int counterEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.counterEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="counterMaxLength"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>counterMaxLength</h4> <pre>public static final&nbsp;int counterMaxLength</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.counterMaxLength">Constant Field Values</a></dd> </dl> </li> </ul> <a name="counterOverflowTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>counterOverflowTextAppearance</h4> <pre>public static final&nbsp;int counterOverflowTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.counterOverflowTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="counterTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>counterTextAppearance</h4> <pre>public static final&nbsp;int counterTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.counterTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="customNavigationLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>customNavigationLayout</h4> <pre>public static final&nbsp;int customNavigationLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.customNavigationLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="defaultQueryHint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>defaultQueryHint</h4> <pre>public static final&nbsp;int defaultQueryHint</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.defaultQueryHint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dialogPreferredPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dialogPreferredPadding</h4> <pre>public static final&nbsp;int dialogPreferredPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dialogPreferredPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dialogTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dialogTheme</h4> <pre>public static final&nbsp;int dialogTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dialogTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="displayOptions"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>displayOptions</h4> <pre>public static final&nbsp;int displayOptions</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>disableHome</td><td>20</td><td></td></tr> <tr><td>homeAsUp</td><td>4</td><td></td></tr> <tr><td>none</td><td>0</td><td></td></tr> <tr><td>showCustom</td><td>10</td><td></td></tr> <tr><td>showHome</td><td>2</td><td></td></tr> <tr><td>showTitle</td><td>8</td><td></td></tr> <tr><td>useLogo</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.displayOptions">Constant Field Values</a></dd> </dl> </li> </ul> <a name="divider"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>divider</h4> <pre>public static final&nbsp;int divider</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.divider">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dividerHorizontal"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dividerHorizontal</h4> <pre>public static final&nbsp;int dividerHorizontal</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dividerHorizontal">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dividerPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dividerPadding</h4> <pre>public static final&nbsp;int dividerPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dividerPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dividerVertical"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dividerVertical</h4> <pre>public static final&nbsp;int dividerVertical</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dividerVertical">Constant Field Values</a></dd> </dl> </li> </ul> <a name="drawableSize"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>drawableSize</h4> <pre>public static final&nbsp;int drawableSize</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.drawableSize">Constant Field Values</a></dd> </dl> </li> </ul> <a name="drawerArrowStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>drawerArrowStyle</h4> <pre>public static final&nbsp;int drawerArrowStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.drawerArrowStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dropDownListViewStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dropDownListViewStyle</h4> <pre>public static final&nbsp;int dropDownListViewStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dropDownListViewStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="dropdownListPreferredItemHeight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dropdownListPreferredItemHeight</h4> <pre>public static final&nbsp;int dropdownListPreferredItemHeight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.dropdownListPreferredItemHeight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="editTextBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editTextBackground</h4> <pre>public static final&nbsp;int editTextBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.editTextBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="editTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editTextColor</h4> <pre>public static final&nbsp;int editTextColor</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.editTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="editTextStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>editTextStyle</h4> <pre>public static final&nbsp;int editTextStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.editTextStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="elevation"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>elevation</h4> <pre>public static final&nbsp;int elevation</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.elevation">Constant Field Values</a></dd> </dl> </li> </ul> <a name="errorEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>errorEnabled</h4> <pre>public static final&nbsp;int errorEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.errorEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="errorTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>errorTextAppearance</h4> <pre>public static final&nbsp;int errorTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.errorTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandActivityOverflowButtonDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandActivityOverflowButtonDrawable</h4> <pre>public static final&nbsp;int expandActivityOverflowButtonDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandActivityOverflowButtonDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expanded"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expanded</h4> <pre>public static final&nbsp;int expanded</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expanded">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleGravity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleGravity</h4> <pre>public static final&nbsp;int expandedTitleGravity</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>bottom</td><td>50</td><td></td></tr> <tr><td>center</td><td>11</td><td></td></tr> <tr><td>center_horizontal</td><td>1</td><td></td></tr> <tr><td>center_vertical</td><td>10</td><td></td></tr> <tr><td>end</td><td>800005</td><td></td></tr> <tr><td>fill_vertical</td><td>70</td><td></td></tr> <tr><td>left</td><td>3</td><td></td></tr> <tr><td>right</td><td>5</td><td></td></tr> <tr><td>start</td><td>800003</td><td></td></tr> <tr><td>top</td><td>30</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleGravity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleMargin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleMargin</h4> <pre>public static final&nbsp;int expandedTitleMargin</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleMargin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleMarginBottom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleMarginBottom</h4> <pre>public static final&nbsp;int expandedTitleMarginBottom</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleMarginBottom">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleMarginEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleMarginEnd</h4> <pre>public static final&nbsp;int expandedTitleMarginEnd</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleMarginEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleMarginStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleMarginStart</h4> <pre>public static final&nbsp;int expandedTitleMarginStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleMarginStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleMarginTop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleMarginTop</h4> <pre>public static final&nbsp;int expandedTitleMarginTop</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleMarginTop">Constant Field Values</a></dd> </dl> </li> </ul> <a name="expandedTitleTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expandedTitleTextAppearance</h4> <pre>public static final&nbsp;int expandedTitleTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.expandedTitleTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fabSize"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fabSize</h4> <pre>public static final&nbsp;int fabSize</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>auto</td><td>ffffffff</td><td></td></tr> <tr><td>mini</td><td>1</td><td></td></tr> <tr><td>normal</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fabSize">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastScrollEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastScrollEnabled</h4> <pre>public static final&nbsp;int fastScrollEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fastScrollEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastScrollHorizontalThumbDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastScrollHorizontalThumbDrawable</h4> <pre>public static final&nbsp;int fastScrollHorizontalThumbDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fastScrollHorizontalThumbDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastScrollHorizontalTrackDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastScrollHorizontalTrackDrawable</h4> <pre>public static final&nbsp;int fastScrollHorizontalTrackDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fastScrollHorizontalTrackDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastScrollVerticalThumbDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastScrollVerticalThumbDrawable</h4> <pre>public static final&nbsp;int fastScrollVerticalThumbDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fastScrollVerticalThumbDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fastScrollVerticalTrackDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fastScrollVerticalTrackDrawable</h4> <pre>public static final&nbsp;int fastScrollVerticalTrackDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fastScrollVerticalTrackDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="font"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>font</h4> <pre>public static final&nbsp;int font</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.font">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontFamily"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontFamily</h4> <pre>public static final&nbsp;int fontFamily</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontFamily">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontProviderAuthority"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontProviderAuthority</h4> <pre>public static final&nbsp;int fontProviderAuthority</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontProviderAuthority">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontProviderCerts"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontProviderCerts</h4> <pre>public static final&nbsp;int fontProviderCerts</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontProviderCerts">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontProviderFetchStrategy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontProviderFetchStrategy</h4> <pre>public static final&nbsp;int fontProviderFetchStrategy</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>async</td><td>1</td><td></td></tr> <tr><td>blocking</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontProviderFetchStrategy">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontProviderFetchTimeout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontProviderFetchTimeout</h4> <pre>public static final&nbsp;int fontProviderFetchTimeout</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>forever</td><td>ffffffff</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontProviderFetchTimeout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontProviderPackage"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontProviderPackage</h4> <pre>public static final&nbsp;int fontProviderPackage</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontProviderPackage">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontProviderQuery"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontProviderQuery</h4> <pre>public static final&nbsp;int fontProviderQuery</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontProviderQuery">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontStyle</h4> <pre>public static final&nbsp;int fontStyle</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>italic</td><td>1</td><td></td></tr> <tr><td>normal</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="fontWeight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>fontWeight</h4> <pre>public static final&nbsp;int fontWeight</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.fontWeight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="foregroundInsidePadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>foregroundInsidePadding</h4> <pre>public static final&nbsp;int foregroundInsidePadding</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.foregroundInsidePadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="gapBetweenBars"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>gapBetweenBars</h4> <pre>public static final&nbsp;int gapBetweenBars</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.gapBetweenBars">Constant Field Values</a></dd> </dl> </li> </ul> <a name="goIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>goIcon</h4> <pre>public static final&nbsp;int goIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.goIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="headerLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>headerLayout</h4> <pre>public static final&nbsp;int headerLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.headerLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="height"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>height</h4> <pre>public static final&nbsp;int height</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.height">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hideOnContentScroll"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hideOnContentScroll</h4> <pre>public static final&nbsp;int hideOnContentScroll</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.hideOnContentScroll">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hintAnimationEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hintAnimationEnabled</h4> <pre>public static final&nbsp;int hintAnimationEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.hintAnimationEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hintEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hintEnabled</h4> <pre>public static final&nbsp;int hintEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.hintEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="hintTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hintTextAppearance</h4> <pre>public static final&nbsp;int hintTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.hintTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="homeAsUpIndicator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>homeAsUpIndicator</h4> <pre>public static final&nbsp;int homeAsUpIndicator</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.homeAsUpIndicator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="homeLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>homeLayout</h4> <pre>public static final&nbsp;int homeLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.homeLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="icon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>icon</h4> <pre>public static final&nbsp;int icon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.icon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="iconTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconTint</h4> <pre>public static final&nbsp;int iconTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.iconTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="iconTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconTintMode</h4> <pre>public static final&nbsp;int iconTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>add</td><td>10</td><td></td></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.iconTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="iconifiedByDefault"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iconifiedByDefault</h4> <pre>public static final&nbsp;int iconifiedByDefault</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.iconifiedByDefault">Constant Field Values</a></dd> </dl> </li> </ul> <a name="imageAspectRatio"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>imageAspectRatio</h4> <pre>public static final&nbsp;int imageAspectRatio</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.imageAspectRatio">Constant Field Values</a></dd> </dl> </li> </ul> <a name="imageAspectRatioAdjust"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>imageAspectRatioAdjust</h4> <pre>public static final&nbsp;int imageAspectRatioAdjust</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>adjust_height</td><td>2</td><td></td></tr> <tr><td>adjust_width</td><td>1</td><td></td></tr> <tr><td>none</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.imageAspectRatioAdjust">Constant Field Values</a></dd> </dl> </li> </ul> <a name="imageButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>imageButtonStyle</h4> <pre>public static final&nbsp;int imageButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.imageButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="indeterminateProgressStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>indeterminateProgressStyle</h4> <pre>public static final&nbsp;int indeterminateProgressStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.indeterminateProgressStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="initialActivityCount"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initialActivityCount</h4> <pre>public static final&nbsp;int initialActivityCount</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.initialActivityCount">Constant Field Values</a></dd> </dl> </li> </ul> <a name="insetForeground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>insetForeground</h4> <pre>public static final&nbsp;int insetForeground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.insetForeground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="isLightTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isLightTheme</h4> <pre>public static final&nbsp;int isLightTheme</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.isLightTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="itemBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>itemBackground</h4> <pre>public static final&nbsp;int itemBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.itemBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="itemIconTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>itemIconTint</h4> <pre>public static final&nbsp;int itemIconTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.itemIconTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="itemPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>itemPadding</h4> <pre>public static final&nbsp;int itemPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.itemPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="itemTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>itemTextAppearance</h4> <pre>public static final&nbsp;int itemTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.itemTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="itemTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>itemTextColor</h4> <pre>public static final&nbsp;int itemTextColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.itemTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="keylines"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>keylines</h4> <pre>public static final&nbsp;int keylines</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.keylines">Constant Field Values</a></dd> </dl> </li> </ul> <a name="latLngBoundsNorthEastLatitude"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>latLngBoundsNorthEastLatitude</h4> <pre>public static final&nbsp;int latLngBoundsNorthEastLatitude</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.latLngBoundsNorthEastLatitude">Constant Field Values</a></dd> </dl> </li> </ul> <a name="latLngBoundsNorthEastLongitude"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>latLngBoundsNorthEastLongitude</h4> <pre>public static final&nbsp;int latLngBoundsNorthEastLongitude</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.latLngBoundsNorthEastLongitude">Constant Field Values</a></dd> </dl> </li> </ul> <a name="latLngBoundsSouthWestLatitude"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>latLngBoundsSouthWestLatitude</h4> <pre>public static final&nbsp;int latLngBoundsSouthWestLatitude</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.latLngBoundsSouthWestLatitude">Constant Field Values</a></dd> </dl> </li> </ul> <a name="latLngBoundsSouthWestLongitude"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>latLngBoundsSouthWestLongitude</h4> <pre>public static final&nbsp;int latLngBoundsSouthWestLongitude</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.latLngBoundsSouthWestLongitude">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout</h4> <pre>public static final&nbsp;int layout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layoutManager"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layoutManager</h4> <pre>public static final&nbsp;int layoutManager</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layoutManager">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_anchor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_anchor</h4> <pre>public static final&nbsp;int layout_anchor</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_anchor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_anchorGravity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_anchorGravity</h4> <pre>public static final&nbsp;int layout_anchorGravity</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>bottom</td><td>50</td><td></td></tr> <tr><td>center</td><td>11</td><td></td></tr> <tr><td>center_horizontal</td><td>1</td><td></td></tr> <tr><td>center_vertical</td><td>10</td><td></td></tr> <tr><td>clip_horizontal</td><td>8</td><td></td></tr> <tr><td>clip_vertical</td><td>80</td><td></td></tr> <tr><td>end</td><td>800005</td><td></td></tr> <tr><td>fill</td><td>77</td><td></td></tr> <tr><td>fill_horizontal</td><td>7</td><td></td></tr> <tr><td>fill_vertical</td><td>70</td><td></td></tr> <tr><td>left</td><td>3</td><td></td></tr> <tr><td>right</td><td>5</td><td></td></tr> <tr><td>start</td><td>800003</td><td></td></tr> <tr><td>top</td><td>30</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_anchorGravity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_behavior"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_behavior</h4> <pre>public static final&nbsp;int layout_behavior</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_behavior">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_collapseMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_collapseMode</h4> <pre>public static final&nbsp;int layout_collapseMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>none</td><td>0</td><td></td></tr> <tr><td>parallax</td><td>2</td><td></td></tr> <tr><td>pin</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_collapseMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_collapseParallaxMultiplier"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_collapseParallaxMultiplier</h4> <pre>public static final&nbsp;int layout_collapseParallaxMultiplier</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_collapseParallaxMultiplier">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintBaseline_creator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintBaseline_creator</h4> <pre>public static final&nbsp;int layout_constraintBaseline_creator</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintBaseline_creator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintBaseline_toBaselineOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintBaseline_toBaselineOf</h4> <pre>public static final&nbsp;int layout_constraintBaseline_toBaselineOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintBaseline_toBaselineOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintBottom_creator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintBottom_creator</h4> <pre>public static final&nbsp;int layout_constraintBottom_creator</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintBottom_creator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintBottom_toBottomOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintBottom_toBottomOf</h4> <pre>public static final&nbsp;int layout_constraintBottom_toBottomOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintBottom_toBottomOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintBottom_toTopOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintBottom_toTopOf</h4> <pre>public static final&nbsp;int layout_constraintBottom_toTopOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintBottom_toTopOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintDimensionRatio"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintDimensionRatio</h4> <pre>public static final&nbsp;int layout_constraintDimensionRatio</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintDimensionRatio">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintEnd_toEndOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintEnd_toEndOf</h4> <pre>public static final&nbsp;int layout_constraintEnd_toEndOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintEnd_toEndOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintEnd_toStartOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintEnd_toStartOf</h4> <pre>public static final&nbsp;int layout_constraintEnd_toStartOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintEnd_toStartOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintGuide_begin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintGuide_begin</h4> <pre>public static final&nbsp;int layout_constraintGuide_begin</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintGuide_begin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintGuide_end"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintGuide_end</h4> <pre>public static final&nbsp;int layout_constraintGuide_end</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintGuide_end">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintGuide_percent"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintGuide_percent</h4> <pre>public static final&nbsp;int layout_constraintGuide_percent</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintGuide_percent">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintHeight_default"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintHeight_default</h4> <pre>public static final&nbsp;int layout_constraintHeight_default</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>spread</td><td>0</td><td></td></tr> <tr><td>wrap</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintHeight_default">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintHeight_max"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintHeight_max</h4> <pre>public static final&nbsp;int layout_constraintHeight_max</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintHeight_max">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintHeight_min"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintHeight_min</h4> <pre>public static final&nbsp;int layout_constraintHeight_min</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintHeight_min">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintHorizontal_bias"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintHorizontal_bias</h4> <pre>public static final&nbsp;int layout_constraintHorizontal_bias</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintHorizontal_bias">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintHorizontal_chainStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintHorizontal_chainStyle</h4> <pre>public static final&nbsp;int layout_constraintHorizontal_chainStyle</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>packed</td><td>2</td><td></td></tr> <tr><td>spread</td><td>0</td><td></td></tr> <tr><td>spread_inside</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintHorizontal_chainStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintHorizontal_weight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintHorizontal_weight</h4> <pre>public static final&nbsp;int layout_constraintHorizontal_weight</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintHorizontal_weight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintLeft_creator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintLeft_creator</h4> <pre>public static final&nbsp;int layout_constraintLeft_creator</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintLeft_creator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintLeft_toLeftOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintLeft_toLeftOf</h4> <pre>public static final&nbsp;int layout_constraintLeft_toLeftOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintLeft_toLeftOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintLeft_toRightOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintLeft_toRightOf</h4> <pre>public static final&nbsp;int layout_constraintLeft_toRightOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintLeft_toRightOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintRight_creator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintRight_creator</h4> <pre>public static final&nbsp;int layout_constraintRight_creator</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintRight_creator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintRight_toLeftOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintRight_toLeftOf</h4> <pre>public static final&nbsp;int layout_constraintRight_toLeftOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintRight_toLeftOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintRight_toRightOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintRight_toRightOf</h4> <pre>public static final&nbsp;int layout_constraintRight_toRightOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintRight_toRightOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintStart_toEndOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintStart_toEndOf</h4> <pre>public static final&nbsp;int layout_constraintStart_toEndOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintStart_toEndOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintStart_toStartOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintStart_toStartOf</h4> <pre>public static final&nbsp;int layout_constraintStart_toStartOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintStart_toStartOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintTop_creator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintTop_creator</h4> <pre>public static final&nbsp;int layout_constraintTop_creator</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintTop_creator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintTop_toBottomOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintTop_toBottomOf</h4> <pre>public static final&nbsp;int layout_constraintTop_toBottomOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintTop_toBottomOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintTop_toTopOf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintTop_toTopOf</h4> <pre>public static final&nbsp;int layout_constraintTop_toTopOf</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>parent</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintTop_toTopOf">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintVertical_bias"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintVertical_bias</h4> <pre>public static final&nbsp;int layout_constraintVertical_bias</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintVertical_bias">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintVertical_chainStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintVertical_chainStyle</h4> <pre>public static final&nbsp;int layout_constraintVertical_chainStyle</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>packed</td><td>2</td><td></td></tr> <tr><td>spread</td><td>0</td><td></td></tr> <tr><td>spread_inside</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintVertical_chainStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintVertical_weight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintVertical_weight</h4> <pre>public static final&nbsp;int layout_constraintVertical_weight</pre> <div class="block"><p>May be a floating point value, such as "<code>1.2</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintVertical_weight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintWidth_default"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintWidth_default</h4> <pre>public static final&nbsp;int layout_constraintWidth_default</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>spread</td><td>0</td><td></td></tr> <tr><td>wrap</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintWidth_default">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintWidth_max"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintWidth_max</h4> <pre>public static final&nbsp;int layout_constraintWidth_max</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintWidth_max">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_constraintWidth_min"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_constraintWidth_min</h4> <pre>public static final&nbsp;int layout_constraintWidth_min</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_constraintWidth_min">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_dodgeInsetEdges"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_dodgeInsetEdges</h4> <pre>public static final&nbsp;int layout_dodgeInsetEdges</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>all</td><td>77</td><td></td></tr> <tr><td>bottom</td><td>50</td><td></td></tr> <tr><td>end</td><td>800005</td><td></td></tr> <tr><td>left</td><td>3</td><td></td></tr> <tr><td>none</td><td>0</td><td></td></tr> <tr><td>right</td><td>3</td><td></td></tr> <tr><td>start</td><td>800003</td><td></td></tr> <tr><td>top</td><td>30</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_dodgeInsetEdges">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_editor_absoluteX"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_editor_absoluteX</h4> <pre>public static final&nbsp;int layout_editor_absoluteX</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_editor_absoluteX">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_editor_absoluteY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_editor_absoluteY</h4> <pre>public static final&nbsp;int layout_editor_absoluteY</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_editor_absoluteY">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_goneMarginBottom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_goneMarginBottom</h4> <pre>public static final&nbsp;int layout_goneMarginBottom</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_goneMarginBottom">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_goneMarginEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_goneMarginEnd</h4> <pre>public static final&nbsp;int layout_goneMarginEnd</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_goneMarginEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_goneMarginLeft"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_goneMarginLeft</h4> <pre>public static final&nbsp;int layout_goneMarginLeft</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_goneMarginLeft">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_goneMarginRight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_goneMarginRight</h4> <pre>public static final&nbsp;int layout_goneMarginRight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_goneMarginRight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_goneMarginStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_goneMarginStart</h4> <pre>public static final&nbsp;int layout_goneMarginStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_goneMarginStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_goneMarginTop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_goneMarginTop</h4> <pre>public static final&nbsp;int layout_goneMarginTop</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_goneMarginTop">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_insetEdge"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_insetEdge</h4> <pre>public static final&nbsp;int layout_insetEdge</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>bottom</td><td>50</td><td></td></tr> <tr><td>end</td><td>800005</td><td></td></tr> <tr><td>left</td><td>3</td><td></td></tr> <tr><td>none</td><td>0</td><td></td></tr> <tr><td>right</td><td>3</td><td></td></tr> <tr><td>start</td><td>800003</td><td></td></tr> <tr><td>top</td><td>30</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_insetEdge">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_keyline"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_keyline</h4> <pre>public static final&nbsp;int layout_keyline</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_keyline">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_optimizationLevel"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_optimizationLevel</h4> <pre>public static final&nbsp;int layout_optimizationLevel</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>all</td><td>2</td><td></td></tr> <tr><td>basic</td><td>4</td><td></td></tr> <tr><td>chains</td><td>8</td><td></td></tr> <tr><td>none</td><td>1</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_optimizationLevel">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_scrollFlags"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_scrollFlags</h4> <pre>public static final&nbsp;int layout_scrollFlags</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>enterAlways</td><td>4</td><td></td></tr> <tr><td>enterAlwaysCollapsed</td><td>8</td><td></td></tr> <tr><td>exitUntilCollapsed</td><td>2</td><td></td></tr> <tr><td>scroll</td><td>1</td><td></td></tr> <tr><td>snap</td><td>10</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_scrollFlags">Constant Field Values</a></dd> </dl> </li> </ul> <a name="layout_scrollInterpolator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>layout_scrollInterpolator</h4> <pre>public static final&nbsp;int layout_scrollInterpolator</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.layout_scrollInterpolator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listChoiceBackgroundIndicator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listChoiceBackgroundIndicator</h4> <pre>public static final&nbsp;int listChoiceBackgroundIndicator</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listChoiceBackgroundIndicator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listDividerAlertDialog"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listDividerAlertDialog</h4> <pre>public static final&nbsp;int listDividerAlertDialog</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listDividerAlertDialog">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listItemLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listItemLayout</h4> <pre>public static final&nbsp;int listItemLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listItemLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listLayout</h4> <pre>public static final&nbsp;int listLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listMenuViewStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listMenuViewStyle</h4> <pre>public static final&nbsp;int listMenuViewStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listMenuViewStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listPopupWindowStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listPopupWindowStyle</h4> <pre>public static final&nbsp;int listPopupWindowStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listPopupWindowStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listPreferredItemHeight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listPreferredItemHeight</h4> <pre>public static final&nbsp;int listPreferredItemHeight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listPreferredItemHeight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listPreferredItemHeightLarge"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listPreferredItemHeightLarge</h4> <pre>public static final&nbsp;int listPreferredItemHeightLarge</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listPreferredItemHeightLarge">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listPreferredItemHeightSmall"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listPreferredItemHeightSmall</h4> <pre>public static final&nbsp;int listPreferredItemHeightSmall</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listPreferredItemHeightSmall">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listPreferredItemPaddingLeft"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listPreferredItemPaddingLeft</h4> <pre>public static final&nbsp;int listPreferredItemPaddingLeft</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listPreferredItemPaddingLeft">Constant Field Values</a></dd> </dl> </li> </ul> <a name="listPreferredItemPaddingRight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>listPreferredItemPaddingRight</h4> <pre>public static final&nbsp;int listPreferredItemPaddingRight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.listPreferredItemPaddingRight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="liteMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>liteMode</h4> <pre>public static final&nbsp;int liteMode</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.liteMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="logo"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>logo</h4> <pre>public static final&nbsp;int logo</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.logo">Constant Field Values</a></dd> </dl> </li> </ul> <a name="logoDescription"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>logoDescription</h4> <pre>public static final&nbsp;int logoDescription</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.logoDescription">Constant Field Values</a></dd> </dl> </li> </ul> <a name="mapType"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>mapType</h4> <pre>public static final&nbsp;int mapType</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>hybrid</td><td>4</td><td></td></tr> <tr><td>none</td><td>0</td><td></td></tr> <tr><td>normal</td><td>1</td><td></td></tr> <tr><td>satellite</td><td>2</td><td></td></tr> <tr><td>terrain</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.mapType">Constant Field Values</a></dd> </dl> </li> </ul> <a name="maxActionInlineWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>maxActionInlineWidth</h4> <pre>public static final&nbsp;int maxActionInlineWidth</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.maxActionInlineWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="maxButtonHeight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>maxButtonHeight</h4> <pre>public static final&nbsp;int maxButtonHeight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.maxButtonHeight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="measureWithLargestChild"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>measureWithLargestChild</h4> <pre>public static final&nbsp;int measureWithLargestChild</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.measureWithLargestChild">Constant Field Values</a></dd> </dl> </li> </ul> <a name="menu"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>menu</h4> <pre>public static final&nbsp;int menu</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.menu">Constant Field Values</a></dd> </dl> </li> </ul> <a name="multiChoiceItemLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>multiChoiceItemLayout</h4> <pre>public static final&nbsp;int multiChoiceItemLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.multiChoiceItemLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="navigationContentDescription"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>navigationContentDescription</h4> <pre>public static final&nbsp;int navigationContentDescription</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.navigationContentDescription">Constant Field Values</a></dd> </dl> </li> </ul> <a name="navigationIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>navigationIcon</h4> <pre>public static final&nbsp;int navigationIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.navigationIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="navigationMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>navigationMode</h4> <pre>public static final&nbsp;int navigationMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>listMode</td><td>1</td><td></td></tr> <tr><td>normal</td><td>0</td><td></td></tr> <tr><td>tabMode</td><td>2</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.navigationMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="numericModifiers"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>numericModifiers</h4> <pre>public static final&nbsp;int numericModifiers</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>ALT</td><td>2</td><td></td></tr> <tr><td>CTRL</td><td>1000</td><td></td></tr> <tr><td>FUNCTION</td><td>8</td><td></td></tr> <tr><td>META</td><td>10000</td><td></td></tr> <tr><td>SHIFT</td><td>1</td><td></td></tr> <tr><td>SYM</td><td>4</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.numericModifiers">Constant Field Values</a></dd> </dl> </li> </ul> <a name="overlapAnchor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>overlapAnchor</h4> <pre>public static final&nbsp;int overlapAnchor</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.overlapAnchor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="paddingBottomNoButtons"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>paddingBottomNoButtons</h4> <pre>public static final&nbsp;int paddingBottomNoButtons</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.paddingBottomNoButtons">Constant Field Values</a></dd> </dl> </li> </ul> <a name="paddingEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>paddingEnd</h4> <pre>public static final&nbsp;int paddingEnd</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.paddingEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="paddingStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>paddingStart</h4> <pre>public static final&nbsp;int paddingStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.paddingStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="paddingTopNoTitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>paddingTopNoTitle</h4> <pre>public static final&nbsp;int paddingTopNoTitle</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.paddingTopNoTitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="panelBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>panelBackground</h4> <pre>public static final&nbsp;int panelBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.panelBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="panelMenuListTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>panelMenuListTheme</h4> <pre>public static final&nbsp;int panelMenuListTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.panelMenuListTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="panelMenuListWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>panelMenuListWidth</h4> <pre>public static final&nbsp;int panelMenuListWidth</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.panelMenuListWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="passwordToggleContentDescription"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>passwordToggleContentDescription</h4> <pre>public static final&nbsp;int passwordToggleContentDescription</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.passwordToggleContentDescription">Constant Field Values</a></dd> </dl> </li> </ul> <a name="passwordToggleDrawable"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>passwordToggleDrawable</h4> <pre>public static final&nbsp;int passwordToggleDrawable</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.passwordToggleDrawable">Constant Field Values</a></dd> </dl> </li> </ul> <a name="passwordToggleEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>passwordToggleEnabled</h4> <pre>public static final&nbsp;int passwordToggleEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.passwordToggleEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="passwordToggleTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>passwordToggleTint</h4> <pre>public static final&nbsp;int passwordToggleTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.passwordToggleTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="passwordToggleTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>passwordToggleTintMode</h4> <pre>public static final&nbsp;int passwordToggleTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.passwordToggleTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="popupMenuStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>popupMenuStyle</h4> <pre>public static final&nbsp;int popupMenuStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.popupMenuStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="popupTheme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>popupTheme</h4> <pre>public static final&nbsp;int popupTheme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.popupTheme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="popupWindowStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>popupWindowStyle</h4> <pre>public static final&nbsp;int popupWindowStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.popupWindowStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="preserveIconSpacing"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>preserveIconSpacing</h4> <pre>public static final&nbsp;int preserveIconSpacing</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.preserveIconSpacing">Constant Field Values</a></dd> </dl> </li> </ul> <a name="pressedTranslationZ"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pressedTranslationZ</h4> <pre>public static final&nbsp;int pressedTranslationZ</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.pressedTranslationZ">Constant Field Values</a></dd> </dl> </li> </ul> <a name="progressBarPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>progressBarPadding</h4> <pre>public static final&nbsp;int progressBarPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.progressBarPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="progressBarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>progressBarStyle</h4> <pre>public static final&nbsp;int progressBarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.progressBarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="queryBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>queryBackground</h4> <pre>public static final&nbsp;int queryBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.queryBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="queryHint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>queryHint</h4> <pre>public static final&nbsp;int queryHint</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.queryHint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="radioButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>radioButtonStyle</h4> <pre>public static final&nbsp;int radioButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.radioButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ratingBarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ratingBarStyle</h4> <pre>public static final&nbsp;int ratingBarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.ratingBarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ratingBarStyleIndicator"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ratingBarStyleIndicator</h4> <pre>public static final&nbsp;int ratingBarStyleIndicator</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.ratingBarStyleIndicator">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ratingBarStyleSmall"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ratingBarStyleSmall</h4> <pre>public static final&nbsp;int ratingBarStyleSmall</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.ratingBarStyleSmall">Constant Field Values</a></dd> </dl> </li> </ul> <a name="reverseLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reverseLayout</h4> <pre>public static final&nbsp;int reverseLayout</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.reverseLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="rippleColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>rippleColor</h4> <pre>public static final&nbsp;int rippleColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.rippleColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="scopeUris"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scopeUris</h4> <pre>public static final&nbsp;int scopeUris</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.scopeUris">Constant Field Values</a></dd> </dl> </li> </ul> <a name="scrimAnimationDuration"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scrimAnimationDuration</h4> <pre>public static final&nbsp;int scrimAnimationDuration</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.scrimAnimationDuration">Constant Field Values</a></dd> </dl> </li> </ul> <a name="scrimVisibleHeightTrigger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scrimVisibleHeightTrigger</h4> <pre>public static final&nbsp;int scrimVisibleHeightTrigger</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.scrimVisibleHeightTrigger">Constant Field Values</a></dd> </dl> </li> </ul> <a name="searchHintIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>searchHintIcon</h4> <pre>public static final&nbsp;int searchHintIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.searchHintIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="searchIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>searchIcon</h4> <pre>public static final&nbsp;int searchIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.searchIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="searchViewStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>searchViewStyle</h4> <pre>public static final&nbsp;int searchViewStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.searchViewStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="seekBarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>seekBarStyle</h4> <pre>public static final&nbsp;int seekBarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.seekBarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="selectableItemBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>selectableItemBackground</h4> <pre>public static final&nbsp;int selectableItemBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.selectableItemBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="selectableItemBackgroundBorderless"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>selectableItemBackgroundBorderless</h4> <pre>public static final&nbsp;int selectableItemBackgroundBorderless</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.selectableItemBackgroundBorderless">Constant Field Values</a></dd> </dl> </li> </ul> <a name="seriesColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>seriesColor</h4> <pre>public static final&nbsp;int seriesColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.seriesColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="seriesData"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>seriesData</h4> <pre>public static final&nbsp;int seriesData</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.seriesData">Constant Field Values</a></dd> </dl> </li> </ul> <a name="seriesTitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>seriesTitle</h4> <pre>public static final&nbsp;int seriesTitle</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.seriesTitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="seriesType"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>seriesType</h4> <pre>public static final&nbsp;int seriesType</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.seriesType">Constant Field Values</a></dd> </dl> </li> </ul> <a name="showAsAction"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showAsAction</h4> <pre>public static final&nbsp;int showAsAction</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>always</td><td>2</td><td></td></tr> <tr><td>collapseActionView</td><td>8</td><td></td></tr> <tr><td>ifRoom</td><td>1</td><td></td></tr> <tr><td>never</td><td>0</td><td></td></tr> <tr><td>withText</td><td>4</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.showAsAction">Constant Field Values</a></dd> </dl> </li> </ul> <a name="showDividers"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showDividers</h4> <pre>public static final&nbsp;int showDividers</pre> <div class="block"><p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>beginning</td><td>1</td><td></td></tr> <tr><td>end</td><td>4</td><td></td></tr> <tr><td>middle</td><td>2</td><td></td></tr> <tr><td>none</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.showDividers">Constant Field Values</a></dd> </dl> </li> </ul> <a name="showText"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showText</h4> <pre>public static final&nbsp;int showText</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.showText">Constant Field Values</a></dd> </dl> </li> </ul> <a name="showTitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showTitle</h4> <pre>public static final&nbsp;int showTitle</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.showTitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="singleChoiceItemLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>singleChoiceItemLayout</h4> <pre>public static final&nbsp;int singleChoiceItemLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.singleChoiceItemLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="spanCount"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spanCount</h4> <pre>public static final&nbsp;int spanCount</pre> <div class="block"><p>May be an integer value, such as "<code>100</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.spanCount">Constant Field Values</a></dd> </dl> </li> </ul> <a name="spinBars"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spinBars</h4> <pre>public static final&nbsp;int spinBars</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.spinBars">Constant Field Values</a></dd> </dl> </li> </ul> <a name="spinnerDropDownItemStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spinnerDropDownItemStyle</h4> <pre>public static final&nbsp;int spinnerDropDownItemStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.spinnerDropDownItemStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="spinnerStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spinnerStyle</h4> <pre>public static final&nbsp;int spinnerStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.spinnerStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="splitTrack"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>splitTrack</h4> <pre>public static final&nbsp;int splitTrack</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.splitTrack">Constant Field Values</a></dd> </dl> </li> </ul> <a name="srcCompat"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>srcCompat</h4> <pre>public static final&nbsp;int srcCompat</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.srcCompat">Constant Field Values</a></dd> </dl> </li> </ul> <a name="stackFromEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>stackFromEnd</h4> <pre>public static final&nbsp;int stackFromEnd</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.stackFromEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="state_above_anchor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>state_above_anchor</h4> <pre>public static final&nbsp;int state_above_anchor</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.state_above_anchor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="state_collapsed"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>state_collapsed</h4> <pre>public static final&nbsp;int state_collapsed</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.state_collapsed">Constant Field Values</a></dd> </dl> </li> </ul> <a name="state_collapsible"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>state_collapsible</h4> <pre>public static final&nbsp;int state_collapsible</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.state_collapsible">Constant Field Values</a></dd> </dl> </li> </ul> <a name="statusBarBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>statusBarBackground</h4> <pre>public static final&nbsp;int statusBarBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.statusBarBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="statusBarScrim"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>statusBarScrim</h4> <pre>public static final&nbsp;int statusBarScrim</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.statusBarScrim">Constant Field Values</a></dd> </dl> </li> </ul> <a name="subMenuArrow"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subMenuArrow</h4> <pre>public static final&nbsp;int subMenuArrow</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.subMenuArrow">Constant Field Values</a></dd> </dl> </li> </ul> <a name="submitBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>submitBackground</h4> <pre>public static final&nbsp;int submitBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.submitBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="subtitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subtitle</h4> <pre>public static final&nbsp;int subtitle</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.subtitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="subtitleTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subtitleTextAppearance</h4> <pre>public static final&nbsp;int subtitleTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.subtitleTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="subtitleTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subtitleTextColor</h4> <pre>public static final&nbsp;int subtitleTextColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.subtitleTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="subtitleTextStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>subtitleTextStyle</h4> <pre>public static final&nbsp;int subtitleTextStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.subtitleTextStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="suggestionRowLayout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>suggestionRowLayout</h4> <pre>public static final&nbsp;int suggestionRowLayout</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.suggestionRowLayout">Constant Field Values</a></dd> </dl> </li> </ul> <a name="switchMinWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>switchMinWidth</h4> <pre>public static final&nbsp;int switchMinWidth</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.switchMinWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="switchPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>switchPadding</h4> <pre>public static final&nbsp;int switchPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.switchPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="switchStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>switchStyle</h4> <pre>public static final&nbsp;int switchStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.switchStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="switchTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>switchTextAppearance</h4> <pre>public static final&nbsp;int switchTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.switchTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabBackground</h4> <pre>public static final&nbsp;int tabBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabContentStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabContentStart</h4> <pre>public static final&nbsp;int tabContentStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabContentStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabGravity"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabGravity</h4> <pre>public static final&nbsp;int tabGravity</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>center</td><td>1</td><td></td></tr> <tr><td>fill</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabGravity">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabIndicatorColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabIndicatorColor</h4> <pre>public static final&nbsp;int tabIndicatorColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabIndicatorColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabIndicatorHeight"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabIndicatorHeight</h4> <pre>public static final&nbsp;int tabIndicatorHeight</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabIndicatorHeight">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabMaxWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabMaxWidth</h4> <pre>public static final&nbsp;int tabMaxWidth</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabMaxWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabMinWidth"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabMinWidth</h4> <pre>public static final&nbsp;int tabMinWidth</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabMinWidth">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabMode</h4> <pre>public static final&nbsp;int tabMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>fixed</td><td>1</td><td></td></tr> <tr><td>scrollable</td><td>0</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabPadding</h4> <pre>public static final&nbsp;int tabPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabPaddingBottom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabPaddingBottom</h4> <pre>public static final&nbsp;int tabPaddingBottom</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabPaddingBottom">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabPaddingEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabPaddingEnd</h4> <pre>public static final&nbsp;int tabPaddingEnd</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabPaddingEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabPaddingStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabPaddingStart</h4> <pre>public static final&nbsp;int tabPaddingStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabPaddingStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabPaddingTop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabPaddingTop</h4> <pre>public static final&nbsp;int tabPaddingTop</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabPaddingTop">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabSelectedTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabSelectedTextColor</h4> <pre>public static final&nbsp;int tabSelectedTextColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabSelectedTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabTextAppearance</h4> <pre>public static final&nbsp;int tabTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tabTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tabTextColor</h4> <pre>public static final&nbsp;int tabTextColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tabTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAllCaps"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAllCaps</h4> <pre>public static final&nbsp;int textAllCaps</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAllCaps">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceLargePopupMenu"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceLargePopupMenu</h4> <pre>public static final&nbsp;int textAppearanceLargePopupMenu</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceLargePopupMenu">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceListItem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceListItem</h4> <pre>public static final&nbsp;int textAppearanceListItem</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceListItem">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceListItemSecondary"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceListItemSecondary</h4> <pre>public static final&nbsp;int textAppearanceListItemSecondary</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceListItemSecondary">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceListItemSmall"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceListItemSmall</h4> <pre>public static final&nbsp;int textAppearanceListItemSmall</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceListItemSmall">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearancePopupMenuHeader"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearancePopupMenuHeader</h4> <pre>public static final&nbsp;int textAppearancePopupMenuHeader</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearancePopupMenuHeader">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceSearchResultSubtitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceSearchResultSubtitle</h4> <pre>public static final&nbsp;int textAppearanceSearchResultSubtitle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceSearchResultSubtitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceSearchResultTitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceSearchResultTitle</h4> <pre>public static final&nbsp;int textAppearanceSearchResultTitle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceSearchResultTitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textAppearanceSmallPopupMenu"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textAppearanceSmallPopupMenu</h4> <pre>public static final&nbsp;int textAppearanceSmallPopupMenu</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textAppearanceSmallPopupMenu">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textColorAlertDialogListItem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textColorAlertDialogListItem</h4> <pre>public static final&nbsp;int textColorAlertDialogListItem</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textColorAlertDialogListItem">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textColorError"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textColorError</h4> <pre>public static final&nbsp;int textColorError</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textColorError">Constant Field Values</a></dd> </dl> </li> </ul> <a name="textColorSearchUrl"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>textColorSearchUrl</h4> <pre>public static final&nbsp;int textColorSearchUrl</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.textColorSearchUrl">Constant Field Values</a></dd> </dl> </li> </ul> <a name="theme"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>theme</h4> <pre>public static final&nbsp;int theme</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.theme">Constant Field Values</a></dd> </dl> </li> </ul> <a name="thickness"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>thickness</h4> <pre>public static final&nbsp;int thickness</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.thickness">Constant Field Values</a></dd> </dl> </li> </ul> <a name="thumbTextPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>thumbTextPadding</h4> <pre>public static final&nbsp;int thumbTextPadding</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.thumbTextPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="thumbTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>thumbTint</h4> <pre>public static final&nbsp;int thumbTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.thumbTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="thumbTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>thumbTintMode</h4> <pre>public static final&nbsp;int thumbTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>add</td><td>10</td><td></td></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.thumbTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tickMark"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tickMark</h4> <pre>public static final&nbsp;int tickMark</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tickMark">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tickMarkTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tickMarkTint</h4> <pre>public static final&nbsp;int tickMarkTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tickMarkTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tickMarkTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tickMarkTintMode</h4> <pre>public static final&nbsp;int tickMarkTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>add</td><td>10</td><td></td></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tickMarkTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tint</h4> <pre>public static final&nbsp;int tint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tintMode</h4> <pre>public static final&nbsp;int tintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="title"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>title</h4> <pre>public static final&nbsp;int title</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.title">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleEnabled"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleEnabled</h4> <pre>public static final&nbsp;int titleEnabled</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleEnabled">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleMargin"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleMargin</h4> <pre>public static final&nbsp;int titleMargin</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleMargin">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleMarginBottom"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleMarginBottom</h4> <pre>public static final&nbsp;int titleMarginBottom</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleMarginBottom">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleMarginEnd"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleMarginEnd</h4> <pre>public static final&nbsp;int titleMarginEnd</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleMarginEnd">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleMarginStart"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleMarginStart</h4> <pre>public static final&nbsp;int titleMarginStart</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleMarginStart">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleMarginTop"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleMarginTop</h4> <pre>public static final&nbsp;int titleMarginTop</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleMarginTop">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleMargins"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleMargins</h4> <pre>public static final&nbsp;int titleMargins</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters).</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleMargins">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleTextAppearance"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleTextAppearance</h4> <pre>public static final&nbsp;int titleTextAppearance</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleTextAppearance">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleTextColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleTextColor</h4> <pre>public static final&nbsp;int titleTextColor</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleTextColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="titleTextStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>titleTextStyle</h4> <pre>public static final&nbsp;int titleTextStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.titleTextStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="toolbarId"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toolbarId</h4> <pre>public static final&nbsp;int toolbarId</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.toolbarId">Constant Field Values</a></dd> </dl> </li> </ul> <a name="toolbarNavigationButtonStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toolbarNavigationButtonStyle</h4> <pre>public static final&nbsp;int toolbarNavigationButtonStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.toolbarNavigationButtonStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="toolbarStyle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toolbarStyle</h4> <pre>public static final&nbsp;int toolbarStyle</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.toolbarStyle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltipForegroundColor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltipForegroundColor</h4> <pre>public static final&nbsp;int tooltipForegroundColor</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tooltipForegroundColor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltipFrameBackground"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltipFrameBackground</h4> <pre>public static final&nbsp;int tooltipFrameBackground</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tooltipFrameBackground">Constant Field Values</a></dd> </dl> </li> </ul> <a name="tooltipText"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tooltipText</h4> <pre>public static final&nbsp;int tooltipText</pre> <div class="block"><p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.tooltipText">Constant Field Values</a></dd> </dl> </li> </ul> <a name="track"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>track</h4> <pre>public static final&nbsp;int track</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.track">Constant Field Values</a></dd> </dl> </li> </ul> <a name="trackTint"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>trackTint</h4> <pre>public static final&nbsp;int trackTint</pre> <div class="block"><p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.trackTint">Constant Field Values</a></dd> </dl> </li> </ul> <a name="trackTintMode"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>trackTintMode</h4> <pre>public static final&nbsp;int trackTintMode</pre> <div class="block"><p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td>add</td><td>10</td><td></td></tr> <tr><td>multiply</td><td>e</td><td></td></tr> <tr><td>screen</td><td>f</td><td></td></tr> <tr><td>src_atop</td><td>9</td><td></td></tr> <tr><td>src_in</td><td>5</td><td></td></tr> <tr><td>src_over</td><td>3</td><td></td></tr> </table></div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.trackTintMode">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiCompass"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiCompass</h4> <pre>public static final&nbsp;int uiCompass</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiCompass">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiMapToolbar"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiMapToolbar</h4> <pre>public static final&nbsp;int uiMapToolbar</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiMapToolbar">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiRotateGestures"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiRotateGestures</h4> <pre>public static final&nbsp;int uiRotateGestures</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiRotateGestures">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiScrollGestures"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiScrollGestures</h4> <pre>public static final&nbsp;int uiScrollGestures</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiScrollGestures">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiTiltGestures"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiTiltGestures</h4> <pre>public static final&nbsp;int uiTiltGestures</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiTiltGestures">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiZoomControls"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiZoomControls</h4> <pre>public static final&nbsp;int uiZoomControls</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiZoomControls">Constant Field Values</a></dd> </dl> </li> </ul> <a name="uiZoomGestures"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>uiZoomGestures</h4> <pre>public static final&nbsp;int uiZoomGestures</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.uiZoomGestures">Constant Field Values</a></dd> </dl> </li> </ul> <a name="useCompatPadding"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>useCompatPadding</h4> <pre>public static final&nbsp;int useCompatPadding</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.useCompatPadding">Constant Field Values</a></dd> </dl> </li> </ul> <a name="useViewLifecycle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>useViewLifecycle</h4> <pre>public static final&nbsp;int useViewLifecycle</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.useViewLifecycle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="voiceIcon"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>voiceIcon</h4> <pre>public static final&nbsp;int voiceIcon</pre> <div class="block"><p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme attribute in the form "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.voiceIcon">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowActionBar"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowActionBar</h4> <pre>public static final&nbsp;int windowActionBar</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowActionBar">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowActionBarOverlay"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowActionBarOverlay</h4> <pre>public static final&nbsp;int windowActionBarOverlay</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowActionBarOverlay">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowActionModeOverlay"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowActionModeOverlay</h4> <pre>public static final&nbsp;int windowActionModeOverlay</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowActionModeOverlay">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowFixedHeightMajor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowFixedHeightMajor</h4> <pre>public static final&nbsp;int windowFixedHeightMajor</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowFixedHeightMajor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowFixedHeightMinor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowFixedHeightMinor</h4> <pre>public static final&nbsp;int windowFixedHeightMinor</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowFixedHeightMinor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowFixedWidthMajor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowFixedWidthMajor</h4> <pre>public static final&nbsp;int windowFixedWidthMajor</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowFixedWidthMajor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowFixedWidthMinor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowFixedWidthMinor</h4> <pre>public static final&nbsp;int windowFixedWidthMinor</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowFixedWidthMinor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowMinWidthMajor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowMinWidthMajor</h4> <pre>public static final&nbsp;int windowMinWidthMajor</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowMinWidthMajor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowMinWidthMinor"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowMinWidthMinor</h4> <pre>public static final&nbsp;int windowMinWidthMinor</pre> <div class="block"><p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), and mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowMinWidthMinor">Constant Field Values</a></dd> </dl> </li> </ul> <a name="windowNoTitle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>windowNoTitle</h4> <pre>public static final&nbsp;int windowNoTitle</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.windowNoTitle">Constant Field Values</a></dd> </dl> </li> </ul> <a name="zOrderOnTop"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>zOrderOnTop</h4> <pre>public static final&nbsp;int zOrderOnTop</pre> <div class="block"><p>May be a boolean value, such as "<code>true</code>" or "<code>false</code>".</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#com.cmput301.t05.habilect.R.attr.zOrderOnTop">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="attr--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>attr</h4> <pre>public&nbsp;attr()</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/cmput301/t05/habilect/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/cmput301/t05/habilect/R.array.html" title="class in com.cmput301.t05.habilect"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/cmput301/t05/habilect/R.bool.html" title="class in com.cmput301.t05.habilect"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/cmput301/t05/habilect/R.attr.html" target="_top">Frames</a></li> <li><a href="R.attr.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>
public/css/application.css
k-eaton/ph2-p10
html { /*background-color: #EDD2FA;*/ background: #feffff; /* Old browsers */ background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #feffff 0%,#d2ebf9 100%); /* IE10+ */ background: linear-gradient(to bottom, #feffff 0%,#d2ebf9 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */ } body { background: #7d7e7d; /* Old browsers */ background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */ background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */ padding: 30px 30px; margin: 20px auto; max-width: 1200px; min-height: 800px; border: 2px solid #a1a1a1; border-radius: 25px; box-shadow: 5px 5px 5px #888888; } h1 { text-align: center; font-size:48px; margin: 0; padding: 0; color: white; } h2 { font-family: cursive; text-align: center; color: white; } h4{ color: white; font-size: 24px; font-weight: bold; padding: 0; margin: 10px 0 0 10px; } .search { text-align: center; padding: 10px; } input[type="text"] { width: 150px; margin-bottom: 10px; margin-right: 10px; padding-right: 10px; background-color: #F0FAEB; } input[type="submit"] { border-radius: 5px; height: 23px; padding: 3px; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } .videolink { margin-left: 100px; } a { color: white; text-decoration: none; } a: visited{ color: white; text-decoration: none; } a: hover{ color: gray; text-decoration: none; } #video { margin: auto; } #rateit2 { float: left; } #wtfrating { float: left; color: white; padding-bottom: 3px; } #rateit { float: left; clear:left; margin-bottom: 10px; } #starrating { float: left; color: white; } .description { clear: both; font-size: 20px; color: white; }
doc/search/FunctionsF.html
maxogden/jquery.dform
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!-- if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script> <!-- Generated by Natural Docs, version 1.5 --> <!-- http://www.naturaldocs.org --> <!-- saved from url=(0026)http://www.naturaldocs.org --> <div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_formElement><div class=IEntry><a href="../files/dform-js.html#formElement" target=_parent class=ISymbol>formElement</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults", "HTML"); searchResults.Search(); --></script></div><script language=JavaScript><!-- if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>
research/psr/dev/debt/steps/step-2.html
citizensadvice/cab-testing
<!DOCTYPE html> <html class="no-js"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta charset="utf-8"> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta name="keywords"> <meta name="description"> <!--base(href="#{dir}")--> <title>Citizens Advice style guide- Step 2 - Work out which debts are a priority </title> <!-- Mobile Specific Metas--> <meta content="width=device-width, initial-scale=1, maximum-scale=2.0" name="viewport"> <meta content="48a2415d-980f-4763-a5b9-e10e000636b3" name="cab-guid"> <meta content="EWS" name="cab-extent"> <meta content="../../../static/images/apple-touch-icon.png"> <meta content="B53C5C20449FC2233D3862B4DBEDFA3E" name="msvalidate.01"> <!-- Stylesheets--> <link href="../../../css/guide.css" rel="stylesheet"> <link href="../../../images/favicon/32.png" rel="shortcut icon"> <link href="../../../images/favicon/228.png" rel="apple-touch-icon"> <script>/** * @fileoverview * * Scripts to go directly into the <head> element * These should be very small and therefore they should not be included as a file, but as inline JS * * This script needs minfiying before being added to the <head> */ ( function (document, window ) { /** * Update the no-js class to js */ var html = document.documentElement; html.className = html.className.replace(/\bno-js\b/, 'js'); /** * Creates a dummy version of $ * Any functions add will be queued to run after jQuery is built and ready */ window.$ = function (fn) { var q = window.$.q = window.$.q || []; q.push(fn); if (typeof fn !== 'function') { throw new Error('jQuery not yet loaded'); } }; /** * Cookie banner */ if (/\beprivacy=3(;|$)/i.test(document.cookie)) { html.className += ' hide-cookie-monster'; } /** * Are (session) cookies accepted */ document.cookie = 'z=1; path=/'; if (/(?:^| )z=1(?:;|$)/.test(document.cookie)) { document.cookie = 'z=; expires=' + new Date(0).toUTCString() + '; path=/'; } else { html.className = html.className += ' no-cookies'; } }( document, window )); </script> </head> <body><!--[if IE 8]><div class="ie8"><![endif]--> <div class="skip-nav"><a class="screenreader screenreader--focusable">Skip to content</a><a class="screenreader screenreader--focusable">Skip to footer</a></div> <header id="main-nav-beta"> <div class="branding"> <div class="content"> <ul> <li><a href="locator.html" class="icon-local">Find a local Citizens Advice</a></li> <li href="#"><a>Cymraeg</a></li> <li href="#"><a>Sign in</a></li> </ul> </div> </div> <div class="navigation"> <div class="content"><a href="../../../index.html" class="logo"><img src="../../../images/ca-logo-hz-280px.svg" class="wide"><img src="../../../images/ca-logo-st-220px.svg" class="slim"></a> <ul> <li id="get-advice"><a href="#"><span>Get&nbsp;</span><span>Advice</span></a></li> <li id="get-involved"><a href="#"><span>Get&nbsp;</span><span>Involved</span></a></li> <li id="search-toggle"><a href="#"><i class="icon-search"></i></a></li> </ul> <div class="search"> <div class="field-group field-group--buttons"> <input id="field" type="search" placeholder="Search"> <button class="btn"><i class="icon-search"></i></button> </div> </div> </div> </div> </header> <div id="main-nav-beta--search"> <div class="field-group field-group--buttons"> <input id="field" type="search" placeholder="Search"> <button class="btn"><i class="icon-search"></i></button> </div> </div> <div id="main-nav-beta--advice"> <div class="content"> <ul> <li><a href="group.html">Benefits</a><br>Benefit eligibility and calculators. Applying and problems with applications.</li> <li><a href="">Work</a><br>Rights at work, workplace discrimination, self-employment, rules and regulations of work.</li> <li><a href="">Debt and money</a><br>Dealing with debts and arrears, budgeting, mortgages and pension services.</li> <li><a href="">Consumer</a><br>The law and your rights when purchasing goods and services.</li> <li><a href="">Relationship</a><br>Marriage, divorce, partnerships and looking after people. Births, deaths and wills.</li> <li><a href="">Housing</a><br>Renting or buying a house, tenancy agreements and your rights as a homeowner or tenant.</li> <li><a href="">Law and rights</a><br>Legal and civil rights, policing, the prison system and witness services.</li> <li><a href="">Discrimination</a><br>Types of discrimination, steps to take if you have been discriminated against.</li> <li><a href="">Tax</a><br>Taxable income, payments, refunds and problems. Council, pensioners and inheritance tax.</li> <li><a href="">Healthcare</a><br>Help with NHS and dental. Private, alternative and armed forces healthcare.</li> <li><a href="">Education</a><br>School and higher education, support for learning, discrimination and financial advice.</li> </ul> </div> </div> <div id="main-nav-beta--involved"> <div class="content"> <ul> <li><a href="">About Citizens Advice</a></li> <li><a href="">Contact us</a></li> <li><a href="">Policy research</a></li> <li><a href="">Our blogs</a></li> <li><a href="">Campaigns</a></li> <li><a href="">How Citizens Advice works</a></li> <li><a href="">Volunteer</a></li> <li><a href="">Jobs</a></li> <li><a href="">Press releases</a></li> <li><a href="">Support us</a></li> <li><a href="">The difference we make</a></li> <li><a href="">Find your local Citizens Advice</a></li> </ul> </div> </div> <div class="main-container"> <nav class="main-breadcrumb"> <div class="main-breadcrumb__content"><span class="breadcrumb__item"><a href="../../../home.html" title="Home">Home</a><i class="icon-guillemet-right"></i></span><span class="breadcrumb__item"><a href="../../../#" title="Debt">Debt</a><i class="icon-guillemet-right"></i></span><span class="breadcrumb__item">Step 2 - Work out which debts are a priority</span> </div> </nav> <div class="main-content"> <div id="main" role="main" class="main-content__right"> <div class="title"> <h1 class="title__heading js-ref"><span class="title__title">Step 2 - Work out which debts are a priority</span></h1> </div> <div class="title__subheading">This advice is for <button id="showSimpleModal" type="button" class="btn-secondary btn-small"><span class="screenreader">This advice is for</span>England</button> <button href="javascript:window.print();" data-track="Print" class="toolbar-button a-social-print">Print</button> </div> <div class="articleContent"> <p>When you have more than one debt, you must make sure you’re dealing with the most important ones first.</p> <p>These are your ‘priority debts’.</p> <p>Priority debts are the ones that have the most serious consequences - like being evicted, losing your house or getting a court fine. </p> <p>Use our tool below to see which of your debts is a ‘priority’ debt. This will show you how to decide which ones to deal with first.</p> <div class="well--outline"> <div class="flex-container flex-row"> <div class="col-sm-12 col-xs-12"> <fieldset> <legend for="checkbox-inline">Select all the debts you have</legend> </fieldset> </div> </div> <div class="flex-container flex-row"> <div class="col-sm-6 col-xs-12"> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Mortgage/secured loan </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Rent </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Council Tax </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Gas/Electricity </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Maintenance </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Income tax </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">VAT </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">National insurance </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Hire purchase </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Water rates arrears </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Fines </label> </div> <div class="col-sm-6 col-xs-12"> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Credit cards/store cards </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Catalogues/mail order </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Unsecured loans </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Friends or family you owe money </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Benefit overpayments </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Overdrafts </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Tax credit overpayment </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Hire purchase </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Parking penalties </label> <label style="width: 100%;" class="checkbox checkbox--inline"> <input name="checkbox-inline" type="checkbox">Telephone, mobile phone, internet packages </label> </div> </div> <div class="callout--alert warning">This tool works best with more than one option selected.</div><a href="step-2-results.html" class="button btn right-button-icon">Continue</a> </div><a href="../../../dev/debt/steps/step-3.html" class="blockLinks">Step 3 - Work out what you can afford to pay</a><a href="../../../dev/debt/get-help-with-your-debts-1.html" class="blockLinks blocklinks--back">Get help with your debts</a> <!--.callout--related h3 Get more help p You can get free advice from one of our debt specialists. They can talk through your options and help you to find a solution. --> </div> </div> <!-- Set the number at the end to the array position of the active page--> <nav class="section-nav"> <h2 class="section-nav__heading"><a>In this section</a></h2> <ul> <li><a href="../#Get help with your debts" class="section-nav__parent">Get help with your debts</a> <ul> <li><a href="step-1.html" title="Step 1 - Gather information for each debt">Step 1 - Gather information for each debt</a> </li> <li><a href="step-2.html" title="Step 2 - Work out which debts are a priority">Step 2 - Work out which debts are a priority</a> </li> <li><a href="step-3.html" title="Step 3 - Work out what you can afford to pay">Step 3 - Work out what you can afford to pay</a> </li> <li><a href="step-4.html" title="Step 4 - Contact your creditors">Step 4 - Contact your creditors</a> </li> <li><a href="after-your-budget.html" title="After you've worked out your budget">After you've worked out your budget</a> </li> </ul> </li> </ul> </nav> </div> </div> <div id="footer" data-track-zone="footer" class="main-footer"> <div class="footer-content flex-row"> <div class="flex-column col-xs-12 col-md-9"> <h3>Get Advice</h3> <div style="padding: 0;" class="flex-row"> <div class="col-xs-12 col-sm-4"> <ul> <li><a href="#">Benefits</a></li> <li><a href="#">Work</a></li> <li><a href="#">Debt and money</a></li> <li><a href="#">Consumer</a></li> </ul> </div> <div class="col-xs-12 col-sm-4"> <ul> <li><a href="#">Relationships</a></li> <li><a href="#">Housing</a></li> <li><a href="#">Law and rights</a></li> <li><a href="#">Discrimination</a></li> </ul> </div> <div class="col-xs-12 col-sm-4"> <ul> <li><a href="#">Tax</a></li> <li><a href="#">Healthcare</a></li> <li><a href="#">Education</a></li> <li><a href="#">A to Z of advice</a></li> </ul> </div> </div> </div> <div class="flex-column col-xs-12 col-md-3"> <h3>Information</h3> <ul> <li><a href="#">Help</a></li> <li><a href="#">Cymraeg</a></li> <li><a href="#">Terms and conditions</a></li> <li><a href="#">Privacy and cookies</a></li> </ul> </div> </div> <div class="footer--legal"> <div class="footer--legal--content"><img alt="" src="../../../images/ca_wo-logo-100px.svg"> <p>Copyright © 2016 Citizens Advice, an operating name of the National Association of Citizens Advice Bureaux.<br>Registered charity number 279057; Registered in England 1436945; VAT number GB726020276. 3rd Floor North, 200 Aldersgate, London, EC1A 4HD</p> </div> </div> </div><!--[if IE 8]></div><![endif]--> <script src="../../../js/vendor/jquery-1.11.3.min.js"></script> <script src="../../../js/translate.js"></script> <script src="../../../js/jquery.fn.cssSlide.js"></script> <script src="../../../js/revealable.js"></script> <script src="../../../js/prism.js"></script> <!--script(src="#{dir}js/smooth.js")--> <script src="../../../js/jquery.fn.top-sticky.js"></script> <!--script(src="#{dir}js/advisor.js")--> <script src="../../../js/sidebar.js"></script> <!--script(src="#{dir}js/core.js")--> <script> var filename = document.location.pathname.match(/[^\/]+$/)[0]; $(document).ready(function() { $('.section-nav a[href*="' + filename + '"]').addClass('active'); // Click #get-advice $('#get-advice').click(function(){ // If either of the other two are active if ($('#get-involved').hasClass("active") || $('#search-toggle').hasClass("active")) { // Remove class from other two $('#get-involved').removeClass("active"); $('#search-toggle').removeClass("active"); // Slide other two up $('#main-nav-beta--involved').slideUp('fast'); $('#main-nav-beta--search').slideUp('fast'); // Wait 250ms and then slide down $('#main-nav-beta--advice').delay(250).slideDown('fast'); } else { $('#main-nav-beta--advice').slideToggle('fast'); } $(this).toggleClass("active"); }); // Click #get-advice $('#get-involved').click(function(){ // If either of the other two are active if ($('#get-advice').hasClass("active") || $('#search-toggle').hasClass("active")) { // Remove class from other two $('#get-advice').removeClass("active"); $('#search-toggle').removeClass("active"); // Slide other two up $('#main-nav-beta--advice').slideUp('fast'); $('#main-nav-beta--search').slideUp('fast'); // Wait 250ms and then slide down $('#main-nav-beta--involved').delay(250).slideDown('fast'); } else { $('#main-nav-beta--involved').slideToggle('fast'); } $(this).toggleClass("active"); }); // Click #get-advice $('#search-toggle').click(function(){ // If either of the other two are active if ($('#get-involved').hasClass("active") || $('#get-advice').hasClass("active")) { // Remove class from other two $('#get-advice').removeClass("active"); $('#get-involved').removeClass("active"); // Slide other two up $('#main-nav-beta--involved').slideUp('fast'); $('#main-nav-beta--advice').slideUp('fast'); // Wait 250ms and then slide down $('#main-nav-beta--search').delay(250).slideDown('fast'); } else { $('#main-nav-beta--search').slideToggle('fast'); } $(this).toggleClass("active"); }); }); </script> <script> $("#debts .checkbox").click(function(){ var checked =$('input:checkbox:checked').length; if(checked > 1) { $(".warning").hide(); } else { $(".warning").show(); } }); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-8734782-29', 'auto'); ga('send', 'pageview'); </script> </body> </html>
Lesson15/assets/css/console_login.css
DKMonster/Shoper
@charset "UTF-8"; /* --------- import setting --------- */ /* ----------- color setting ----------- */ /* ----------- component setting ----------- */ /* ----------- fonts family ----------- */ @font-face { font-family: "NotoSansCJKtc-Black"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-Black.otf); } @font-face { font-family: "NotoSansCJKtc-Bold"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-Bold.otf); } @font-face { font-family: "NotoSansCJKtc-DemiLight"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-DemiLight.otf); } @font-face { font-family: "NotoSansCJKtc-Light"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-Light.otf); } @font-face { font-family: "NotoSansCJKtc-Medium"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-Medium.otf); } @font-face { font-family: "NotoSansCJKtc-Regular"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-Regular.otf); } @font-face { font-family: "NotoSansCJKtc-Thin"; font-style: normal; font-weight: 500; src: url(../../assets/fonts/NotoSansCJKtc-Thin.otf); } /* [image background] */ /* [ + - * / ] */ /* [absolute top right bottom left] */ /* [setting width and height] */ /* [setting animation] */ /* [Clearfix] */ /* [set base font] */ /* [setting border] */ /* line 1, ../sass/sass/base/_reset.sass */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; } /* line 8, ../sass/sass/base/_reset.sass */ ol, ul { list-style: none; } /* line 11, ../sass/sass/base/_reset.sass */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /* line 14, ../sass/sass/base/_reset.sass */ audio, canvas, video { display: inline-block; } /* line 17, ../sass/sass/base/_reset.sass */ audio:not([controls]) { display: none; height: 0; } /* line 21, ../sass/sass/base/_reset.sass */ [hidden] { display: none; } /* line 25, ../sass/sass/base/_reset.sass */ a:focus { outline: thin dotted; } /* line 27, ../sass/sass/base/_reset.sass */ a:active, a:hover { outline: 0; } /* line 30, ../sass/sass/base/_reset.sass */ abbr[title] { border-bottom: 1px dotted; } /* line 33, ../sass/sass/base/_reset.sass */ b, strong { font-weight: bold; } /* line 36, ../sass/sass/base/_reset.sass */ dfn { font-style: italic; } /* line 39, ../sass/sass/base/_reset.sass */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /* line 44, ../sass/sass/base/_reset.sass */ mark { background: #ff0; color: #000; } /* line 48, ../sass/sass/base/_reset.sass */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /* line 52, ../sass/sass/base/_reset.sass */ pre { white-space: pre-wrap; } /* line 55, ../sass/sass/base/_reset.sass */ q { quotes: "“" "”" "‘" "’"; } /* line 58, ../sass/sass/base/_reset.sass */ small { font-size: 80%; } /* line 61, ../sass/sass/base/_reset.sass */ sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 67, ../sass/sass/base/_reset.sass */ sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; } /* line 74, ../sass/sass/base/_reset.sass */ sub { bottom: -0.25em; } /* line 77, ../sass/sass/base/_reset.sass */ img { max-width: 100%; height: auto; } /* line 81, ../sass/sass/base/_reset.sass */ svg:not(:root) { overflow: hidden; } /* line 84, ../sass/sass/base/_reset.sass */ figure { margin: 0; } /* line 87, ../sass/sass/base/_reset.sass */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* line 92, ../sass/sass/base/_reset.sass */ legend { border: 0; padding: 0; } /* line 96, ../sass/sass/base/_reset.sass */ button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } /* line 101, ../sass/sass/base/_reset.sass */ button, input { line-height: normal; } /* line 104, ../sass/sass/base/_reset.sass */ button, select { text-transform: none; } /* line 107, ../sass/sass/base/_reset.sass */ button, html input[type="button"] { -webkit-appearance: button; cursor: pointer; } /* line 112, ../sass/sass/base/_reset.sass */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } /* line 116, ../sass/sass/base/_reset.sass */ button[disabled], html input[disabled] { cursor: default; } /* line 120, ../sass/sass/base/_reset.sass */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } /* line 123, ../sass/sass/base/_reset.sass */ input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } /* line 128, ../sass/sass/base/_reset.sass */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 131, ../sass/sass/base/_reset.sass */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* line 135, ../sass/sass/base/_reset.sass */ textarea { overflow: auto; vertical-align: top; } /* line 139, ../sass/sass/base/_reset.sass */ table { border-collapse: collapse; border-spacing: 0; } /* line 142, ../sass/sass/base/_reset.sass */ .clearfix { zoom: 1; } /* line 143, ../sass/sass/base/_reset.sass */ .clearfix:before { content: ""; display: table; } /* line 146, ../sass/sass/base/_reset.sass */ .clearfix:after { content: ""; display: table; clear: both; } /* line 151, ../sass/sass/base/_reset.sass */ html { font-family: sans-serif; line-height: 1; font-size: 16px; } /* line 156, ../sass/sass/base/_reset.sass */ a { text-decoration: none; color: black; } /* --------- base setting --------- */ /* line 10, ../sass/sass/console_login.sass */ html { min-height: 100%; overflow: auto; } /* line 13, ../sass/sass/console_login.sass */ body { min-height: 100%; margin: 0; padding: 0; background-color: #fff; overflow: auto; } /* --------- component setting --------- */ /* line 2, ../sass/sass/component/_console-login.sass */ .wrapper-content { width: 100%; height: 100%; display: table; background-image: url("../../assets/img/pattern/playstation-pattern.png"); } /* line 8, ../sass/sass/component/_console-login.sass */ .wrapper-content .wc-header { font-size: 24px; font-weight: bold; font-family: "NotoSansCJKtc-Bold", "Helvetica", "Arial"; letter-spacing: 1px; color: #FFFFFF; } /* line 11, ../sass/sass/component/_console-login.sass */ .wrapper-content .wc-form { margin-top: 150px; max-width: 450px; }
Template/Engine/pocent/css/app.css
istrwei/pocent
html { background-color: #f2f4f8; overflow-x: hidden; } body { font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: #788188; background-color: transparent; -webkit-font-smoothing: antialiased; line-height: 1.40; } .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; } a { color: #545a5f; text-decoration: none; } a:hover, a:focus { color: #303437; text-decoration: none; } label { font-weight: normal; } small, .small { font-size: 13px; } .badge, .label { font-weight: bold; } .badge { background-color: #aac4c8; } .badge.up { position: relative; top: -10px; padding: 3px 6px; margin-left: -10px; } .badge-sm { font-size: 85%; padding: 2px 5px !important; } .label-sm { padding-top: 0; padding-bottom: 0; } .badge-white { background-color: transparent; border: 1px solid rgba(255,255,255,0.35); padding: 2px 6px; } .badge-empty { background-color: transparent; border: 1px solid rgba(0,0,0,0.15); color: inherit; } .caret-white { border-top-color: #fff; border-top-color: rgba(255,255,255,0.65); } a:hover .caret-white { border-top-color: #fff; } .tooltip-inner { background-color: rgba(0,0,0,0.9); background-color: #5a6a7a; } .tooltip.top .tooltip-arrow { border-top-color: rgba(0,0,0,0.9); border-top-color: #5a6a7a; } .tooltip.right .tooltip-arrow { border-right-color: rgba(0,0,0,0.9); border-right-color: #5a6a7a; } .tooltip.bottom .tooltip-arrow { border-bottom-color: rgba(0,0,0,0.9); border-bottom-color: #5a6a7a; } .tooltip.left .tooltip-arrow { border-left-color: rgba(0,0,0,0.9); border-left-color: #5a6a7a; } .thumbnail { border-color: #eaeef1; } .popover-content { font-size: 12px; line-height: 1.5; } .progress-xs { height: 6px; } .progress-sm { height: 10px; } .progress-sm .progress-bar { font-size: 10px; line-height: 1em; } .progress, .progress-bar { -webkit-box-shadow: none; box-shadow: none; } .breadcrumb { background-color: #fff; border: 1px solid #eaeef1; padding-left: 10px; margin-bottom: 10px; } .breadcrumb > li + li:before, .breadcrumb > .active { color: inherit; } .accordion-group, .accordion-inner { border-color: #eaeef1; border-radius: 2px; } .alert { font-size: 13px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); } .alert .close i { font-size: 12px; font-weight: normal; display: block; } .form-control { border-color: #cbd5dd; border-radius: 2px; } .form-control, .form-control:focus { -webkit-box-shadow: none; box-shadow: none; } .form-control:focus { border-color: #545ca6; } .input-s-sm { width: 120px; } .input-s { width: 200px; } .input-s-lg { width: 250px; } .input-lg { height: 45px; } .input-group-addon { border-color: #cbd5dd; background-color: #f1f5f6; } .list-group { border-radius: 2px; } .list-group.no-radius .list-group-item { border-radius: 0 !important; } .list-group.no-borders .list-group-item { border: none; } .list-group.no-border .list-group-item { border-width: 1px 0; } .list-group.no-bg .list-group-item { background-color: transparent; } .list-group-item { border-color: #eaeef1; padding-right: 15px; } a.list-group-item:hover, a.list-group-item:focus { background-color: #eef3f4; } .list-group-item.media { margin-top: 0; } .list-group-item.active { color: #fff; border-color: #4cb6cb !important; background-color: #4cb6cb !important; } .list-group-item.active .text-muted { color: #c3e6ed; } .list-group-item.active a { color: #fff; } .list-group-alt .list-group-item:nth-child(2n+2) { background-color: rgba(0,0,0,0.02) !important; } .list-group-lg .list-group-item { padding-top: 15px; padding-bottom: 15px; } .list-group-sp .list-group-item { margin-bottom: 5px; border-radius: 3px; } .list-group-item > .badge { margin-right: 0; } .list-group-item > .fa-chevron-right { float: right; margin-top: 4px; margin-right: -5px; } .list-group-item > .fa-chevron-right + .badge { margin-right: 5px; } .nav-pills.no-radius > li > a { border-radius: 0; } .nav-pills > li.active > a { color: #fff !important; background-color: #4cb6cb; } .nav > li > a:hover, .nav > li > a:focus { background-color: #edf2f3; } .nav.nav-sm > li > a { padding: 6px 8px; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #edf2f3; } .nav-tabs { border-color: #eaeef1; } .nav-tabs > li > a { border-radius: 2px 2px 0 0; border-bottom-color: #eaeef1 !important; } .nav-tabs > li.active > a { border-color: #eaeef1 !important; border-bottom-color: #fff !important; } .pagination > li > a { border-color: #eaeef1; } .pagination > li > a:hover, .pagination > li > a:focus { border-color: #eaeef1; background-color: #e8eff0; } .panel { border-radius: 2px; } .panel.panel-default { border-color: #eaeef1; } .panel.panel-default > .panel-heading, .panel.panel-default > .panel-footer { border-color: #eaeef1; } .panel .list-group-item { border-color: #f3f5f7; } .panel.no-borders { border-width: 0; } .panel.no-borders .panel-heading, .panel.no-borders .panel-footer { border-width: 0; } .panel .table td, .panel .table th { padding: 8px 15px; border-top: 1px solid #eaeef1; } .panel .table thead > tr > th { border-bottom: 1px solid #eaeef1; } .panel .table-striped > tbody > tr:nth-child(odd) > td, .panel .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f7fafa; } .panel .table-striped > thead th { background-color: #f7fafa; border-right: 1px solid #eaeef1; } .panel .table-striped > thead th:last-child { border-right: none; } .panel-heading { border-radius: 2px 2px 0 0; } .panel-default .panel-heading { background-color: #f7fafa; } .panel-heading.no-border { margin: -1px -1px 0 -1px; border: none; } .panel-heading .nav { margin: -10px -15px; } .panel-heading .nav-tabs { margin: -11px -16px; } .panel-heading .nav-tabs.nav-justified { width: auto; } .panel-heading .nav-tabs > li > a { margin: 0; padding-top: 9px; } .panel-heading .list-group { background: transparent; } .panel-footer { border-color: #eaeef1; border-radius: 0 0 2px 2px; background-color: #f7fafa; } .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #eaedef; } .open { z-index: 1050; position: relative; } .dropdown-menu { border-radius: 2px; -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1); box-shadow: 0 2px 6px rgba(0,0,0,0.1); border: 1px solid #ddd; border: 1px solid rgba(0,0,0,0.1); } .dropdown-menu.pull-left { left: 100%; } .dropdown-menu > .panel { border: none; margin: -5px 0; } .dropdown-menu > li > a { padding: 5px 15px; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-image: none; filter: none; background-color: #e8eff0 !important; color: #303437; } .dropdown-header { padding: 5px 15px; } .dropdown-submenu { position: relative; } .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background-color: #e8eff0 !important; color: #788188; } .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu:focus > .dropdown-menu { display: block; } .dropdown-submenu.pull-left { float: none !important; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } .dropdown-submenu .dropdown-menu { left: 100%; top: 0; margin-top: -6px; margin-left: -1px; } .dropup .dropdown-submenu > .dropdown-menu { top: auto; bottom: 0; } .dropdown-select > li input { position: absolute; left: -9999em; } .carousel-control { width: 40px; color: #999; text-shadow: none; } .copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} .carousel-control:hover, .carousel-control:focus { color: #ccc; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control.left, .carousel-control.right { background-image: none; filter: none; } .carousel-control i { position: absolute; top: 50%; left: 50%; z-index: 5; display: inline-block; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; } .carousel-indicators.out { bottom: -5px; } .carousel-indicators li { -webkit-transition: background-color .25s; transition: background-color .25s; background: #ddd; background-color: rgba(0,0,0,0.2); border: none; } .carousel-indicators .active { background: #f0f0f0; background-color: rgba(200,200,200,0.2); width: 10px; height: 10px; margin: 1px; } .carousel.carousel-fade .item { -webkit-transition: opacity .25s; transition: opacity .25s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; opacity: 0; filter: alpha(opacity=0); } .carousel.carousel-fade .active { opacity: 1; filter: alpha(opacity=1); } .carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right { left: 0; z-index: 2; opacity: 0; filter: alpha(opacity=0); } .carousel.carousel-fade .next, .carousel.carousel-fade .prev { left: 0; z-index: 1; } .carousel.carousel-fade .carousel-control { z-index: 3; } .col-lg-2-4 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .col-0 { clear: left; } .row.no-gutter { margin-left: 0; margin-right: 0; } .no-gutter [class*="col"] { padding: 0; } .modal-backdrop { background-color: #5a6a7a; } .modal-backdrop.in { opacity: 0.8; filter: alpha(opacity=80); } .modal-over { width: 100%; height: 100%; position: relative; background: #5a6a7a; } .modal-center { position: absolute; left: 50%; top: 50%; } .modal-content { -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25); box-shadow: 0 2px 10px rgba(0,0,0,0.25); } .icon-muted { color: #ccc; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: transparent; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed !important; } .navbar-fixed-top + * { padding-top: 50px; } .navbar-fixed-top.header-md + * { padding-top: 60px; } .header, .footer { min-height: 50px; padding: 0 15px; } .header > p, .footer > p { margin-top: 15px; display: inline-block; } .header > .btn, .header > .btn-group, .header > .btn-toolbar, .footer > .btn, .footer > .btn-group, .footer > .btn-toolbar { margin-top: 10px; } .header > .btn-lg, .footer > .btn-lg { margin-top: 0; } .header .nav-tabs, .footer .nav-tabs { border: none; margin-left: -15px; margin-right: -15px; } .header .nav-tabs > li a, .footer .nav-tabs > li a { border: none !important; border-radius: 0; padding-top: 15px; padding-bottom: 15px; line-height: 20px; } .header .nav-tabs > li a:hover, .header .nav-tabs > li a:focus, .footer .nav-tabs > li a:hover, .footer .nav-tabs > li a:focus { background-color: transparent; } .header .nav-tabs > li.active a, .footer .nav-tabs > li.active a { color: #788188; } .header .nav-tabs > li.active a, .header .nav-tabs > li.active a:hover, .footer .nav-tabs > li.active a, .footer .nav-tabs > li.active a:hover { background-color: #f2f4f8; } .header .nav-tabs.nav-white > li.active a, .header .nav-tabs.nav-white > li.active a:hover, .footer .nav-tabs.nav-white > li.active a, .footer .nav-tabs.nav-white > li.active a:hover { background-color: #fff; } .header.navbar, .footer.navbar { border-radius: 0; border: none; margin-bottom: 0; padding: 0; position: relative; z-index: 1000; } body.container { padding: 0; } @media (orientation: landscape) { html.ios7.ipad > body { padding-bottom: 20px; } } @media (min-width: 768px) { body.container { -webkit-box-shadow: 0 3px 60px rgba(0,0,0,0.3); box-shadow: 0 3px 60px rgba(0,0,0,0.3); border-left: 1px solid #cbd5dd; border-right: 1px solid #cbd5dd; } .app, .app body { height: 100%; overflow: hidden; } .app .hbox.stretch { height: 100%; } .app .vbox > section, .app .vbox > footer { position: absolute; } .app .vbox.flex > section > section { overflow: auto; } .hbox { display: table; table-layout: fixed; border-spacing: 0; width: 100%; } .hbox > aside, .hbox > section { display: table-cell; vertical-align: top; height: 100%; float: none; } .hbox > aside.show, .hbox > aside.hidden-sm, .hbox > section.show, .hbox > section.hidden-sm { display: table-cell !important; } .vbox { display: table; border-spacing: 0; position: relative; height: 100%; width: 100%; } .vbox > section, .vbox > footer { top: 0; bottom: 0; width: 100%; } .vbox > header ~ section { top: 50px; } .vbox > header.header-md ~ section { top: 60px; } .vbox > section.w-f { bottom: 50px; } .vbox > section.w-f-md { bottom: 60px; } .vbox > footer { top: auto; z-index: 1000; } .vbox.flex > header, .vbox.flex > section, .vbox.flex > footer { position: inherit; } .vbox.flex > section { display: table-row; height: 100%; } .vbox.flex > section > section { position: relative; height: 100%; -webkit-overflow-scrolling: touch; } .ie .vbox.flex > section > section { display: table-cell; } .vbox.flex > section > section > section { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .aside-xs { width: 60px; } .aside-sm { width: 150px; } .aside { width: 200px; } .aside-md { width: 240px; } .aside-lg { width: 300px; } .aside-xl { width: 360px; } .aside-xxl { width: 480px; } .header-md { min-height: 60px; } .header-md .navbar-form { margin-top: 15px; margin-bottom: 15px; } .footer-md { min-height: 60px; } .scrollable { -webkit-overflow-scrolling: touch; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-thumb { background-color: rgba(50,50,50,0.25); border: 2px solid transparent; border-radius: 10px; background-clip: padding-box; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(50,50,50,0.5); } ::-webkit-scrollbar-track { background-color: rgba(50,50,50,0.05); } } .scrollable { overflow-x: hidden; overflow-y: auto; } .no-touch .scrollable.hover { overflow-y: hidden; } .no-touch .scrollable.hover:hover { overflow: visible; overflow-y: auto; } .no-touch ::-webkit-scrollbar-button { width: 10px; height: 6px; background-color: rgba(50,50,50,0.05); } .slimScrollBar { border-radius: 5px; border: 2px solid transparent; border-radius: 10px; background-clip: padding-box !important; } @media print { html, body, .hbox, .vbox { height: auto; } .vbox > section, .vbox > footer { position: relative; } } .navbar-header { position: relative; } .navbar-header > .btn { position: absolute; font-size: 1.3em; padding: 9px 16px; line-height: 30px; left: 0; text-decoration: none !important; } .navbar-header .navbar-brand + .btn { right: 0; top: 0; left: auto; } .navbar-brand { float: none; text-align: center; font-size: 20px; font-weight: 700; height: auto; line-height: 50px; display: inline-block; padding: 0 20px; } .navbar-brand:hover { text-decoration: none; } .navbar-brand img { max-height: 20px; margin-top: -4px; vertical-align: middle; } .nav-primary li > a > i { margin: -10px -10px; line-height: 38px; width: 38px; float: left; margin-right: 5px; text-align: center; position: relative; overflow: hidden; } .nav-primary li > a > i:before { position: relative; z-index: 2; } .nav-primary ul.nav > li > a { padding: 9px 20px; position: relative; -webkit-transition: background-color .2s ease-in-out 0s; transition: background-color .2s ease-in-out 0s; } .no-borders .nav-primary ul.nav > li > a { border-width: 0 !important; } .nav-primary ul.nav > li > a > .badge { font-size: 11px; padding: 2px 5px 2px 4px; margin-top: 2px; } .nav-primary ul.nav > li > a > .text-muted { margin: 0 3px; } .nav-primary ul.nav > li > a.active .text { display: none; } .nav-primary ul.nav > li > a.active .text-active { display: inline-block !important; } .nav-primary ul.nav > li li a { font-weight: normal; text-transform: none; } .nav-primary ul.nav > li.active > ul { display: block; } .nav-primary ul.nav ul { display: none; } @media (min-width: 768px) { .visible-nav-xs { display: none; } .nav-xs { width: 70px; } .nav-xs .slimScrollDiv, .nav-xs .slim-scroll { overflow: visible !important; } .nav-xs .slimScrollBar, .nav-xs .slimScrollRail { display: none !important; } .nav-xs .scrollable { overflow: visible; } .nav-xs .nav-primary > ul > li > a { position: relative; padding: 0; font-size: 11px; text-align: center; height: 50px; overflow-y: hidden; border: none; } .nav-xs .nav-primary > ul > li > a span { display: table-cell; vertical-align: middle; height: 50px; width: 70px; padding: 0 5px; } .nav-xs .nav-primary > ul > li > a span.pull-right { display: none !important; } .nav-xs .nav-primary > ul > li > a i { width: auto; float: none; display: block; font-size: 16px; margin: 0; line-height: 50px; border: none !important; -webkit-transition: margin-top 0.2s; transition: margin-top 0.2s; } .nav-xs .nav-primary > ul > li > a i b { left: 0 !important; } .nav-xs .nav-primary > ul > li > a .badge { position: absolute; right: 10px; top: 4px; z-index: 3; } .nav-xs .nav-primary > ul > li:hover > a i, .nav-xs .nav-primary > ul > li:focus > a i, .nav-xs .nav-primary > ul > li:active > a i, .nav-xs .nav-primary > ul > li.active > a i { margin-top: -50px; } .nav-xs .nav-primary > ul ul { display: none !important; position: absolute; left: 100%; top: 0; z-index: 1050; width: 220px; -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1); box-shadow: 0 2px 6px rgba(0,0,0,0.1); } .nav-xs .nav-primary li:hover > ul, .nav-xs .nav-primary li:focus > ul, .nav-xs .nav-primary li:active > ul { display: block !important; } .nav-xs.nav-xs-right .nav-primary > ul ul { left: auto; right: 100%; } .nav-xs > .vbox > .header, .nav-xs > .vbox > .footer { padding: 0 20px; } .nav-xs .hidden-nav-xs { display: none; } .nav-xs .visible-nav-xs { display: inherit; } .nav-xs .text-center-nav-xs { text-align: center; } .nav-xs .nav-user { padding-left: 0; padding-right: 0; } .nav-xs .nav-user .avatar { float: none !important; margin-right: 0; } .nav-xs .nav-user .dropdown > a { display: block; text-align: center; } .nav-xs .navbar-header { float: none; } .nav-xs .navbar-brand { display: block; padding: 0; } .nav-xs .navbar-brand img { margin-right: 0; } .nav-xs .navbar { padding: 0; } .header-md .navbar-brand { line-height: 60px; } .header-md .navbar-brand img { max-height: 30px; } .header-md .navbar-nav > li > a { padding: 20px; } } @media (max-width: 767px) { .navbar-fixed-top-xs { position: fixed !important; left: 0; width: 100%; z-index: 1100; } .navbar-fixed-top-xs + * { padding-top: 50px !important; } .nav-bar-fixed-bottom { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 1100; } html, body { overflow-x: hidden; min-height: 100%; } .open, .open body { height: 100%; } .nav-primary .dropdown-menu { position: relative; float: none; left: 0; margin-left: 0; padding: 0; } .nav-primary .dropdown-menu a { padding: 15px; border-bottom: 1px solid #eee; } .nav-primary .dropdown-menu li:last-child a { border-bottom: none; } .navbar-header { text-align: center; } .nav-user { margin: 0; padding: 15px; } .nav-user.open { display: inherit !important; } .nav-user .dropdown-menu { display: block; position: static; float: none; } .nav-user .dropdown > a { display: block; text-align: center; font-size: 18px; padding-bottom: 10px; } .nav-user .avatar { width: 160px !important; float: none !important; display: block; margin: 20px auto; padding: 5px; background-color: rgba(255,255,255,0.1); position: relative; } .nav-user .avatar:before { content: ""; position: absolute; left: 5px; right: 5px; bottom: 5px; top: 5px; border: 4px solid #fff; border-radius: 500px; } .nav-off-screen { display: block !important; position: absolute; left: 0; top: 0px; bottom: 0; width: 75%; visibility: visible; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .nav-off-screen .nav-primary { display: block !important; } .nav-off-screen .navbar-fixed-top-xs { width: 75%; } .nav-off-screen.push-right .navbar-fixed-top-xs { left: 25%; } .nav-off-screen.push-right { left: auto; right: 0; } .nav-off-screen.push-right + * { -webkit-transform: translate3d(-75%,0px,0px); transform: translate3d(-75%,0px,0px); } .nav-off-screen + * { background-color: #f2f4f8; -webkit-transition: -webkit-transform 0.2s ease-in-out; -moz-transition: -moz-transform 0.2s ease-in-out; -o-transition: -o-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transform: translate3d(0px,0px,0px); transform: translate3d(0px,0px,0px); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(75%,0px,0px); transform: translate3d(75%,0px,0px); overflow: hidden; position: absolute; width: 100%; top: 0px; bottom: 0; left: 0; right: 0; z-index: 2; } .nav-off-screen + * .nav-off-screen-block { display: block !important; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1950; } .navbar + section .nav-off-screen { top: 50px; } .navbar + section .nav-off-screen + * { top: 50px; } .slimScrollDiv, .slim-scroll { overflow: visible !important; height: auto !important; } .slimScrollBar, .slimScrollRail { display: none !important; } } .arrow { border-width: 8px; z-index: 10; } .arrow, .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .arrow:after { border-width: 7px; content: ""; } .arrow.top { left: 50%; margin-left: -8px; border-top-width: 0; border-bottom-color: #eee; border-bottom-color: rgba(0,0,0,0.1); top: -8px; } .arrow.top:after { content: " "; top: 1px; margin-left: -7px; border-top-width: 0; border-bottom-color: #fff; } .arrow.right { top: 50%; right: -8px; margin-top: -8px; border-right-width: 0; border-left-color: #eee; border-left-color: rgba(0,0,0,0.1); } .arrow.right:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -7px; } .arrow.bottom { left: 50%; margin-left: -8px; border-bottom-width: 0; border-top-color: #eee; border-top-color: rgba(0,0,0,0.1); bottom: -8px; } .arrow.bottom:after { content: " "; bottom: 1px; margin-left: -7px; border-bottom-width: 0; border-top-color: #fff; } .arrow.left { top: 50%; left: -8px; margin-top: -8px; border-left-width: 0; border-right-color: #eee; border-right-color: rgba(0,0,0,0.1); } .arrow.left:after { content: " "; left: 1px; border-left-width: 0; border-right-color: #fff; bottom: -7px; } .btn-link { color: #788188; } .btn-link.active { webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #788188 !important; background-color: #fff; border-color: #dbe2e7; border-bottom-color: #d5dde3; -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1); box-shadow: 0 1px 1px rgba(90,90,90,0.1); } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #788188 !important; background-color: #f2f2f2; border-color: #c2ced6; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #dbe2e7; } .btn-default.btn-bg { border-color: rgba(0,0,0,0.1); background-clip: padding-box; } .btn-primary { color: #fff !important; background-color: #545ca6; border-color: #545ca6; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #fff !important; background-color: #4b5395; border-color: #464d8b; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #545ca6; border-color: #545ca6; } .btn-success { color: #fff !important; background-color: #1ab667; border-color: #1ab667; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #fff !important; background-color: #17a05a; border-color: #159253; } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #1ab667; border-color: #1ab667; } .btn-info { color: #fff !important; background-color: #4cb6cb; border-color: #4cb6cb; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #fff !important; background-color: #39adc4; border-color: #36a3b9; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #4cb6cb; border-color: #4cb6cb; } .btn-warning { color: #fff !important; background-color: #fad733; border-color: #fad733; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #fff !important; background-color: #f9d21a; border-color: #f9cf0b; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #fad733; border-color: #fad733; } .btn-danger { color: #fff !important; background-color: #f05050; border-color: #f05050; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #fff !important; background-color: #ee3939; border-color: #ed2a2a; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #f05050; border-color: #f05050; } .btn-dark { color: #fff !important; background-color: #5a6a7a; border-color: #5a6a7a; } .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark { color: #fff !important; background-color: #4f5d6b; border-color: #495663; } .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark { background-image: none; } .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active { background-color: #5a6a7a; border-color: #5a6a7a; } .btn { font-weight: 500; border-radius: 2px; } .btn-icon { padding-left: 0 !important; padding-right: 0 !important; width: 34px; text-align: center; } .btn-icon.b-2x { width: 36px; } .btn-icon.btn-sm { width: 30px; } .btn-icon.btn-sm.b-2x { width: 32px; } .btn-icon.btn-lg { width: 45px; } .btn-icon.btn-lg.b-2x { width: 47px; } .btn-group-justified { border-collapse: separate; } .btn-rounded { border-radius: 50px; padding-left: 15px; padding-right: 15px; } .btn-rounded.btn-lg { padding-left: 25px; padding-right: 25px; } .btn > i.pull-left, .btn > i.pull-right { line-height: 1.428571429; } .btn-block { padding-left: 12px; padding-right: 12px; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 2px; } .btn-inactive { -webkit-box-shadow: none !important; box-shadow: none !important; } .chat-item:before, .chat-item:after { content: " "; display: table; } .chat-item:after { clear: both; } .chat-item .arrow { top: 20px; } .chat-item .arrow.right:after { border-left-color: #e8eff0; } .chat-item .chat-body { position: relative; margin-left: 50px; min-height: 30px; } .chat-item .chat-body .panel { margin: 0 -1px; } .chat-item.right .chat-body { margin-left: 0; margin-right: 50px; } .chat-item+.chat-item { margin-top: 15px; } .comment-list { position: relative; } .comment-list .comment-item { margin-top: 0; position: relative; } .comment-list .comment-item > .thumb-sm { width: 36px; } .comment-list .comment-item .arrow.left { top: 20px; left: 39px; } .comment-list .comment-item .comment-body { margin-left: 46px; } .comment-list .comment-item .panel-body { padding: 10px 15px; } .comment-list .comment-item .panel-heading, .comment-list .comment-item .panel-footer { position: relative; font-size: 12px; background-color: #fff; } .comment-list .comment-reply { margin-left: 46px; } .comment-list:before { position: absolute; top: 0; bottom: 35px; left: 18px; width: 1px; background: #e0e4e8; content: ''; } .timeline { display: table; width: 100%; border-spacing: 0; table-layout: fixed; position: relative; border-collapse: collapse; } .timeline:before { content: ""; width: 1px; margin-left: -1px; position: absolute; left: 50%; top: 0; bottom: 30px; background-color: #ddd; z-index: 0; } .timeline .timeline-date { position: absolute; width: 150px; left: -200px; top: 50%; margin-top: -9px; text-align: right; } .timeline .timeline-icon { position: absolute; left: -41px; top: -2px; top: 50%; margin-top: -15px; } .timeline .time-icon { width: 30px; height: 30px; line-height: 30px; display: inline-block !important; z-index: 10; border-radius: 20px; text-align: center; } .timeline .time-icon:before { font-size: 14px; margin-top: 5px; } .timeline-item { display: table-row; } .timeline-item:before, .timeline-item.alt:after { content: ""; display: block; width: 50%; } .timeline-item.alt { text-align: right; } .timeline-item.alt:before { display: none; } .timeline-item.alt .panel { margin-right: 25px; margin-left: 0; } .timeline-item.alt .timeline-date { left: auto; right: -200px; text-align: left; } .timeline-item.alt .timeline-icon { left: auto; right: -41px; } .timeline-item.active { display: table-caption; text-align: center; } .timeline-item.active:before { width: 1%; } .timeline-item.active .timeline-caption { display: inline-block; width: auto; } .timeline-item.active .timeline-caption h5 span { color: #fff; } .timeline-item.active .panel { margin-left: 0; } .timeline-item.active .timeline-date, .timeline-item.active .timeline-icon { position: static; margin-bottom: 10px; display: inline-block; width: auto; } .timeline-caption { display: table-cell; vertical-align: top; width: 50%; } .timeline-caption .panel { position: relative; margin-left: 25px; text-align: left; } .timeline-caption h5 { margin: 0; } .timeline-caption h5 span { display: block; color: #999; margin-bottom: 4px; font-size: 12px; } .timeline-caption p { font-size: 12px; margin-bottom: 0; margin-top: 10px; } .timeline-footer { display: table-row; } .timeline-footer a { display: table-cell; text-align: right; } .timeline-footer .time-icon { margin-right: -15px; z-index: 5; } .post-item { border-radius: 3px; background-color: #fff; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15); box-shadow: 0px 1px 2px rgba(0,0,0,0.15); margin-bottom: 15px; } .post-item .post-title { margin-top: 0; } .post-item .post-media { text-align: center; } .post-item .post-media img { border-radius: 3px 3px 0 0; } .i-fw { width: 1.2857142857143em; text-align: center; } .i-lg { font-size: 1.3333333333333em; line-height: 0.75em; vertical-align: -15%; } .i-md { font-size: 1.2em; } .i-sm { font-size: 0.75em; } .i-1x { font-size: 1em; } .i-2x { font-size: 2em; } .i-3x { font-size: 3em; } .i-4x { font-size: 4em; } .i-5x { font-size: 5em; } .i-s { position: relative; display: inline-block; vertical-align: middle; } .i-s > i { position: absolute; left: 0; width: 100%; text-align: center; line-height: inherit; } .i-s-2x { width: 2em; height: 2em; font-size: 2em; line-height: 2em; } .i-s-2x .i-s-base { font-size: 2em; } .i-s-3x { width: 2.5em; height: 2.5em; font-size: 2.5em; line-height: 2.5em; } .i-s-3x .i-s-base { font-size: 2.5em; } .i-s-4x { width: 3em; height: 3em; font-size: 3em; line-height: 3em; } .i-s-4x .i-s-base { font-size: 3em; } .i-s-5x { width: 3.5em; height: 3.5em; font-size: 3.5em; line-height: 3.5em; } .i-s-5x .i-s-base { font-size: 3.5em; } .switch { cursor: pointer; position: relative; } .switch input { position: absolute; opacity: 0; filter: alpha(opacity=0); } .switch input:checked + span { background-color: #1ab667; } .switch input:checked + span:after { left: 31px; } .switch span { position: relative; width: 60px; height: 30px; border-radius: 30px; background-color: #fff; border: 1px solid #eee; border-color: rgba(0,0,0,0.1); display: inline-block; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } .switch span:after { content: ""; position: absolute; background-color: #fff; width: 26px; top: 1px; bottom: 1px; border-radius: 30px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25); box-shadow: 1px 1px 3px rgba(0,0,0,0.25); -webkit-transition: left 0.2s; transition: left 0.2s; } .nav-docs > ul > li > a { padding-top: 5px !important; padding-bottom: 5px !important; } .dropfile { border: 2px dashed #e0e4e8; text-align: center; min-height: 20px; } .dropfile.hover { border-color: #aac3cc; } .dropfile small { margin: 50px 0; display: block; } .portlet { min-height: 30px; } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .easypiechart { position: relative; text-align: center; } .easypiechart > div { position: relative; z-index: 1; } .easypiechart > div .text { position: absolute; width: 100%; top: 60%; line-height: 1; } .easypiechart > div img { margin-top: -4px; } .easypiechart canvas { position: absolute; top: 0; left: 0; z-index: 0; } .flot-legend .legend > div { display: none; } .flot-legend .legend .legendColorBox > div { border: none !important; margin: 5px; } .flot-legend .legend .legendColorBox > div > div { border-radius: 10px; } .doc-buttons .btn { margin-bottom: 5px; } .list-icon i { font-size: 14px; width: 40px; vertical-align: middle; margin: 0; display: inline-block; text-align: center; -webkit-transition: font-size .2s; transition: font-size .2s; } .list-icon div { line-height: 40px; white-space: nowrap; } .list-icon div:hover i { font-size: 26px; } .th-sortable { cursor: pointer; } .th-sortable .th-sort { float: right; position: relative; } .th-sort i { position: relative; z-index: 1; } .th-sort .fa-sort { position: absolute; left: 0; top: 3px; color: #bac3cc; z-index: 0; } .th-sortable.active .text { display: none !important; } .th-sortable.active .text-active { display: inline-block !important; } .sortable-placeholder { list-style: none; border: 1px dashed #CCC; min-height: 50px; margin-bottom: 5px; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; } .parsley-error-list { margin: 0; padding: 0; list-style: none; margin-top: 6px; font-size: 12px; } .parsley-error { border-color: #ff5f5f !important; } .datepicker td.active, .datepicker td.active:hover, .datepicker td.active:hover.active, .datepicker td.active.active { background: #545ca6; } #flotTip { padding: 3px 5px; background-color: #000; z-index: 100; color: #fff; opacity: .7; filter: alpha(opacity=70); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .bg-gradient { background-image: -webkit-gradient(linear,left 0,left 100%,from(rgba(40,50,60,0)),to(rgba(40,50,60,0.05))); background-image: -webkit-linear-gradient(top,rgba(40,50,60,0),0,rgba(40,50,60,0.05),100%); background-image: -moz-linear-gradient(top,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%); background-image: linear-gradient(to bottom,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#0c28323c', GradientType=0); filter: none; } .bg-light { background-color: #e8eff0; color: #788188; } .bg-light.lt, .bg-light .lt { background-color: #edf2f3; } .bg-light.lter, .bg-light .lter { background-color: #f2f5f5; } .bg-light.dk, .bg-light .dk { background-color: #e0eaec; } .bg-light.dker, .bg-light .dker { background-color: #d7e5e8; } .bg-light.bg, .bg-light .bg { background-color: #e8eff0; } .bg-dark { background-color: #5a6a7a; color: #c9d0d7; } .bg-dark.lt, .bg-dark .lt { background-color: #687786; } .bg-dark.lter, .bg-dark .lter { background-color: #778490; } .bg-dark.dk, .bg-dark .dk { background-color: #4d5d6e; } .bg-dark.dker, .bg-dark .dker { background-color: #405161; } .bg-dark.bg, .bg-dark .bg { background-color: #5a6a7a; } .bg-dark a { color: #e6eaed; } .bg-dark a:hover { color: #fff; } .bg-dark a.list-group-item:hover, .bg-dark a.list-group-item:focus { background-color: inherit; } .bg-dark .nav > li:hover > a, .bg-dark .nav > li:focus > a, .bg-dark .nav > li:active > a, .bg-dark .nav > li.active > a { color: #fff; background-color: #62778c; } .bg-dark .nav > li > a { color: #d8dde2; } .bg-dark .nav > li > a:hover, .bg-dark .nav > li > a:focus { background-color: #62778c; } .bg-dark .nav .open > a { background-color: #62778c; } .bg-dark .caret { border-top-color: #c9d0d7; border-bottom-color: #c9d0d7; } .bg-dark.navbar .nav > li.active > a { color: #fff; background-color: #4d5d6e; } .bg-dark .open > a, .bg-dark .open > a:hover, .bg-dark .open > a:focus { color: #fff; } .bg-dark .text-muted { color: #acb7c1 !important; } .bg-dark .text-lt { color: #ffffff !important; } .bg-dark .icon-muted { color: #acb7c1 !important; } .bg-dark.auto .list-group-item, .bg-dark .auto .list-group-item { border-color: #4f5d6b !important; background-color: transparent; } .bg-dark.auto .list-group-item:hover, .bg-dark.auto .list-group-item:focus, .bg-dark.auto .list-group-item:active, .bg-dark.auto .list-group-item.active, .bg-dark .auto .list-group-item:hover, .bg-dark .auto .list-group-item:focus, .bg-dark .auto .list-group-item:active, .bg-dark .auto .list-group-item.active { background-color: #4d5d6e !important; } .bg-black { background-color: #232c32; color: #7d94a4; } .bg-black.lt, .bg-black .lt { background-color: #2f3940; } .bg-black.lter, .bg-black .lter { background-color: #3b464d; } .bg-black.dk, .bg-black .dk { background-color: #181f24; } .bg-black.dker, .bg-black .dker { background-color: #0d1215; } .bg-black.bg, .bg-black .bg { background-color: #232c32; } .bg-black a { color: #9badb9; } .bg-black a:hover { color: #fff; } .bg-black a.list-group-item:hover, .bg-black a.list-group-item:focus { background-color: inherit; } .bg-black .nav > li:hover > a, .bg-black .nav > li:focus > a, .bg-black .nav > li:active > a, .bg-black .nav > li.active > a { color: #fff; background-color: #2c3942; } .bg-black .nav > li > a { color: #8ca1af; } .bg-black .nav > li > a:hover, .bg-black .nav > li > a:focus { background-color: #2c3942; } .bg-black .nav .open > a { background-color: #2c3942; } .bg-black .caret { border-top-color: #7d94a4; border-bottom-color: #7d94a4; } .bg-black.navbar .nav > li.active > a { color: #fff; background-color: #181f24; } .bg-black .open > a, .bg-black .open > a:hover, .bg-black .open > a:focus { color: #fff; } .bg-black .text-muted { color: #627b8c !important; } .bg-black .text-lt { color: #c8d2d9 !important; } .bg-black .icon-muted { color: #627b8c !important; } .bg-black.auto .list-group-item, .bg-black .auto .list-group-item { border-color: #191f23 !important; background-color: transparent; } .bg-black.auto .list-group-item:hover, .bg-black.auto .list-group-item:focus, .bg-black.auto .list-group-item:active, .bg-black.auto .list-group-item.active, .bg-black .auto .list-group-item:hover, .bg-black .auto .list-group-item:focus, .bg-black .auto .list-group-item:active, .bg-black .auto .list-group-item.active { background-color: #181f24 !important; } .bg-primary { background-color: #545ca6; color: #dadcec; } .bg-primary.lt, .bg-primary .lt { background-color: #666dad; } .bg-primary.lter, .bg-primary .lter { background-color: #797fb4; } .bg-primary.dk, .bg-primary .dk { background-color: #495098; } .bg-primary.dker, .bg-primary .dker { background-color: #3e4589; } .bg-primary.bg, .bg-primary .bg { background-color: #545ca6; } .bg-primary-ltest { background-color: #ecf6fb; } .bg-primary a { color: #fcfcfd; } .bg-primary a:hover { color: #fff; } .bg-primary a.list-group-item:hover, .bg-primary a.list-group-item:focus { background-color: inherit; } .bg-primary .nav > li:hover > a, .bg-primary .nav > li:focus > a, .bg-primary .nav > li:active > a, .bg-primary .nav > li.active > a { color: #fff; background-color: #6068b3; } .bg-primary .nav > li > a { color: #ebecf5; } .bg-primary .nav > li > a:hover, .bg-primary .nav > li > a:focus { background-color: #6068b3; } .bg-primary .nav .open > a { background-color: #6068b3; } .bg-primary .caret { border-top-color: #dadcec; border-bottom-color: #dadcec; } .bg-primary.navbar .nav > li.active > a { color: #fff; background-color: #495098; } .bg-primary .open > a, .bg-primary .open > a:hover, .bg-primary .open > a:focus { color: #fff; } .bg-primary .text-muted { color: #b8bbdb !important; } .bg-primary .text-lt { color: #ffffff !important; } .bg-primary .icon-muted { color: #b8bbdb !important; } .bg-primary.auto .list-group-item, .bg-primary .auto .list-group-item { border-color: #4b5395 !important; background-color: transparent; } .bg-primary.auto .list-group-item:hover, .bg-primary.auto .list-group-item:focus, .bg-primary.auto .list-group-item:active, .bg-primary.auto .list-group-item.active, .bg-primary .auto .list-group-item:hover, .bg-primary .auto .list-group-item:focus, .bg-primary .auto .list-group-item:active, .bg-primary .auto .list-group-item.active { background-color: #495098 !important; } .bg-success { background-color: #1ab667; color: #a9f3ce; } .bg-success.lt, .bg-success .lt { background-color: #20c974; } .bg-success.lter, .bg-success .lter { background-color: #2ad980; } .bg-success.dk, .bg-success .dk { background-color: #15a25a; } .bg-success.dker, .bg-success .dker { background-color: #108d4e; } .bg-success.bg, .bg-success .bg { background-color: #1ab667; } .bg-success-ltest { background-color: #f1ffed; } .bg-success a { color: #d6f9e7; } .bg-success a:hover { color: #fff; } .bg-success a.list-group-item:hover, .bg-success a.list-group-item:focus { background-color: inherit; } .bg-success .nav > li:hover > a, .bg-success .nav > li:focus > a, .bg-success .nav > li:active > a, .bg-success .nav > li.active > a { color: #fff; background-color: #1acf74; } .bg-success .nav > li > a { color: #c0f6da; } .bg-success .nav > li > a:hover, .bg-success .nav > li > a:focus { background-color: #1acf74; } .bg-success .nav .open > a { background-color: #1acf74; } .bg-success .caret { border-top-color: #a9f3ce; border-bottom-color: #a9f3ce; } .bg-success.navbar .nav > li.active > a { color: #fff; background-color: #15a25a; } .bg-success .open > a, .bg-success .open > a:hover, .bg-success .open > a:focus { color: #fff; } .bg-success .text-muted { color: #7decb4 !important; } .bg-success .text-lt { color: #ffffff !important; } .bg-success .icon-muted { color: #7decb4 !important; } .bg-success.auto .list-group-item, .bg-success .auto .list-group-item { border-color: #17a05a !important; background-color: transparent; } .bg-success.auto .list-group-item:hover, .bg-success.auto .list-group-item:focus, .bg-success.auto .list-group-item:active, .bg-success.auto .list-group-item.active, .bg-success .auto .list-group-item:hover, .bg-success .auto .list-group-item:focus, .bg-success .auto .list-group-item:active, .bg-success .auto .list-group-item.active { background-color: #15a25a !important; } .bg-info { background-color: #4cb6cb; color: #eaf6f9; } .bg-info.lt, .bg-info .lt { background-color: #62bcce; } .bg-info.lter, .bg-info .lter { background-color: #78c3d2; } .bg-info.dk, .bg-info .dk { background-color: #36b0c8; } .bg-info.dker, .bg-info .dker { background-color: #2ea0b6; } .bg-info.bg, .bg-info .bg { background-color: #4cb6cb; } .bg-info-ltest { background-color: #ecfcff; } .bg-info a { color: #ffffff; } .bg-info a:hover { color: #fff; } .bg-info a.list-group-item:hover, .bg-info a.list-group-item:focus { background-color: inherit; } .bg-info .nav > li:hover > a, .bg-info .nav > li:focus > a, .bg-info .nav > li:active > a, .bg-info .nav > li.active > a { color: #fff; background-color: #5dc0d3; } .bg-info .nav > li > a { color: #f2f2f2; } .bg-info .nav > li > a:hover, .bg-info .nav > li > a:focus { background-color: #5dc0d3; } .bg-info .nav .open > a { background-color: #5dc0d3; } .bg-info .caret { border-top-color: #eaf6f9; border-bottom-color: #eaf6f9; } .bg-info.navbar .nav > li.active > a { color: #fff; background-color: #36b0c8; } .bg-info .open > a, .bg-info .open > a:hover, .bg-info .open > a:focus { color: #fff; } .bg-info .text-muted { color: #c3e6ed !important; } .bg-info .text-lt { color: #ffffff !important; } .bg-info .icon-muted { color: #c3e6ed !important; } .bg-info.auto .list-group-item, .bg-info .auto .list-group-item { border-color: #39adc4 !important; background-color: transparent; } .bg-info.auto .list-group-item:hover, .bg-info.auto .list-group-item:focus, .bg-info.auto .list-group-item:active, .bg-info.auto .list-group-item.active, .bg-info .auto .list-group-item:hover, .bg-info .auto .list-group-item:focus, .bg-info .auto .list-group-item:active, .bg-info .auto .list-group-item.active { background-color: #36b0c8 !important; } .bg-warning { background-color: #fad733; color: #fffefa; } .bg-warning.lt, .bg-warning .lt { background-color: #f8da4e; } .bg-warning.lter, .bg-warning .lter { background-color: #f7de69; } .bg-warning.dk, .bg-warning .dk { background-color: #fcd417; } .bg-warning.dker, .bg-warning .dker { background-color: #face00; } .bg-warning.bg, .bg-warning .bg { background-color: #fad733; } .bg-warning-ltest { background-color: #fffee6; } .bg-warning a { color: #ffffff; } .bg-warning a:hover { color: #fff; } .bg-warning a.list-group-item:hover, .bg-warning a.list-group-item:focus { background-color: inherit; } .bg-warning .nav > li:hover > a, .bg-warning .nav > li:focus > a, .bg-warning .nav > li:active > a, .bg-warning .nav > li.active > a { color: #fff; background-color: #fddd4a; } .bg-warning .nav > li > a { color: #f2f2f2; } .bg-warning .nav > li > a:hover, .bg-warning .nav > li > a:focus { background-color: #fddd4a; } .bg-warning .nav .open > a { background-color: #fddd4a; } .bg-warning .caret { border-top-color: #fffefa; border-bottom-color: #fffefa; } .bg-warning.navbar .nav > li.active > a { color: #fff; background-color: #fcd417; } .bg-warning .open > a, .bg-warning .open > a:hover, .bg-warning .open > a:focus { color: #fff; } .bg-warning .text-muted { color: #fef4c8 !important; } .bg-warning .text-lt { color: #ffffff !important; } .bg-warning .icon-muted { color: #fef4c8 !important; } .bg-warning.auto .list-group-item, .bg-warning .auto .list-group-item { border-color: #f9d21a !important; background-color: transparent; } .bg-warning.auto .list-group-item:hover, .bg-warning.auto .list-group-item:focus, .bg-warning.auto .list-group-item:active, .bg-warning.auto .list-group-item.active, .bg-warning .auto .list-group-item:hover, .bg-warning .auto .list-group-item:focus, .bg-warning .auto .list-group-item:active, .bg-warning .auto .list-group-item.active { background-color: #fcd417 !important; } .bg-danger { background-color: #f05050; color: #ffffff; } .bg-danger.lt, .bg-danger .lt { background-color: #f06a6a; } .bg-danger.lter, .bg-danger .lter { background-color: #f18282; } .bg-danger.dk, .bg-danger .dk { background-color: #f13636; } .bg-danger.dker, .bg-danger .dker { background-color: #f21b1b; } .bg-danger.bg, .bg-danger .bg { background-color: #f05050; } .bg-danger-ltest { background-color: #fbedec; } .bg-danger a { color: #ffffff; } .bg-danger a:hover { color: #fff; } .bg-danger a.list-group-item:hover, .bg-danger a.list-group-item:focus { background-color: inherit; } .bg-danger .nav > li:hover > a, .bg-danger .nav > li:focus > a, .bg-danger .nav > li:active > a, .bg-danger .nav > li.active > a { color: #fff; background-color: #f46565; } .bg-danger .nav > li > a { color: #f2f2f2; } .bg-danger .nav > li > a:hover, .bg-danger .nav > li > a:focus { background-color: #f46565; } .bg-danger .nav .open > a { background-color: #f46565; } .bg-danger .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .bg-danger.navbar .nav > li.active > a { color: #fff; background-color: #f13636; } .bg-danger .open > a, .bg-danger .open > a:hover, .bg-danger .open > a:focus { color: #fff; } .bg-danger .text-muted { color: #e6e6e6 !important; } .bg-danger .text-lt { color: #ffffff !important; } .bg-danger .icon-muted { color: #e6e6e6 !important; } .bg-danger.auto .list-group-item, .bg-danger .auto .list-group-item { border-color: #ee3939 !important; background-color: transparent; } .bg-danger.auto .list-group-item:hover, .bg-danger.auto .list-group-item:focus, .bg-danger.auto .list-group-item:active, .bg-danger.auto .list-group-item.active, .bg-danger .auto .list-group-item:hover, .bg-danger .auto .list-group-item:focus, .bg-danger .auto .list-group-item:active, .bg-danger .auto .list-group-item.active { background-color: #f13636 !important; } .bg-white { background-color: #fff; color: #788188; } .bg-white a { color: #545a5f; } .bg-white a:hover { color: #3c4144; } .bg-white .text-muted { color: #939aa0 !important; } .bg-white-only { background-color: #fff; } .bg-empty { background-color: transparent; } a.bg-light:hover, a.bg-light:focus { color: #545a5f; } .text-primary { color: #545ca6; } .text-primary-lt { color: #636bb0; } .text-primary-lter { color: #747bb9; } .text-primary-dk { color: #4b5395; } .text-primary-dker { color: #434984; } .text-info { color: #4cb6cb; } .text-info-lt { color: #60bed1; } .text-info-lter { color: #74c6d6; } .text-info-dk { color: #39adc4; } .text-info-dker { color: #339cb1; } .text-success { color: #1ab667; } .text-success-lt { color: #1dcc74; } .text-success-lter { color: #23e080; } .text-success-dk { color: #17a05a; } .text-success-dker { color: #14894e; } .text-warning { color: #fad733; } .text-warning-lt { color: #fbdc4c; } .text-warning-lter { color: #fbe165; } .text-warning-dk { color: #f9d21a; } .text-warning-dker { color: #f4ca06; } .text-danger { color: #f05050; } .text-danger-lt { color: #f26767; } .text-danger-lter { color: #f47f7f; } .text-danger-dk { color: #ee3939; } .text-danger-dker { color: #ec2121; } .text-dark { color: #5a6a7a; } .text-dark-lt { color: #657789; } .text-dark-lter { color: #718496; } .text-dark-dk { color: #4f5d6b; } .text-dark-dker { color: #44515d; } .text-black { color: #000; } .text-white { color: #fff; } .text-muted { color: #939aa0; } .pos-rlt { position: relative; } .pos-stc { position: static; } .pos-abt { position: absolute; } .line { *width: 100%; height: 2px; margin: 10px 0; font-size: 0; overflow: hidden; } .line-xs { margin: 0; } .line-lg { margin-top: 15px; margin-bottom: 15px; } .line-dashed { border-style: dashed !important; background-color: transparent; border-width: 0; } .no-line { border-width: 0; } .no-border, .no-borders { border-color: transparent; border-width: 0; } .no-radius { border-radius: 0; } .block { display: block; } .block.hide { display: none; } .inline { display: inline-block !important; } .none { display: none; } .pull-right-lg { float: right; } .pull-none { float: none; } .rounded { border-radius: 500px; } .btn-s-xs { min-width: 90px; } .btn-s-sm { min-width: 100px; } .btn-s-md { min-width: 120px; } .btn-s-lg { min-width: 150px; } .btn-s-xl { min-width: 200px; } .l-h-2x { line-height: 2em; } .l-h-1x { line-height: 1.2; } .l-h { line-height: 1.5; } .v-middle { vertical-align: middle !important; } .v-top { vertical-align: top !important; } .v-bottom { vertical-align: bottom !important; } .font-normal { font-weight: normal; } .font-thin { font-weight: 300; } .font-bold { font-weight: 700; } .text-lg { font-size: 18px; } .text-md { font-size: 16px; } .text-sm { font-size: 13px; } .text-xs { font-size: 12px; } .text-ellipsis { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .text-u-c { text-transform: uppercase; } .text-l-t { text-decoration: line-through; } .text-u-l { text-decoration: underline; } .text-active, .active > .text, .active > .auto .text { display: none !important; } .active > .text-active, .active > .auto .text-active { display: inline-block !important; } .box-shadow { box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05); } .wrapper-xs { padding: 5px; } .wrapper-sm { padding: 10px; } .wrapper { padding: 15px; } .wrapper-md { padding: 20px; } .wrapper-lg { padding: 30px; } .wrapper-xl { padding: 50px; } .padder-lg { padding-left: 30px; padding-right: 30px; } .padder-md { padding-left: 20px; padding-right: 20px; } .padder { padding-left: 15px; padding-right: 15px; } .padder-v { padding-top: 15px; padding-bottom: 15px; } .no-padder { padding: 0 !important; } .pull-in { margin-left: -15px; margin-right: -15px; } .pull-out { margin: -10px -15px; } .b { border: 1px solid rgba(0,0,0,0.05); } .b-a { border: 1px solid #eaeef1; } .b-t { border-top: 1px solid #eaeef1; } .b-r { border-right: 1px solid #eaeef1; } .b-b { border-bottom: 1px solid #eaeef1; } .b-l { border-left: 1px solid #eaeef1; } .b-light { border-color: #d9e4e6; } .b-dark { border-color: #657789; } .b-primary { border-color: #636bb0; } .b-success { border-color: #1dcc74; } .b-info { border-color: #60bed1; } .b-warning { border-color: #fbdc4c; } .b-danger { border-color: #f26767; } .b-black { border-color: #2e3941; } .b-white { border-color: #fff; } .b-dashed { border-style: dashed !important; } .b-2x { border-width: 2px; } .b-3x { border-width: 3px; } .b-4x { border-width: 4px; } .b-5x { border-width: 5px; } .r { border-radius: 2px 2px 2px 2px; } .r-2x { border-radius: 4px; } .r-3x { border-radius: 6px; } .r-l { border-radius: 2px 0 0 2px; } .r-r { border-radius: 0 2px 2px 0; } .r-t { border-radius: 2px 2px 0 0; } .r-b { border-radius: 0 0 2px 2px; } .m-xxs { margin: 2px 4px; } .m-xs { margin: 5px; } .m-sm { margin: 10px; } .m { margin: 15px; } .m-md { margin: 20px; } .m-lg { margin: 30px; } .m-xl { margin: 50px; } .m-n { margin: 0 !important; } .m-l-none { margin-left: 0; } .m-l-xs { margin-left: 5px; } .m-l-sm { margin-left: 10px; } .m-l { margin-left: 15px; } .m-l-md { margin-left: 20px; } .m-l-lg { margin-left: 30px; } .m-l-xl { margin-left: 40px; } .m-l-n-xxs { margin-left: -1px; } .m-l-n-xs { margin-left: -5px; } .m-l-n-sm { margin-left: -10px; } .m-l-n { margin-left: -15px; } .m-l-n-md { margin-left: -20px; } .m-l-n-lg { margin-left: -30px; } .m-l-n-xl { margin-left: -40px; } .m-t-none { margin-top: 0; } .m-t-xxs { margin-top: 1px; } .m-t-xs { margin-top: 5px; } .m-t-sm { margin-top: 10px; } .m-t { margin-top: 15px; } .m-t-md { margin-top: 20px; } .m-t-lg { margin-top: 30px; } .m-t-xl { margin-top: 40px; } .m-t-n-xxs { margin-top: -1px; } .m-t-n-xs { margin-top: -5px; } .m-t-n-sm { margin-top: -10px; } .m-t-n { margin-top: -15px; } .m-t-n-md { margin-top: -20px; } .m-t-n-lg { margin-top: -30px; } .m-t-n-xl { margin-top: -40px; } .m-r-none { margin-right: 0; } .m-r-xxs { margin-right: 1px; } .m-r-xs { margin-right: 5px; } .m-r-sm { margin-right: 10px; } .m-r { margin-right: 15px; } .m-r-md { margin-right: 20px; } .m-r-lg { margin-right: 30px; } .m-r-xl { margin-right: 40px; } .m-r-n-xxs { margin-right: -1px; } .m-r-n-xs { margin-right: -5px; } .m-r-n-sm { margin-right: -10px; } .m-r-n { margin-right: -15px; } .m-r-n-md { margin-right: -20px; } .m-r-n-lg { margin-right: -30px; } .m-r-n-xl { margin-right: -40px; } .m-b-none { margin-bottom: 0; } .m-b-xxs { margin-bottom: 1px; } .m-b-xs { margin-bottom: 5px; } .m-b-sm { margin-bottom: 10px; } .m-b { margin-bottom: 15px; } .m-b-md { margin-bottom: 20px; } .m-b-lg { margin-bottom: 30px; } .m-b-xl { margin-bottom: 40px; } .m-b-n-xxs { margin-bottom: -1px; } .m-b-n-xs { margin-bottom: -5px; } .m-b-n-sm { margin-bottom: -10px; } .m-b-n { margin-bottom: -15px; } .m-b-n-md { margin-bottom: -20px; } .m-b-n-lg { margin-bottom: -30px; } .m-b-n-xl { margin-bottom: -40px; } .media-xs { min-width: 50px; } .media-sm { min-width: 80px; } .media-md { min-width: 90px; } .media-lg { min-width: 120px; } .avatar { position: relative; display: block; border-radius: 500px; white-space: nowrap; } .avatar img { border-radius: 500px; width: 100%; } .avatar i { position: absolute; left: 0; top: 0; width: 10px; height: 10px; border-width: 2px; border-style: solid; border-radius: 100%; } .avatar i.md { width: 12px; height: 12px; margin: 1px; } .avatar i.sm { margin: -1px; } .avatar i.right { left: auto; right: 0; } .avatar i.bottom { left: auto; top: auto; bottom: 0; right: 0; } .avatar i.on { background-color: #1ab667; } .avatar i.off { background-color: #939aa0; } .avatar i.busy { background-color: #f05050; } .avatar i.away { background-color: #fad733; } .thumb-lg { width: 128px; display: inline-block; } .thumb-md { width: 64px; display: inline-block; } .thumb { width: 50px; display: inline-block; } .thumb-sm { width: 40px; display: inline-block; } .thumb-xs { width: 30px; display: inline-block; } .thumb-wrapper { padding: 2px; border: 1px solid #dbe2e7; } .thumb img, .thumb-xs img, .thumb-sm img, .thumb-md img, .thumb-lg img, .thumb-btn img { height: auto; max-width: 100%; vertical-align: middle; } .img-full { width: 100%; } .img-full img { width: 100%; } .clear { display: block; overflow: hidden; } .row-sm { margin-left: -10px; margin-right: -10px; } .row-sm > div { padding-left: 10px; padding-right: 10px; } .i-checks input { opacity: 0; } .i-checks input:checked + i { border-color: #545ca6; } .i-checks input:checked + i:before { position: absolute; left: 0px; width: 100%; top: 2px; text-align: center; font-family: "FontAwesome"; font-style: normal; font-weight: normal; color: #545ca6; } .i-checks input[type="radio"] + i { border-radius: 100%; } .i-checks input[type="checkbox"]:checked + i:before { content: "\f00c"; } .i-checks input[type="radio"]:checked + i:before { content: "\f111"; } .i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i { border-color: #dbe2e7; } .i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before { color: #cbd5dd; } .i-checks i { width: 18px; height: 18px; line-height: 1; border: 1px solid #cbd5dd; background-color: #fff; margin-left: -20px; margin-top: -2px; display: inline-block; vertical-align: middle; margin-right: 4px; position: relative; font-size: 12px; } .ie8 .i-checks i { display: none; } .scroll-x, .scroll-y { overflow: hidden; -webkit-overflow-scrolling: touch; } .scroll-y { overflow-y: auto; } .scroll-x { overflow-x: auto; } .no-touch .scroll-x, .no-touch .scroll-y { overflow: hidden; } .no-touch .scroll-x:hover, .no-touch .scroll-x:focus, .no-touch .scroll-x:active { overflow-x: auto; } .no-touch .scroll-y:hover, .no-touch .scroll-y:focus, .no-touch .scroll-y:active { overflow-y: auto; } .no-touch .hover-action { display: none; } .no-touch .hover:hover .hover-action { display: inherit; } .hover-rotate { -webkit-transition: all .2s ease-in-out .1s; transition: all .2s ease-in-out .1s; } .hover:hover .hover-rotate, .hover:active .hover-rotate { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .item .top { position: absolute; top: 0; left: 0; right: 0; } .item .bottom { position: absolute; bottom: 0; left: 0; right: 0; } .item .center { position: absolute; top: 50%; left: 0; right: 0; } .item .gd { background-color: transparent; background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),color-stop(20%,rgba(0,0,0,0.25)),to(rgba(0,0,0,0.75))); background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75)); background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75)); background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75)); background-repeat: no-repeat; } .item .opacity { background-color: rgba(0,0,0,0.75); } .item-overlay { display: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .item-overlay.active, .item:hover .item-overlay { display: block; } .backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; } .backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .backdrop.in { opacity: 0.8; filter: alpha(opacity=80); } .h { font-size: 170px; text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0,0,0,0.125), 0 10px 20px rgba(0,0,0,0.2); } @media screen and (min-width: 992px) { .col-lg-2-4 { width: 20.000%; float: left; } } @media (max-width: 767px) { .shift { display: none !important; } .shift.in { display: block !important; } .row-2 [class*="col"] { width: 50%; float: left; } .row-2 .col-0 { clear: none; } .row-2 li:nth-child(odd) { clear: left; margin-left: 0; } .text-center-xs { text-align: center; } .text-left-xs { text-align: left; } .text-right-xs { text-align: right; } .pull-none-xs { float: none !important; } .dropdown-menu.pull-none-xs { left: 0; } .hidden-xs.show { display: inherit !important; } .wrapper-lg { padding: 15px; } .padder-lg { padding-left: 15px; padding-right: 15px; } } .musicbar { position: relative; } .musicbar span { position: absolute; bottom: 0; width: 15%; text-indent: -9999px; } .bar1 { left: 0%; height: 60%; } .bar2 { left: 20%; height: 45%; } .bar3 { left: 40%; height: 90%; } .bar4 { left: 60%; height: 60%; } .bar5 { left: 80%; height: 40%; } .animate .a1 { -webkit-animation: movingbar1 1s infinite alternate both; -moz-animation: movingbar1 1s infinite alternate both; animation: movingbar1 1s infinite alternate both; } .animate .a2 { -webkit-animation: movingbar2 1.5s infinite alternate both; -moz-animation: movingbar2 1.5s infinite alternate both; animation: movingbar2 1.5s infinite alternate both; } .animate .a3 { -webkit-animation: movingbar3 1.2s infinite alternate both; -moz-animation: movingbar3 1.2s infinite alternate both; animation: movingbar3 1.2s infinite alternate both; } .animate .a4 { -webkit-animation: movingbar4 1.1s infinite alternate both; -moz-animation: movingbar4 1.1s infinite alternate both; animation: movingbar4 1.1s infinite alternate both; } .animate .a5 { -webkit-animation: movingbar5 1.2s infinite alternate both; -moz-animation: movingbar5 1.2s infinite alternate both; animation: movingbar5 1.2s infinite alternate both; } @-webkit-keyframes movingbar1 { 0% { height: 32%; } 25% { height: 80%; } 50% { height: 56%; } 75% { height: 100%; } 100% { height: 84%; } } @-moz-keyframes movingbar1 { 0% { height: 32%; } 25% { height: 80%; } 50% { height: 56%; } 75% { height: 100%; } 100% { height: 84%; } } @keyframes movingbar1 { 0% { height: 32%; } 25% { height: 80%; } 50% { height: 56%; } 75% { height: 100%; } 100% { height: 84%; } } @-webkit-keyframes movingbar2 { 0% { height: 20%; } 25% { height: 58%; } 50% { height: 90%; } 75% { height: 74%; } 100% { height: 53%; } } @-moz-keyframes movingbar2 { 0% { height: 20%; } 25% { height: 58%; } 50% { height: 90%; } 75% { height: 74%; } 100% { height: 53%; } } @keyframes movingbar2 { 0% { height: 20%; } 25% { height: 58%; } 50% { height: 90%; } 75% { height: 74%; } 100% { height: 53%; } } @-webkit-keyframes movingbar3 { 0% { height: 34%; } 25% { height: 69%; } 50% { height: 100%; } 75% { height: 82%; } 100% { height: 41%; } } @-moz-keyframes movingbar3 { 0% { height: 34%; } 25% { height: 69%; } 50% { height: 100%; } 75% { height: 82%; } 100% { height: 41%; } } @keyframes movingbar3 { 0% { height: 34%; } 25% { height: 69%; } 50% { height: 100%; } 75% { height: 82%; } 100% { height: 41%; } } @-webkit-keyframes movingbar4 { 0% { height: 80%; } 25% { height: 49%; } 50% { height: 59%; } 75% { height: 82%; } 100% { height: 65%; } } @-moz-keyframes movingbar4 { 0% { height: 80%; } 25% { height: 49%; } 50% { height: 59%; } 75% { height: 82%; } 100% { height: 65%; } } @keyframes movingbar4 { 0% { height: 80%; } 25% { height: 49%; } 50% { height: 59%; } 75% { height: 82%; } 100% { height: 65%; } } @-webkit-keyframes movingbar5 { 0% { height: 50%; } 25% { height: 30%; } 50% { height: 90%; } 75% { height: 50%; } 100% { height: 65%; } } @-moz-keyframes movingbar5 { 0% { height: 50%; } 25% { height: 30%; } 50% { height: 90%; } 75% { height: 50%; } 100% { height: 65%; } } @keyframes movingbar5 { 0% { height: 50%; } 25% { height: 30%; } 50% { height: 90%; } 75% { height: 50%; } 100% { height: 65%; } }
application/index/view/public/css.html
MengDianYun/haoyiguan
<meta charset="UTF-8"> <title>{$title}</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="renderer" content="webkit"> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link rel="alternate icon" type="image/png" href="__ASSETS__/i/favicon.png"> <link rel="stylesheet" href="__ASSETS__/css/amazeui.min.css"/>
public/index.html
mrodalgaard/Personal-Page
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="%REACT_APP_DESCRIPTION%" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <!-- Notice the use of %PUBLIC_URL% in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> <title>%REACT_APP_WEBSITE_NAME%</title> <!-- Twitter card --> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@mrodalgaard" /> <meta name="twitter:title" content="%REACT_APP_WEBSITE_NAME%" /> <meta name="twitter:description" content="%REACT_APP_DESCRIPTION%" /> <meta name="twitter:image" content="%REACT_APP_HOMEPAGE%/logo512.png" /> <!-- Open Graph --> <meta property="og:title" content="%REACT_APP_WEBSITE_NAME%" /> <meta property="og:type" content="website" /> <meta property="og:image" content="%REACT_APP_HOMEPAGE%/logo512.png" /> <meta property="og:url" content="%REACT_APP_HOMEPAGE%" /> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> </body> </html>
app/views/common/popups/channel/popup.channel.leave.html
C0ZEN/Cogeo
<cozen-popup cozen-popup-name="channelLeave" cozen-popup-type-warning cozen-popup-size-small cozen-popup-data="popup.channelLeaveData" cozen-popup-header-title="'popup_channel_leave_header_title'"> <div class="row"> <!-- User invitation --> <div class="col-xs-12 space-large-before space-medium-after"> <h3 class="no-margin-top text-center">{{ 'popup_channel_leave_body_title' | translate:popup.channelLeaveData }}</h3> </div> <!-- Submit btn --> <div class="col-xs-12 space-large-after text-center"> <cozen-btn cozen-btn-type-warning cozen-btn-label="'popup_channel_leave_body_leave' | translate:popup.channelLeaveData" cozen-btn-auto-sizing="true" cozen-btn-loader="popup.loading" cozen-btn-on-click="popup.methods.channel.leave()" cozen-btn-class="space-base-right"> </cozen-btn> </div> </div> </cozen-popup>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/af33e4a0b0156f996924e666a24dc4419f30805cebb07281899fa3ee64151bf4.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./4a9b57cd806c7fa3eafc4e3be5325e12838cc5b1b380ddf38f10d0a8a3d77872.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
public/index.html
vinaygaba/Elff.in
<html> <head> <title></title> <script src="js/script.js"></script> </head> <body> <h1>Elff.in</h1> <br/> <form action="post('/getShortUrl',{longURL:document.getElementById('url').value})"> URL: <input type="text" name="url" id="url"><br> <input type="submit" value="Submit"> </form> </body> </html>
resources/visual-airplane-guide/page5.html
tablesix/jebediahsnotebook
<!DOCTYPE html> <html> <head> <title>Visual Airplane Guide | Jebediah's Notebook</title> <meta charset="utf-8" /> <meta name="description" content="Welcome to Jebediah's Notebook! This is a collection of guides and resources for Kerbal Space Program" /> <link rel="stylesheet" type="text/css" href="../../css-js/css/default.css" /> <link rel="stylesheet" type="text/css" href="../../css-js/css/styles.css" /> </head><body> <header class="header" id="top" > <div class="h-content-wrapper"> <div class="textWrapper"> <div class="hWrapper"> <h1>Jebediah's Notebook</h1> <h2>How to Kerbal</h2> </div> <nav class="main-nav"> <ul> <li><a href="../../index.html">Home</a></li> <li><a href="../../guides.html">Guides</a> <ul> <li><a href="../../guides/basic-rockets.html">Basic Rockets</a></li> <li><a href="../../guides/intermediate-rockets.html">Intermediate Rockets</a></li> <li><a href="../../guides/orbital-mechanics.html">Orbital Mechanics</a></li> </ul> </li> <li><a href="../../resources.html">Resources</a> <ul> <li><a href="https://garycourt.github.io/korc/" target="_blank">Rocket Calculator</a></li> <li class="listHead" title="not a link">Delta-V Planners</li> <li class="subSubItem"><a href="../../resources/dv-map1.html">Map 1</a></li> <li class="subSubItem"><a href="../../resources/dv-map2.html">Map 2</a></li> <li class="subSubItem"><a href="http://13375.de/KSPDeltaVMap/" target="_blank">Interactive</a></li> <li><a href="http://ksp.olex.biz/" target="_blank">How do I get there?</a></li> <li><a href="http://alexmoon.github.io/ksp/" target="_blank">When Should I Launch?</a></li> <li><a href="../../resources/visual-airplane-guide.html">Visual Airplane Guide</a></li> <li><a href="https://www.youtube.com/playlist?list=PLYu7z3I8tdEm5nyZU3a-O2ak6mBYXWPAL" target="_blank">Scott Manley's Tutorials</a></li> <li><a href="https://www.youtube.com/user/WernherVonKerman" target="_blank">Von Kerman's Rocket School</a></li> <li><a href="http://imgur.com/gallery/2JDYKtx/new" target="_blank">m_sporkboy's Mun Lander Guide</a></li> <li><a href="https://docs.google.com/document/d/1rTsu_wkh7zGM4GwjNiQUTEVFP7BvyQSP3ZF4GL-VvvM/pub" target="_blank">jelliestjellyfish's Checklists</a></li> <li><a href="http://imgur.com/a/85cpa#0" target="_blank">PhildeCube's Career Mode for Beginners</a></li><li><a href="http://www.kerbalmaps.com" target="_blank">Kerbal Maps</a></li> <li><a href="http://corpsmoderne.net/fsp/" target="_blank">Flappy Space Program</a></li> </ul> </li> <li><a href="../../galleries.html">Galleries</a></li> <li><a href="http://wiki.kerbalspaceprogram.com/wiki/Main_Page" target="_blank">Wiki</a></li><li><a href="http://forum.kerbalspaceprogram.com/" target="_blank">Forum</a></li> <li>Reddit <ul> <li><a href="http://reddit.com/r/kerbalspaceprogram" target="_blank">/r/KerbalSpaceProgram</a></li> <li><a href="http://reddit.com/r/kerbalacademy" target="_blank">/r/KerbalAcademy</a></li> </ul> </li> <li><a href="https://kerbalspaceprogram.com" target="_blank">Official Site</a></li> </ul> </nav> </div><!--#/textwrapper--> <!--"official-button"--> </div><!--#/h-content-wrapper--> </header> <main> <h1 class="contentHeader">5: Angle of Attack</h1> <div class="contentWrapper"> <div class="allButSideNav"> <div class="mainWrapper"> <article class="asidePartner"> <img class="fullWidth" src="../../media/airplane-guide/airplane-guide5.jpg" alt="Angle of Attack" /> </article> </div> <p class="centered"><a href="#">Return to Top</a></p> </div> <aside class="sideNav" id="sideMenu"> <a href="../../resources/visual-airplane-guide.html"><h3>Airplane Guide</h3></a> <ol class="pageNav"> <li><a href="../visual-airplane-guide/page1.html">Lift Basics</a></li> <li><a href="../visual-airplane-guide/page2.html">Center of Thrust</a></li> <li><a href="../visual-airplane-guide/page3.html">Control Surfaces, Wing Shapes</a></li> <li><a href="../visual-airplane-guide/page4.html">Wing Alignment</a></li> <li><a href="../visual-airplane-guide/page5.html">Angle of Attack</a></li> <li><a href="../visual-airplane-guide/page6.html">Landing Gears</a></li> <li><a href="../visual-airplane-guide/page7.html">Landing Gears Cont.</a></li> <li><a href="../visual-airplane-guide/page8.html">Credits</a></li> </ol> <h3>Key Resources</h3> <nav class="aside"> <ul> <li><a href="../../guides.html">Guides</a> <ul> <li><a href="../../guides/basic-rockets.html">Basic Rockets</a></li> <li><a href="../../guides/intermediate-rockets.html">Intermediate Rockets</a></li> <li><a href="../../guides/orbital-mechanics.html">Orbital Mechanics</a></li> </ul> </li> <li><a href="../../resources.html">Resources</a> <ul> <li><a href="https://garycourt.github.io/korc/" target="_blank">Rocket Calculator</a></li> <li class="subSubItem"><a href="../../resources/dv-map1.html">Delta-V Map 1</a></li> <li class="subSubItem"><a href="../../resources/dv-map2.html">Delta-V Map 2</a></li> <li class="subSubItem"><a href="http://13375.de/KSPDeltaVMap/" target="_blank">Interactive dV Planner</a></li> <li><a href="http://ksp.olex.biz/" target="_blank" >How do I get there?</a></li> <li><a href="http://alexmoon.github.io/ksp/" target="_blank" >When Should I Launch?</a></li> <li><a href="../../resources/visual-airplane-guide.html">Visual Airplane Guide</a></li> <li><a href="https://www.youtube.com/playlist?list=PLYu7z3I8tdEm5nyZU3a-O2ak6mBYXWPAL" target="_blank">Manley's Tutorials</a></li> <li><a href="https://www.youtube.com/user/WernherVonKerman" target="_blank">Von Kerman's Tutorials</a></li> <li><a href="http://imgur.com/gallery/2JDYKtx/new" target="_blank">m_sporkboy's Mun Lander Guide</a></li> <li><a href="https://docs.google.com/document/d/1rTsu_wkh7zGM4GwjNiQUTEVFP7BvyQSP3ZF4GL-VvvM/pub" target="_blank">jelliestjellyfish's Checklists</a></li> <li><a href="http://imgur.com/a/85cpa#0" target="_blank">PhildeCube's Career Mode for Beginners</a></li><li><a href="http://www.kerbalmaps.com" target="_blank">Kerbal Maps</a></li> <li><a href="http://corpsmoderne.net/fsp/" target="_blank" >Flappy Space Program</a></li> </ul> </li> <li><a href="http://wiki.kerbalspaceprogram.com/wiki/Main_Page" target="_blank">Wiki</a></li><li><a href="http://forum.kerbalspaceprogram.com/" target="_blank">Forum</a></li> <li>Reddit <ul> <li><a href="http://reddit.com/r/kerbalspaceprogram" target="_blank">/r/KerbalSpaceProgram</a></li> <li><a href="http://reddit.com/r/kerbalacademy" target="_blank">/r/KerbalAcademy</a></li> </ul> </li> <li><a href="https://kerbalspaceprogram.com" target="_blank">Official Site</a></li> </ul> </nav> </aside> </div> </main> <footer> <div class="footerContent"> <h6>Sponsors*</h6> <div class="footerGallery"> <img src="../../../media/footer/ionic-symphonic.png" alt="ionic symphonic" /> <img src="../../../media/footer/jebs-junkyard.png" alt="jebs junkard" /> <img src="../../../media/footer/kerlington.png" alt="kerlington" /> <img src="../../../media/footer/periapsis.png" alt="periapsis" /> <img src="../../../media/footer/vac-co.png" alt="vac co" /> </div> <p>*Not really. These are just some of the in-game companies' logos.</p> </div><!--#/footerContent--> </footer></body> </html>
index.html
djblight/Portfolio
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="normalize.css"> <link rel="stylesheet" href="style.css"> <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>David Blight</title> <link href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <script src="http://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"> </script> </head> <body> <!-- BEGIN NAVBAR --> <div class="navbar" role="navigation"> <div class="container-fluid"> <nav class="clearfix"> <ul class="clearfix"> <li><a href="#home"><strong>Home</strong></a></li> <li><a href="#about"><strong>About</strong></a></li> <li><a href="#charlotte"><strong>Charlotte</strong></a></li> <li><a href="#time"><strong>What Time Is It?</strong></a></li> <li><a href="#fun"><strong>Just for Fun!</strong></a></li> <li><a href="#experience"><strong>Experience</strong></a></li> <li><a href="#meetups"><strong>Meetup Groups</strong></a></li> <li><a href="#education"><strong>Education</strong></a></li> <li><a href="#projects"><strong>Projects</strong></a></li> <li><a href="#skills"><strong>Skills</strong></a></li> <li><a href="#contact"><strong>Contact</strong></a></li> </ul> <a href="#" id="pull">Menu</a> </nav> </div> <!--/.container-fluid --> </div> <!-- END NAVBAR --> <!-- HEADER --> <div class="jumbotron"> <a class="anchor" name="home"></a> <!-- </div> --> <div class="jumbotron-text"> <div class="spacer"> <img class="round" src="./images/david.JPG"> </div> <h1>David Blight</h1> <p>Full-Stack Web Developer in Charlotte, NC</p> </div> <div class="jumbotron-social"> <ul class="ul-social"> <li class="li-social-links"> <a class="social" href="https://github.com/djblight" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> </li> <li class="li-social-links"> <a class="social" href="https://www.linkedin.com/in/david-blight-mba-1ba88624/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> </li> <li class="li-social-links"> <a class="social" href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> </li> <li class="li-social-links"> <a class="social" href="https://twitter.com/DavidBlight1" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> </li> <li class="li-social-links"> <a class="social" href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a> </li> </ul> </div> <div id="down-arrow"> <span><a href="#about"><i class="fa fa-chevron-down" aria-hidden="true"></i></a></span> </div> </div> <!-- END HEADER --> <!-- BEGIN ABOUT --> <div class="row white box-shadow"> <a class="anchor" name="about"></a> <div class="side-content"></div> <div class="main-content"> <div class="content-header"> <h2>About</h2> </div> <div class="content-body"> <p>The year was 2000, and I was knee deep into an MBA program as a seasoned operations manager. During a small business course we were given the choice of 3 projects to choose from for a small business project, and I chose to design and build a website with NetObjects Fusion. I thought it would be a fun learning experience, but I had no idea what path this project would lead me down or how profound a change it would make in my life.</p> <p>Shortly after completing this project the manufacturing company I was managing had to revamp its website. I was immediately able to manage this entire project, based solely on what I had learned while completing my MBA website project. The website was revamped along with promotional literature, which then led to the development of a CRM system and associated customer database.</p> <p>Then, while managing 3 automotive service programs for AAA Carolinas, I again used my web and database design experience and implemented various IT technology/solution platforms for report/service automation such as: SQL database on UNIX OS utilizing Hyperion reporting platform, automated ERS service deployment utilizing Automated Vehicle Locating (AVL) technology, interactive website for AAA Carolinas branch offices and service provider network use.</p> <p>I yet again I found myself utilizing my web development and database skills while working for a marketing company. In my key account sales role, I was responsible for marketing campaign strategy development and overall project management for client projects. While in this role I sold, designed and managed the first B2B website project produced by the company. That's when I realized that I was not only drawn to web development but that it was where I was meant to be.</p> <p>Today, I am experienced in full-stack web development, formally trained in the UNC Charlotte Web Development program. My experience encompasses the use of back-end frameworks like Node.js and for persistence and caching I have used Firebase, MySQL and MongoDB. While my front-end experience includes HTML, CSS, JavaScript, jQuery, Bootstrap and ReactJS. I also have experience deploying in the cloud with Heroku.</p> <p>I am proud to say that I am a life-long learner with a passion for web development with experience in: HTML, CSS, Javascript, jQuery, Sequelize, Bootstrap, Firebase, Heroku, Node.js, React.js, SQL, MySQL, Visual Studio, Postman, Sublime, Slack, GitHub, Express, Handlebars.js, API's, AJAX, Babel.js, JawsDB, MongoDB and C#.</p> <p>I am very active in the coding community, which you can view under my Meetup Groups. I participate in training events as well as civic Hackathons to help others live a more fullfilling life through the use of technology. I view each day as an opportunity to solve new challenges with the latest and best tools that today's technology has to offer. I believe that the way that it has always been is not necessarily how it has to stay. There is always an opportunity to improve and excel and I don't want to miss one minute of it! </div> </div> <div class="side-content"></div> </div> <!-- END ABOUT --> <div class="container"> <a class="anchor" name="charlotte"></a> <p></p> <h1>Come See Charlotte!</h1> <div id="slider"> <a class="control_next">></a> <a class="control_prev"><</a> <ul> <li><img src="./images/charlotteskyline.jpg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/panthers.jpg" height="100%" width="100%"></li> <li><img src="./images/bffest.png" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/dstowe.jpg" height="100%" width="100%"></li> <li><img src="./images/salsaritas.JPG" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/unccfootball.jpg" height="100%" width="100%"></li> <li><img src="./images/jazzfestival.jpg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/renfest.jpg" height="100%" width="100%"></li> <li><img src="./images/discoveryplace.jpeg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/charlottemotorspeedway.jpg" height="100%" width="100%"></li> <li><img src="./images/ri ra.jpg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/greekfest.jpg" height="100%" width="100%"></li> <li><img src="./images/knights.jpg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/charlottepride.jpg" height="100%" width="100%"></li> <li><img src="./images/hornets.jpg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/omb.png" height="100%" width="100%"></li> <li><img src="./images/queenscup.jpg" height="100%" width="100%"></li> <li style="background: #aaa;"><img src="./images/holidayonice.jpg" height="100%" width="100%"></li> <li><img src="./images/nascarhof.jpg" height="100%" width="100%"></li> </ul> </div> <div class="slider_option"> <input type="checkbox" id="checkbox"> <label for="checkbox">Click for Autoplay</label> </div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> </div> <!-- BEGIN Time --> <div class="row white box-shadow"> <div class="side-content"></div> <a class="anchor" name="time"></a> <div class="main-content"> <!-- <div class="content-header"> --> <link href='https://fonts.googleapis.com/css?family=Raleway:600,700' rel='stylesheet' type='text/css'> <div class="demo"> <div class="rings"> <div class="h" style=""> <input class="knob hour" data-min="0" data-max="1440" data-readOnly="true" data-bgColor="#333" data-fgColor="#508491" data-displayInput=false data-width="482" data-height="482" data-thickness=".25"> </div> <div class="m" style=""> <input class="knob minute" data-min="0" data-max="3600" data-readOnly="true" data-bgColor="#333" data-fgColor="#90CEDE" data-displayInput=false data-width="356" data-height="356" data-thickness=".4"> </div> <div class="s" style=""> <input class="knob second" data-min="0" data-max="60000" data-readOnly="true" data-bgColor="#333" data-fgColor="#BFF2FF" data-displayInput=false data-width="208" data-height="208" data-thickness=".2"> </div> <div class="clock" style=""> <span class="hour"></span>:<span class="minute"></span>:<span class="second"></span> </div> <!-- </div> --> </div> </div> </div> <div class="side-content"></div> </div> <!-- END Time --> <section id="wrapper" class="skewed"> <a class="anchor" name="fun"></a> <div class="layer bottom"> <div class="content-wrap"> <div class="content-body"> <h1>Look Sharp</h1> <p>Bold contrasting color choices can offer an exciting enviroment to make your site stand out in the crowd. Cool colors are great but also consider the dicotomy of light and dark. Is the bold choice for you?</p> </div> <img src="./images/eiffeltowernight2.jpg" alt=""> </div> </div> <div class="layer top"> <div class="content-wrap"> <div class="content-body"> <h1>Stay Cool</h1> <p>Cool color choices can put your audience at ease by offering an open and inviting environment. Bold colors are great but also consider the welcoming nature of cool colors. Is the cool choice for you?</p> </div> <img src="./images/eiffeltowerday2.jpg" alt=""> </div> </div> <div class="handle"></div> </section> <!-- BEGIN EPERIENCE --> <div class="row"> <div class="side-content"></div> <a class="anchor" name="experience"></a> <div class="main-content"> <div class="content-header"> <h2>Experience</h2> </div> <!-- CARD #1 --> <div class="content-body"> <div class="card"> <div class="card-header"> <h4>UNC Charlotte Web Development Program <span class="job-title">Student</span></h4> </div> <div class="card-content"> <p>Today, I am experienced in full-stack web development, formally trained in the UNC Charlotte Web Development program. I am proud to say that I am a life-long learner with a passion for web development with experience in: HTML, CSS, Javascript, jQuery, Sequelize, Bootstrap, Firebase, Heroku, Node.js, React.js, SQL, MySQL, Visual Studio, Postman, Sublime, Slack, GitHub, Express, Handlebars.js, API's, AJAX, Babel.js, JawsDB, MongoDB and C#.</p> </div> </div> <!-- CARD #2 --> <div class="content-body"> <div class="card"> <div class="card-header"> <h4>Creative Marketing Solutions, Inc. <span class="job-title">Marketing Communications Sales Specialist</span></h4> </div> <div class="card-content"> <p>I have developed original creative solutions for marketing objectives, while maintaining creative, technical and brand standards for a variety clients. My projects included branding, digital campaigns, Web sites and/or landing pages, email blasts and print for clients such as: Salsarita’s, Brixx Pizza, Corning, Ingersoll Rand, Just Fresh, Spirit Communications, Husqvarna, Time Warner Cable, Greenway Chemicals, CATS (City of Charlotte) and the Pineville Police Department.</p> </div> </div> <!-- CARD #3 --> <div class="card"> <div class="card-header"> <h4>AAA Carolinas <span class="job-title">Manager Automotive Services</span></h4> </div> <div class="card-content"> <p>Managed 3 automotive service programs with full P&L (total annual budget of $30 million) and implemented various IT technology/solution platforms facilitating report/service automation such as: SQL database on UNIX OS, automated ERS service deployment utilizing Automated Vehicle Locating (AVL) technology, interactive website for AAA Carolinas branch offices and contracted provider network use.</p> </div> </div> <!-- END EXPERIENCE --> <!-- BEGIN Meetup Groups --> <div class="row white box-shadow"> <div class="side-content"></div> <a class="anchor" name="meetups"></a> <div class="main-content"> <div class="content-header"> <h2>Meetup Groups</h2> </div> <div class="content-body"> <!-- Meetup Group 1 --> <div class="card"> <div class="card-header"> <h4>Charlotte Junior Devs, Charlotte NC <span class="job-title">Member since 2017</span></h4> </div> </div> <!-- Meetup Group 2 --> <div class="card"> <div class="card-header"> <h4>CP Coders, Rock Hill SC <span class="job-title">Member since 2017</span></h4> </div> </div> <!-- Meetup Group 3 --> <div class="card"> <div class="card-header"> <h4>Enterprise Developers Guild, Charlotte NC <span class="job-title">Member since 2017</span></h4> </div> </div> <!-- Meetup Group 4 --> <div class="card"> <div class="card-header"> <h4>Tech Talent South-Charlotte, Charlotte NC <span class="job-title">Member since 2017</span></h4> </div> </div> <!-- Meetup Group 5 --> <div class="card"> <div class="card-header"> <h4>Charlotte NodeJS User Group, Charlotte NC <span class="job-title">Member since 2017</span></h4> </div> </div> <!-- Meetup Group 6 --> <div class="card"> <div class="card-header"> <h4>Learn to Code JavaScript Charlotte, Charlotte NC <span class="job-title">Member since 2017</span></h4> </div> </div> </div> </div> <div class="side-content"></div> </div> <!-- END Meetup Groups --> <!-- BEGIN EDUCATION --> <div class="row white box-shadow"> <a class="anchor" name="education"></a> <div class="side-content"></div> <div class="main-content"> <div class="content-header"> <h2>Education</h2> </div> <div class="content-body"> <!-- EDUCATION 1 --> <div class="card"> <div class="card-header"> <h4>University of North Carolina at Charlotte <span class="job-title">2017</span></h4> </div> <div class="card-content"> <p>Certificate, Full Stack Web Developer</p> </div> </div> <!-- EDUCATION 2 --> <div class="card"> <div class="card-header"> <h4>Montreat College, Charlotte NC <span class="job-title">2001</span></h4> </div> <div class="card-content"> <p>MBA</p> </div> </div> <!-- EDUCATION 3 --> <div class="card"> <div class="card-header"> <h4>LeTourneau University, Houston TX <span class="job-title">1997</span></h4> </div> <div class="card-content"> <p>BSBM</p> </div> </div> </div> </div> <div class="side-content"></div> </div> <!-- END EDUCATION --> <!-- BEGIN PROJECTS --> <div class="row"> <div class="side-content-sm"></div> <a class="anchor" name="projects"></a> <div class="main-content-lg"> <div class="content-header"> <h2>Projects</h2> </div> <div class="content-body"> <!-- CARD #1 --> <div class="project-card"> <div class="project-image"> <img src="./images/train.jpg" height="250" width="320"> </div> <div class="project-content"> <h4>Train Scheduler</h4> <p>A train schedule application that incorporates Firebase to host arrival and departure data. The app retrieves and manipulates this information with Moment.js. This website provides up-to-date information about various trains, namely their arrival times and how many minutes remain until they arrive at their station.</p> <a href="https://djblight.github.io/Train-Time/" target="_blank">Try it Out!</a> </div> </div> <!-- CARD #2 --> <div class="project-card"> <div class="project-image"> <img src="./images/gardening.jpg" height="250" width="320"> </div> <div class="project-content"> <h4>Gardening App</h4> <p>Team project where I developed imbedded YouTube video app utilizing iFrame and co-designed the front-end. A gardening app that provides various plant, planting and plant care information based on hardiness regions in the Carolinas.</p> <a href="https://djblight.github.io/GardeningApp/" target="_blank">Try it Out!</a> </div> </div> <!-- CARD #3 --> <div class="project-card"> <div class="project-image"> <img src="./images/giphy.jpg" height="250" width="320"> </div> <div class="project-content"> <h4>AJAX-GIPHY App</h4> <p>Uses the GIPHY API to make a dynamic web page that populates with chosen gifs. Calls the GIPHY API and uses JavaScript and jQuery to change the HTML of your site; switching from static to amimated gif with added sound clip "on-click".</p> <a href="https://djblight.github.io/AJAX-GIPHY/" target="_blank">Try it Out!</a> </div> </div> <!-- CARD #4 --> <div class="project-card"> <div class="project-image"> <img src="./images/youtube.jpg" height="250" width="320"> </div> <div class="project-content"> <h4>YouTube Video Search App</h4> <p>A YouTube video search app I created just for fun. It uses iFrame to house and serve the searched videos once the search box has been filled and the "Submit" button has been clicked.</p> <a href="https://djblight.github.io/YouTube-Search-App/." target="_blank">Try it Out!</a> </div> </div> <!-- CARD #5 --> <div class="project-card"> <div class="project-image"> <img src="./images/trivia.jpg" height="250" width="320"> </div> <div class="project-content"> <h4>Trivia Game</h4> <p>Created a basic Trivia game based on Harry Potter using JavaScript for the logic and jQuery to manipulate HTML. There are 10 questions and the resulting score is posted at the end of the game.</p> <a href="https://djblight.github.io/TriviaGame/" target="_blank">Try it Out!</a> </div> </div> <!-- CARD #6 --> <div class="project-card"> <div class="project-image"> <img src="./images/crystals.jpg" height="250" width="320"> </div> <div class="project-content"> <h4>Guessing Game</h4> <p>Four crystals are displayed and a random number is shown to match at the start of the game. When a crystal is clicked on, it adds a number of points to the player's total score counter. The game ends when either the player matches the game number (winning) or goes over (losing).</p> <a href="https://djblight.github.io/week-4-game/" target="_blank">Try it Out!</a> </div> </div> <!-- CARD #7 --> <div class="project-card"> <div class="project-image"> <img src="./images/chart.PNG" height="250" width="320"> </div> <div class="project-content"> <h4>Customer Re-engagement</h4> <p>To leverage the data captured from the rebate card records of a fortune 500 client I created a robust customer re-engagement campaign to capitalize on their newly entered data set. Intent was to move the customer to action making additional purchases and to seek referrals for additional market capture. </p> <!-- Trigger/Open The Modal --> <button id="myBtn1">Open Chart</button> <!-- The Modal --> <div id="myModal1" class="modal1"> <!-- Modal content --> <div class="modal1-content"> <span class="close1">&times;</span> <img src="./images/chart.PNG" height="640" width="800"> </div> </div> </div> </div> <!-- CARD #8 --> <div class="project-card"> <div class="project-image"> <img src="./images/graphic1.PNG" height="250" width="320"> </div> <div class="project-content"> <h4>Graphic Designs and Logos</h4> <p>I have designed custom graphics for many client event and marketing campaigns, like the tri-fold event pamphlet cover shown here. I have also designed logos for clients seeking to brand a new company as well as for clients seeking to re-brand an existing company.</p> <!-- Trigger/Open The Modal --> <button id="myBtn2">Open Graphic</button> <!-- The Modal --> <div id="myModal2" class="modal2"> <!-- Modal content --> <div class="modal2-content"> <span class="close2">&times;</span> <img src="./images/graphic1.PNG" height="640" width="800"> </div> </div> </div> </div> </div> </div> <div class="side-content-sm"></div> </div> <!-- END PROJECTS --> <!-- BEGIN SKILLS --> <div class="row white box-shadow"> <div class="side-content"></div> <a class="anchor" name="skills"></a> <div class="main-content"> <div class="content-header"> <h2>Skills</h2> </div> <div class="content-body"> <ul class="ul-skills"> <li class="li-skills">Javascript</li> <li class="li-skills">HTML</li> <li class="li-skills">CSS</li> <li class="li-skills">ES6</li> <li class="li-skills">React</li> <li class="li-skills">Node.js</li> <li class="li-skills">Bootstrap</li> <li class="li-skills">Sequelize</li> <li class="li-skills">jQuery</li> <li class="li-skills">Firebase</li> <li class="li-skills">Heroku</li> <li class="li-skills">MySQL</li> <li class="li-skills">SQL</li> <li class="li-skills">Visual Studio</li> <li class="li-skills">Postman</li> <li class="li-skills">Slack</li> <li class="li-skills">GitHub</li> <li class="li-skills">Express</li> <li class="li-skills">Handlebars.js</li> <li class="li-skills">API's</li> <li class="li-skills">AJAX</li> <li class="li-skills">Babel.js</li> <li class="li-skills">JawsDB</li> <li class="li-skills">MongoDB</li> <li class="li-skills">C#</li> </ul> </div> </div> <div class="side-content"></div> </div> <!-- END SKILLS --> <!-- BEGIN CONTACT --> <div class="row blue"> <a class="anchor" name="contact"></a> <div class="side-content"></div> <div class="main-content"> <div class="content-header"> <img class="round" src="./images/david.JPG"> <h2 class="white-text">Contact Me</h2> <h3>Location: Charlotte, NC</h3> <h3>Cell Phone: 803-526-4512</h3> <h3><a href="mailto:d.p.blight15@gmail.com">Email: d.p.blight15@gmail.com</a></h3> </div> </div> <div class="side-content"></div> </div> <!-- END CONTACT --> <!-- BEGIN FOOTER --> <div class="row"> <div class="side-content"></div> <div class="main-content"> <div class="content-header"> </div> <div class="content-body"> <p>Copyright &copy; David Blight 2017</p> </div> </div> <div class="side-content"></div> </div> <!-- END FOOTER --> </div> <!-- Dependencies --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery-Knob/1.2.13/jquery.knob.min.js"></script> <script src="javascript.js"></script> </body> </html>
packages/FAKE/docs/apidocs/fake-boot.html
ploeh/PollingConsumer
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Boot - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>Boot</h1> <div class="xmldoc"> <p>Implements support for boostrapping FAKE scripts. A bootstrapping <code>build.fsx</code> script executes twice (in two stages), allowing to download dependencies with NuGet and do other preparatory work in the first stage, and have these dependencies available in the second stage.</p> </div> <!-- Render nested types and modules, if there are any --> <h2>Nested types and modules</h2> <div> <table class="table table-bordered type-list"> <thead> <tr><td>Type</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="type-name"> <a href="fake-boot-commandenvironment.html">CommandEnvironment</a> </td> <td class="xmldoc"><p>Abstracts over command-line environment features.</p> </td> </tr> <tr> <td class="type-name"> <a href="fake-boot-commandhandler.html">CommandHandler</a> </td> <td class="xmldoc"><p>Represents a command line handler.</p> </td> </tr> <tr> <td class="type-name"> <a href="fake-boot-config.html">Config</a> </td> <td class="xmldoc"><p>Configures the boostrapping process.</p> </td> </tr> <tr> <td class="type-name"> <a href="fake-boot-nugetdependency.html">NuGetDependency</a> </td> <td class="xmldoc"><p>Specifies NuGet package dependencies.</p> </td> </tr> <tr> <td class="type-name"> <a href="fake-boot-nugetversion.html">NuGetVersion</a> </td> <td class="xmldoc"><p>Specifies which version of the NuGet package to install.</p> </td> </tr> <tr> <td class="type-name"> <a href="fake-boot-stage.html">Stage</a> </td> <td class="xmldoc"><p>Stage of execution for a boot system.</p> </td> </tr> </tbody> </table> </div> <h3>Functions and values</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Function or value</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '129', 129)" onmouseover="showTip(event, '129', 129)"> HandlerForArgs args </code> <div class="tip" id="129"> <strong>Signature:</strong> args:string list -&gt; CommandHandler<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Boot.fs#L406-406" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates the CommandHandler from the</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '130', 130)" onmouseover="showTip(event, '130', 130)"> ParseCommandLine args </code> <div class="tip" id="130"> <strong>Signature:</strong> args:seq&lt;string&gt; -&gt; CommandHandler option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Boot.fs#L409-409" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Detects boot-specific commands.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '131', 131)" onmouseover="showTip(event, '131', 131)"> Prepare config </code> <div class="tip" id="131"> <strong>Signature:</strong> config:Config -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Boot.fs#L418-418" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The main function intended to be executed in the BOOT phase of boostrapping scripts.</p> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcityadvanced.html">TeamCity integration (Advanced)</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li><a href="http://fsharp.github.io/FAKE/wix.html">WiX Setup Generation</a></li> <li><a href="http://fsharp.github.io/FAKE/chocolatey.html">Using Chocolatey</a></li> <li><a href="http://fsharp.github.io/FAKE/slacknotification.html">Using Slack</a></li> <li><a href="http://fsharp.github.io/FAKE/msteamsnotification.html">Using Microsoft Teams</a></li> <li><a href="http://fsharp.github.io/FAKE/sonarcube.html">Using SonarQube</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
phing-2.15.2/docs/api/docs/classes/AppendTask.html
andyreis/mystyle
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title> Phing API Documentation &raquo; \AppendTask </title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="../css/template.css" rel="stylesheet" media="all"/> <!--[if lt IE 9]> <script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> <![endif]--> <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script> <script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script> <script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script> <script src="../js/bootstrap.js" type="text/javascript"></script> <script src="../js/template.js" type="text/javascript"></script> <script src="../js/prettify/prettify.min.js" type="text/javascript"></script> <link rel="shortcut icon" href="../img/favicon.ico"/> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"/> <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="../index.html">Phing API Documentation</a> <div class="nav-collapse"> <ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graph_class.html"> <i class="icon-list-alt"></i>&#160;Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../errors.html"> <i class="icon-list-alt"></i>&#160;Errors </a> </li> <li> <a href="../markers.html"> <i class="icon-list-alt"></i>&#160;Markers </a> </li> <li> <a href="../deprecated.html"> <i class="icon-list-alt"></i>&#160;Deprecated </a> </li> </ul> </li> </ul> </div> </div> </div> <div class="go_to_top"> <a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a> </div> </div> <div id="___" class="container"> <noscript> <div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div> </noscript> <style> .deprecated h2 { text-decoration: line-through; } </style> <div class="row"> <div class="span4"> <div class="btn-group view pull-right" data-toggle="buttons-radio"> <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button> <button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button> </div> <div class="btn-group visibility" data-toggle="buttons-checkbox"> <button class="btn public active" title="Show public elements">Public</button> <button class="btn protected" title="Show protected elements">Protected</button> <button class="btn private" title="Show private elements">Private</button> <button class="btn inherited active" title="Show inherited elements">Inherited</button> </div> <ul class="side-nav nav nav-list"> <li class="nav-header"> <i class="icon-custom icon-method"></i> Methods <ul> <li class="method public"> <a href="#method_addFileSet" title="addFileSet :: Nested adder, adds a set of files (nested fileset attribute)."> <span class="description">Nested adder, adds a set of files (nested fileset attribute).</span><pre>addFileSet</pre> </a> </li> <li class="method public"> <a href="#method_addText" title="addText :: Sets text to append. Supports CDATA."> <span class="description">Sets text to append. Supports CDATA.</span><pre>addText</pre> </a> </li> <li class="method public"> <a href="#method_createFileList" title="createFileList :: Supports embedded &lt;filelist&gt; element."> <span class="description">Supports embedded &lt;filelist&gt; element.</span><pre>createFileList</pre> </a> </li> <li class="method public"> <a href="#method_createFilterChain" title="createFilterChain :: Creates a filterchain"> <span class="description">Creates a filterchain</span><pre>createFilterChain</pre> </a> </li> <li class="method public inherited"> <a href="#method_getDescription" title="getDescription :: Returns the textual description of the task"> <span class="description">Returns the textual description of the task</span><pre>getDescription</pre> </a> </li> <li class="method public inherited"> <a href="#method_getLocation" title="getLocation :: Returns the location within the buildfile this task occurs. Used by {@link BuildException} to give detailed error messages."> <span class="description">Returns the location within the buildfile this task occurs. Used by {@link BuildException} to give detailed error messages.</span><pre>getLocation</pre> </a> </li> <li class="method public inherited"> <a href="#method_getOwningTarget" title="getOwningTarget :: Returns the owning target of this task."> <span class="description">Returns the owning target of this task.</span><pre>getOwningTarget</pre> </a> </li> <li class="method public inherited"> <a href="#method_getProject" title="getProject :: Returns a reference to current project"> <span class="description">Returns a reference to current project</span><pre>getProject</pre> </a> </li> <li class="method public inherited"> <a href="#method_getRuntimeConfigurableWrapper" title="getRuntimeConfigurableWrapper :: Returns the wrapper object for runtime configuration"> <span class="description">Returns the wrapper object for runtime configuration</span><pre>getRuntimeConfigurableWrapper</pre> </a> </li> <li class="method public inherited"> <a href="#method_getTaskName" title="getTaskName :: Returns the name of task, used only for log messages"> <span class="description">Returns the name of task, used only for log messages</span><pre>getTaskName</pre> </a> </li> <li class="method public inherited"> <a href="#method_getTaskType" title="getTaskType :: Returns the name of the task under which it was invoked, usually the XML tagname"> <span class="description">Returns the name of the task under which it was invoked, usually the XML tagname</span><pre>getTaskType</pre> </a> </li> <li class="method public inherited"> <a href="#method_init" title="init :: Called by the parser to let the task initialize properly."> <span class="description">Called by the parser to let the task initialize properly.</span><pre>init</pre> </a> </li> <li class="method public inherited"> <a href="#method_log" title="log :: Logs a message with the given priority."> <span class="description">Logs a message with the given priority.</span><pre>log</pre> </a> </li> <li class="method public inherited"> <a href="#method_main" title="main :: Called by the project to let the task do it&#039;s work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running &lt;em&gt;phing target1 target2&lt;/em&gt; will run all tasks in target3 twice."> <span class="description">Called by the project to let the task do it&#039;s work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running &lt;em&gt;phing target1 target2&lt;/em&gt; will run all tasks in target3 twice.</span><pre>main</pre> </a> </li> <li class="method public inherited"> <a href="#method_maybeConfigure" title="maybeConfigure :: Configure this task if it hasn&#039;t been done already."> <span class="description">Configure this task if it hasn&#039;t been done already.</span><pre>maybeConfigure</pre> </a> </li> <li class="method public inherited"> <a href="#method_perform" title="perform :: Perfrom this task"> <span class="description">Perfrom this task</span><pre>perform</pre> </a> </li> <li class="method public inherited"> <a href="#method_setDescription" title="setDescription :: Sets a textual description of the task"> <span class="description">Sets a textual description of the task</span><pre>setDescription</pre> </a> </li> <li class="method public"> <a href="#method_setDestFile" title="setDestFile :: The more conventional naming for method to set destination file."> <span class="description">The more conventional naming for method to set destination file.</span><pre>setDestFile</pre> </a> </li> <li class="method public"> <a href="#method_setFile" title="setFile :: Sets specific file to append."> <span class="description">Sets specific file to append.</span><pre>setFile</pre> </a> </li> <li class="method public inherited"> <a href="#method_setLocation" title="setLocation :: Sets the location within the buildfile this task occurs. Called by the parser to set location information."> <span class="description">Sets the location within the buildfile this task occurs. Called by the parser to set location information.</span><pre>setLocation</pre> </a> </li> <li class="method public inherited"> <a href="#method_setOwningTarget" title="setOwningTarget :: Sets the owning target this task belongs to."> <span class="description">Sets the owning target this task belongs to.</span><pre>setOwningTarget</pre> </a> </li> <li class="method public inherited"> <a href="#method_setProject" title="setProject :: References the project to the current component."> <span class="description">References the project to the current component.</span><pre>setProject</pre> </a> </li> <li class="method public inherited"> <a href="#method_setRuntimeConfigurableWrapper" title="setRuntimeConfigurableWrapper :: Sets the wrapper object this task should use for runtime configurable elements."> <span class="description">Sets the wrapper object this task should use for runtime configurable elements.</span><pre>setRuntimeConfigurableWrapper</pre> </a> </li> <li class="method public inherited"> <a href="#method_setTaskName" title="setTaskName :: Sets the name of this task for log messages"> <span class="description">Sets the name of this task for log messages</span><pre>setTaskName</pre> </a> </li> <li class="method public inherited"> <a href="#method_setTaskType" title="setTaskType :: Sets the type of the task. Usually this is the name of the XML tag"> <span class="description">Sets the type of the task. Usually this is the name of the XML tag</span><pre>setTaskType</pre> </a> </li> <li class="method public"> <a href="#method_setText" title="setText :: Sets text to append. (cannot be used in conjunction w/ files or filesets)."> <span class="description">Sets text to append. (cannot be used in conjunction w/ files or filesets).</span><pre>setText</pre> </a> </li> <li class="method public"> <a href="#method_setTo" title="setTo :: Set target file to append to."> <span class="description">Set target file to append to.</span><pre>setTo</pre> </a> </li> </ul> </li> <li class="nav-header protected">» Protected <ul> <li class="method protected inherited"> <a href="#method_getRegisterSlot" title="getRegisterSlot :: Returns a name"> <span class="description">Returns a name</span><pre>getRegisterSlot</pre> </a> </li> </ul> </li> <li class="nav-header private">» Private <ul> <li class="method private"> <a href="#method_appendFile" title="appendFile :: "> <span class="description"></span><pre>appendFile</pre> </a> </li> <li class="method private"> <a href="#method_appendFiles" title="appendFiles :: Append an array of files in a directory."> <span class="description">Append an array of files in a directory.</span><pre>appendFiles</pre> </a> </li> </ul> </li> <li class="nav-header"> <i class="icon-custom icon-constant"></i> Constants <ul> </ul> </li> </ul> </div> <div class="span8"> <div class="element class"> <h1>AppendTask</h1> <small style="display: block; text-align: right"> Extends <a href="../classes/Task.html">\Task</a> </small> <p class="short_description">Appends text, contents of a file or set of files defined by a filelist to a destination file.</p> <div class="details"> <div class="long_description"> <p><code></p> <append text="And another thing\n" destfile="badthings.log"/> <p></code> OR <code></p> <append file="header.html" destfile="fullpage.html"/> <append file="body.html" destfile="fullpage.html"/> <append file="footer.html" destfile="fullpage.html"/> <p></code> OR <code></p> <append destfile="${process.outputfile}"> <filterchain> <xsltfilter style="${process.stylesheet}"> <param name="mode" expression="${process.xslt.mode}"/> <param name="file_name" expression="%{task.append.current_file.basename}"/> <!-- Example of using a RegisterSlot variable --> </xsltfilter> </filterchain> <filelist dir="book/" listfile="book/PhingGuide.book"/> </append> <p></code></p> </div> <table class="table table-bordered"> <tr> <th> package </th> <td> <p>phing.tasks.system</p> </td> </tr> <tr> <th> version </th> <td> <p>$Id: 961194f791a995c147f1181bf9df22fb25ced766 $</p> </td> </tr> </table> <h3><i class="icon-custom icon-method"></i> Methods</h3> <a id="method_addFileSet"></a> <div class="element clickable method public method_addFileSet" data-toggle="collapse" data-target=".method_addFileSet .collapse"> <h2>Nested adder, adds a set of files (nested fileset attribute).</h2> <pre>addFileSet(\FileSet $fs) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$fs</h4> <code><a href="../classes/FileSet.html">\FileSet</a></code><p></p> </div> </div> </div> </div> <a id="method_addText"></a> <div class="element clickable method public method_addText" data-toggle="collapse" data-target=".method_addText .collapse"> <h2>Sets text to append. Supports CDATA.</h2> <pre>addText(string $txt) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$txt</h4> <code>string</code><p></p> </div> </div> </div> </div> <a id="method_appendFile"></a> <div class="element clickable method private method_appendFile" data-toggle="collapse" data-target=".method_appendFile .collapse"> <h2>appendFile</h2> <pre>appendFile(\FileWriter $writer, \PhingFile $f) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$writer</h4> <code><a href="../classes/FileWriter.html">\FileWriter</a></code><p></p> </div> <div class="subelement argument"> <h4>$f</h4> <code><a href="../classes/PhingFile.html">\PhingFile</a></code><p></p> </div> </div> </div> </div> <a id="method_appendFiles"></a> <div class="element clickable method private method_appendFiles" data-toggle="collapse" data-target=".method_appendFiles .collapse"> <h2>Append an array of files in a directory.</h2> <pre>appendFiles(\FileWriter $writer, array $files, \PhingFile $dir) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$writer</h4> <code><a href="../classes/FileWriter.html">\FileWriter</a></code><p><p>The FileWriter that is appending to target file.</p></p> </div> <div class="subelement argument"> <h4>$files</h4> <code>array</code><p><p>array of files to delete; can be of zero length</p></p> </div> <div class="subelement argument"> <h4>$dir</h4> <code><a href="../classes/PhingFile.html">\PhingFile</a></code><p><p>directory to work from</p></p> </div> </div> </div> </div> <a id="method_createFileList"></a> <div class="element clickable method public method_createFileList" data-toggle="collapse" data-target=".method_createFileList .collapse"> <h2>Supports embedded &lt;filelist&gt; element.</h2> <pre>createFileList() : \FileList</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code><a href="../classes/FileList.html">\FileList</a></code><p></p> </div> </div> </div> <a id="method_createFilterChain"></a> <div class="element clickable method public method_createFilterChain" data-toggle="collapse" data-target=".method_createFilterChain .collapse"> <h2>Creates a filterchain</h2> <pre>createFilterChain() : \FilterChain</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code><a href="../classes/FilterChain.html">\FilterChain</a></code><p><p>The created filterchain object</p></p> </div> </div> </div> <a id="method_getDescription"></a> <div class="element clickable method public method_getDescription inherited" data-toggle="collapse" data-target=".method_getDescription .collapse"> <h2>Returns the textual description of the task</h2> <pre>getDescription() : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code>string</code><p><p>The text description of the task</p></p> </div> </div> </div> <a id="method_getLocation"></a> <div class="element clickable method public method_getLocation inherited" data-toggle="collapse" data-target=".method_getLocation .collapse"> <h2>Returns the location within the buildfile this task occurs. Used by {@link BuildException} to give detailed error messages.</h2> <pre>getLocation() : \Location</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code><a href="../classes/Location.html">\Location</a></code><p><p>The location object describing the position of this task within the buildfile.</p></p> </div> </div> </div> <a id="method_getOwningTarget"></a> <div class="element clickable method public method_getOwningTarget inherited" data-toggle="collapse" data-target=".method_getOwningTarget .collapse"> <h2>Returns the owning target of this task.</h2> <pre>getOwningTarget() : \Target</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code><a href="../classes/Target.html">\Target</a></code><p><p>The target object that owns this task</p></p> </div> </div> </div> <a id="method_getProject"></a> <div class="element clickable method public method_getProject inherited" data-toggle="collapse" data-target=".method_getProject .collapse"> <h2>Returns a reference to current project</h2> <pre>getProject() : \Project</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code><a href="../classes/Project.html">\Project</a></code><p><p>Reference to current porject object</p></p> </div> </div> </div> <a id="method_getRegisterSlot"></a> <div class="element clickable method protected method_getRegisterSlot inherited" data-toggle="collapse" data-target=".method_getRegisterSlot .collapse"> <h2>Returns a name</h2> <pre>getRegisterSlot(string $slotName) : \RegisterSlot</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$slotName</h4> <code>string</code><p></p> </div> <h3>Response</h3> <code><a href="../classes/RegisterSlot.html">\RegisterSlot</a></code><p></p> </div> </div> </div> <a id="method_getRuntimeConfigurableWrapper"></a> <div class="element clickable method public method_getRuntimeConfigurableWrapper inherited" data-toggle="collapse" data-target=".method_getRuntimeConfigurableWrapper .collapse"> <h2>Returns the wrapper object for runtime configuration</h2> <pre>getRuntimeConfigurableWrapper() : \RuntimeConfigurable</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code><a href="../classes/RuntimeConfigurable.html">\RuntimeConfigurable</a></code><p><p>The wrapper object used by this task</p></p> </div> </div> </div> <a id="method_getTaskName"></a> <div class="element clickable method public method_getTaskName inherited" data-toggle="collapse" data-target=".method_getTaskName .collapse"> <h2>Returns the name of task, used only for log messages</h2> <pre>getTaskName() : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code>string</code><p><p>Name of this task</p></p> </div> </div> </div> <a id="method_getTaskType"></a> <div class="element clickable method public method_getTaskType inherited" data-toggle="collapse" data-target=".method_getTaskType .collapse"> <h2>Returns the name of the task under which it was invoked, usually the XML tagname</h2> <pre>getTaskType() : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Response</h3> <code>string</code><p><p>The type of this task (XML Tag)</p></p> </div> </div> </div> <a id="method_init"></a> <div class="element clickable method public method_init inherited" data-toggle="collapse" data-target=".method_init .collapse"> <h2>Called by the parser to let the task initialize properly.</h2> <pre>init() </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"><p>Should throw a BuildException if something goes wrong with the build</p> <p>This is abstract here, but may not be overloaded by subclasses.</p></div> <table class="table"> <tr> <th> throws </th> <td> </td> </tr> <tr> <th> </th> <td> </td> </tr> <tr> <th> </th> <td> </td> </tr> </table> </div> </div> </div> <a id="method_log"></a> <div class="element clickable method public method_log inherited" data-toggle="collapse" data-target=".method_log .collapse"> <h2>Logs a message with the given priority.</h2> <pre>log(string $msg, integer $level = \Project::MSG_INFO) : void</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$msg</h4> <code>string</code><p><p>The message to be logged.</p></p> </div> <div class="subelement argument"> <h4>$level</h4> <code>integer</code><p><p>The message's priority at this message should have</p></p> </div> </div> </div> </div> <a id="method_main"></a> <div class="element clickable method public method_main inherited" data-toggle="collapse" data-target=".method_main .collapse"> <h2>Called by the project to let the task do it&#039;s work. This method may be called more than once, if the task is invoked more than once. For example, if target1 and target2 both depend on target3, then running &lt;em&gt;phing target1 target2&lt;/em&gt; will run all tasks in target3 twice.</h2> <pre>main() </pre> <div class="labels"> <span class="label">inherited</span> <span class="label">abstract</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"><p>Should throw a BuildException if someting goes wrong with the build</p> <p>This is abstract here. Must be overloaded by real tasks.</p></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> <tr> <th> </th> <td> </td> </tr> </table> </div> </div> </div> <a id="method_maybeConfigure"></a> <div class="element clickable method public method_maybeConfigure inherited" data-toggle="collapse" data-target=".method_maybeConfigure .collapse"> <h2>Configure this task if it hasn&#039;t been done already.</h2> <pre>maybeConfigure() </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> <tr> <th> </th> <td> </td> </tr> </table> </div> </div> </div> <a id="method_perform"></a> <div class="element clickable method public method_perform inherited" data-toggle="collapse" data-target=".method_perform .collapse"> <h2>Perfrom this task</h2> <pre>perform() </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> throws </th> <td> </td> </tr> <tr> <th> </th> <td> </td> </tr> <tr> <th> </th> <td> </td> </tr> </table> </div> </div> </div> <a id="method_setDescription"></a> <div class="element clickable method public method_setDescription inherited" data-toggle="collapse" data-target=".method_setDescription .collapse"> <h2>Sets a textual description of the task</h2> <pre>setDescription(string $desc) </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$desc</h4> <code>string</code><p><p>The text describing the task</p></p> </div> </div> </div> </div> <a id="method_setDestFile"></a> <div class="element clickable method public method_setDestFile" data-toggle="collapse" data-target=".method_setDestFile .collapse"> <h2>The more conventional naming for method to set destination file.</h2> <pre>setDestFile(\PhingFile $f) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$f</h4> <code><a href="../classes/PhingFile.html">\PhingFile</a></code><p></p> </div> </div> </div> </div> <a id="method_setFile"></a> <div class="element clickable method public method_setFile" data-toggle="collapse" data-target=".method_setFile .collapse"> <h2>Sets specific file to append.</h2> <pre>setFile(\PhingFile $f) </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$f</h4> <code><a href="../classes/PhingFile.html">\PhingFile</a></code><p></p> </div> </div> </div> </div> <a id="method_setLocation"></a> <div class="element clickable method public method_setLocation inherited" data-toggle="collapse" data-target=".method_setLocation .collapse"> <h2>Sets the location within the buildfile this task occurs. Called by the parser to set location information.</h2> <pre>setLocation(\Location $location) </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$location</h4> <code><a href="../classes/Location.html">\Location</a></code><p><p>The location object describing the position of this task within the buildfile.</p></p> </div> </div> </div> </div> <a id="method_setOwningTarget"></a> <div class="element clickable method public method_setOwningTarget inherited" data-toggle="collapse" data-target=".method_setOwningTarget .collapse"> <h2>Sets the owning target this task belongs to.</h2> <pre>setOwningTarget(\Target $target) </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$target</h4> <code><a href="../classes/Target.html">\Target</a></code><p></p> </div> </div> </div> </div> <a id="method_setProject"></a> <div class="element clickable method public method_setProject inherited" data-toggle="collapse" data-target=".method_setProject .collapse"> <h2>References the project to the current component.</h2> <pre>setProject(\Project $project) : void</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$project</h4> <code><a href="../classes/Project.html">\Project</a></code><p><p>The reference to the current project</p></p> </div> </div> </div> </div> <a id="method_setRuntimeConfigurableWrapper"></a> <div class="element clickable method public method_setRuntimeConfigurableWrapper inherited" data-toggle="collapse" data-target=".method_setRuntimeConfigurableWrapper .collapse"> <h2>Sets the wrapper object this task should use for runtime configurable elements.</h2> <pre>setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper) </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$wrapper</h4> <code><a href="../classes/RuntimeConfigurable.html">\RuntimeConfigurable</a></code><p><p>The wrapper object this task should use</p></p> </div> </div> </div> </div> <a id="method_setTaskName"></a> <div class="element clickable method public method_setTaskName inherited" data-toggle="collapse" data-target=".method_setTaskName .collapse"> <h2>Sets the name of this task for log messages</h2> <pre>setTaskName(string $name) : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$name</h4> <code>string</code><p></p> </div> <h3>Response</h3> <code>string</code><p><p>A string representing the name of this task for log</p></p> </div> </div> </div> <a id="method_setTaskType"></a> <div class="element clickable method public method_setTaskType inherited" data-toggle="collapse" data-target=".method_setTaskType .collapse"> <h2>Sets the type of the task. Usually this is the name of the XML tag</h2> <pre>setTaskType( $name) </pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$name</h4> <code></code><p></p> </div> </div> </div> </div> <a id="method_setText"></a> <div class="element clickable method public method_setText" data-toggle="collapse" data-target=".method_setText .collapse"> <h2>Sets text to append. (cannot be used in conjunction w/ files or filesets).</h2> <pre>setText(string $txt) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$txt</h4> <code>string</code><p></p> </div> </div> </div> </div> <a id="method_setTo"></a> <div class="element clickable method public deprecated method_setTo" data-toggle="collapse" data-target=".method_setTo .collapse"> <h2>Set target file to append to.</h2> <pre>setTo(\PhingFile $f) : void</pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> deprecated </th> <td> <p>Will be removed with final release.</p> </td> </tr> </table> <h3>Arguments</h3> <div class="subelement argument"> <h4>$f</h4> <code><a href="../classes/PhingFile.html">\PhingFile</a></code><p></p> </div> </div> </div> </div> <h3><i class="icon-custom icon-property"></i> Properties</h3> <a id="property_to"> </a> <div class="element clickable property private property_to" data-toggle="collapse" data-target=".property_to .collapse"> <h2>Append stuff to this file.</h2> <pre>to : </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code></code> </div> </div> </div> <a id="property_file"> </a> <div class="element clickable property private property_file" data-toggle="collapse" data-target=".property_file .collapse"> <h2>Explicit file to append.</h2> <pre>file : </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code></code> </div> </div> </div> <a id="property_filesets"> </a> <div class="element clickable property private property_filesets" data-toggle="collapse" data-target=".property_filesets .collapse"> <h2>Any filesets of files that should be appended.</h2> <pre>filesets : </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code></code> </div> </div> </div> <a id="property_filelists"> </a> <div class="element clickable property private property_filelists" data-toggle="collapse" data-target=".property_filelists .collapse"> <h2>Any filelists of files that should be appended.</h2> <pre>filelists : </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code></code> </div> </div> </div> <a id="property_filterChains"> </a> <div class="element clickable property private property_filterChains" data-toggle="collapse" data-target=".property_filterChains .collapse"> <h2>Any filters to be applied before append happens.</h2> <pre>filterChains : </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code></code> </div> </div> </div> <a id="property_text"> </a> <div class="element clickable property private property_text" data-toggle="collapse" data-target=".property_text .collapse"> <h2>Text to append. (cannot be used in conjunction w/ files or filesets)</h2> <pre>text : </pre> <div class="labels"> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code></code> </div> </div> </div> <a id="property_target"> </a> <div class="element clickable property protected property_target inherited" data-toggle="collapse" data-target=".property_target .collapse"> <h2>Owning Target object</h2> <pre>target : \Target</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code><a href="../classes/Target.html">\Target</a></code> </div> </div> </div> <a id="property_description"> </a> <div class="element clickable property protected property_description inherited" data-toggle="collapse" data-target=".property_description .collapse"> <h2>Description of the task</h2> <pre>description : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_taskType"> </a> <div class="element clickable property protected property_taskType inherited" data-toggle="collapse" data-target=".property_taskType .collapse"> <h2>Internal taskname (req)</h2> <pre>taskType : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_taskName"> </a> <div class="element clickable property protected property_taskName inherited" data-toggle="collapse" data-target=".property_taskName .collapse"> <h2>Taskname for logger</h2> <pre>taskName : string</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code>string</code> </div> </div> </div> <a id="property_location"> </a> <div class="element clickable property protected property_location inherited" data-toggle="collapse" data-target=".property_location .collapse"> <h2>Stored buildfile location</h2> <pre>location : \Location</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code><a href="../classes/Location.html">\Location</a></code> </div> </div> </div> <a id="property_wrapper"> </a> <div class="element clickable property protected property_wrapper inherited" data-toggle="collapse" data-target=".property_wrapper .collapse"> <h2>Wrapper of the task</h2> <pre>wrapper : \RuntimeConfigurable</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> </td> </tr> </table> <h3>Type(s)</h3> <code><a href="../classes/RuntimeConfigurable.html">\RuntimeConfigurable</a></code> </div> </div> </div> <a id="property_project"> </a> <div class="element clickable property protected property_project inherited" data-toggle="collapse" data-target=".property_project .collapse"> <h2>Holds a reference to the project that a project component (a task, a target, etc.) belongs to</h2> <pre>project : \Project</pre> <div class="labels"> <span class="label">inherited</span> </div> <div class="row collapse"> <div class="detail-description"> <div class="long_description"></div> <table class="table"> <tr> <th> var </th> <td> <p>A reference to the current project instance</p> </td> </tr> </table> <h3>Type(s)</h3> <code><a href="../classes/Project.html">\Project</a></code> </div> </div> </div> </div> </div> <a id="\AppendTask"></a> <ul class="breadcrumb"> <li><a href="../index.html"><i class="icon-custom icon-class"></i></a></li> <li><span class="divider">\</span><a href="../namespaces/default.html">\</a></li> <li class="active"><span class="divider">\</span><a href="../classes/AppendTask.html">AppendTask</a></li> </ul> </div> </div> </div> <footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br/> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/> generated on Thu, 13 Oct 2016 11:14:57 +0200.<br/> </footer> </body> </html>
Volterra/doc/graphics/nim/volterra/class-use/State.html
JulianThijssen/Volterra2D
<!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_74) on Sat Jul 16 01:21:01 CEST 2016 --> <title>Uses of Class graphics.nim.volterra.State</title> <meta name="date" content="2016-07-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class graphics.nim.volterra.State"; } } 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="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">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?graphics/nim/volterra/class-use/State.html" target="_top">Frames</a></li> <li><a href="State.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 graphics.nim.volterra.State" class="title">Uses of Class<br>graphics.nim.volterra.State</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="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</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="#graphics.nim.volterra">graphics.nim.volterra</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="graphics.nim.volterra"> <!-- --> </a> <h3>Uses of <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a> in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a> in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/GameState.html" title="class in graphics.nim.volterra">GameState</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a> declared as <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></code></td> <td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/StateMachine.html#currentState">currentState</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a> with type parameters of type <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>private java.util.List&lt;<a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/StateMachine.html#states">states</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a> that return <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></code></td> <td class="colLast"><span class="typeNameLabel">BaseGame.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/BaseGame.html#getCurrentState--">getCurrentState</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></code></td> <td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/StateMachine.html#getState--">getState</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a> that return types with arguments of type <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</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>java.util.List&lt;<a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/StateMachine.html#getStates--">getStates</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a> with parameters of type <a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BaseGame.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/BaseGame.html#addGameState-graphics.nim.volterra.State-">addGameState</a></span>(<a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a>&nbsp;state)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/StateMachine.html#addState-graphics.nim.volterra.State-">addState</a></span>(<a href="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">State</a>&nbsp;state)</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="../../../../graphics/nim/volterra/State.html" title="class in graphics.nim.volterra">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?graphics/nim/volterra/class-use/State.html" target="_top">Frames</a></li> <li><a href="State.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>
google_play_services/docs/reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html
NebulaX/Maestro
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../favicon.ico" /> <title>Person.RelationshipStatus | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../../../../../assets/css/default.css" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../../../../../assets/js/global-libraries-combined.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../../../../../"; </script> <script src="../../../../../../../../assets/js/docs.js" type="text/javascript"></script> <script src="../../../../../../../../navtree_data.js" type="text/javascript"></script> </head> <body class="gc-documentation develop" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <!-- Header --> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../../../../../../index.html"> <img src="../../../../../../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../../../../../../design/index.html" zh-TW-lang="設計" zh-CN-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../../../../../../develop/index.html" class="selected" zh-TW-lang="開發" zh-CN-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../../../../../../distribute/index.html" zh-TW-lang="發佈" zh-CN-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <!-- New Search --> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../../../../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <!-- <div class="header">Support</div> <ul> <li><a href="../../../../../../../../support.html">Developer Support</a></li> </ul> --> <div class="header">Languages</div> <div id="language" class="locales"> <select name="language" onChange="changeLangPref(this.value, true)"> <option value="en">English</option> <option value="es">Español</option> <option value="ja">日本語</option> <option value="ko">한국어</option> <option value="ru">Русский</option> <option value="zh-CN">中文 (中国)</option> <option value="zh-TW">中文 (台灣)</option> </select> </div> <script type="text/javascript"> <!-- loadLangPref(); //--> </script> <br class="clearfix" /> </div> <div class="bottom"></div> </div> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../../../../../')" onkeyup="return search_changed(event, false, '../../../../../../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div> </div> <div id="search_filtered_wrapper"> <div id="search_filtered_div" class="no-display"> <ul id="search_filtered"> </ul> </div> </div> </div> <!-- /New Search> <!-- Expanded quicknav --> <div id="quicknav" class="col-9"> <ul> <li class="design"> <ul> <li><a href="../../../../../../../../design/index.html">Get Started</a></li> <li><a href="../../../../../../../../design/style/index.html">Style</a></li> <li><a href="../../../../../../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../../../../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../../../../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../../../../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../../../../../../training/index.html" zh-TW-lang="訓練課程" zh-CN-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../../../../../../guide/components/index.html" zh-TW-lang="API 指南" zh-CN-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../../../../../../reference/packages.html" zh-TW-lang="參考資源" zh-CN-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../../../../../../tools/index.html" zh-TW-lang="相關工具" zh-CN-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> <ul><li><a href="../../../../../../../../sdk/index.html">Get the SDK</a></li></ul> </li> <li><a href="../../../../../../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../../../../../../distribute/index.html">Google Play</a></li> <li><a href="../../../../../../../../distribute/googleplay/publish/index.html">Publishing</a></li> <li><a href="../../../../../../../../distribute/googleplay/promote/index.html">Promoting</a></li> <li><a href="../../../../../../../../distribute/googleplay/quality/index.html">App Quality</a></li> <li><a href="../../../../../../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li> <li><a href="../../../../../../../../distribute/open.html">Open Distribution</a></li> </ul> </li> </ul> </div> <!-- /Expanded quicknav --> </div> </div> <!-- /Header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li><a href="../../../../../../../../training/index.html" zh-TW-lang="訓練課程" zh-CN-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../../../../../../guide/components/index.html" zh-TW-lang="API 指南" zh-CN-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../../../../../../reference/packages.html" class="selected" zh-TW-lang="參考資源" zh-CN-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../../../../../../tools/index.html" zh-TW-lang="相關工具" zh-CN-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li><a href="../../../../../../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav --> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <a class="totop" href="#top" data-g-event="left-nav-top">to top</a> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li> <li class="selected api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.html">Person</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.AgeRange.html">Person.AgeRange</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Cover.html">Person.Cover</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Cover.CoverInfo.html">Person.Cover.CoverInfo</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Cover.CoverPhoto.html">Person.Cover.CoverPhoto</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Image.html">Person.Image</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Name.html">Person.Name</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Organizations.html">Person.Organizations</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.PlacesLived.html">Person.PlacesLived</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Urls.html">Person.Urls</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Cover.Layout.html">Person.Cover.Layout</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Gender.html">Person.Gender</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.ObjectType.html">Person.ObjectType</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Organizations.Type.html">Person.Organizations.Type</a></li> <li class="selected api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html">Person.RelationshipStatus</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.Urls.Type.html">Person.Urls.Type</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/PersonBuffer.html">PersonBuffer</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <script> $(document).ready(function() { changeDocLang(getLangPref()); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#constants">Constants</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public static final class <h1 itemprop="name">Person.RelationshipStatus</h1> extends Object<br/> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <table class="jd-inheritance-table"> <tr> <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.plus.model.people.Person.RelationshipStatus</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">The person's relationship status. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#ENGAGED">ENGAGED</a></td> <td class="jd-descrcol" width="100%">Person is engaged.</td> </tr> <tr class=" api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#IN_A_RELATIONSHIP">IN_A_RELATIONSHIP</a></td> <td class="jd-descrcol" width="100%">Person is in a relationship.</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#IN_CIVIL_UNION">IN_CIVIL_UNION</a></td> <td class="jd-descrcol" width="100%">Person is in a civil union.</td> </tr> <tr class=" api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#IN_DOMESTIC_PARTNERSHIP">IN_DOMESTIC_PARTNERSHIP</a></td> <td class="jd-descrcol" width="100%">Person is in a domestic partnership.</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#ITS_COMPLICATED">ITS_COMPLICATED</a></td> <td class="jd-descrcol" width="100%">The relationship is complicated.</td> </tr> <tr class=" api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#MARRIED">MARRIED</a></td> <td class="jd-descrcol" width="100%">Person is married.</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#OPEN_RELATIONSHIP">OPEN_RELATIONSHIP</a></td> <td class="jd-descrcol" width="100%">Person is in an open relationship.</td> </tr> <tr class=" api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#SINGLE">SINGLE</a></td> <td class="jd-descrcol" width="100%">Person is single.</td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/Person.RelationshipStatus.html#WIDOWED">WIDOWED</a></td> <td class="jd-descrcol" width="100%">Person is widowed.</td> </tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" ><img id="inherited-methods-java.lang.Object-trigger" src="../../../../../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class java.lang.Object <div id="inherited-methods-java.lang.Object"> <div id="inherited-methods-java.lang.Object-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> Object</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">clone</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">equals</span>(Object arg0)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">finalize</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final Class&lt;?&gt;</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">getClass</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">hashCode</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notify</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notifyAll</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> String</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">toString</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0, int arg1)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0)</nobr> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- ========= ENUM CONSTANTS DETAIL ======== --> <h2>Constants</h2> <A NAME="ENGAGED"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> ENGAGED </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is engaged. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 2 (0x00000002) </span> </div> </div> </div> <A NAME="IN_A_RELATIONSHIP"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> IN_A_RELATIONSHIP </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is in a relationship. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 1 (0x00000001) </span> </div> </div> </div> <A NAME="IN_CIVIL_UNION"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> IN_CIVIL_UNION </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is in a civil union. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 8 (0x00000008) </span> </div> </div> </div> <A NAME="IN_DOMESTIC_PARTNERSHIP"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> IN_DOMESTIC_PARTNERSHIP </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is in a domestic partnership. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 7 (0x00000007) </span> </div> </div> </div> <A NAME="ITS_COMPLICATED"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> ITS_COMPLICATED </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>The relationship is complicated. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 4 (0x00000004) </span> </div> </div> </div> <A NAME="MARRIED"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> MARRIED </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is married. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 3 (0x00000003) </span> </div> </div> </div> <A NAME="OPEN_RELATIONSHIP"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> OPEN_RELATIONSHIP </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is in an open relationship. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 5 (0x00000005) </span> </div> </div> </div> <A NAME="SINGLE"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> SINGLE </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is single. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 0 (0x00000000) </span> </div> </div> </div> <A NAME="WIDOWED"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> WIDOWED </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Person is widowed. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 6 (0x00000006) </span> </div> </div> </div> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../../../../../license.html"> Content License</a>. </div> <div id="build_info"> Android &nbsp;r &mdash; 25 Oct 2013 17:03 </div> <div id="footerlinks"> <p> <a href="../../../../../../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> <!-- Grid - for dev <script type="text/javascript"> window.gOverride = { gColor: '#FF0000', pColor: '#EEEEEE', gOpacity: 0.10, pOpacity: 0.40, pHeight: 16, pOffset: 2, gColumns:16, gEnabled:false, pEnabled:false } </script> <link href="../../../../../../../../assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css"> <script src="../../../../../../../../assets/js/grid/960.gridder.js" type="text/javascript"></script> --> <script type="text/javascript"> init(); /* initialize android-developer-docs.js */ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5831155-1"); pageTracker._trackPageview(); </script> </body> </html>
docs/android/text/method/SingleLineTransformationMethod.html
anas-ambri/androidcompat
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title>SingleLineTransformationMethod - Android SDK | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../assets/css/default.css?v=7" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../"; var metaTags = []; var devsite = false; </script> <script src="../../../../assets/js/docs.js?v=6" type="text/javascript"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation develop reference" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="1" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- dialog to prompt lang pref change when loaded from hardcoded URL <div id="langMessage" style="display:none"> <div> <div class="lang en"> <p>You requested a page in English, would you like to proceed with this language setting?</p> </div> <div class="lang es"> <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p> </div> <div class="lang ja"> <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p> </div> <div class="lang ko"> <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p> </div> <div class="lang ru"> <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p> </div> <div class="lang zh-cn"> <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p> </div> <div class="lang zh-tw"> <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p> </div> <a href="#" class="button yes" onclick="return false;"> <span class="lang en">Yes</span> <span class="lang es">Sí</span> <span class="lang ja">Yes</span> <span class="lang ko">Yes</span> <span class="lang ru">Yes</span> <span class="lang zh-cn">是的</span> <span class="lang zh-tw">没有</span> </a> <a href="#" class="button" onclick="$('#langMessage').hide();return false;"> <span class="lang en">No</span> <span class="lang es">No</span> <span class="lang ja">No</span> <span class="lang ko">No</span> <span class="lang ru">No</span> <span class="lang zh-cn">没有</span> <span class="lang zh-tw">没有</span> </a> </div> </div> --> <!-- Header --> <div id="header-wrapper"> <div class="dac-header" id="header"> <div class="dac-header-inner"> <a class="dac-nav-toggle" data-dac-toggle-nav href="javascript:;" title="Open navigation"> <span class="dac-nav-hamburger"> <span class="dac-nav-hamburger-top"></span> <span class="dac-nav-hamburger-mid"></span> <span class="dac-nav-hamburger-bot"></span> </span> </a> <a class="dac-header-logo" href="../../../../index.html"> <img class="dac-header-logo-image" src="../../../../assets/images/android_logo.png" srcset="../../../../assets/images/android_logo@2x.png 2x" width="32" height="36" alt="Android" /> Developers </a> <ul class="dac-header-crumbs"> <li class="dac-header-crumbs-item"><span class="dac-header-crumbs-link current ">SingleLineTransformationMethod - Android SDK</a></li> </ul> <div class="dac-header-search" id="search-container"> <div class="dac-header-search-inner"> <div class="dac-sprite dac-search dac-header-search-btn" id="search-btn"></div> <form class="dac-header-search-form" onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../')" onkeyup="return search_changed(event, false, '../../../../')" class="dac-header-search-input" placeholder="Search" /> <a class="dac-header-search-close hide" id="search-close">close</a> </form> </div><!-- end dac-header-search-inner --> </div><!-- end dac-header-search --> <div class="search_filtered_wrapper"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> <a class="dac-header-console-btn" href="https://play.google.com/apps/publish/"> <span class="dac-sprite dac-google-play"></span> <span class="dac-visible-desktop-inline">Developer</span> Console </a> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <!-- Navigation--> <nav class="dac-nav"> <div class="dac-nav-dimmer" data-dac-toggle-nav></div> <ul class="dac-nav-list" data-dac-nav> <li class="dac-nav-item dac-nav-head"> <a class="dac-nav-link dac-nav-logo" data-dac-toggle-nav href="javascript:;" title="Close navigation"> <img class="dac-logo-image" src="../../../../assets/images/android_logo.png" srcset="../../../../assets/images/android_logo@2x.png 2x" width="32" height="36" alt="Android" /> Developers </a> </li> <li class="dac-nav-item home"> <a class="dac-nav-link dac-visible-mobile-block" href="../../../../index.html">Home</a> <ul class="dac-nav-secondary about"> <li class="dac-nav-item about"> <a class="dac-nav-link" href="../../../../about/index.html">Android</a> </li> <li class="dac-nav-item wear"> <a class="dac-nav-link" href="../../../../wear/index.html">Wear</a> </li> <li class="dac-nav-item tv"> <a class="dac-nav-link" href="../../../../tv/index.html">TV</a> </li> <li class="dac-nav-item auto"> <a class="dac-nav-link" href="../../../../auto/index.html">Auto</a> </li> </ul> </li> <li class="dac-nav-item design"> <a class="dac-nav-link" href="../../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar">Design</a> </li> <li class="dac-nav-item develop"> <a class="dac-nav-link" href="../../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar">Develop</a> <ul class="dac-nav-secondary develop"> <li class="dac-nav-item training"> <a class="dac-nav-link" href="../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación">Training</a> </li> <li class="dac-nav-item guide"> <a class="dac-nav-link" href="../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API">API Guides</a> </li> <li class="dac-nav-item reference"> <a class="dac-nav-link" href="../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia">Reference</a> </li> <li class="dac-nav-item tools"> <a class="dac-nav-link" href="../../../../sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas">Tools</a></li> <li class="dac-nav-item google"> <a class="dac-nav-link" href="../../../../google/index.html">Google Services</a> </li> <li class="dac-nav-item preview"> <a class="dac-nav-link" href="../../../../preview/index.html">Preview</a> </li> </ul> </li> <li class="dac-nav-item distribute"> <a class="dac-nav-link" href="../../../../distribute/googleplay/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir">Distribute</a> <ul class="dac-nav-secondary distribute"> <li class="dac-nav-item googleplay"> <a class="dac-nav-link" href="../../../../distribute/googleplay/index.html">Google Play</a></li> <li class="dac-nav-item essentials"> <a class="dac-nav-link" href="../../../../distribute/essentials/index.html">Essentials</a></li> <li class="dac-nav-item users"> <a class="dac-nav-link" href="../../../../distribute/users/index.html">Get Users</a></li> <li class="dac-nav-item engage"> <a class="dac-nav-link" href="../../../../distribute/engage/index.html">Engage &amp; Retain</a></li> <li class="dac-nav-item monetize"> <a class="dac-nav-link" href="../../../../distribute/monetize/index.html">Earn</a> </li> <li class="dac-nav-item analyze"> <a class="dac-nav-link" href="../../../../distribute/analyze/index.html">Analyze</a> </li> <li class="dac-nav-item stories"> <a class="dac-nav-link" href="../../../../distribute/stories/index.html">Stories</a> </li> </ul> </li> </ul> </nav> <!-- end navigation--> <div class="wrap clearfix" id="body-content"><div class="cols"> <div class="col-4 dac-hidden-mobile" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled" title="Select your target API level to dim unavailable APIs">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23' ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-1"> <a href="../../../../reference/android/package-summary.html">android</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/accessibilityservice/package-summary.html">android.accessibilityservice</a></li> <li class="api apilevel-5"> <a href="../../../../reference/android/accounts/package-summary.html">android.accounts</a></li> <li class="api apilevel-11"> <a href="../../../../reference/android/animation/package-summary.html">android.animation</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/annotation/package-summary.html">android.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/app/package-summary.html">android.app</a></li> <li class="api apilevel-8"> <a href="../../../../reference/android/app/admin/package-summary.html">android.app.admin</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/app/assist/package-summary.html">android.app.assist</a></li> <li class="api apilevel-8"> <a href="../../../../reference/android/app/backup/package-summary.html">android.app.backup</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/app/job/package-summary.html">android.app.job</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/app/usage/package-summary.html">android.app.usage</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/appwidget/package-summary.html">android.appwidget</a></li> <li class="api apilevel-5"> <a href="../../../../reference/android/bluetooth/package-summary.html">android.bluetooth</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/bluetooth/le/package-summary.html">android.bluetooth.le</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/content/package-summary.html">android.content</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/content/pm/package-summary.html">android.content.pm</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/content/res/package-summary.html">android.content.res</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/database/package-summary.html">android.database</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/database/sqlite/package-summary.html">android.database.sqlite</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/databinding/package-summary.html">android.databinding</a></li> <li class="api apilevel-11"> <a href="../../../../reference/android/drm/package-summary.html">android.drm</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/gesture/package-summary.html">android.gesture</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/graphics/package-summary.html">android.graphics</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/graphics/drawable/package-summary.html">android.graphics.drawable</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/graphics/drawable/shapes/package-summary.html">android.graphics.drawable.shapes</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/graphics/pdf/package-summary.html">android.graphics.pdf</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/hardware/package-summary.html">android.hardware</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/hardware/camera2/package-summary.html">android.hardware.camera2</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/hardware/camera2/params/package-summary.html">android.hardware.camera2.params</a></li> <li class="api apilevel-17"> <a href="../../../../reference/android/hardware/display/package-summary.html">android.hardware.display</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/hardware/fingerprint/package-summary.html">android.hardware.fingerprint</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/hardware/input/package-summary.html">android.hardware.input</a></li> <li class="api apilevel-12"> <a href="../../../../reference/android/hardware/usb/package-summary.html">android.hardware.usb</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/inputmethodservice/package-summary.html">android.inputmethodservice</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/location/package-summary.html">android.location</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/media/package-summary.html">android.media</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/media/audiofx/package-summary.html">android.media.audiofx</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/browse/package-summary.html">android.media.browse</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/media/effect/package-summary.html">android.media.effect</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/media/midi/package-summary.html">android.media.midi</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/projection/package-summary.html">android.media.projection</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/session/package-summary.html">android.media.session</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/media/tv/package-summary.html">android.media.tv</a></li> <li class="api apilevel-12"> <a href="../../../../reference/android/mtp/package-summary.html">android.mtp</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/net/package-summary.html">android.net</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/net/http/package-summary.html">android.net.http</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/net/nsd/package-summary.html">android.net.nsd</a></li> <li class="api apilevel-12"> <a href="../../../../reference/android/net/rtp/package-summary.html">android.net.rtp</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/net/sip/package-summary.html">android.net.sip</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/net/wifi/package-summary.html">android.net.wifi</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/net/wifi/p2p/package-summary.html">android.net.wifi.p2p</a></li> <li class="api apilevel-16"> <a href="../../../../reference/android/net/wifi/p2p/nsd/package-summary.html">android.net.wifi.p2p.nsd</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/nfc/package-summary.html">android.nfc</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/nfc/cardemulation/package-summary.html">android.nfc.cardemulation</a></li> <li class="api apilevel-10"> <a href="../../../../reference/android/nfc/tech/package-summary.html">android.nfc.tech</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/opengl/package-summary.html">android.opengl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/os/package-summary.html">android.os</a></li> <li class="api apilevel-9"> <a href="../../../../reference/android/os/storage/package-summary.html">android.os.storage</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/preference/package-summary.html">android.preference</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/print/package-summary.html">android.print</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/print/pdf/package-summary.html">android.print.pdf</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/printservice/package-summary.html">android.printservice</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/provider/package-summary.html">android.provider</a></li> <li class="api apilevel-11"> <a href="../../../../reference/android/renderscript/package-summary.html">android.renderscript</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/sax/package-summary.html">android.sax</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/security/package-summary.html">android.security</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/security/keystore/package-summary.html">android.security.keystore</a></li> <li class="api apilevel-22"> <a href="../../../../reference/android/service/carrier/package-summary.html">android.service.carrier</a></li> <li class="api apilevel-23"> <a href="../../../../reference/android/service/chooser/package-summary.html">android.service.chooser</a></li> <li class="api apilevel-17"> <a href="../../../../reference/android/service/dreams/package-summary.html">android.service.dreams</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/service/media/package-summary.html">android.service.media</a></li> <li class="api apilevel-18"> <a href="../../../../reference/android/service/notification/package-summary.html">android.service.notification</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/service/restrictions/package-summary.html">android.service.restrictions</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/service/textservice/package-summary.html">android.service.textservice</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/service/voice/package-summary.html">android.service.voice</a></li> <li class="api apilevel-7"> <a href="../../../../reference/android/service/wallpaper/package-summary.html">android.service.wallpaper</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/speech/package-summary.html">android.speech</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/speech/tts/package-summary.html">android.speech.tts</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/annotation/package-summary.html">android.support.annotation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/app/recommendation/package-summary.html">android.support.app.recommendation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/customtabs/package-summary.html">android.support.customtabs</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/design/package-summary.html">android.support.design</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/design/widget/package-summary.html">android.support.design.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/multidex/package-summary.html">android.support.multidex</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/percent/package-summary.html">android.support.percent</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v13/app/package-summary.html">android.support.v13.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v14/preference/package-summary.html">android.support.v14.preference</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/package-summary.html">android.support.v17.leanback</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/app/package-summary.html">android.support.v17.leanback.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/database/package-summary.html">android.support.v17.leanback.database</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/graphics/package-summary.html">android.support.v17.leanback.graphics</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/system/package-summary.html">android.support.v17.leanback.system</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/leanback/widget/package-summary.html">android.support.v17.leanback.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v17/preference/package-summary.html">android.support.v17.preference</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/accessibilityservice/package-summary.html">android.support.v4.accessibilityservice</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/animation/package-summary.html">android.support.v4.animation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/app/package-summary.html">android.support.v4.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/content/package-summary.html">android.support.v4.content</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/content/pm/package-summary.html">android.support.v4.content.pm</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/content/res/package-summary.html">android.support.v4.content.res</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/database/package-summary.html">android.support.v4.database</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/graphics/package-summary.html">android.support.v4.graphics</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/graphics/drawable/package-summary.html">android.support.v4.graphics.drawable</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/hardware/display/package-summary.html">android.support.v4.hardware.display</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/hardware/fingerprint/package-summary.html">android.support.v4.hardware.fingerprint</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/media/package-summary.html">android.support.v4.media</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/media/session/package-summary.html">android.support.v4.media.session</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/net/package-summary.html">android.support.v4.net</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/os/package-summary.html">android.support.v4.os</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/print/package-summary.html">android.support.v4.print</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/provider/package-summary.html">android.support.v4.provider</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/text/package-summary.html">android.support.v4.text</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/util/package-summary.html">android.support.v4.util</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/view/package-summary.html">android.support.v4.view</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/view/accessibility/package-summary.html">android.support.v4.view.accessibility</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/view/animation/package-summary.html">android.support.v4.view.animation</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v4/widget/package-summary.html">android.support.v4.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/app/package-summary.html">android.support.v7.app</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/appcompat/package-summary.html">android.support.v7.appcompat</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/cardview/package-summary.html">android.support.v7.cardview</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/graphics/package-summary.html">android.support.v7.graphics</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/graphics/drawable/package-summary.html">android.support.v7.graphics.drawable</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/gridlayout/package-summary.html">android.support.v7.gridlayout</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/media/package-summary.html">android.support.v7.media</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/mediarouter/package-summary.html">android.support.v7.mediarouter</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/preference/package-summary.html">android.support.v7.preference</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/recyclerview/package-summary.html">android.support.v7.recyclerview</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/util/package-summary.html">android.support.v7.util</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/view/package-summary.html">android.support.v7.view</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/widget/package-summary.html">android.support.v7.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/widget/helper/package-summary.html">android.support.v7.widget.helper</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v7/widget/util/package-summary.html">android.support.v7.widget.util</a></li> <li class="api apilevel-"> <a href="../../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/system/package-summary.html">android.system</a></li> <li class="api apilevel-21"> <a href="../../../../reference/android/telecom/package-summary.html">android.telecom</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/telephony/package-summary.html">android.telephony</a></li> <li class="api apilevel-5"> <a href="../../../../reference/android/telephony/cdma/package-summary.html">android.telephony.cdma</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/telephony/gsm/package-summary.html">android.telephony.gsm</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/package-summary.html">android.test</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/mock/package-summary.html">android.test.mock</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/suitebuilder/package-summary.html">android.test.suitebuilder</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/test/suitebuilder/annotation/package-summary.html">android.test.suitebuilder.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/package-summary.html">android.text</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/text/format/package-summary.html">android.text.format</a></li> <li class="selected api apilevel-1"> <a href="../../../../reference/android/text/method/package-summary.html">android.text.method</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/style/package-summary.html">android.text.style</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/text/util/package-summary.html">android.text.util</a></li> <li class="api apilevel-19"> <a href="../../../../reference/android/transition/package-summary.html">android.transition</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/util/package-summary.html">android.util</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/view/package-summary.html">android.view</a></li> <li class="api apilevel-4"> <a href="../../../../reference/android/view/accessibility/package-summary.html">android.view.accessibility</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/view/animation/package-summary.html">android.view.animation</a></li> <li class="api apilevel-3"> <a href="../../../../reference/android/view/inputmethod/package-summary.html">android.view.inputmethod</a></li> <li class="api apilevel-14"> <a href="../../../../reference/android/view/textservice/package-summary.html">android.view.textservice</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/webkit/package-summary.html">android.webkit</a></li> <li class="api apilevel-1"> <a href="../../../../reference/android/widget/package-summary.html">android.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/backup/package-summary.html">com.android.internal.backup</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/logging/package-summary.html">com.android.internal.logging</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/os/package-summary.html">com.android.internal.os</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/statusbar/package-summary.html">com.android.internal.statusbar</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/internal/widget/package-summary.html">com.android.internal.widget</a></li> <li class="api apilevel-"> <a href="../../../../reference/com/android/test/runner/package-summary.html">com.android.test.runner</a></li> <li class="api apilevel-1"> <a href="../../../../reference/dalvik/annotation/package-summary.html">dalvik.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/dalvik/bytecode/package-summary.html">dalvik.bytecode</a></li> <li class="api apilevel-1"> <a href="../../../../reference/dalvik/system/package-summary.html">dalvik.system</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/awt/font/package-summary.html">java.awt.font</a></li> <li class="api apilevel-3"> <a href="../../../../reference/java/beans/package-summary.html">java.beans</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/io/package-summary.html">java.io</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/package-summary.html">java.lang</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/annotation/package-summary.html">java.lang.annotation</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/ref/package-summary.html">java.lang.ref</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/lang/reflect/package-summary.html">java.lang.reflect</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/math/package-summary.html">java.math</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/net/package-summary.html">java.net</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/package-summary.html">java.nio</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/channels/package-summary.html">java.nio.channels</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/channels/spi/package-summary.html">java.nio.channels.spi</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/charset/package-summary.html">java.nio.charset</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/nio/charset/spi/package-summary.html">java.nio.charset.spi</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/package-summary.html">java.security</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/acl/package-summary.html">java.security.acl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/cert/package-summary.html">java.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/interfaces/package-summary.html">java.security.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/security/spec/package-summary.html">java.security.spec</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/sql/package-summary.html">java.sql</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/text/package-summary.html">java.text</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/package-summary.html">java.util</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/concurrent/package-summary.html">java.util.concurrent</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/concurrent/locks/package-summary.html">java.util.concurrent.locks</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/jar/package-summary.html">java.util.jar</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/logging/package-summary.html">java.util.logging</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/prefs/package-summary.html">java.util.prefs</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/regex/package-summary.html">java.util.regex</a></li> <li class="api apilevel-1"> <a href="../../../../reference/java/util/zip/package-summary.html">java.util.zip</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/crypto/package-summary.html">javax.crypto</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/crypto/interfaces/package-summary.html">javax.crypto.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/crypto/spec/package-summary.html">javax.crypto.spec</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/microedition/khronos/egl/package-summary.html">javax.microedition.khronos.egl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/microedition/khronos/opengles/package-summary.html">javax.microedition.khronos.opengles</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/net/package-summary.html">javax.net</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/net/ssl/package-summary.html">javax.net.ssl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/package-summary.html">javax.security.auth</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/callback/package-summary.html">javax.security.auth.callback</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/login/package-summary.html">javax.security.auth.login</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/auth/x500/package-summary.html">javax.security.auth.x500</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/security/cert/package-summary.html">javax.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/sql/package-summary.html">javax.sql</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/xml/package-summary.html">javax.xml</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/datatype/package-summary.html">javax.xml.datatype</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/namespace/package-summary.html">javax.xml.namespace</a></li> <li class="api apilevel-1"> <a href="../../../../reference/javax/xml/parsers/package-summary.html">javax.xml.parsers</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/package-summary.html">javax.xml.transform</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/dom/package-summary.html">javax.xml.transform.dom</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/transform/stream/package-summary.html">javax.xml.transform.stream</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/validation/package-summary.html">javax.xml.validation</a></li> <li class="api apilevel-8"> <a href="../../../../reference/javax/xml/xpath/package-summary.html">javax.xml.xpath</a></li> <li class="api apilevel-1"> <a href="../../../../reference/junit/framework/package-summary.html">junit.framework</a></li> <li class="api apilevel-1"> <a href="../../../../reference/junit/runner/package-summary.html">junit.runner</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/conn/package-summary.html">org.apache.http.conn</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/conn/scheme/package-summary.html">org.apache.http.conn.scheme</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/conn/ssl/package-summary.html">org.apache.http.conn.ssl</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/apache/http/params/package-summary.html">org.apache.http.params</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/json/package-summary.html">org.json</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/w3c/dom/package-summary.html">org.w3c.dom</a></li> <li class="api apilevel-8"> <a href="../../../../reference/org/w3c/dom/ls/package-summary.html">org.w3c.dom.ls</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xml/sax/package-summary.html">org.xml.sax</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xml/sax/ext/package-summary.html">org.xml.sax.ext</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xmlpull/v1/package-summary.html">org.xmlpull.v1</a></li> <li class="api apilevel-1"> <a href="../../../../reference/org/xmlpull/v1/sax2/package-summary.html">org.xmlpull.v1.sax2</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/KeyListener.html">KeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/MovementMethod.html">MovementMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/TransformationMethod.html">TransformationMethod</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/ArrowKeyMovementMethod.html">ArrowKeyMovementMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/BaseKeyListener.html">BaseKeyListener</a></li> <li class="api apilevel-11"><a href="../../../../reference/android/text/method/BaseMovementMethod.html">BaseMovementMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/CharacterPickerDialog.html">CharacterPickerDialog</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/DateKeyListener.html">DateKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/DateTimeKeyListener.html">DateTimeKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/DialerKeyListener.html">DialerKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/DigitsKeyListener.html">DigitsKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/HideReturnsTransformationMethod.html">HideReturnsTransformationMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/LinkMovementMethod.html">LinkMovementMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/MetaKeyKeyListener.html">MetaKeyKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/MultiTapKeyListener.html">MultiTapKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/NumberKeyListener.html">NumberKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/PasswordTransformationMethod.html">PasswordTransformationMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/QwertyKeyListener.html">QwertyKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html">ReplacementTransformationMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/ScrollingMovementMethod.html">ScrollingMovementMethod</a></li> <li class="selected api apilevel-1"><a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html">SingleLineTransformationMethod</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/TextKeyListener.html">TextKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/TimeKeyListener.html">TimeKeyListener</a></li> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/Touch.html">Touch</a></li> </ul> </li> <li><h2>Enums</h2> <ul> <li class="api apilevel-1"><a href="../../../../reference/android/text/method/TextKeyListener.Capitalize.html">TextKeyListener.Capitalize</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#pubctors">Ctors</a> &#124; <a href="#pubmethods">Methods</a> &#124; <a href="#promethods">Protected Methods</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 1</a> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public class <h1 itemprop="name">SingleLineTransformationMethod</h1> extends <a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html">ReplacementTransformationMethod</a><br/> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-1"> <table class="jd-inheritance-table"> <tr> <td colspan="3" class="jd-inheritance-class-cell"><a href="../../../../reference/java/lang/Object.html">java.lang.Object</a></td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="2" class="jd-inheritance-class-cell"><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html">android.text.method.ReplacementTransformationMethod</a></td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;</td> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="1" class="jd-inheritance-class-cell">android.text.method.SingleLineTransformationMethod</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">This transformation method causes any newline characters (\n) to be displayed as spaces instead of causing line breaks, and causes carriage return characters (\r) to have no appearance. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> </nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html#SingleLineTransformationMethod()">SingleLineTransformationMethod</a></span>()</nobr> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> static <a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html">SingleLineTransformationMethod</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html#getInstance()">getInstance</a></span>()</nobr> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="promethods" class="jd-sumtable"><tr><th colspan="12">Protected Methods</th></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> char[]</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html#getOriginal()">getOriginal</a></span>()</nobr> <div class="jd-descrdiv"> The characters to be replaced are \n and \r. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> char[]</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html#getReplacement()">getReplacement</a></span>()</nobr> <div class="jd-descrdiv"> The character \n is replaced with is space; the character \r is replaced with is FEFF (zero width space). </div> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.text.method.ReplacementTransformationMethod" class="jd-expando-trigger closed" ><img id="inherited-methods-android.text.method.ReplacementTransformationMethod-trigger" src="../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class <a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html">android.text.method.ReplacementTransformationMethod</a> <div id="inherited-methods-android.text.method.ReplacementTransformationMethod"> <div id="inherited-methods-android.text.method.ReplacementTransformationMethod-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-android.text.method.ReplacementTransformationMethod-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> abstract char[]</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html#getOriginal()">getOriginal</a></span>()</nobr> <div class="jd-descrdiv"> Returns the list of characters that are to be replaced by other characters when displayed. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> abstract char[]</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html#getReplacement()">getReplacement</a></span>()</nobr> <div class="jd-descrdiv"> Returns a parallel array of replacement characters for the ones that are to be replaced. </div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> <a href="../../../../reference/java/lang/CharSequence.html">CharSequence</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html#getTransformation(java.lang.CharSequence, android.view.View)">getTransformation</a></span>(<a href="../../../../reference/java/lang/CharSequence.html">CharSequence</a> source, <a href="../../../../reference/android/view/View.html">View</a> v)</nobr> <div class="jd-descrdiv"> Returns a CharSequence that will mirror the contents of the source CharSequence but with the characters in <code><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html#getOriginal()">getOriginal()</a></code> replaced by ones from <code><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html#getReplacement()">getReplacement()</a></code>. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/ReplacementTransformationMethod.html#onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int, android.graphics.Rect)">onFocusChanged</a></span>(<a href="../../../../reference/android/view/View.html">View</a> view, <a href="../../../../reference/java/lang/CharSequence.html">CharSequence</a> sourceText, boolean focused, int direction, <a href="../../../../reference/android/graphics/Rect.html">Rect</a> previouslyFocusedRect)</nobr> <div class="jd-descrdiv"> This method is called when the TextView that uses this TransformationMethod gains or loses focus. </div> </td></tr> </table> </div> </div> </td></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" ><img id="inherited-methods-java.lang.Object-trigger" src="../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class <a href="../../../../reference/java/lang/Object.html">java.lang.Object</a> <div id="inherited-methods-java.lang.Object"> <div id="inherited-methods-java.lang.Object-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> <a href="../../../../reference/java/lang/Object.html">Object</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#clone()">clone</a></span>()</nobr> <div class="jd-descrdiv"> Creates and returns a copy of this <code>Object</code>. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#equals(java.lang.Object)">equals</a></span>(<a href="../../../../reference/java/lang/Object.html">Object</a> o)</nobr> <div class="jd-descrdiv"> Compares this instance with the specified object and indicates if they are equal. </div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#finalize()">finalize</a></span>()</nobr> <div class="jd-descrdiv"> Invoked when the garbage collector has detected that this instance is no longer reachable. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> final <a href="../../../../reference/java/lang/Class.html">Class</a>&lt;?&gt;</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#getClass()">getClass</a></span>()</nobr> <div class="jd-descrdiv"> Returns the unique instance of <code><a href="../../../../reference/java/lang/Class.html">Class</a></code> that represents this object's class. </div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#hashCode()">hashCode</a></span>()</nobr> <div class="jd-descrdiv"> Returns an integer hash code for this object. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#notify()">notify</a></span>()</nobr> <div class="jd-descrdiv"> Causes a thread which is waiting on this object's monitor (by means of calling one of the <code>wait()</code> methods) to be woken up. </div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#notifyAll()">notifyAll</a></span>()</nobr> <div class="jd-descrdiv"> Causes all threads which are waiting on this object's monitor (by means of calling one of the <code>wait()</code> methods) to be woken up. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> <a href="../../../../reference/java/lang/String.html">String</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#toString()">toString</a></span>()</nobr> <div class="jd-descrdiv"> Returns a string containing a concise, human-readable description of this object. </div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#wait()">wait</a></span>()</nobr> <div class="jd-descrdiv"> Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#wait(long, int)">wait</a></span>(long millis, int nanos)</nobr> <div class="jd-descrdiv"> Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object or until the specified timeout expires. </div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/java/lang/Object.html#wait(long)">wait</a></span>(long millis)</nobr> <div class="jd-descrdiv"> Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object or until the specified timeout expires. </div> </td></tr> </table> </div> </div> </td></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.text.method.TransformationMethod" class="jd-expando-trigger closed" ><img id="inherited-methods-android.text.method.TransformationMethod-trigger" src="../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From interface <a href="../../../../reference/android/text/method/TransformationMethod.html">android.text.method.TransformationMethod</a> <div id="inherited-methods-android.text.method.TransformationMethod"> <div id="inherited-methods-android.text.method.TransformationMethod-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-android.text.method.TransformationMethod-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> abstract <a href="../../../../reference/java/lang/CharSequence.html">CharSequence</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/TransformationMethod.html#getTransformation(java.lang.CharSequence, android.view.View)">getTransformation</a></span>(<a href="../../../../reference/java/lang/CharSequence.html">CharSequence</a> source, <a href="../../../../reference/android/view/View.html">View</a> view)</nobr> <div class="jd-descrdiv"> Returns a CharSequence that is a transformation of the source text -- for example, replacing each character with a dot in a password field. </div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> abstract void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../reference/android/text/method/TransformationMethod.html#onFocusChanged(android.view.View, java.lang.CharSequence, boolean, int, android.graphics.Rect)">onFocusChanged</a></span>(<a href="../../../../reference/android/view/View.html">View</a> view, <a href="../../../../reference/java/lang/CharSequence.html">CharSequence</a> sourceText, boolean focused, int direction, <a href="../../../../reference/android/graphics/Rect.html">Rect</a> previouslyFocusedRect)</nobr> <div class="jd-descrdiv"> This method is called when the TextView that uses this TransformationMethod gains or loses focus. </div> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <h2>Public Constructors</h2> <A NAME="SingleLineTransformationMethod()"></A> <div class="jd-details api apilevel-1"> <h4 class="jd-details-title"> <span class="normal"> public </span> <span class="sympad">SingleLineTransformationMethod</span> <span class="normal">()</span> </h4> <div class="api-level"> <div> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 1</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <A NAME="getInstance()"></A> <div class="jd-details api apilevel-1"> <h4 class="jd-details-title"> <span class="normal"> public static <a href="../../../../reference/android/text/method/SingleLineTransformationMethod.html">SingleLineTransformationMethod</a> </span> <span class="sympad">getInstance</span> <span class="normal">()</span> </h4> <div class="api-level"> <div> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 1</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <h2>Protected Methods</h2> <A NAME="getOriginal()"></A> <div class="jd-details api apilevel-1"> <h4 class="jd-details-title"> <span class="normal"> protected char[] </span> <span class="sympad">getOriginal</span> <span class="normal">()</span> </h4> <div class="api-level"> <div> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 1</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>The characters to be replaced are \n and \r. </p></div> </div> </div> <A NAME="getReplacement()"></A> <div class="jd-details api apilevel-1"> <h4 class="jd-details-title"> <span class="normal"> protected char[] </span> <span class="sympad">getReplacement</span> <span class="normal">()</span> </h4> <div class="api-level"> <div> Added in <a href="../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 1</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>The character \n is replaced with is space; the character \r is replaced with is FEFF (zero width space). </p></div> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> </div> <!-- jd-content --> <div class="wrap"> <div class="dac-footer"> <div class="cols dac-footer-main"> <div class="col-1of2"> <a class="dac-footer-getnews" data-modal-toggle="newsletter" href="javascript:;">Get news &amp; tips <span class="dac-fab dac-primary"><i class="dac-sprite dac-mail"></i></span></a> </div> <div class="col-1of2 dac-footer-reachout"> <div class="dac-footer-contact"> <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a> <a class="dac-footer-contact-link" href="/support.html">Support</a> </div> <div class="dac-footer-social"> <a class="dac-fab dac-footer-social-link" href="https://www.youtube.com/user/androiddevelopers"><i class="dac-sprite dac-youtube"></i></a> <a class="dac-fab dac-footer-social-link" href="https://plus.google.com/+AndroidDevelopers"><i class="dac-sprite dac-gplus"></i></a> <a class="dac-fab dac-footer-social-link" href="https://twitter.com/AndroidDev"><i class="dac-sprite dac-twitter"></i></a> </div> </div> </div> <hr class="dac-footer-separator"/> <p class="dac-footer-copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../license.html"> Content License</a>. </p> <p class="dac-footer-build"> Android 6.0&nbsp;r1 &mdash; <script src="../../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </p> <p class="dac-footer-links"> <a href="/about/index.html">About Android</a> <a href="/auto/index.html">Auto</a> <a href="/tv/index.html">TV</a> <a href="/wear/index.html">Wear</a> <a href="/legal.html">Legal</a> <span id="language" class="locales"> <select name="language" onchange="changeLangPref(this.value, true)"> <option value="en" selected="selected">English</option> <option value="es">Español</option> <option value="ja">日本語</option> <option value="ko">한국어</option> <option value="pt-br">Português Brasileiro</option> <option value="ru">Русский</option> <option value="zh-cn">中文(简体)</option> <option value="zh-tw">中文(繁體)</option> </select> </span> </p> </div> </div> <!-- end footer --> <div data-modal="newsletter" data-newsletter data-swap class="dac-modal newsletter"> <div class="dac-modal-container"> <div class="dac-modal-window"> <header class="dac-modal-header"> <button class="dac-modal-header-close" data-modal-toggle><i class="dac-sprite dac-close"></i></button> <div class="dac-swap" data-swap-container> <section class="dac-swap-section dac-active dac-down"> <h2 class="norule dac-modal-header-title">Get the latest Android developer news and tips that will help you find success on Google Play.</h2> <p class="dac-modal-header-subtitle">&#42; Required Fields</p> </section> <section class="dac-swap-section dac-up"> <h2 class="norule dac-modal-header-title">Hooray!</h2> </section> </div> </header> <div class="dac-swap" data-swap-container> <section class="dac-swap-section dac-active dac-left"> <form action="https://docs.google.com/forms/d/1QgnkzbEJIDu9lMEea0mxqWrXUJu0oBCLD7ar23V0Yys/formResponse" class="dac-form" method="post" target="dac-newsletter-iframe"> <section class="dac-modal-content"> <fieldset class="dac-form-fieldset"> <div class="cols"> <div class="col-1of2 newsletter-leftCol"> <div class="dac-form-input-group"> <label for="newsletter-full-name" class="dac-form-floatlabel">Full name</label> <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required> <span class="dac-form-required">*</span> </div> <div class="dac-form-input-group"> <label for="newsletter-email" class="dac-form-floatlabel">Email address</label> <input type="email" class="dac-form-input" name="entry.472100832" id="newsletter-email" required> <span class="dac-form-required">*</span> </div> </div> <div class="col-1of2 newsletter-rightCol"> <div class="dac-form-input-group"> <label for="newsletter-company" class="dac-form-floatlabel">Company / developer name</label> <input type="text" class="dac-form-input" name="entry.1664780309" id="newsletter-company"> </div> <div class="dac-form-input-group"> <label for="newsletter-play-store" class="dac-form-floatlabel">One of your Play Store app URLs</label> <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required> <span class="dac-form-required">*</span> </div> </div> </div> </fieldset> <fieldset class="dac-form-fieldset"> <div class="cols"> <div class="col-1of2 newsletter-leftCol"> <legend class="dac-form-legend">Which best describes your business:<span class="dac-form-required">*</span> </legend> <div class="dac-form-radio-group"> <input type="radio" value="Apps" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-app" required> <label for="newsletter-business-type-app" class="dac-form-radio-button"></label> <label for="newsletter-business-type-app" class="dac-form-label">Apps</label> </div> <div class="dac-form-radio-group"> <input type="radio" value="Games" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-games" required> <label for="newsletter-business-type-games" class="dac-form-radio-button"></label> <label for="newsletter-business-type-games" class="dac-form-label">Games</label> </div> <div class="dac-form-radio-group"> <input type="radio" value="Apps and Games" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-appsgames" required> <label for="newsletter-business-type-appsgames" class="dac-form-radio-button"></label> <label for="newsletter-business-type-appsgames" class="dac-form-label">Apps &amp; Games</label> </div> </div> <div class="col-1of2 newsletter-rightCol newsletter-checkboxes"> <div class="dac-form-radio-group"> <div class="dac-media"> <div class="dac-media-figure"> <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities."> <label for="newsletter-add" class="dac-form-checkbox-button"></label> </div> <div class="dac-media-body"> <label for="newsletter-add" class="dac-form-label dac-form-aside">Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.<span class="dac-form-required">*</span></label> </div> </div> </div> <div class="dac-form-radio-group"> <div class="dac-media"> <div class="dac-media-figure"> <input type="checkbox" class="dac-form-checkbox" name="entry.2045036090" id="newsletter-terms" required value="I acknowledge that the information provided in this form will be subject to Google's privacy policy (https://www.google.com/policies/privacy/)."> <label for="newsletter-terms" class="dac-form-checkbox-button"></label> </div> <div class="dac-media-body"> <label for="newsletter-terms" class="dac-form-label dac-form-aside">I acknowledge that the information provided in this form will be subject to <a href="https://www.google.com/policies/privacy/">Google's privacy policy</a>.<span class="dac-form-required">*</span></label> </div> </div> </div> </div> </div> </fieldset> </section> <footer class="dac-modal-footer"> <div class="cols"> <div class="col-2of5"> </div> </div> <button type="submit" value="Submit" class="dac-fab dac-primary dac-large dac-modal-action"><i class="dac-sprite dac-arrow-right"></i></button> </footer> </form> </section> <section class="dac-swap-section dac-right"> <div class="dac-modal-content"> <p class="newsletter-success-message"> You have successfully signed up for the latest Android developer news and tips. </p> </div> </section> </div> </div> </div> </div> <!-- end footer --> </div><!-- end doc-content --> </div> <!-- end .cols --> </div> <!-- end body-content --> </body> </html>
app/views/vm-full/new-keeper-postcode.html
paulpod/protopod
{{<govuk_template}} {{$head}} {{>includes/elements_head}} <script type="text/javascript" src="/public/javascripts/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="/public/javascripts/application.js"></script> <script type="text/javascript" src="/public/javascripts/postcodes.min.js"></script> {{/head}} {{$propositionHeader}} {{>includes/propositional_blank}} {{/propositionHeader}} {{$headerClass}}with-proposition{{/headerClass}} {{$content}} <main id="wrapper" role="main"> <div id="content"> <div class="inner-block"> <a class="back-to-previous" href="#">Back<span class="visuallyhidden"> to the start</span></a> <article> <h2 class="heading-large"> New keeper details </h2> <div id="your-details"> <form method="get" action="newkeeper-postcode" class="form"> <fieldset> <!-- the following items are required --> <label>Postcode</label> <input id="postcode" name="postcode" class="form-control form-control-1-4" type="text"> <div class="form-group" style="margin-top:4em"> <input type="submit" class="button" value="Find address"> </div> </fieldset> </article> <!-- hide this next action button <form action="get" class="form" style="margin-top:2.5em"> <fieldset> <div style="float:left;padding-right:1em"> <input type="submit" class="button" value="Finish"> </div> <div> <p><a href="transfer-3"> Search for another vehicle </a></p> </div> </fieldset> </form> --> </div> </div> </main> {{/content}} {{/govuk_template}}
QuickApp/ClientApp/src/app/components/login/login.component.html
emonney/QuickApp
<div class="d-flex h-90"> <div class="login-container m-auto"> <div class="card boxshadow"> <div class="card-header bg-primary dark text-white clearfix"> <i class="fa fa-lock" aria-hidden="true"></i> Login <button *ngIf="isModal" type="button" class="close float-right text-light" aria-label="Close" (click)="closeModal()"> <span aria-hidden="true">&times;</span> </button> </div> <div class="card-body"> <div class="col-md-8 offset-md-2"> <form *ngIf="formResetToggle" class="login" name="loginForm" #f="ngForm" novalidate (ngSubmit)="f.form.valid ? login() : (!username.valid && showErrorAlert('Username is required', 'Please enter a valid username')); (!password.valid && showErrorAlert('Password is required', 'Please enter a valid password'))"> <div class="form-group row"> <label class="col-form-label col-md-3" for="login-username">Username:</label> <div class="col-md-9"> <input type="text" id="login-username" name="username" placeholder="Enter username" autocomplete="username" class="form-control" [ngClass]="{'is-valid': f.submitted && username.valid, 'is-invalid' : f.submitted && !username.valid}" [(ngModel)]="userLogin.userName" #username="ngModel" required /> <span class="invalid-feedback" *ngIf="f.submitted && !username.valid"> Username is required </span> </div> </div> <div class="form-group row"> <label class="col-form-label col-md-3" for="login-password">Password:</label> <div class="col-md-9"> <input type="password" id="login-password" name="password" placeholder="Enter password" autocomplete="current-password" class="form-control" [ngClass]="{'is-valid': f.submitted && password.valid, 'is-invalid' : f.submitted && !password.valid}" [(ngModel)]="userLogin.password" #password="ngModel" required /> <span class="invalid-feedback" *ngIf="f.submitted && !password.valid"> Password is required </span> </div> </div> <div class="form-group row"> <div class="offset-md-3 col-md-9"> <div class="form-check"> <input type="checkbox" class="form-check-input" id="login-rememberme" name="rememberMe" [(ngModel)]="userLogin.rememberMe"> <label class="form-check-label" for="login-rememberme">Remember me</label> </div> </div> </div> <div class="form-group row"> <div class="offset-md-3 col-md-9"> <button type="submit" class="btn btn-primary" [disabled]="isLoading"> <i *ngIf="isLoading" class='fa fa-circle-o-notch fa-spin'></i> {{isLoading ? 'Logging in...' : 'Login'}} </button> </div> </div> </form> </div> </div> </div> </div> </div>
gh-pages/layouts/partials/services.html
siemiatj/algorithms
<section id="services"> <!-- Page Content --> <div class="container services-container"> <div class="row"> <div class="col-md-12"> <h2>General problems</h2> <div class="problems-list"> {{ range $index, $element := where .Data.Pages "Section" "in" "general" }} {{ if modBool $index 2 }} <div class="row-a row"> {{ else }} <div class="row-b row"> {{ end }} <div class="col-md-12"> <div> <div class="clearfix"></div> <h5 class="section-heading"> <a href="{{ .Permalink }}">{{ .Title }}</a> </h5> </div> </div> <!-- /.container --> </div> {{ end }} </div> </div> </div> <!-- <div class="row"> <div class="col-md-12"> <h2>Coursera Algorithms: Design and Analysis, Part 1 problems</h2> <div class="problems-list"></div> </div> </div> --> </div> </section>
_includes/tags_for_page.html
shiftkeylabs/shiftkeylabs.github.com
{% assign post = page %} {% if post.tags.size > 0 %} {% capture tags_content %}{% if post.tags.size == 1 %}<i class="fa fa-tag"></i>{% else %}<i class="fa fa-tags"></i>{% endif %} {% endcapture %} {% for post_tag in post.tags %} {% assign tag = site.data.tags[post_tag] %} {% if tag %} {% capture tags_content_temp %}{{ tags_content }}<a href="/blog/tag/{{ post_tag }}/">#{{ tag.name }}</a> {% if forloop.last == false %}<!--comma-->{% endif %}{% endcapture %} {% assign tags_content = tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content = '' %} {% endif %}
raw_data/arkive-critically-endangered-html/paroedura-lohatsara.html
andrewedstrom/cs638project
<!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>Paroedura factsheet on ARKive - Paroedura lohatsara</title> <link rel="canonical" href="http://www.arkive.org/paroedura/paroedura-lohatsara/" /> <link rel="stylesheet" type="text/css" media="screen,print" href="/rcss/factsheet.css" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> </head> <body> <!-- onload="window.print()">--> <div id="container"> <div id="header"><a href="/"><img src="/rimg/factsheet/header_left.png" alt="" border="0" /><img src="/rimg/factsheet/header_logo.png" alt="" border="0" /><img src="/rimg/factsheet/header_right.png" alt="" border="0" /></a></div> <div id="content"> <h1>Paroedura (<i>Paroedura lohatsara</i>)</h1> <img alt="" src="/media/63/631FEF57-A51A-4636-93C5-6F71896761A7/Presentation.Large/Male-Paroedura-lohatsara.jpg"/> <table cellspacing="0" cellpadding="0" id="factList"> <tbody> <tr class="kingdom"><th align="left">Kingdom</th><td align="left">Animalia</td></tr> <tr class="phylum"><th align="left">Phylum</th><td align="left">Chordata</td></tr> <tr class="class"><th align="left">Class</th><td align="left">Reptilia</td></tr> <tr class="order"><th align="left">Order</th><td align="left">Squamata</td></tr> <tr class="family"><th align="left">Family</th><td align="left">Gekkonidae</td></tr> <tr class="genus"><th align="left">Genus</th><td align="left"><em>Paroedura (1)</em></td></tr> </tbody> </table> <h2><img src="/rimg/factsheet/Status.png" class="heading" /></h2><p class="Status"><p><em>Paroedura lohatsara</em> is classified as Critically Endangered (CR) on the IUCN Red List (1).</p></p><h2><img src="/rimg/factsheet/Description.png" class="heading" /></h2><p class="Description"><p>Information on <em>Paroedura lohatsara </em>is currently being researched and written and will appear here shortly.</p></p><h2><img src="/rimg/factsheet/Authentication.png" class="heading" /></h2><p class="AuthenticatioModel"><p>This information is awaiting authentication by a species expert, and will be updated as soon as possible. If you are able to help please contact: <br/><a href="mailto:arkive@wildscreen.org.uk">arkive@wildscreen.org.uk</a></p></p><h2><img src="/rimg/factsheet/References.png" class="heading" /></h2> <ol id="references"> <li id="ref1"> <a id="reference_1" name="reference_1"></a> IUCN Red List (May, 2012) <br/><a href="http://www.iucnredlist.org" target="_blank">http://www.iucnredlist.org</a></li> </ol> </div> </div> </body> </html>
contact.html
rakeshbhatia/portfolio
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Clean Blog - Contact</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/clean-blog.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> <!-- <a class="navbar-brand" href="index.html">Start Bootstrap</a> --> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="index.html">Home</a> </li> <li> <a href="about.html">About</a> </li> <li> <a href="project1.html">Project 1</a> </li> <li> <a href="contact.html">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Header --> <!-- Set your background image for this header on the line below. --> <header class="intro-header" style="background-image: url('img/contact-bg.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="page-heading"> <h1>Contact Me</h1> <hr class="small"> <span class="subheading">Have questions? I have answers (maybe).</span> </div> </div> </div> </div> </header> <!-- Main Content --> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <p>Want to get in touch with me? Fill out the form below to send me a message and I will try to get back to you within 24 hours!</p> <!-- Contact Form - Enter your email address on line 19 of the mail/contact_me.php file to make this form work. --> <!-- WARNING: Some web hosts do not allow emails to be sent through forms to common mail hosts like Gmail or Yahoo. It's recommended that you use a private domain email address! --> <!-- NOTE: To use the contact form, your site must be on a live web host with PHP! The form will not work locally! --> <form name="sentMessage" id="contactForm" novalidate> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Name</label> <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Email Address</label> <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Phone Number</label> <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number."> <p class="help-block text-danger"></p> </div> </div> <div class="row control-group"> <div class="form-group col-xs-12 floating-label-form-group controls"> <label>Message</label> <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea> <p class="help-block text-danger"></p> </div> </div> <br> <div id="success"></div> <div class="row"> <div class="form-group col-xs-12"> <button type="submit" class="btn btn-default">Send</button> </div> </div> </form> </div> </div> </div> <hr> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="#"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="#"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="#"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Rakesh Bhatia 2017</p> </div> </div> </div> </footer> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Contact Form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Theme JavaScript --> <script src="js/clean-blog.min.js"></script> </body> </html>
_site/javascript/2016/03/17/javascript-event/index.html
tudousi/tudousi.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>javascript事件 &#8211; 再试,再失败,更好地失败</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="web程序中事件是一种通信机制,鼠标事件和键盘事件是我们直观感受到的事件。javascript中事件有非常多中,常用的有键盘事件、鼠标事件、触摸事件和自定义事件,这里来了解一下事件流概念。"> <meta name="author" content="tudousi"> <meta name="keywords" content="event 事件"> <link rel="canonical" href="http://tudousi.github.io//javascript/2016/03/17/javascript-event/"> <link rel="alternate" type="application/rss+xml" title="RSS Feed for 再试,再失败,更好地失败" href="/feed.xml" /> <meta name="baidu-site-verification" content="3865RHLBYn" /> <!-- Custom CSS --> <link rel="stylesheet" href="/css/pixyll.css?201603180337" type="text/css"> <!-- Fonts --> <!-- <link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'> --> <!-- Verifications --> <!-- Open Graph --> <!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="javascript事件"> <meta property="og:description" content="一个菜鸟的前端学习历程 html css javascript node node.js"> <meta property="og:url" content="http://tudousi.github.io//javascript/2016/03/17/javascript-event/"> <meta property="og:site_name" content="再试,再失败,更好地失败"> <!-- Twitter Card --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="javascript事件" /> <meta name="twitter:description" content="web程序中事件是一种通信机制,鼠标事件和键盘事件是我们直观感受到的事件。javascript中事件有非常多中,常用的有键盘事件、鼠标事件、触摸事件和自定义事件,这里来了解一下事件流概念。" /> <meta name="twitter:url" content="http://tudousi.github.io//javascript/2016/03/17/javascript-event/" /> <!-- Icons --> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160"> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> </head> <body class="site"> <div class="site-wrap"> <header class="site-header px2 px-responsive"> <div class="mt2 wrap"> <div class="measure"> <a href="http://tudousi.github.io/" class="site-title">再试,再失败,更好地失败</a> <nav class="site-nav"> <a href="/mtb/">MTB</a> <a href="/about/">About</a> <a href="/contact/">Contact</a> </nav> <div class="clearfix"></div> </div> </div> </header> <div class="post p2 p-responsive wrap" role="main"> <div class="measure"> <div class="post-header mb2"> <h1>javascript事件</h1> <span class="post-meta">2016-03-17</span><br> <span class="post-meta small"> 1 minute read </span> </div> <article class="post-content"> <blockquote> <p>web程序中事件是一种通信机制,鼠标事件和键盘事件是我们直观感受到的事件。javascript中<a href="https://developer.mozilla.org/zh-CN/docs/Web/API/Event">事件</a>有非常多中,常用的有键盘事件、鼠标事件、触摸事件和自定义事件,这里来了解一下事件流概念。</p> </blockquote> <p>关于javascript事件机制的概念可以参考阮一峰的<a href="http://www.ruanyifeng.com/blog/2014/10/event-loop.html">JavaScript 运行机制详解:再谈Event Loop</a></p> <h3 id="event-flow">事件流(event flow)</h3> <p>在了解了事件机制的基本概念后,再来了解一下事件流。想象一下当用户点击了一个页面上的元素,事件是怎么样被触发的呢?因为网页中的元素可以被嵌套和叠加,所以事件不能只在当前元素触发事件。它要触发的肯定是这个元素在DOM树中所对应的这条路径上所有元素的对应事件。像这样的事件发生的路径和方法我们可以叫它 <strong>事件流(event flow)</strong></p> <h3 id="section">事件发生时有3个阶段</h3> <ol> <li> <p>捕获阶段(Captrue Phase)</p> <p>在这个阶段的事件是从Window一直向下传递直到事件到达目标(点击的元素)的父元素(这个阶段所涉及的元素的事件被执行)</p> </li> <li> <p>目标阶段(Target Phase)</p> <p>当前事件处于目标(点击的元素)元素上,也就是target等于currentTarget时就是目标阶段。此后事件将从这个元素向父元素开始冒泡进。(在目标元素上的捕获和冒泡都会被执行)</p> </li> <li> <p>冒泡阶段(Bubbling Phase)</p> <p>从目标阶段元素的父元素开始依次开始向上冒泡事件,直到到达Window时结束。(这个阶段所涉及的元素的事件被执行)</p> </li> </ol> <p><img src="/resource/event/phase.png" alt="phase" /></p> <p class="tac">事件3个阶段</p> <h3 id="section-1">为了对这3个阶段更进一步的理解,来看一下下面的例子</h3> <p><a class="jsbin-embed" href="http://jsbin.com/yanubi/45/embed?html,js,output">event phase demo</a><script src="http://static.jsbin.com/js/embed.min.js?3.35.11"></script></p> <p>如果你在非ie8-浏览器中点击e3元素会在控制台输出如下内容</p> <div class="highlighter-rouge"><pre class="highlight"><code><span class="nx">e1</span><span class="o">-&gt;</span><span class="err">捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> <span class="nx">e2</span><span class="o">-&gt;</span><span class="err">捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> <span class="nx">e3</span><span class="o">-&gt;</span><span class="err">不捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">true</span> <span class="nx">e3</span><span class="o">-&gt;</span><span class="err">捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">true</span> <span class="nx">e2</span><span class="o">-&gt;</span><span class="err">不捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> <span class="nx">e1</span><span class="o">-&gt;</span><span class="err">不捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> </code></pre> </div> <p>从输出可以看出来,前面1、2、3是绑定在捕获阶段所执行的代码,而4、5、6是绑定在冒泡阶段所执行的代码,其中3、4事件也是同时处于目标阶段的。还有一个小点就是<strong>ie8-是不支持事件捕获类型的</strong>,所以你所绑定的捕获事件会在处于目标阶段执行。</p> <h3 id="dom0">DOM0级是啥样?</h3> <p>还有一个地方值得注意的就是使用DOM0级给元素绑定事件会怎么样?这里我再写一个DEMO来展示一下。</p> <p><a class="jsbin-embed" href="http://jsbin.com/xodecuj/embed">event phase on jsbin.com</a><script src="http://static.jsbin.com/js/embed.min.js?3.35.11"></script></p> <p>点击e2元素,输出如下</p> <div class="highlighter-rouge"><pre class="highlight"><code><span class="nx">e1</span><span class="o">-&gt;</span><span class="err">捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> <span class="nx">e2</span><span class="o">-&gt;</span><span class="err">捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> <span class="nx">e3</span><span class="o">-&gt;</span><span class="err">不捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">true</span> <span class="nx">e3</span><span class="o">-&gt;</span><span class="err">捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">true</span> <span class="nx">e2</span><span class="o">-&gt;</span><span class="err">不捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> <span class="nx">DOM0</span><span class="err">级绑定事件执行</span> <span class="nx">e2</span> <span class="nx">e1</span><span class="o">-&gt;</span><span class="err">不捕获事件被执行</span> <span class="err">是否在目标阶段</span><span class="o">-&gt;</span> <span class="kc">false</span> </code></pre> </div> <p>从例子输出可以看得出来,DOM0级绑定并不会对DOM2级的绑定在执行上造成冲突或覆盖什么的。那么他们有什么不同?这里我列举了几个不同的地方</p> <ol> <li>没有事件捕获,它是直接从当前元素开始冒泡</li> <li>没有当前元素(currentTarget),只有目标元素(target),这就意味着它无法完成事件代理的工作</li> </ol> <p><a class="jsbin-embed" href="http://jsbin.com/newuhi/embed">event phase 2 on jsbin.com</a><script src="http://static.jsbin.com/js/embed.min.js?3.35.11"></script></p> <p>上面是传统DOM0级绑定方法。这种方法现在已经就不用了。</p> <h3 id="section-2">事件终止</h3> <p>w3c标准提供了<code class="highlighter-rouge">stopPropagation</code>函数来终止事件捕获和冒泡,注意处于目标的捕获和非捕获的事件都会被执行。另外ie使用<code class="highlighter-rouge">window.event.cancelBubble = true;</code>来终止事件冒泡。注意使用DOM0级方式绑定的事件同样可以终止事件的捕获和冒泡</p> <h3 id="section-3">参考文档</h3> <p><a href="https://developer.mozilla.org/zh-CN/docs/Web/API/Event">https://developer.mozilla.org/zh-CN/docs/Web/API/Event</a></p> <p><a href="https://www.w3.org/TR/DOM-Level-3-Events/#event-flow">https://www.w3.org/TR/DOM-Level-3-Events/#event-flow</a></p> <h3 id="section-4">其他</h3> <p>接下来会了解一下事件的类型、事件参数以及自定义事件。还会再分析一下JQuery是如何对事件进行处理的。 毕竟土豆也还很菜有啥问题和错误请告诉土豆哦 :)</p> </article> </div> </div> </div> <footer class="center"> <div class="measure"> <small> &copy; 2015 <a href="http://createthink.net">createthink.net</a> with Help from <a href="http://jekyllrb.com/">Jekyll</a> and Theme crafted with by <a href="http://johnotander.com">John Otander</a> </small> </div> </footer> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?86487f6d309f8a041841232abb6ff18d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> (function(){ var bp = document.createElement('script'); bp.src = '//push.zhanzhang.baidu.com/push.js'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body> </html>
app/views/fha/scrutiny-scenarios/baseline/details-fme.html
dwpdigitaltech/healthanddisability
{% extends path+"/_layout-case-baseline.html" %} {% block actioncolumn %} <p class="returnRef"><a href="#" class="link-back">Return to case list</a></p> <div class="caseStatus"> <h2 class="main-status"><span>Current case status</span>New referral</h2> <h3 class="primary-action"><span>Suggested case action</span><a href="#" class="button">Issue UC50</a></h3> </div> {% endblock %} {% block citizen_detail %} Jurgen Covault {% endblock %} {% block citizen_content %} <div class="container"> <div class="grid-row"> <div class="column-full"> {# macro #} {{ nav.scenario_tabs("details-fme",1,path1, customer._id) }} <h1 class="heading-large"> Medical</h1> <div class="portal-display"> <div class="grid-row"> <div class="column-two-thirds"> <div class="portal-card"> <div class="portal-head"> <h3>Medical conditions</h3> </div> <!-- / title --> <div class="portal-inner"> <!-- Previous outcome --> <div class="currentPrimary"> <div class="pCon"> <h2 class="heading-small"> Current medical conditions </h2> <table> <thead> <tr> <th>Name</th> <th>Since</th> <th>Source</th> </tr> </thead> <tbody> <tr> <td>Other peripheral nerve injury <!-- <span class="source">Source: Claimant</span> --> </td> <td>12 January 2020</td> <td>GP</td> </tr> </tbody> </table> </div> </div> <!-- / Focus panel --> <p class="view-all"><a href="/{{path }}/scenario11/not-testing" class="secondary-invert">Add or edit medical conditions</a></p> </div> <!-- / inner card --> </div> <!-- / portal card --> </div> </div> </div> </div> </div> </div> <!-- container --> {% endblock %} {# {% block page_script %} <script type="text/javascript"> $(document).ready(function(){ $('#status_status').combobox(); $('#app_adviser').combobox(); $('#app_team').combobox(); }); </script> {% endblock %} #}
src/index.html
florianbouvot/aperitif
{% extends "layouts/default.html" %} {% block content %} <main role="main"> <h1>Aperitif</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 mollit anim id est laborum.</p> </main> {% endblock %}
layouts/partials/recent-well.html
dantin/catalyst-hugo
<!-- Recent Post Well --> <div class="well"> <h4><span class="glyphicon glyphicon-file"></span>&nbsp; 最新文章</h4> <ul class="list-unstyled"> {{ range first 10 . }} <li><a href="{{ .Permalink }}"> {{ .Title }} </a></li> {{ end }} </ul> </div>
rlp/templates/sobc/_logo.html
HMSBeagle1831/rapidscience
{% load staticfiles %} <img height="35px" src="{% static 'img/logo-SOBCRN.png' %}" title="SOBC - Science of Behavior Chance Research Network">
portfolio/copylee/views/css_planes_pay.html
matikbird/matikbird.github.io
<!DOCTYPE html><html lang='en' class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/ajaymugil/pen/ZKeeOg?limit=all&page=12&q=buy+button" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'><link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'> <style class="cp-pen-styles">body { background: #eee; padding: 30px 0; } .n-packages { max-width: 1170px; margin: 0 auto; font-family: "Helvetica", Arial, sans-serif; } .n-packages * { -webkit-box-sizing: border-box; box-sizing: border-box; } .n-packages .package { width: 23%; padding: 15px; background: white; float: left; margin: 0 10px; position: relative; -webkit-box-shadow: 0 0 15px #cac6c6; box-shadow: 0 0 15px #cac6c6; } .n-packages .package:before, .n-packages .package:after { position: absolute; top: -15px; content: ''; } .n-packages .package:before { width: 0; height: 0; border-style: solid; border-width: 0 0 15px 15px; left: 0px; top: -15px; } .n-packages .package:after { right: 0px; width: 0; height: 0; border-style: solid; border-width: 15px 0 0 15px; } .n-packages .package .title { text-align: center; text-transform: uppercase; font-weight: bold; font-size: 26px; padding: 20px 0 10px; position: relative; color: white; height: 59px; } .n-packages .package .title:before { content: ""; position: absolute; top: -30px; width: 100%; height: 30px; left: 0; } .n-packages .package .title:after { content: ""; position: absolute; left: 0; bottom: -64%; width: 0; height: 0; border-style: solid; border-width: 38px 120px 0 120px; } .n-packages .package .price { margin-top: 25%; font-size: 30px; text-align: center; font-weight: bold; } .n-packages .package .divider { border-top: 1px solid rgba(75, 164, 182, 0.2); margin-top: 20px; padding-top: 20px; } .n-packages .package .features ul { padding: 0; margin: 0; display: block; margin: 0 auto; width: 80%; } .n-packages .package .features ul li { list-style-type: none; font-size: 16px; margin-bottom: 10px; padding-left: 20px; position: relative; } .n-packages .package .features ul li:before { content: "\f058"; font-family: FontAwesome; position: absolute; left: 0; width: 15px; height: 100%; } .n-packages .package .buy-button { background: #4ba4b6; color: white; text-align: center; padding: 20px 0; border-radius: 5px; border-bottom: 5px solid #3b8493; font-size: 20px; text-transform: uppercase; display: block; font-weight: bold; cursor: pointer; } .triangle-down { -webkit-box-sizing: content-box; box-sizing: content-box; width: 50%; height: 0; padding-left: 50%; padding-top: 5%; overflow: hidden; } .triangle-down .emptydiv { width: 0; height: 0; margin-left: -1000px; margin-top: -100px; border-left: 1000px solid transparent; border-right: 1000px solid transparent; border-top: 100px solid #9387c6; } @media screen and (max-width: 640px) { .n-package { width: 100% !important; } .package { width: 75% !important; float: none !important; margin-bottom: 30px !important; margin-left: auto !important; margin-right: auto !important; } .n-packages .package .title { padding-bottom: 30px; height: auto; } .title:after { display: none; } .n-packages .package .price { margin-top: 20px !important; } } @media screen and (max-width: 768px) and (min-width: 641px) { .n-package { width: 100% !important; min-width: 450px !important; } .package { width: 50% !important; float: none !important; margin-bottom: 30px !important; margin-left: auto !important; margin-right: auto !important; } .n-packages .package .title { padding-bottom: 30px; height: auto; } .title:after { display: none !important; } .n-packages .package .price { margin-top: 20px !important; } } @media screen and (min-width: 769px) and (max-width: 1024px) { .n-package { width: 100% !important; min-width: 450px !important; } .package { width: 45% !important; margin-bottom: 30px !important; } .n-packages .package .title { padding-bottom: 30px; height: auto; } .title:after { display: none !important; } .n-packages .package .price { margin-top: 20px !important; } } .package.one:before { border-color: transparent transparent #3b8493 transparent; } .package.one:after { border-color: transparent transparent transparent #3b8493; } .package.one .title:before { background: #4ba4b6; } .package.one .title:after { border-color: #4ba4b6 transparent transparent transparent; } .package.one .divider { border-top: 1px solid rgba(75, 164, 182, 0.2); } .package.one .features ul li { color: #4ba4b6; } .package.one .price { color: #4ba4b6; } .package.one .buy-button { background: #4ba4b6; border-bottom: 5px solid #3b8493; } .package.one .title { background: #4ba4b6; } .package.two:before { border-color: transparent transparent #9c5936 transparent; } .package.two:after { border-color: transparent transparent transparent #9c5936; } .package.two .title { background: #bf7046; } .package.two .title:before { background: #bf7046; } .package.two .title:after { border-color: #bf7046 transparent transparent transparent; } .package.two .divider { border-top: 1px solid rgba(191, 112, 70, 0.2); } .package.two .features ul li { color: #bf7046; } .package.two .price { color: #bf7046; } .package.two .buy-button { background: #bf7046; border-bottom: 5px solid #9c5936; } .package.three .title { background: #83a630; } .package.three:before { border-color: transparent transparent #647e25 transparent; } .package.three:after { border-color: transparent transparent transparent #647e25; } .package.three .title:before { background: #83a630; } .package.three .title:after { border-color: #83a630 transparent transparent transparent; } .package.three .divider { border-top: 1px solid rgba(131, 166, 48, 0.2); } .package.three .features ul li { color: #83a630; } .package.three .price { color: #83a630; } .package.three .buy-button { background: #83a630; border-bottom: 5px solid #647e25; } .package.four .title { background: #e5b546; } .package.four:before { border-color: transparent transparent #d9a11f transparent; } .package.four:after { border-color: transparent transparent transparent #d9a11f; } .package.four .title:before { background: #e5b546; } .package.four .title:after { border-color: #e5b546 transparent transparent transparent; } .package.four .divider { border-top: 1px solid rgba(229, 181, 70, 0.2); } .package.four .features ul li { color: #e5b546; } .package.four .price { color: #e5b546; } .package.four .buy-button { background: #e5b546; border-bottom: 5px solid #d9a11f; } </style></head><body> <div class="n-packages"> <div class="package one"> <div class="title">Free</div> <div class="price"> Rs. 150 </div> <div class="divider"></div> <div class="features"> <ul> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li><li>Package Features 01</li> </ul> </div> <div class="divider"></div> <a class="buy-button"> Buy </a> </div> <div class="package two"> <div class="title">Bronze</div> <div class="price"> Rs. 150 </div> <div class="divider"></div> <div class="features"> <ul> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li> </ul> </div> <div class="divider"></div> <div class="buy-button"> Buy </div> </div> <div class="package three"> <div class="title">Silver</div> <div class="price"> Rs. 150 </div> <div class="divider"></div> <div class="features"> <ul> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li> </ul> </div> <div class="divider"></div> <div class="buy-button"> Buy </div> </div> <div class="package four"> <div class="title">Gold</div> <div class="price"> Rs. 150 </div> <div class="divider"></div> <div class="features"> <ul> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li> <li>Package Features 01</li> </ul> </div> <div class="divider"></div> <div class="buy-button"> Buy </div> </div> <div style='clear:both'></div> </div> <script src='https://use.fontawesome.com/ecfd7e72be.js'></script> </body></html>
tools/translate.html
axelstudios/website
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>BuildingSync XML <-> JSON Translator</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/agate.min.css"> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/highlight.pack.js"></script> <script src="js/vkbeautify.min.js"></script> <script src="js/jsonix-min.js"></script> <script src="js/FileSaver.min.js"></script> <style> @-webkit-keyframes pulse { 0% { background: #fff; } 100% { background: #6af; } } .active-drop-target { -webkit-animation-name: pulse; -webkit-animation-duration: 0.7s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -webkit-animation-timing-function: in-and-out; background: #6af; } #output { display: none; } pre { border-radius: 0; padding: 0; } code { max-height: 50em; overflow-y: scroll; } textarea { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 13px; } </style> </head> <body class="container-fluid"> <div id="alerts"></div> <div class="row"> <div class="col-md-6"> <h3>BuildingSync Input File:</h3> <textarea style="height:650px; width:100%;" id="code" name="js_code" spellcheck="false" readonly> Drag and drop a BuildingSync XML or JSON file here.</textarea> </div> <div class="col-md-6"> <div id="output" style="width:100%;"> <div class="btn-group pull-right"> <button type="button" id="download" class="btn btn-primary btn-sm">Download</button> <button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu"> <li><a href="#" id="download-compressed">Compress</a></li> </ul> </div> <h3 id="output-format"></h3> <pre><code style="height:650em;"></code></pre> </div> </div> </div> <script src="mappings/2.0.js"></script> <script> $(function () { var type = null, name = null; if (window.File && window.FileReader && window.FileList) { (function () { // local scope var stopEvent = function (e) { e.stopPropagation(); e.preventDefault(); }; var read = function (file) { name = file.name; if (name.match(/\.xml$/)) { type = 'xml'; } else if (name.match(/\.json$/)) { type = 'json'; } else { logWarning('Invalid file type'); return; } var fr = new FileReader(); fr.onload = function (e) { $('#code').text(fr.result); $('#output').show(); var context = new Jsonix.Context([BuildingSync]); $('#output code').removeClass(); if (type == 'xml') { $('#output-format').text('JSON:'); var unmarshaller = context.createUnmarshaller(); var unmarshalledJson = unmarshaller.unmarshalString(fr.result); $('#output code').text(JSON.stringify(unmarshalledJson, null, 2)).addClass('json'); } else if (type == 'json') { $('#output-format').text('XML:'); var marshaller = context.createMarshaller(); var marshalledXML = marshaller.marshalString(JSON.parse(fr.result)); $('#output code').text(vkbeautify.xml(marshalledXML, 2)).addClass('xml'); } hljs.highlightBlock($('#output code')[0]); }; fr.onabort = function (e) { logError('The file read was aborted...', e, '[' + e.getMessage() + ']'); }; fr.onerror = function (e) { logError('There was an error reading the file...', e, '[' + e.getMessage() + ']'); }; fr.readAsText(file); }; // when you drag. e = $('#code'); // dragging onto textarea e.on('dragenter', function () { $(this).addClass('drag-over'); }); e.on('dragenter', function (evt) { stopEvent(evt); $(this).removeClass().addClass('active-drop-target'); }); // drag-moving over the textarea e.on('dragover', function (evt) { stopEvent(evt); }); // no-longer dragging over the textarea e.on('dragleave', function (evt) { stopEvent(evt); $(this).removeClass(); }); // dropped on the textarea e.on('drop', function (evt) { stopEvent(evt); $('#alerts').empty(); $(this).removeClass(); var files = evt.originalEvent.dataTransfer.files; if (files.length == 1) { read(files[0]); } else if (files.length === 0) { logError('Please drop a BuildingSync .xml or .json file onto the drop area.'); } else { logError('Only 1 file can be dropped at a time'); } }); })(); } function logWarning(message) { $('#alerts').append('<div class="alert alert-warning alert-dismissible" role="alert"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button><strong>Warning:</strong> ' + message + '</div>'); } function logError(message) { $('#alerts').append('<div class="alert alert-danger alert-dismissible" role="alert"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button><strong>Error:</strong> ' + message + '</div>'); } function save(compressed) { var blob = null, data = $('#output code').text(); if (type == 'xml') { if (compressed) data = vkbeautify.jsonmin(data); blob = new Blob([data], { type: "application/json;charset=utf-8" }); saveAs(blob, name.replace(/\.[^/.]+$/, '.json')); } else if (type == 'json') { if (compressed) data = vkbeautify.xmlmin(data); blob = new Blob([data], { type: "text/xml;charset=utf-8" }); saveAs(blob, name.replace(/\.[^/.]+$/, '.xml')); } } $('#download').click(function () { save(); }); $('#download-compressed').click(function () { save(true); }); }); </script> </body> </html>
static/css/onlineService.css
whoKnowsss/waibao.github.io
.mcis-panel{ margin: 20px auto; width: 90%; height: 65px; } .mcis-search > .mcis-search-condition { width: 150px; line-height: 25px; float: left; display: inline-block; background-color: #f4f4f4; } .mcis-search .mcis-search-condition select{ background-color: #f4f4f4; } .mcis-search .mcis-search-input { width: 380px; line-height: 25px; float: left; margin-left: 20px; display: inline-block; } .mcis-search-input input.input-text{ float: left; display: inline-block; width: 300px; } .mcis-search-input input.btn{ float: right; display: inline-block; background-color: #09aeb0; color: white; } .mcis-panel-title{ color: gray; height: auto; border: none; } .mcis-table-nodata{ text-align: center; font-size: 14px; } table > thead tr td{ background-color: #f4f4f4; font-size: 15px; } .clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.clearfix{zoom:1} .mcis-tabBar { border-bottom: 2px solid #09aeb0; width: 100%; font-style: normal; height: 60px; } .mcis-tabBar span { background-color: white; cursor: pointer; display: inline-block; float: left; height: 42px; padding-top: 18px; width: 15%; font-size: 15px; text-align: center; font-weight: initial; } .mcis-tabBar span.current{ background-color: #09aeb0; color: white; height: 42px; } .panel.mcis-panel>.panel{ border: solid 1px #ddd; } .tabCon { display: none }
client/yui-3.17.2/docs/event/index.html
billwiliams/Yui
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Event</title> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic"> <link rel="stylesheet" href="../../build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="../../build/yui/yui-min.js"></script> </head> <body> <!-- <a href="https://github.com/yui/yui3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> --> <div id="doc"> <div id="hd"> <h1><img src="http://yuilibrary.com/img/yui-logo.png"></h1> </div> <a href="#toc" class="jump">Jump to Table of Contents</a> <h1>Event</h1> <div class="yui3-g"> <div class="yui3-u-3-4"> <div id="main"> <div class="content"><style> h4 code { text-transform: none; } .yui3-skin-sam td { background-color: #E6E9F5; } .yui3-skin-sam .yui3-datatable td { background-color: transparent; } </style> <div class="intro component"> <p>The YUI Event Utility provides APIs for working with the browser's DOM event system. It simplifies tasks like subscribing to button <code>click</code>s or canceling &lt;form&gt; <code>submit</code>s to, for example, allow sending data to the server via ajax.</p> <p>In addition, the "Synthetic event" system supplies <em>entirely new</em> DOM events to subscribe to as well as fixing events that behave differently across browsers. Implementers can create their own DOM events triggered by specific user actions or other environmental criteria.</p> <p>The API for working with DOM events is provided by the EventTarget class, which also services the Custom event infrastructure that is used throughout YUI. Read more about working with custom events <a href="../event-custom/index.html">in the EventTarget user guide</a>.</p> </div> <h2 id="getting-started">Getting Started</h2> <p> To include the source files for Event and its dependencies, first load the YUI seed file if you haven't already loaded it. </p> <pre class="code prettyprint">&lt;script src=&quot;http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.17.2&#x2F;build&#x2F;yui&#x2F;yui-min.js&quot;&gt;&lt;&#x2F;script&gt;</pre> <p> Next, create a new YUI instance for your application and populate it with the modules you need by specifying them as arguments to the <code>YUI().use()</code> method. YUI will automatically load any dependencies required by the modules you specify. </p> <pre class="code prettyprint">&lt;script&gt; &#x2F;&#x2F; Create a new YUI instance and populate it with the required modules. YUI().use(&#x27;event&#x27;, function (Y) { &#x2F;&#x2F; Event is available and ready for use. Add implementation &#x2F;&#x2F; code here. }); &lt;&#x2F;script&gt;</pre> <p> For more information on creating YUI instances and on the <a href="http://yuilibrary.com/yui/docs/api/classes/YUI.html#method_use"><code>use()</code> method</a>, see the documentation for the <a href="../yui/index.html">YUI Global Object</a>. </p> <h2 id="the-basics">The Basics</h2> <h4 id="listening-for-events">Listening for events</h4> <pre class="code prettyprint">&#x2F;&#x2F; Step 1. Capture a button node var button = Y.one(&quot;#readygo&quot;); &#x2F;&#x2F; Step 2. Subscribe to its click event with a callback function button.on(&quot;click&quot;, function (e) { &#x2F;&#x2F; Step 3. do stuff when the button is clicked });</pre> <p><code>on(<em>type</em>, <em>callback</em>)</code> is the main subscription method, and is available on every <a href="../node/"><code>Node</code></a> and <a href="../node/#nodelist"><code>NodeList</code></a>.</p> <p>Replace "click" with <a href="#event-whitelist">any other event name</a> to subscribe to that event.</p> <h4 id="the-callback-and-the-event-object">The Callback and the Event Object</h4> <pre class="code prettyprint">button.on(&#x27;click&#x27;, function (e) { &#x2F;&#x2F; &#x60;this&#x60; is the button Node, NOT the DOM element this.get(&#x27;id&#x27;); &#x2F;&#x2F; ==&gt; &#x27;readygo&#x27; (from &lt;button id=&quot;readygo&quot;&gt;...&lt;&#x2F;button&gt;) &#x2F;&#x2F; Event properties that point to the DOM are also Node instances e.target.get(&#x27;id&#x27;); &#x2F;&#x2F; =&gt; &#x27;readygo&#x27; &#x2F;&#x2F; Stop the event&#x27;s default behavior e.preventDefault(); &#x2F;&#x2F; Stop the event from bubbling up the DOM tree e.stopPropagation(); });</pre> <p>Subscribed callbacks are passed a <a href="#facade-properties">normalized event object</a> as their first argument.</p> <p>The keyword "<code>this</code>" in the callback will refer to the Node or NodeList that you subscribed from.</p> <h4 id="epreventdefault-and-estoppropagation"><code>e.preventDefault()</code> and <code>e.stopPropagation()</code></h4> <p>Many events have a default behavior, such as the <code>submit</code> event serializing form data and making a new page request. Disable this behavior with <code>e.preventDefault()</code>.</p> <pre class="code prettyprint">function setFilter(e) { &#x2F;&#x2F; Stop the link from loading the href page e.preventDefault(); &#x2F;&#x2F; Now do my own thing instead var url = this.get(&#x27;href&#x27;).replace(&#x2F;page&#x2F;, &#x27;partial&#x27;); Y.one(&#x27;#contentArea&#x27;).load(url); &#x2F;&#x2F; &#x60;return false&#x60; is supported, but not preferred. use e.preventDefault() return false; } Y.one(&#x27;#table-filter-link&#x27;).on(&#x27;click&#x27;, setFilter);</pre> <p>Most events can be listened for on the specific element that originates them <em>or from any of their parent elements</em>, all the way up to the <code>document</code>. Prevent dispatching the event to subscriptions bound to elements further up the DOM tree with <code>e.stopPropagation()</code>. In practice, this is rarely useful.</p> <p>Returning <code>false</code> from a callback will also stop the propagation of the event, which may cause unintended side effects.</p> <p><code>e.stopPropagation()</code> won't prevent the execution of other subscribers listening to the same element, only elements further up the DOM tree. If you need to stop all execution, use <code>e.stopImmediatePropagation()</code> or <code>e.halt(true)</code>. The latter will also call <code>e.preventDefault()</code>.</p> <h4 id="detaching-subscriptions">Detaching subscriptions</h4> <p><code>node.on()</code> and all <a href="#more">other subscription methods</a> return a subscription object that can be used to unbind that subscription. Node also supports a <code>detach()</code> method and <a href="#detach-methods">other ways to cleanup subscriptions</a>.</p> <pre class="code prettyprint">&#x2F;&#x2F; on() returns a subscription handle... var sub = button.on(&quot;click&quot;, handleClick); &#x2F;&#x2F; ...that can be used to unbind the subscription sub.detach(); &#x2F;&#x2F; Alternately, use the Node&#x27;s detach() method button.detach(&quot;click&quot;, handleClick);</pre> <p>Just this should take care of most of the simple event bindings you'll need. There's <a href="#more">a lot more you can do</a>, though, so read on!</p> <h2 id="modules">What to <code>use()</code></h2> <p> Before we get into <a href="#more">more API goodies</a>, let's talk about the Event Utility's module breakdown. </p> <p> For starters, in most cases <em>you probably won't <code>use(&#x27;event&#x27;)</code></em>. The core DOM event system ("event-base") is required by the "node-base" module, which itself if required by just about everything in YUI. So you probably already have the DOM event API and didn't know it! </p> <p>Here is the full breakdown of modules in the DOM event system:</p> <table> <thead> <tr> <th><code>use(&quot;______&quot;, ...)</code></th> <th>What's in it?</th> </tr> </thead> <tbody> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-base.html"><code>event-base</code></a></td> <td> <p> The core DOM event subscription system as well as the DOM lifecycle events <a href="domready.html"><code>domready</code>, <code>contentready</code>, and <code>available</code></a>. Notably, it does NOT include </p> <ul> <li>event delegation</li> <li>event simulation</li> <li>synthetic events</li> </ul> <p>If you've <code>use()</code>d anything, you probably have this already.</p> </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event.html"><code>event</code></a></td> <td> A rollup of all modules below except <ul> <li>"event-simulate"</li> <li>"node-event-simulate"</li> <li>"node-event-delegate" (which is in the "node" rollup)</li> </ul> </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-delegate.html"><code>event-delegate</code></a> &amp; <br> <a style="white-space: nowrap;" href="http://yuilibrary.com/yui/docs/api/module_node-event-delegate.html"><code>node-event-delegate</code></a></td> <td> Adds the <code>Y.delegate(...)</code> and <code>node.delegate(...)</code> methods, respectively, for <a href="#delegation">event delegation</a> convenience. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-simulate.html"><code>event-simulate</code></a> &amp; <br> <a style="white-space: nowrap;" href="http://yuilibrary.com/yui/docs/api/module_node-event-simulate.html"><code>node-event-simulate</code></a></td> </td> <td> <p> Adds <code>Y.Event.simulate(...)</code> and <code>node.simulate(...)</code> for <a href="#simulate">triggering native DOM events</a> for unit testing. </p> <p> <strong>Note: <a href="simulate.html#faking">Faking DOM events should not be used in user facing code</a></strong>. </p> </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-synthetic.html"><code>event-synthetic</code></a></td> <td> <p>Supplies the infrastructure for creating new DOM events, "fixing" existing events with undesirable or inconsistent behavior, and <a href="synths.html">all sorts of other things</a>.</p> <p>All of the modules below are synthetics.</p> </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-flick.html"><code>event-flick</code></a></td> <td> Adds a <a href="touch.html#flick">"flick" event</a> for touch or mouse interaction. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-focus.html"><code>event-focus</code></a></td> <td> <a href="focus.html">Fixes <code>focus</code> and <code>blur</code> events</a> to bubble (for delegation). </td> </tr> <td><a href="gestures.html"><code>event-gestures</code></a></td> <td> <p>The gestures rollup provides gesture events such as "flick" and "gesturemove", which normalize user interactions across touch and mouse or pointer based input devices. It contains the following modules:</p> <ul> <li>"event-touch"</li> <li>"event-move"</li> <li>"event-flick"</li> </ul> <p>In the future, may contain more gesture abstraction modules.</p> </td> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-hover.html"><code>event-hover</code></a></td> <td> Adds a <a href="mouseenter.html#hover">"hover" event</a> which binds to two callbacks, one for the start, and one for the end of a mouse hover. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-key.html"><code>event-key</code></a></td> <td> Adds a <a href="key.html">"key" event</a> which listens for specific, implementer defined, keys being pressed by the user. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-mouseenter.html"><code>event-mouseenter</code></a></td> <td> Adds <a href="mouseenter.html">"mouseenter" and "mouseleave" events</a>. You probably want to use these instead of "mouseover" and "mouseout". </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-mousewheel.html"><code>event-mousewheel</code></a></td> <td> <p>Adds a "mousewheel" event for monitoring users scrolling the window with the mousewheel. Event facades passed to the callback will have an <code>e.wheelDelta</code> property corresponding to the amount of scrolling.</p> <p>Currently, this event can only be subscribed with <code>Y.on(&quot;mousewheel&quot;, callback)</code>;</p> </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-move.html"><code>event-move</code></a></td> <td> Adds <a href="touch.html#move">"gesturemovestart", "gesturemove", and "gesturemoveend" events</a> that serve as abstractions over mouse and touch events, forking internally based on the client device. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-outside.html"><code>event-outside</code></a></td> <td> Adds a <a href="outside.html">"clickoutside" and several other outside events</a> to trigger behavior based on actions taken outside a specific element. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-resize.html"><code>event-resize</code></a></td> <td> <p>Adds a "windowresize" event that only fires after a user has stopped dragging a window's resize handle. This normalizes the <code>window.onresize</code> event across browsers.</p> <p>This event can only be subscribed with <code>Y.on(&quot;windowresize&quot;, callback)</code>;</p> </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-touch.html"><code>event-touch</code></a></td> <td> Adds support for <a href="touch.html">subscribing to native touch and gesture events</a>. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-valuechange.html"><code>event-valuechange</code></a></td> <td> Adds a <a href="valuechange.html">"valuechange" event</a> that fires when input element text changes (this is harder than you think). </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-contextmenu.html"><code>event-contextmenu</code></a></td> <td> <a href="contextmenu.html">Fixes bugs and inconstancies</a> that can occur when the "contextmenu" event is fired via the keyboard. <a href="contextmenu.html#the-value-of-the-contextmenu-synthetic-event">Adds sugar for working with the "contextmenu" event</a>. </td> </tr> <tr> <td><a href="http://yuilibrary.com/yui/docs/api/module_event-tap.html"><code>event-tap</code></a></td> <td> Adds a synthetic <a href="tap.html">"tap" event</a> that allows for fast-click on touch devices, while supporting mouse events as well. </td> </tr> </tbody> </table> <h2 id="delegation">Event Delegation</h2> <p>If you don't already know what event delegation is, you should <a href="delegation.html">read this quick overview</a>. Short form: <em>you need to be using this</em>.</p> <pre class="code prettyprint">&#x2F;&#x2F; single element subscription node.on(&quot;click&quot;, handleClick); &#x2F;&#x2F; delegated subscription for all button clicks from inside the node node.delegate(&quot;click&quot;, handleClick, &quot;button, input[type=button]&quot;);</pre> <p>Creating a delegated subscription looks very much like creating any other event subscription with two differences. First, it's a different method name, <code>delegate</code>. Second, there is another argument: a CSS selector that is used to test the event's originating element to decide if the callback should be executed. If the event started at or inside an element matching the selector, the callback will execute.</p> <p>Unlike <code>node.on()</code> subscriptions, the <code>this</code> object in <code>node.delegate()</code> callbacks will refer to the element that matched the css filter, not to <code>node</code>. We did this because likely your logic revolves around the nodes described by the filter, not around the element that contains them.</p> <pre class="code prettyprint">function handleClick (e) { &#x2F;&#x2F; &#x60;this&#x60; is the button with class .remove, not the #items element &#x2F;&#x2F; remove the containing LI this.ancestor(&#x27;li&#x27;).remove(); &#x2F;&#x2F; e.currentTarget is also the button.remove &#x2F;&#x2F; e.container === Y.one(&#x27;#items&#x27;) } Y.one(&#x27;#items&#x27;).delegate(&#x27;click&#x27;, handleClick, &#x27;button.remove&#x27;);</pre> <p>For more complex target filtering, a function can be passed instead of a css selector. See the <a href="http://yuilibrary.com/yui/docs/api/module_event-delegate.html#method_delegate">API docs</a> for more details.</p> <p>As noted <a href="#modules">above</a>, the <code>event-delegate</code> module is included in the <code>event</code> rollup, but <code>node-event-delegate</code> isn't. We recommend using delegation from the Node API, so you should <code>use()</code> either <code>node-event-delegate</code> or the <code>node</code> rollup.</p> <h2 id="more">More Event API Goodness</h2> <p> Here is a sampling of some of the other ways to manage event subscriptions in YUI. </p> <h4 id="y-on">Subscribe from <code>Y</code></h4> <pre class="code prettyprint">&#x2F;&#x2F; Y.on() takes a third argument which is the Node, DOM element, &#x2F;&#x2F; or CSS selector of the element(s) to bind Y.on(&quot;click&quot;, handleClick, &quot;#readygo&quot;); &#x2F;&#x2F; Y.delegate() similarly takes the containing element or selector &#x2F;&#x2F; as the third argument Y.delegate(&quot;click&quot;, handleClick, &quot;#container&quot;, &quot;button, input[type=button]&quot;);</pre> <p> An alternate syntax for DOM subscriptions is using <code>Y.on()</code> or <code>Y.delegate()</code>. When identifying the target by a CSS selector, these methods can be used regardless if the element is currently available for scripting. If it's not yet on the page, a poll will regularly look for it (for a few seconds) and the subscription will be automatically attached when the element is found. Relying on this behavior can introduce race conditions, though, so use it wisely. </p> <p> Use of <code>Y.on()</code> instead of <code>node.on()</code> is largely a stylistic preference, though <a href="#y-on-vs-node-on">there are some technical differences</a>. </p> <h4 id="once">One time subscriptions</h4> <pre class="code prettyprint">tabLabel.once(&#x27;mouseover&#x27;, loadTabContent);</pre> <p>If you only want to execute a callback on the first occurrence of an event, use <code>node.once()</code> or <code>Y.once()</code>. The subscription will automatically be detached after the event fires.</p> <p>The signature for <code>once()</code> is the same as <code>on()</code>.</p> <h4 id="grouping-subscriptions">Grouping subscriptions</h4> <p>Pass an object to subscribe to multiple events, each with their own callback</p> <pre class="code prettyprint">function validate(e) { ... } function clearPlaceholder(e) { ... } var groupSub = inputNode.on({ blur : validate, keypress: validate, focus : clearPlaceholder }); &#x2F;&#x2F; Detach the blur, keypress, and focus subscriptions in one call groupSub.detach();</pre> <p>Pass an array to subscribe to multiple events with the same callback</p> <pre class="code prettyprint">function activate(e) { ... } groupSub = inputNode.on([&#x27;focus&#x27;, &#x27;mouseover&#x27;], activate); &#x2F;&#x2F; Detach the focus and mouseover subscriptions groupSub.detach();</pre> <p>Prefix the event name with a category to allow detaching multiple subscriptions by that category.</p> <pre class="code prettyprint">inputNode.on(&#x27;my-category|focus&#x27;, activate); inputNode.on(&#x27;my-category|mouseover&#x27;, activate); &#x2F;&#x2F; You can detach specific subscriptions by &#x27;my-category|focus&#x27; or all with |* inputNode.detach(&#x27;my-category|*&#x27;);</pre> <p>The <code>once()</code> and <code>delegate()</code> methods also support these alternate signatures.</p> <h4 id="extended-signature">Binding <code>this</code> and additional callback arguments</h4> <p> By default, the "<code>this</code>" object in subscription callbacks will be the Node or NodeList that subscribed to them. Override this default by passing your own <code>this</code> object as the third argument to <code>on()</code> or the fourth to <code>delegate()</code>. Note that the argument index is shifted when using <code>Y.on()</code> and <code>Y.delegate()</code> or <a href="synths.html">synthetic events with custom signatures</a>. </p> <pre class="code prettyprint">&#x2F;&#x2F; equivalent to node.on(&#x27;click&#x27;, function (e) { overlay.hide(e); }); node.on(&#x27;click&#x27;, overlay.show, overlay); node.once(&#x27;mouseover&#x27;, door.unlock, door); &#x2F;&#x2F; &#x60;this&#x60; override comes after the filter; also shifted for the &#x27;key&#x27; event&#x27;s &#x2F;&#x2F; custom signature. container.delegate(&#x27;key&#x27;, validator.isValid, &#x27;enter,tab&#x27;, &#x27;input&#x27;, validator); &#x2F;&#x2F; Corresponding alternatives from Y Y.on(&#x27;click&#x27;, overlay.show, &#x27;#show&#x27;, overlay); Y.once(&#x27;mouseover&#x27;, door.unlock, &#x27;#gate13&#x27;, door); Y.delegate(&#x27;key&#x27;, validator.isValid, &#x27;#myForm&#x27;, &#x27;enter,tab&#x27;, &#x27;input&#x27;, validator);</pre> <p>Additional arguments passed to the subscription methods will be sent along to the callback after the event facade. If you want to bind extra arguments, but don't want to override the "<code>this</code>" object, pass <code>null</code> for the <code>this</code> argument.</p> <pre class="code prettyprint">MyClass.prototype = { someMethod: function (param) { Y.log(param); &#x2F;&#x2F; =&gt; &quot;I&#x27;m Extra!&quot; }, handleClick: function (e, extraParam) { this.someMethod(extraParam); ... }, ... }; var instance = new Y.MyClass(); &#x2F;&#x2F; The extra arg is passed as the second param to the callback after &#x60;e&#x60; Y.one(&#x27;#readygo&#x27;).on(&#x27;click&#x27;, instance.handleClick, instance, &quot;I&#x27;m Extra!&quot;);</pre> <h4 id="detach-methods">More ways to clean up subscriptions</h4> <p>There are a lot of options for detaching events in YUI. See the table below for details.</p> <table> <thead> <tr> <th>Method</th> <th>What it does</th> </tr> </thead> <tbody> <tr> <td> <pre class="code prettyprint">var subscription = node.on(&#x27;click&#x27;, callback); subscription.detach();</pre> </td> <td> <p> Removes a specific subscription or, if created with one of the group subscription methods, a group of subscriptions. </p> <p> Generally, this is the best method to use. </p> </td> </tr> <tr id="remove-by-category"> <td> <pre class="code prettyprint">node.on(&#x27;foo-category|click&#x27;, callback); node.detach(&#x27;foo-category|click&#x27;); &#x2F;&#x2F; OR node.detach(&#x27;foo-category|*&#x27;);</pre> </td> <td> <p> Removes a subscription or group of subscriptions that included the specified category in the subscription event type. </p> <p> This is typically only safe in implementation code, not module code, because multiple subscriptions using the same type and category will be detached by the call to <code>detach</code>. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">node.detach(&#x27;click&#x27;, callback); &#x2F;&#x2F; OR node.detach(&#x27;click&#x27;); &#x2F;&#x2F; OR node.detach():</pre> </td> <td> <p> If you have a reference to the subscribed callback function, (but not a subscription handle) use the two argument signature. </p> <p> With one argument, <code>detach</code> will remove all subscriptions for the specified event. With no arguments, it removes all subscriptions for all events. </p> <p> <code>detach</code> does not remove subscriptions from descendant nodes. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">node.detachAll();</pre> </td> <td> <p> Works the same as <code>node.detach()</code>. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">node.purge(); &#x2F;&#x2F; OR node.purge(true); &#x2F;&#x2F; OR node.purge(true, &#x27;click&#x27;);</pre> </td> <td> <p> With no arguments, <code>purge</code> works the same as <code>node.detach()</code>. </p> <p> Passing <code>true</code> as a first argument will remove all subscriptions for all events from the node <em>and its descendant subtree</em>. Passing an event type as a second argument will only deep purge subscriptions to that event. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">node.empty();</pre> </td> <td> <p> Removes subscriptions for all events <em>only from the descendants of a node</em> after removing them from the DOM. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">node.destroy(); &#x2F;&#x2F; OR node.destroy(true);</pre> </td> <td> <p> With no arguments, works like <code>node.detach()</code>. </p> <p> With <code>true</code> as a first argument, it works like <code>node.purge(true)</code>. </p> <p> The <code>destroy</code> method does more than detaching event subscribers. Read the <a href="http://yuilibrary.com/yui/docs/api/classes/Node.html#method_destroy">API docs</a> for details. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">Y.Event.detach(&#x27;click&#x27;, callback, &#x27;#foo&#x27;);</pre> </td> <td> <p> Same as <code>Y.one(&#x27;#foo&#x27;).detach( [other args] )</code>. </p> </td> </tr> <tr> <td> <pre class="code prettyprint">Y.Event.purgeElement(&#x27;#foo&#x27;, true, &#x27;click&#x27;);</pre> </td> <td> <p> Same as <code>Y.one(&#x27;#foo&#x27;).purge( [other args] )</code>. </p> </td> </tr> </tbody> </table> <h2 id="simulate">Simulate browser events</h2> <p> For creating automated functional tests, being able to simulate user interaction can be crucial. That's where the <code>node-event-simulate</code> module comes in. </p> <pre class="code prettyprint">YUI().use(&#x27;test&#x27;, &#x27;node-event-simulate&#x27;, &#x27;fancy&#x27;, function (Y) { var test = new Y.Test.Case({ ... &quot;clicking close button should dismiss UI&quot;: function () { var widget = new Y.MyFancyWidget().render(&#x27;#here&#x27;), uiBox = widget.get(&#x27;boundingBox&#x27;), closeButton = uiBox.one(&#x27;.close-button&#x27;); closeButton.simulate(&#x27;click&#x27;); Y.Assert.isFalse( uiBox.inDoc() ); }, ...</pre> <p> <code>node.simulate( type, eventProperties )</code> creates a native DOM event that will bubble (if appropriate), but will not trigger native default behavior. For example, <code>node.simulate(&#x27;submit&#x27;)</code> will not send data to the server for a page reload. </p> <p>Read <a href="simulate.html">more about event simulation here</a>.</p> <h2 id="synthetic-events">Synthetic Events</h2> <p>The event system supports adding new abstractions over the native DOM environment that behave like DOM events. These abstractions are called synthetic events, and you can subscribe to them like any other DOM event with <code>node.on()</code> or <code>node.delegate()</code>.</p> <pre class="code prettyprint">Y.one(&#x27;#dialog&#x27;).on(&#x27;clickoutside&#x27;, function (e) { this.transition(&#x27;fadeOut&#x27;); }); Y.one(&#x27;#editable-table&#x27;).delegate(&#x27;key&#x27;, saveAndAdvance, &#x27;tab&#x27;, &#x27;input&#x27;);</pre> <p> The synthetic events that are available as core YUI modules are listed in <a href="#modules">the table of modules above</a>, though there are others <a href="http://yuilibrary.com/gallery/">in the Gallery</a>. Most events listed in the table are linked to pages that describe the specific event in more detail. </p> <h4 id="creating-dom-events">Creating DOM events</h4> <p>Create your own synthetic events with <code>Y.Event.define(type, config)</code>.</p> <pre class="code prettyprint">Y.Event.define(&quot;tripleclick&quot;, { &#x2F;&#x2F; The setup logic executed when node.on(&#x27;tripleclick&#x27;, callback) is called on: function (node, subscription, notifier) { &#x2F;&#x2F; supporting methods can be referenced from &#x60;this&#x60; this._clear(subscription); &#x2F;&#x2F; To make detaching easy, a common pattern is to add the subscription &#x2F;&#x2F; for the supporting DOM event to the subscription object passed in. &#x2F;&#x2F; This is then referenced in the detach() method below. subscription._handle = node.on(&#x27;click&#x27;, function (e) { if (subscription._timer) { subscription._timer.cancel(); } if (++subscription._counter === 3) { this._clear(subscription); &#x2F;&#x2F; The notifier triggers the subscriptions to be executed. &#x2F;&#x2F; Pass its fire() method the triggering DOM event facade notifier.fire(e); } else { subscription._timer = Y.later(300, this, this._clear, [subscription]); } }); }, &#x2F;&#x2F; The logic executed when the &#x27;tripleclick&#x27; subscription is &#x60;detach()&#x60;ed detach: function (node, subscription, notifier) { &#x2F;&#x2F; Clean up supporting DOM subscriptions and other external hooks &#x2F;&#x2F; when the synthetic event subscription is detached. subscription._handle.detach(); if (subscription._timer) { subscription._timer.cancel(); } }, &#x2F;&#x2F; Additional methods can be added to support the lifecycle methods _clear: function (subscription) { subscription._counter = 0; subscription._timer = null; }, ... });</pre> <p>After the synthetic event is defined, it is available for every Node and NodeList to subscribe to.</p> <pre class="code prettyprint">Y.one(&#x27;#hellokitty&#x27;).on(&#x27;tripleclick&#x27;, omgYayCantClickEnough);</pre> <p>There is additional configuration to <a href="synths.html">add support for <code>delegate()</code> or extra subscription arguments</a>, but often very little extra code is needed.</p> <h2 id="troubleshootingfaq">Troubleshooting/FAQ</h2> <ul> <li><a href="#function-reference">My callback is executing at the wrong time. What's going on?</a></li> <li><a href="#wrong-this">I'm getting an error in my callback that "(some object) has no method (someMethodOnMyObject)". What am I missing?</a></li> <li><a href="#which-events">What events can I subscribe to?</a></li> <li><a href="#why-on-no-chain">Why isn't on() chainable?</a></li> <li><a href="#y-on-vs-node-on">Why would I use <code>Y.on()</code> or <code>Y.delegate()</code> instead of <code>node.on()</code> and <code>node.delegate()</code>?</a></li> <li><a href="#after">EventTarget also provides an <code>after()</code> method. How does that work for DOM events?</a></li> <li><a href="#nodelist-this">When I subscribe to an event from a NodeList, <code>this</code> is the NodeList, not the individual Node. What's up with that?</a></li> <li><a href="#nodelist-delegate">Where is <code>nodelist.delegate()</code>?</a></li> <!--li><a href="#">What works and what doesn't on mobile browsers?</a></li--> </ul> <h4 id="function-reference">My callback is executing at the wrong time. What's going on?</h4> <p>It's likely that you've included parenthesis in the subscription.</p> <pre class="code prettyprint">&#x2F;&#x2F; WRONG node.on(&#x27;click&#x27;, someFunction()); node.on(&#x27;click&#x27;, myObject.someFunction()); &#x2F;&#x2F; RIGHT node.on(&#x27;click&#x27;, someFunction); node.on(&#x27;click&#x27;, myObject.someFunction, myObject);</pre> <p> Including the parens makes the function execute immediately, and pass the return value from the function to <code>node.on(&#x27;click&#x27;, [RETURN VALUE])</code>. To pass a function around, just omit the parens. </p> <h4 id="wrong-this">I'm getting an error in my callback that "<code>(some object) has no method (someMethodOnMyObject)</code>". What am I missing?</h4> <p> You may be passing an object method to <code>on()</code>, but forgot to include <a href="#extended-signature">the <code>this</code> object override parameter</a> in the subscription. </p> <p> Another option to make sure object methods are called with the correct <code>this</code> object is to use <a href="http://yuilibrary.com/yui/docs/api/classes/YUI.html#method_bind">`Y.bind(obj.method, obj)`</a> or <a href="http://yuilibrary.com/yui/docs/api/classes/YUI.html#method_rbind">`Y.rbind(obj.method, obj)`</a>. </p> <pre class="code prettyprint">&#x2F;&#x2F; WRONG node.on(&#x27;click&#x27;, myObj.method); &#x2F;&#x2F; RIGHT node.on(&#x27;click&#x27;, myObj.method, myObj); &#x2F;&#x2F; RIGHT (alternate) node.on(&#x27;click&#x27;, Y.rbind(obj.method, obj));</pre> <h4 id="which-events">What events can I subscribe to?</h4> <p> It depends what modules you've included. Check out the <a href="#event-whitelist">whitelisted events table</a>. </p> <h4 id="why-on-no-chain">Why isn't on() chainable?</h4> <p> After much deliberation, the YUI team decided that returning a subscription handle was preferable to chaining in order to better support clean event detaching across the various scenarios that DOM and custom events are used. </p> <p> In any sizable application, managing event subscriptions becomes increasingly important, and detaching events must be done with precision. Because YUI allows duplicate subscriptions, any host-based detach method will necessarily be less than 100% reliable with respect to avoiding removal of subscriptions made by other parts of the system. </p> <p> Otherwise, it's common to subscribe to events with anonymous functions, which makes it impossible to detach the specific subscription by signature because you don't have a function reference to use to identify the specific subscription to remove. Subscription categories can be used, but <a href="#remove-by-category">are also less precise</a> than dealing with a specific subscription object. </p> <h4 id="y-on-vs-node-on">Why would I use <code>Y.on()</code> or <code>Y.delegate()</code> instead of <code>node.on()</code> and <code>node.delegate()</code>?</h4> <p> It's <a href="#y-on">largely a stylistic preference</a>, but there are some technical differences when passing a selector string as a the third argument to <code>Y.on()</code> or <code>Y.delegate()</code> (ala <code>Y.on(&#x27;click&#x27;, callback, &#x27;#some select.or-string&#x27;)</code>. </p> <ol> <li> <p> <code>Y.on()</code> uses the <a href="http://yuilibrary.com/yui/docs/api/classes/Selector.html">Selector engine</a> directly rather than calling through <code>Y.all(...)</code>. </p> <p> The benefit here is that the Node and NodeList constructors add the slightest bit of overhead to the subscription process. </p> </li> <li> When passing a selector that matches multiple elements, the <code>this</code> in the callback will be the individual Node, not a <a href="#nodelist-this">NodeList wrapping all matched elements</a>. </li> <li> <p> If called before the elements matching the selector are attached to the DOM, it will poll for a few seconds and automatically attach the subscription when the first matching element is found. </p> <p> Note, if using a selector that matches multiple elements, the poll will attach the subscription the first time Selector finds a match. This <em>may not include all the elements</em> because either the DOM is not fully updated yet, or the code that adds the matching elements may happen in batches. </p> <p>In practice, it is best to avoid reliance on this behavior.</p> </li> </ol> <h4 id="after"><code>EventTarget</code> also provides an <code>after()</code> method. How does that work for DOM events?</h4> <p> <code>node.after(...)</code> is equivalent to <code>node.on(...)</code>. The DOM doesn't expose an "after" moment to hook into. </p> <h4 id="nodelist-this">When I subscribe to an event from a NodeList, <code>this</code> is the NodeList, not the individual Node. What's up with that?</h4> <p> In the callback, <code>e.currentTarget</code> will always refer to the individual Node. However, if you call </p> <pre class="code prettyprint">Y.all(&#x27;#some select.or-string&#x27;).on(&#x27;click&#x27;, function (e) { &#x2F;&#x2F; how do I reference the NodeList? });</pre> <p> you can't reference the NodeList captured by <code>Y.all()</code> without calling <code>Y.all()</code> again, but that results in unnecessary overhead, and may match different elements in the subsequent call. </p> <p> In general, you should avoid <code>nodelist.on()</code> anyway, <a href="#delegation">in favor of event delegation</a>. </p> <h4 id="nodelist-delegate">Where is <code>nodelist.delegate()</code>?</h4> <p> The point of delegation is to reduce the number of subscriptions being made. <code>nodelist.delegate()</code> would be philosophically at odds with that. Either call <code>node.delegate()</code> from an element higher up the DOM tree, or <em>if you must</em> delegate the same event and callback from multiple containers, use </p> <pre class="code prettyprint">nodelist.each(function (node) { node.delegate(&#x27;click&#x27;, callback, &#x27;.not-recommended&#x27;); });</pre> <h2 id="more-reading">More Reading</h2> <h3 id="page-lifecycle-events"><a href="domready.html">Page Lifecycle events</a></h3> <p> Details about <code>domready</code>, <code>available</code>, and <code>contentready</code> events provided in the event core. <a href="domready.html">Read more...</a> </p> <h3 id="event-delegation"><a href="delegation.html">Event Delegation</a></h3> <p> What is event delegation and why you should be using it. A lot. <a href="delegation.html">Read more...</a> </p> <h3 id="event-simulation"><a href="simulate.html">Event Simulation</a></h3> <p> How to simulate user events like "click" or "keypress", what events can be simulated, and some important caveats. <a href="simulate.html">Read more...</a> </p> <h3 id="create-new-dom-events"><a href="synths.html">Create New DOM Events</a></h3> <p> How to create a tailor made DOM event for subscription or delegation from any Node. This is a great way to encapsulate and label more comples user behaviors. <a href="synths.html">Read more...</a> </p> <h3 id="working-with-touch-events"><a href="touch.html">Working With Touch Events</a></h3> <p> Details on the supported touch events, the touch/mouse abstraction layer events, and gesture based events like "flick". <a href="touch.html">Read more...</a> </p> <h3 id="delegating-the-focus-and-blur-events"><a href="focus.html">Delegating the <code>focus</code> and <code>blur</code> Events</a></h3> <p> Using the <code>event-focus</code> module to simulate support for bubbling <code>focus</code> and <code>blur</code> events. <a href="focus.html">Read more...</a> </p> <h3 id="the-hover-mouseenter-and-mouseleave-events"><a href="mouseenter.html">The <code>hover</code>, <code>mouseenter</code>, and <code>mouseleave</code> Events</a></h3> <p> Describes why <code>mouseenter</code> and <code>mouseleave</code> events are usually what you want when you subscribe to <code>mouseover</code> and <code>mouseout</code>, and goes over using the <code>hover</code> event (which uses the other two under the hood). <a href="mouseenter.html">Read more...</a> </p> <h3 id="complex-keyboard-input-filtering"><a href="key.html">Complex Keyboard Input Filtering</a></h3> <p> Using the <code>key</code> event to respond to specific users pressing specific keys or or key combinations. <a href="key.html">Read more...</a> </p> <h3 id="responding-to-events-outside-of-a-node"><a href="outside.html">Responding to Events <em>outside</em> of a Node</a></h3> <p> Details the host of "outside" events that can be used to trigger behavior when users interact with element outside of the relevant Node. Think closing popups if a user clicks somewhere else on the page. <a href="outside.html">Read more...</a> </p> <h3 id="monitoring-changes-to-input-and-textarea-values"><a href="valuechange.html">Monitoring Changes to <code>&lt;input&gt;</code> and <code>&lt;textarea&gt;</code> Values</a></h3> <p> Using the <code>valuechange</code> event to catch the moments when a user types, cuts, pastes, or otherwise alters the value in an input field. No, <code>input.on(&#x27;change&#x27;, callback)</code> is not enough. <a href="valuechange.html">Read more...</a> </p> <h3 id="keyboard-accessible-contextmenu-events"><a href="contextmenu.html">Keyboard Accessible <code>contextmenu</code> Events</a></h3> <p> Repairing cross browser keyboard support for the <code>contextmenu</code> event. <a href="contextmenu.html">Read more...</a> </p> <h3 id="the-tap-event"><a href="tap.html">The <code>tap</code> Event</a></h3> <p> Using the <code>event-tap</code> module for fast-click on touch devices. <a href="tap.html">Read more...</a> </p> <h2 id="event-whitelist">Appendix A: Whitelisted DOM events</h2> <div id="events"> <table> <thead> <tr> <th>Event</th> <th>Added by</th> </tr> </thead> <tbody> <tr> <td>abort</td> <td>node-base</td> </tr> <tr> <td>beforeunload</td> <td>node-base</td> </tr> <tr> <td>blur</td> <td>node-base</td> </tr> <tr> <td>change</td> <td>node-base</td> </tr> <tr> <td>click</td> <td>node-base</td> </tr> <tr> <td>close</td> <td>node-base</td> </tr> <tr> <td>command</td> <td>node-base</td> </tr> <tr> <td>contextmenu</td> <td>node-base</td> </tr> <tr> <td>dblclick</td> <td>node-base</td> </tr> <tr> <td>DOMMouseScroll</td> <td>node-base</td> </tr> <tr> <td>drag</td> <td>node-base</td> </tr> <tr> <td>dragstart</td> <td>node-base</td> </tr> <tr> <td>dragenter</td> <td>node-base</td> </tr> <tr> <td>dragover</td> <td>node-base</td> </tr> <tr> <td>dragleave</td> <td>node-base</td> </tr> <tr> <td>dragend</td> <td>node-base</td> </tr> <tr> <td>drop</td> <td>node-base</td> </tr> <tr> <td>error</td> <td>node-base</td> </tr> <tr> <td>focus</td> <td>node-base</td> </tr> <tr> <td>key</td> <td>node-base</td> </tr> <tr> <td>keydown</td> <td>node-base</td> </tr> <tr> <td>keypress</td> <td>node-base</td> </tr> <tr> <td>keyup</td> <td>node-base</td> </tr> <tr> <td>load</td> <td>node-base</td> </tr> <tr> <td>message</td> <td>node-base</td> </tr> <tr> <td>mousedown</td> <td>node-base</td> </tr> <tr> <td>mouseenter</td> <td>node-base</td> </tr> <tr> <td>mouseleave</td> <td>node-base</td> </tr> <tr> <td>mousemove</td> <td>node-base</td> </tr> <tr> <td>mousemultiwheel</td> <td>node-base</td> </tr> <tr> <td>mouseout</td> <td>node-base</td> </tr> <tr> <td>mouseover</td> <td>node-base</td> </tr> <tr> <td>mouseup</td> <td>node-base</td> </tr> <tr> <td>mousewheel</td> <td>node-base</td> </tr> <tr> <td>orientationchange</td> <td>node-base</td> </tr> <tr> <td>reset</td> <td>node-base</td> </tr> <tr> <td>resize</td> <td>node-base</td> </tr> <tr> <td>select</td> <td>node-base</td> </tr> <tr> <td>selectstart</td> <td>node-base</td> </tr> <tr> <td>submit</td> <td>node-base</td> </tr> <tr> <td>scroll</td> <td>node-base</td> </tr> <tr> <td>tap</td> <td>event-tap</td> </tr> <tr> <td>textInput</td> <td>node-base</td> </tr> <tr> <td>unload</td> <td>node-base</td> </tr> <tr> <td>DOMActivate</td> <td>node-event-html5</td> </tr> <tr> <td>DOMContentLoaded</td> <td>node-event-html5</td> </tr> <tr> <td>afterprint</td> <td>node-event-html5</td> </tr> <tr> <td>beforeprint</td> <td>node-event-html5</td> </tr> <tr> <td>canplay</td> <td>node-event-html5</td> </tr> <tr> <td>canplaythrough</td> <td>node-event-html5</td> </tr> <tr> <td>durationchange</td> <td>node-event-html5</td> </tr> <tr> <td>emptied</td> <td>node-event-html5</td> </tr> <tr> <td>ended</td> <td>node-event-html5</td> </tr> <tr> <td>formchange</td> <td>node-event-html5</td> </tr> <tr> <td>forminput</td> <td>node-event-html5</td> </tr> <tr> <td>hashchange</td> <td>node-event-html5</td> </tr> <tr> <td>input</td> <td>node-event-html5</td> </tr> <tr> <td>invalid</td> <td>node-event-html5</td> </tr> <tr> <td>loadedmetadata</td> <td>node-event-html5</td> </tr> <tr> <td>loadeddata</td> <td>node-event-html5</td> </tr> <tr> <td>loadstart</td> <td>node-event-html5</td> </tr> <tr> <td>offline</td> <td>node-event-html5</td> </tr> <tr> <td>online</td> <td>node-event-html5</td> </tr> <tr> <td>pagehide</td> <td>node-event-html5</td> </tr> <tr> <td>pageshow</td> <td>node-event-html5</td> </tr> <tr> <td>pause</td> <td>node-event-html5</td> </tr> <tr> <td>play</td> <td>node-event-html5</td> </tr> <tr> <td>playing</td> <td>node-event-html5</td> </tr> <tr> <td>popstate</td> <td>node-event-html5 or history</td> </tr> <tr> <td>progress</td> <td>node-event-html5</td> </tr> <tr> <td>ratechange</td> <td>node-event-html5</td> </tr> <tr> <td>readystatechange</td> <td>node-event-html5</td> </tr> <tr> <td>redo</td> <td>node-event-html5</td> </tr> <tr> <td>seeking</td> <td>node-event-html5</td> </tr> <tr> <td>seeked</td> <td>node-event-html5</td> </tr> <tr> <td>show</td> <td>node-event-html5</td> </tr> <tr> <td>stalled</td> <td>node-event-html5</td> </tr> <tr> <td>suspend</td> <td>node-event-html5</td> </tr> <tr> <td>timeupdate</td> <td>node-event-html5</td> </tr> <tr> <td>undo</td> <td>node-event-html5</td> </tr> <tr> <td>volumechange</td> <td>node-event-html5</td> </tr> <tr> <td>waiting</td> <td>node-event-html5</td> </tr> <tr> <td>touchstart</td> <td>event-touch</td> </tr> <tr> <td>touchmove</td> <td>event-touch</td> </tr> <tr> <td>touchend</td> <td>event-touch</td> </tr> <tr> <td>touchcancel</td> <td>event-touch</td> </tr> <tr> <td>gesturestart</td> <td>event-touch</td> </tr> <tr> <td>gesturechange</td> <td>event-touch</td> </tr> <tr> <td>gestureend</td> <td>event-touch</td> </tr> <tr> <td>transitionend or webkitTransitionEnd</td> <td>transition</td> </tr> </tbody> </table> </div> <script> YUI({ filter: 'raw' }).use('selector-css3', 'datatable-sort', function (Y) { var data = [], node = Y.one('#events'); node.all('td:nth-of-type(1)').each(function (node, i) { data.push({ Event: node.get('text'), "Added By": node.next().get('text') }); }); node.empty().addClass('yui3-skin-sam'); new Y.DataTable({ columns : [ 'Event', 'Added By' ], data : data, sortable: true }).render(node); }); </script> <h4 id="adding-to-the-dom-event-whitelist">Adding to the DOM event whitelist</h4> <p>If you need to use an event that isn't included in this list, and not supplied by a synthetic event, you can expand the whitelist by adding the event names to the <code>Y.Node.DOM_EVENTS</code> object.</p> <pre class="code prettyprint">&#x2F;&#x2F; Allow for subscription to some mostly cross-browser mutation events Y.mix(Y.Node.DOM_EVENTS, { DOMNodeInserted: true, DOMNodeRemoved: true, DOMCharacterDataModified: true });</pre> <h2 id="facade-properties">Appendix B: EventFacade properties and methods</h2> <h4 id="methods">Methods</h4> <dl> <dt><code>e.preventDefault()</code></dt> <dd> Prevents the default action associated with the event. E.g. page navigation from an &lt;a&gt;nchor <code>click</code> or form submission and page reload from a &lt;form&gt; <code>submit</code>. </dd> <dt><code>e.stopPropagation()</code></dt> <dd> Stops the event from bubbling further up the DOM tree. This does not prevent the default action if there is one. Subsequent event subscribers will be executed. </dd> <dt><code>e.stopImmediatePropagation()</code></dt> <dd> Stops the event from bubbling further up the DOM tree. This does not prevent the default action if there is one. Subsequent event subscribers will NOT be executed. </dd> <dt><code>e.halt( [immediate=false] )</code></dt> <dd> Alias for <code>e.preventDefault(); e.stopPropagation();</code> or <code>e.preventDefault(); e.stopImmediatePropagation();</code>, depending on the <em>immediate</em> parameter. </dd> </dl> <h4 id="basics">Basics</h4> <dl> <dt><code>e.type</code></dt> <dd> The name of the event. E.g. "click", "keyup", or "load". </dd> <dt><code>e.target</code></dt> <dd> The Node instance that originated the event (see <a href="delegation.html">the description of event delegation</a> for reference) </dd> <dt><code>e.currentTarget</code></dt> <dd> The Node instance that subscribed to the event. In the case of subscriptions from NodeLists, this is still the individual Node instance (see <a href="#nodelist-this">When I subscribe to an event from a NodeList, <code>this</code> is the NodeList...</a>). </dd> <dt><code>e.relatedTarget</code></dt> <dd> For <code>mouseover</code> events, this will be the Node instance of where the mouse travelled <em>from</em>. For <code>mouseout</code>, it will be the Node that the mouse travelled <em>to</em>. </dd> </dl> <h4 id="keyboard-event-properties">Keyboard event properties</h4> <dt><code>e.keyCode</code></dt> <dd> The unicode value of a non-character key in a <code>keypress</code> event or any key in <code>keydown</code> or <code>keyup</code>. See <a href="https://developer.mozilla.org/en/DOM/event.keyCode">event.keyCode on MDC</a>. </dd> <dt><code>e.charCode</code></dt> <dd> The Unicode value of a character key pressed during a keypress event. See <a href="https://developer.mozilla.org/en/DOM/event.charCode">event.charCode on MDC</a>. </dd> <dt><code>e.shiftKey</code></dt> <dd> <code>true</code> if the shift key was depressed during a key event. </dd> <dt><code>e.ctrlKey</code></dt> <dd> <code>true</code> if the control key was depressed during a key event. </dd> <dt><code>e.altKey</code></dt> <dd> <code>true</code> if the alt/option key was depressed during a key event. </dd> <dt><code>e.metaKey</code></dt> <dd> <code>true</code> if the "Windows" key on PCs or command key on Macs was depressed during a key event. </dd> </dl> <h4 id="mouse-event-properties">Mouse event properties</h4> <dt><code>e.button</code></dt> <dd> For <code>mouseup</code> events (<em>NOT <code>click</code> events</em>), indicates which mouse button is pressed.<br> <code>1</code> = left click, <code>2</code> = middle click, <code>3</code> = right click. </dd> <dt><code>e.which</code></dt> <dd> Alias for e.button. </dd> <dt><code>e.pageX</code></dt> <dd> The horizontal coordinate of the event relative to whole document. </dd> <dt><code>e.pageY</code></dt> <dd> The vertical coordinate of the event relative to whole document. </dd> <dt><code>e.clientX</code></dt> <dd> The horizontal coordinate of the event relative to viewport, regardless of scrolling. </dd> <dt><code>e.clientY</code></dt> <dd> The vertical coordinate of the event relative to viewport, regardless of scrolling. </dd> <dt>[<code>e.wheelDelta</code>]</dt> <dd> For <code>mousewheel</code> or <code>DOMMouseScroll</code> events, the pixel distance of the scroll. </dd> </dl> <h4 id="touch-event-properties">Touch event properties</h4> <dl> <dt>[<code>e.touches</code>]</dt> <dd> <p> An array of <code>Touch</code> objects, where each <code>Touch</code> object represents a finger currently touching the surface (regardless of the target of the current event). For example, if you have two fingers on the surface, this array would have two <code>Touch</code> objects, one for each finger. </p> <p> The common set of properties currently on a <code>Touch</code> object, which can be relied up across environments, are <code>target</code>, <code>clientX</code>, <code>clientY</code>, <code>pageX</code>, <code>pageY</code>, <code>screenX</code>, <code>screenY</code> and <code>identifier</code>. </p> </dd> <dt>[<code>e.targetTouches</code>]</dt> <dd> <p> An array of <code>Touch</code> objects for every point of contact that is touching the surface, and started on the element that is the target of the current event. </p> </dd> <dt>[<code>e.changedTouches</code>]</dt> <dd> <p> An array of <code>Touch</code> objects representing all touches that changed in this event. </p> <p> This property is most useful in <code>touchEnd</code> events, to identify the set of touches which were removed from the surface, which resulted in the firing of the event. </p> </dd> </dl> <h4 id="gesture-event-properties-currently-ios-specific">Gesture event properties (currently iOS specific)</h4> <p>These properties are unique to Webkit on iOS currently, and are provided on the event facade when listening for the iOS <code>gesturestart</code>, <code>gesturechange</code> and <code>gestureend</code> multi-touch events.</p> <dl> <dt>[<code>e.scale</code>]</dt> <dd> See Apple's documentation for <a href="http://developer.apple.com/library/safari/documentation/UserExperience/Reference/GestureEventClassReference/GestureEvent/GestureEvent.html#//apple_ref/javascript/instp/GestureEvent/scale">scale</a>. </dd> <dt>[<code>e.rotation</code>]</dt> <dd> See Apple's documentation for <a href="http://developer.apple.com/library/safari/documentation/UserExperience/Reference/GestureEventClassReference/GestureEvent/GestureEvent.html#//apple_ref/javascript/instp/GestureEvent/rotation">rotation</a>. </dd> </dl> <p>See the <a href="http://www.w3.org/TR/touch-events/">W3C Touch Events Specification</a>, derived from the Webkit model, for more details.</p> <p>Synthetic events may add or modify event facade properties. These should be included in the documentation for the specific synthetic event.</p> <p>For more details, check out the <a href="https://developer.mozilla.org/en/DOM/event#Properties">MDC documentation</a>.</p> </div> </div> </div> <div class="yui3-u-1-4"> <div class="sidebar"> <div id="toc" class="sidebox"> <div class="hd"> <h2 class="no-toc">Table of Contents</h2> </div> <div class="bd"> <ul class="toc"> <li> <a href="#getting-started">Getting Started</a> </li> <li> <a href="#the-basics">The Basics</a> <ul class="toc"> <li> <a href="#listening-for-events">Listening for events</a> </li> <li> <a href="#the-callback-and-the-event-object">The Callback and the Event Object</a> </li> <li> <a href="#epreventdefault-and-estoppropagation"><code>e.preventDefault()</code> and <code>e.stopPropagation()</code></a> </li> <li> <a href="#detaching-subscriptions">Detaching subscriptions</a> </li> </ul> </li> <li> <a href="#modules">What to <code>use()</code></a> </li> <li> <a href="#delegation">Event Delegation</a> </li> <li> <a href="#more">More Event API Goodness</a> <ul class="toc"> <li> <a href="#y-on">Subscribe from <code>Y</code></a> </li> <li> <a href="#once">One time subscriptions</a> </li> <li> <a href="#grouping-subscriptions">Grouping subscriptions</a> </li> <li> <a href="#extended-signature">Binding <code>this</code> and additional callback arguments</a> </li> <li> <a href="#detach-methods">More ways to clean up subscriptions</a> </li> </ul> </li> <li> <a href="#simulate">Simulate browser events</a> </li> <li> <a href="#synthetic-events">Synthetic Events</a> <ul class="toc"> <li> <a href="#creating-dom-events">Creating DOM events</a> </li> </ul> </li> <li> <a href="#troubleshootingfaq">Troubleshooting/FAQ</a> <ul class="toc"> <li> <a href="#function-reference">My callback is executing at the wrong time. What's going on?</a> </li> <li> <a href="#wrong-this">I'm getting an error in my callback that "<code>(some object) has no method (someMethodOnMyObject)</code>". What am I missing?</a> </li> <li> <a href="#which-events">What events can I subscribe to?</a> </li> <li> <a href="#why-on-no-chain">Why isn't on() chainable?</a> </li> <li> <a href="#y-on-vs-node-on">Why would I use <code>Y.on()</code> or <code>Y.delegate()</code> instead of <code>node.on()</code> and <code>node.delegate()</code>?</a> </li> <li> <a href="#after"><code>EventTarget</code> also provides an <code>after()</code> method. How does that work for DOM events?</a> </li> <li> <a href="#nodelist-this">When I subscribe to an event from a NodeList, <code>this</code> is the NodeList, not the individual Node. What's up with that?</a> </li> <li> <a href="#nodelist-delegate">Where is <code>nodelist.delegate()</code>?</a> </li> </ul> </li> <li> <a href="#more-reading">More Reading</a> <ul class="toc"> <li> <a href="#page-lifecycle-events"><a href="domready.html">Page Lifecycle events</a></a> </li> <li> <a href="#event-delegation"><a href="delegation.html">Event Delegation</a></a> </li> <li> <a href="#event-simulation"><a href="simulate.html">Event Simulation</a></a> </li> <li> <a href="#create-new-dom-events"><a href="synths.html">Create New DOM Events</a></a> </li> <li> <a href="#working-with-touch-events"><a href="touch.html">Working With Touch Events</a></a> </li> <li> <a href="#delegating-the-focus-and-blur-events"><a href="focus.html">Delegating the <code>focus</code> and <code>blur</code> Events</a></a> </li> <li> <a href="#the-hover-mouseenter-and-mouseleave-events"><a href="mouseenter.html">The <code>hover</code>, <code>mouseenter</code>, and <code>mouseleave</code> Events</a></a> </li> <li> <a href="#complex-keyboard-input-filtering"><a href="key.html">Complex Keyboard Input Filtering</a></a> </li> <li> <a href="#responding-to-events-outside-of-a-node"><a href="outside.html">Responding to Events <em>outside</em> of a Node</a></a> </li> <li> <a href="#monitoring-changes-to-input-and-textarea-values"><a href="valuechange.html">Monitoring Changes to <code>&lt;input&gt;</code> and <code>&lt;textarea&gt;</code> Values</a></a> </li> <li> <a href="#keyboard-accessible-contextmenu-events"><a href="contextmenu.html">Keyboard Accessible <code>contextmenu</code> Events</a></a> </li> <li> <a href="#the-tap-event"><a href="tap.html">The <code>tap</code> Event</a></a> </li> </ul> </li> <li> <a href="#event-whitelist">Appendix A: Whitelisted DOM events</a> <ul class="toc"> <li> <a href="#adding-to-the-dom-event-whitelist">Adding to the DOM event whitelist</a> </li> </ul> </li> <li> <a href="#facade-properties">Appendix B: EventFacade properties and methods</a> <ul class="toc"> <li> <a href="#methods">Methods</a> </li> <li> <a href="#basics">Basics</a> </li> <li> <a href="#keyboard-event-properties">Keyboard event properties</a> </li> <li> <a href="#mouse-event-properties">Mouse event properties</a> </li> <li> <a href="#touch-event-properties">Touch event properties</a> </li> <li> <a href="#gesture-event-properties-currently-ios-specific">Gesture event properties (currently iOS specific)</a> </li> </ul> </li> </ul> </div> </div> <div class="sidebox"> <div class="hd"> <h2 class="no-toc">Examples</h2> </div> <div class="bd"> <ul class="examples"> <li data-description="Use the Event Utility to attach simple DOM event handlers."> <a href="basic-example.html">Simple DOM Events</a> </li> <li data-description="Using the synthetic event API to create a DOM event that fires in response to arrow keys being pressed."> <a href="synth-example.html">Creating an Arrow Event for DOM Subscription</a> </li> <li data-description="Supporting cross-device swipe gestures, using the event-move gesture events"> <a href="swipe-example.html">Supporting A Swipe Left Gesture</a> </li> </ul> </div> </div> <div class="sidebox"> <div class="hd"> <h2 class="no-toc">Examples That Use This Component</h2> </div> <div class="bd"> <ul class="examples"> <li data-description="Example Photo Browser application."> <a href="../dd/photo-browser.html">Photo Browser</a> </li> <li data-description="Portal style example using Drag &amp; Drop Event Bubbling and Animation."> <a href="../dd/portal-drag.html">Portal Style Example</a> </li> <li data-description="Shows how to extend the base widget class, to create your own Widgets."> <a href="../widget/widget-extend.html">Extending the Base Widget Class</a> </li> <li data-description="Creating an accessible menu button using the Focus Manager Node Plugin, Event&#x27;s delegation support and mouseenter event, along with the Overlay widget and Node&#x27;s support for the WAI-ARIA Roles and States."> <a href="../node-focusmanager/node-focusmanager-button.html">Accessible Menu Button</a> </li> <li data-description="Use IO to request data over HTTP."> <a href="../io/get.html">HTTP GET to request data</a> </li> </ul> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script> YUI.Env.Tests = { examples: [], project: '../assets', assets: '../assets/event', name: 'event', title: 'Event', newWindow: '', auto: false }; YUI.Env.Tests.examples.push('basic-example'); YUI.Env.Tests.examples.push('synth-example'); YUI.Env.Tests.examples.push('swipe-example'); YUI.Env.Tests.examples.push('photo-browser'); YUI.Env.Tests.examples.push('portal-drag'); YUI.Env.Tests.examples.push('widget-extend'); YUI.Env.Tests.examples.push('node-focusmanager-button'); YUI.Env.Tests.examples.push('get'); </script> <script src="../assets/yui/test-runner.js"></script> </body> </html>
_site/blog/hello-world/index.html
GreystonesMusicAcademy/greystonesmusicacademy.github.io
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>Hello World &#8211; Greystones Music Academy</title> <meta name="keywords" content=""> <!-- Twitter Cards --> <meta name="twitter:title" content="Hello World"> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="/images/greystones-music-academy-logo.jpg"> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Hello World"> <meta property="og:url" content="/blog/hello-world/"> <meta property="og:site_name" content="Greystones Music Academy"> <link rel="canonical" href="/blog/hello-world/"> <link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Greystones Music Academy Feed"> <!-- https://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- For all browsers --> <link rel="stylesheet" href="/assets/css/main.css"> <!-- Webfonts --> <script src="https://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script> <meta http-equiv="cleartype" content="on"> <!-- HTML5 Shiv and Media Query Support --> <!--[if lt IE 9]> <script src="/assets/js/vendor/html5shiv.min.js"></script> <script src="/assets/js/vendor/respond.min.js"></script> <![endif]--> <!-- Modernizr --> <script src="/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script> <!-- MathJax --> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="/favicon.png"> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png"> </head> <body id="post"> <div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop"> <ul> <li><a href="/about/" >About</a></li> <li><a href="/articles/" >Articles</a></li> <li><a href="/blog/" >Blog</a></li> <li><a href="/theme-setup/" >Theme Setup</a></li> <li><a href="/courses/" >Courses</a></li> <li><a href="/contact-us/" >Contact</a></li> </ul> </nav> </div><!-- /.navigation-wrapper --> <!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]--> <header class="masthead"> <div class="wrap"> <a href="/" class="site-logo" rel="home" title="Greystones Music Academy"><img src="/images/greystones-music-academy-logo.jpg" width="200" height="200" alt="Greystones Music Academy logo" class="animated fadeInDown"></a> <h1 class="site-title animated fadeIn"><a href="/">Greystones Music Academy</a></h1> <h2 class="site-description animated fadeIn" itemprop="description">It's never too late to learn to play.</h2> </div> </header><!-- /.masthead --> <div class="js-menu-screen menu-screen"></div> <div id="main" role="main"> <article class="hentry"> <div class="entry-wrapper"> <header class="entry-header"> <span class="entry-tags"></span> <h1 class="entry-title">Hello World</h1> </header> <footer class="entry-meta"> <img src="/images/bio-photo.jpg" class="bio-photo" alt="Greystones Music Academy bio photo"></a> <span class="author vcard">By <span class="fn">Greystones Music Academy</span></span> <span class="entry-date date published"><time datetime="2014-08-08T20:39:55+01:00"><i class="fa fa-calendar-o"></i> August 08, 2014</time></span> </footer> <div class="entry-content"> <p>You’ll find this post in your <code>_posts</code> directory - edit this post and re-build (or run with the <code>-w</code> switch) to see your changes! To add new posts, simply add a file in the <code>_posts</code> directory that follows the convention: YYYY-MM-DD-name-of-post.ext.</p> <h2 id="sample-heading">Sample Heading</h2> <h3 id="sample-heading-2">Sample Heading 2</h3> <p>Jekyll also offers powerful support for code snippets:</p> <div class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> <span class="nb">puts</span> <span class="s2">&quot;Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">&quot;</span> <span class="k">end</span> <span class="n">print_hi</span><span class="p">(</span><span class="s1">&#39;Tom&#39;</span><span class="p">)</span> <span class="c1">#=&gt; prints &#39;Hi, Tom&#39; to STDOUT.</span></code></pre></div> <p>Check out the <a href="http://jekyllrb.com">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>.</p> </div><!-- /.entry-content --> </div><!-- /.entry-wrapper --> <nav class="pagination" role="navigation"> <a href="/articles/author-override/" class="btn" title="Override Author Byline Test Post">Previous</a> <a href="/classes/hello-world/" class="btn" title="Guitar">Next</a> </nav><!-- /.pagination --> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo" class="entry-wrapper"> <span>&copy; 2015 Greystones Music Academy. Powered by <a href="www.focalisesoftware.com">Focalise</a></span> <div class="social-icons"> <a href="/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a> </div><!-- /.social-icons --> </footer> </div><!-- /.footer-wrapper --> <script type="text/javascript"> var BASE_URL = ''; </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="/assets/js/scripts.min.js"></script> </body> </html>
all-data/28000-28999/28677-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">你死我活</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄋ|<sup class="subfont">ˇ</sup> ㄙ<sup class="subfont">ˇ</sup> ㄨㄛ<sup class="subfont">ˇ</sup> ㄏㄨㄛ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">nǐ sǐ wǒ huó</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">形容爭鬥得非常激烈。見元.無名氏《度柳翠.第一折》:「世俗人沒來由,爭長競短,你死我活。」《水滸傳.第四九回》:「既是伯伯不肯,我們今日先和伯伯拼個你死我活!」</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">出現頻次較低的參考成語表</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
api/public/css/desktop.css
adammfrank/Bridge
html { font-family: "Cabin", sans-serif; font-size: 14px; line-height: 1.4em; box-sizing: border-box; padding: 0; border: 0; margin: 0; } body { padding: 0; border: 0; margin: 0; } .splash, .header { padding: 0 1.57em; } ul { padding: 0; border: 0; margin: 0; list-style-type: none; } li a { margin: 0; } h1 { padding: 0; border: 0; margin: 1.286em 0 0 0; font-size: 2.143em; line-height: 1.2em; font-weight: 600; } h2 { padding: 0; border: 0; margin: 1.286em 0 0 0; font-size: 1.286em; line-height: 1.4em; } h3 { padding: 0; border: 0; margin: 1.286em 0 0 0; font-size: 1em; line-height: 2em; font-weight: 600; } p { padding: 0; border: 0; margin: 1.286em 0 0 0; } a { display: inline-block; margin: 18px 0 0 0; text-decoration: none; color: #fff; } a:hover { color: #26ade4; } a.button { width: 100%; line-height: 36px; border: 2px solid #d1e751; border-radius: 6px; text-align: center; } a.button:hover { border-color: #26ade4; background-color: #26ade4; color: #282828; } a.submit img { height: 24px; width: 24px; position: absolute; margin: 0; top: 26px; right: 12px; } span.label { display: inline-block; width: 15%; } input { width: 100%; line-height: 36px; border: 2px solid transparent; background: rgba(209, 231, 81, 0.5); color: #282828; border-radius: 6px; font-size: 14px; padding: 0 12px; margin: 18px 0 0 0; box-sizing: border-box; } input:focus { outline: none; border-color: #26ade4; } input.fix { border-color: #26ade4; } img { height: 28px; width: 28px; vertical-align: bottom; margin-right: 8px; } .center { text-align: center; } .divider { height: 4px; border-radius: 2px; background-color: #d1e751; margin: 12px 0 0 0; } .toast { opacity: 1 !important; } @media screen and (min-width: 700px) { html { font-size: 20px !important; line-height: 1.333em; } .splash > div { max-width: 600px; margin: auto; margin-top: 12% !important; } .splash > div .small { max-width: 500px; margin: auto; } .main { margin-top: 34px !important; } #form { background: rgba(77, 188, 233, 0.35); margin-bottom: 0 !important; padding: 22px !important; } #form > div { max-width: 600px; margin: auto; } #form > div > div { position: relative; } #form .divider, #form input { margin-top: 24px; } #form .divider h2, #form input h2 { display: none !important; } #form input { background-color: rgba(255, 255, 255, 0.5); } #form .divider:last-child { display: none; } #form a.submit img { height: 28px !important; width: 28px !important; top: 32px; } #results { padding: 22px 0 0 0; } #results ul { max-width: 850px; margin: auto; } #results ul .dropdown { padding: 0 22px 22px 22px !important; } #results ul .charts { float: right; margin-left: 32px; } #results ul div[id^=map-container] { width: 50% !important; } #alerts > div { max-width: 600px; margin: auto; } #alerts > div > div { position: relative; } #alerts h2 { line-height: 32px !important; } #alerts a.submit img { top: 22px !important; } img { height: 32px !important; width: 32px !important; } h3 { line-height: 32px !important; } } /*# sourceMappingURL=desktop.css.map */
failtest.html
rejkpp/tdd
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>TDD - test parameter argument</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="./css/master.css" type="text/css"> </head> <body> <div class="container"> <div class="link inactive"><a href="forevery.html">forEvery</a></div> <div class="link inactive"><a href="filter.html">filter</a></div> <div class="link inactive"><a href="map.html">map</a></div> <div class="link inactive"><a href="reduce.html">reduce</a></div> <div class="link active"><a href="failtest.html">fail test</a></div> </div> <script src="./simpletests.js" type="text/javascript"></script> <script src="./functions/failtest/failtest.js" type="text/javascript"></script> </body> </html>
coverage/-Library-Ruby-Gems-1_8-gems-activesupport-2_2_2-lib-active_support-core_ext-file_rb.html
starapor/slippers
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><title>/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/file.rb - C0 code coverage information</title> <style type='text/css'>body { background-color: rgb(240, 240, 245); }</style> <style type='text/css'>span.cross-ref-title { font-size: 140%; } span.cross-ref a { text-decoration: none; } span.cross-ref { background-color:#f3f7fa; border: 1px dashed #333; margin: 1em; padding: 0.5em; overflow: hidden; } a.crossref-toggle { text-decoration: none; } span.marked0 { background-color: rgb(185, 210, 200); display: block; } span.marked1 { background-color: rgb(190, 215, 205); display: block; } span.inferred0 { background-color: rgb(175, 200, 200); display: block; } span.inferred1 { background-color: rgb(180, 205, 205); display: block; } span.uncovered0 { background-color: rgb(225, 110, 110); display: block; } span.uncovered1 { background-color: rgb(235, 120, 120); display: block; } span.overview { border-bottom: 8px solid black; } div.overview { border-bottom: 8px solid black; } body { font-family: verdana, arial, helvetica; } div.footer { font-size: 68%; margin-top: 1.5em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; } h5 { margin-top: 0.5em; } .hidden { display: none; } div.separator { height: 10px; } /* Commented out for better readability, esp. on IE */ /* table tr td, table tr th { font-size: 68%; } td.value table tr td { font-size: 11px; } */ table.percent_graph { height: 12px; border: #808080 1px solid; empty-cells: show; } table.percent_graph td.covered { height: 10px; background: #00f000; } table.percent_graph td.uncovered { height: 10px; background: #e00000; } table.percent_graph td.NA { height: 10px; background: #eaeaea; } table.report { border-collapse: collapse; width: 100%; } table.report td.heading { background: #dcecff; border: #d0d0d0 1px solid; font-weight: bold; text-align: center; } table.report td.heading:hover { background: #c0ffc0; } table.report td.text { border: #d0d0d0 1px solid; } table.report td.value, table.report td.lines_total, table.report td.lines_code { text-align: right; border: #d0d0d0 1px solid; } table.report tr.light { background-color: rgb(240, 240, 245); } table.report tr.dark { background-color: rgb(230, 230, 235); } </style> <script type='text/javascript'> // <![CDATA[ function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make cross-references hidden by default document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }</style>" ) // ]]> </script> <style type='text/css'>span.run0 { background-color: rgb(178, 204, 255); display: block; } span.run1 { background-color: rgb(178, 206, 255); display: block; } span.run2 { background-color: rgb(178, 209, 255); display: block; } span.run3 { background-color: rgb(178, 211, 255); display: block; } span.run4 { background-color: rgb(178, 214, 255); display: block; } span.run5 { background-color: rgb(178, 218, 255); display: block; } span.run6 { background-color: rgb(178, 220, 255); display: block; } span.run7 { background-color: rgb(178, 223, 255); display: block; } span.run8 { background-color: rgb(178, 225, 255); display: block; } span.run9 { background-color: rgb(178, 228, 255); display: block; } span.run10 { background-color: rgb(178, 232, 255); display: block; } span.run11 { background-color: rgb(178, 234, 255); display: block; } span.run12 { background-color: rgb(178, 237, 255); display: block; } span.run13 { background-color: rgb(178, 239, 255); display: block; } span.run14 { background-color: rgb(178, 242, 255); display: block; } span.run15 { background-color: rgb(178, 246, 255); display: block; } span.run16 { background-color: rgb(178, 248, 255); display: block; } span.run17 { background-color: rgb(178, 251, 255); display: block; } span.run18 { background-color: rgb(178, 253, 255); display: block; } span.run19 { background-color: rgb(178, 255, 253); display: block; } span.run20 { background-color: rgb(178, 255, 249); display: block; } span.run21 { background-color: rgb(178, 255, 247); display: block; } span.run22 { background-color: rgb(178, 255, 244); display: block; } span.run23 { background-color: rgb(178, 255, 242); display: block; } span.run24 { background-color: rgb(178, 255, 239); display: block; } span.run25 { background-color: rgb(178, 255, 235); display: block; } span.run26 { background-color: rgb(178, 255, 233); display: block; } span.run27 { background-color: rgb(178, 255, 230); display: block; } span.run28 { background-color: rgb(178, 255, 228); display: block; } span.run29 { background-color: rgb(178, 255, 225); display: block; } span.run30 { background-color: rgb(178, 255, 221); display: block; } span.run31 { background-color: rgb(178, 255, 219); display: block; } span.run32 { background-color: rgb(178, 255, 216); display: block; } span.run33 { background-color: rgb(178, 255, 214); display: block; } span.run34 { background-color: rgb(178, 255, 211); display: block; } span.run35 { background-color: rgb(178, 255, 207); display: block; } span.run36 { background-color: rgb(178, 255, 205); display: block; } span.run37 { background-color: rgb(178, 255, 202); display: block; } span.run38 { background-color: rgb(178, 255, 200); display: block; } span.run39 { background-color: rgb(178, 255, 197); display: block; } span.run40 { background-color: rgb(178, 255, 193); display: block; } span.run41 { background-color: rgb(178, 255, 191); display: block; } span.run42 { background-color: rgb(178, 255, 188); display: block; } span.run43 { background-color: rgb(178, 255, 186); display: block; } span.run44 { background-color: rgb(178, 255, 183); display: block; } span.run45 { background-color: rgb(178, 255, 179); display: block; } span.run46 { background-color: rgb(179, 255, 178); display: block; } span.run47 { background-color: rgb(182, 255, 178); display: block; } span.run48 { background-color: rgb(184, 255, 178); display: block; } span.run49 { background-color: rgb(187, 255, 178); display: block; } span.run50 { background-color: rgb(191, 255, 178); display: block; } span.run51 { background-color: rgb(193, 255, 178); display: block; } span.run52 { background-color: rgb(196, 255, 178); display: block; } span.run53 { background-color: rgb(198, 255, 178); display: block; } span.run54 { background-color: rgb(201, 255, 178); display: block; } span.run55 { background-color: rgb(205, 255, 178); display: block; } span.run56 { background-color: rgb(207, 255, 178); display: block; } span.run57 { background-color: rgb(210, 255, 178); display: block; } span.run58 { background-color: rgb(212, 255, 178); display: block; } span.run59 { background-color: rgb(215, 255, 178); display: block; } span.run60 { background-color: rgb(219, 255, 178); display: block; } span.run61 { background-color: rgb(221, 255, 178); display: block; } span.run62 { background-color: rgb(224, 255, 178); display: block; } span.run63 { background-color: rgb(226, 255, 178); display: block; } span.run64 { background-color: rgb(229, 255, 178); display: block; } span.run65 { background-color: rgb(233, 255, 178); display: block; } span.run66 { background-color: rgb(235, 255, 178); display: block; } span.run67 { background-color: rgb(238, 255, 178); display: block; } span.run68 { background-color: rgb(240, 255, 178); display: block; } span.run69 { background-color: rgb(243, 255, 178); display: block; } span.run70 { background-color: rgb(247, 255, 178); display: block; } span.run71 { background-color: rgb(249, 255, 178); display: block; } span.run72 { background-color: rgb(252, 255, 178); display: block; } span.run73 { background-color: rgb(255, 255, 178); display: block; } span.run74 { background-color: rgb(255, 252, 178); display: block; } span.run75 { background-color: rgb(255, 248, 178); display: block; } span.run76 { background-color: rgb(255, 246, 178); display: block; } span.run77 { background-color: rgb(255, 243, 178); display: block; } span.run78 { background-color: rgb(255, 240, 178); display: block; } span.run79 { background-color: rgb(255, 238, 178); display: block; } span.run80 { background-color: rgb(255, 234, 178); display: block; } span.run81 { background-color: rgb(255, 232, 178); display: block; } span.run82 { background-color: rgb(255, 229, 178); display: block; } span.run83 { background-color: rgb(255, 226, 178); display: block; } span.run84 { background-color: rgb(255, 224, 178); display: block; } span.run85 { background-color: rgb(255, 220, 178); display: block; } span.run86 { background-color: rgb(255, 218, 178); display: block; } span.run87 { background-color: rgb(255, 215, 178); display: block; } span.run88 { background-color: rgb(255, 212, 178); display: block; } span.run89 { background-color: rgb(255, 210, 178); display: block; } span.run90 { background-color: rgb(255, 206, 178); display: block; } span.run91 { background-color: rgb(255, 204, 178); display: block; } span.run92 { background-color: rgb(255, 201, 178); display: block; } span.run93 { background-color: rgb(255, 198, 178); display: block; } span.run94 { background-color: rgb(255, 196, 178); display: block; } span.run95 { background-color: rgb(255, 192, 178); display: block; } span.run96 { background-color: rgb(255, 189, 178); display: block; } span.run97 { background-color: rgb(255, 187, 178); display: block; } span.run98 { background-color: rgb(255, 184, 178); display: block; } span.run99 { background-color: rgb(255, 182, 178); display: block; } span.run100 { background-color: rgb(255, 178, 178); display: block; } </style> </head> <body><h3>C0 code coverage information</h3> <p>Generated on Wed Sep 30 08:17:59 +0100 2009 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a> </p> <hr/> <pre><span class='marked0'>Code reported as executed by Ruby looks like this... </span><span class='marked1'>and this: this line is also marked as covered. </span><span class='inferred0'>Lines considered as run by rcov, but not reported by Ruby, look like this, </span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics). </span><span class='uncovered0'>Finally, here&apos;s a line marked as not executed. </span></pre> <table class='report'><thead><tr><td class='heading'>Name</td> <td class='heading'>Total lines</td> <td class='heading'>Lines of code</td> <td class='heading'>Total coverage</td> <td class='heading'>Code coverage</td> </tr> </thead> <tbody><tr class='light'><td><a href='-Library-Ruby-Gems-1_8-gems-activesupport-2_2_2-lib-active_support-core_ext-file_rb.html'>/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/file.rb</a> </td> <td class='lines_total'><tt>5</tt> </td> <td class='lines_code'><tt>4</tt> </td> <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>100.0%</tt> &nbsp;</td> <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/> <td class='uncovered' width='0'/> </tr> </table> </td> </tr> </table> </td> <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>100.0%</tt> &nbsp;</td> <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='100'/> <td class='uncovered' width='0'/> </tr> </table> </td> </tr> </table> </td> </tr> </tbody> </table> <pre><span class="marked1"><a name="line1"></a>1 require 'active_support/core_ext/file/atomic' </span><span class="inferred0"><a name="line2"></a>2 </span><span class="marked1"><a name="line3"></a>3 class File #:nodoc: </span><span class="marked0"><a name="line4"></a>4 extend ActiveSupport::CoreExtensions::File::Atomic </span><span class="inferred1"><a name="line5"></a>5 end </span></pre><hr/> <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a> version 0.8.1.2.</p> <p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org/Icons/valid-xhtml10' height='31' alt='Valid XHTML 1.0!' width='88'/> </a> <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px'/> </a> </p> </body> </html>
all-data/11000-11999/11719-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">光陰似箭</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄍㄨㄤ |ㄣ ㄙ<sup class="subfont">ˋ</sup> ㄐ|ㄢ<sup class="subfont">ˋ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">guāng yīn sì jiàn</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">形容時間消逝如飛箭般迅速。京本通俗小說˙菩薩蠻:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>光陰似箭,不覺又是一年。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>西遊記˙第九回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>光陰似箭,日月如梭。不覺江流年長一十八歲。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>或作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>光陰如電<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>光陰如箭<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
osgeo/share/gdal/html/ogr_formats.html
kubaszostak/gdal-dragndrop
<html> <head> <title>OGR Vector Formats</title> </head> <body bgcolor="#ffffff"> <h1>OGR Vector Formats</h1> <table border> <tr> <th>Format Name</th> <th>Code</th> <th>Creation</th> <th>Georeferencing</th> <th>Compiled by default</th> </tr> <tr><td> <a href="drv_aeronavfaa.html">Aeronav FAA files</a> </td><td> AeronavFAA </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_amigocloud.html">AmigoCloud API</a> </td><td> AmigoCloud </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_ao.html">ESRI ArcObjects</a> </td><td> ArcObjects </td><td> No </td><td> Yes </td><td> No, needs ESRI ArcObjects </td></tr> <tr><td> <a href="drv_avcbin.html">Arc/Info Binary Coverage</a> </td><td> AVCBin </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_avce00.html">Arc/Info .E00 (ASCII) Coverage</a> </td><td> AVCE00 </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_arcgen.html">Arc/Info Generate</a> </td><td> ARCGEN </td><td> No </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_bna.html">Atlas BNA</a> </td><td> BNA </td><td> Yes </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_cad.html">AutoCAD DWG</a> </td><td> CAD </td><td> No </td><td> Yes </td><td> Yes (internal libopencad provided) </td></tr> <tr><td> <a href="drv_dwg.html">AutoCAD DWG</a> </td><td> DWG </td><td> No </td><td> No </td><td> No, needs Open Design Alliance Teigha library </td></tr> <tr><td> <a href="drv_dxf.html">AutoCAD DXF</a> </td><td> DXF </td><td> Yes </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_carto.html">Carto</a> </td><td> Carto </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td><a href="drv_cloudant.html">Cloudant / CouchDB</a> </td><td> Cloudant </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_couchdb.html">CouchDB / GeoCouch</a> </td><td> CouchDB </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_csv.html">Comma Separated Value (.csv)</a> </td><td> CSV </td><td> Yes </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_csw.html">OGC CSW (Catalog Service for the Web)</a> </td><td> CSW </td><td> No </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_vfk.html">Czech Cadastral Exchange Data Format</a> </td><td> VFK </td><td> No </td><td> Yes </td><td> No, needs libsqlite3 </td></tr> <tr><td> <a href="drv_db2.html">DB2 Spatial</a> </td><td> DB2ODBC </td><td> Yes </td><td> Yes </td><td> No, needs ODBC library </td></tr> <tr><td> <a href="drv_dods.html">DODS/OPeNDAP</a> </td><td> DODS </td><td> No </td><td> Yes </td><td> No, needs libdap </td></tr> <tr><td> <a href="drv_eeda.html">Google Earth Engine Data API</a> </td><td> EEDA </td><td> No </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_edigeo.html">EDIGEO</a> </td><td> EDIGEO </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_elasticsearch.html">ElasticSearch</a> </td><td> ElasticSearch </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_filegdb.html">ESRI FileGDB</a> </td><td> FileGDB </td><td> Yes </td><td> Yes </td><td> No, needs FileGDB API library </td></tr> <tr><td> <a href="drv_pgeo.html">ESRI Personal GeoDatabase</a> </td><td> PGeo </td><td> No </td><td> Yes </td><td> No, needs ODBC library </td></tr> <tr><td> <a href="drv_sde.html">ESRI ArcSDE</a> </td><td> SDE </td><td> No </td><td> Yes </td><td> No, needs ESRI SDE </td></tr> <tr><td> <a href="drv_esrijson.html">ESRIJSON</a> </td><td> ESRIJSON </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_shapefile.html">ESRI Shapefile / DBF</a> </td><td> ESRI Shapefile </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_fme.html">FMEObjects Gateway</a> </td><td> FMEObjects Gateway </td><td> No </td><td> Yes </td><td> No, needs FME </td></tr> <tr><td> <a href="drv_geojson.html">GeoJSON</a> </td><td> GeoJSON </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_geojsonseq.html">GeoJSONSeq</a> </td><td> GeoJSON sequences </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_geoconcept.html">G&eacute;oconcept Export</a> </td><td> Geoconcept </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_geomedia.html">Geomedia .mdb</a> </td><td> Geomedia </td><td> No </td><td> No </td><td> No, needs ODBC library </td></tr> <tr><td> <a href="drv_geopackage.html">GeoPackage</a> </td><td> GPKG </td><td> Yes </td><td> Yes </td><td> No, needs libsqlite3 </td></tr> <tr><td> <a href="drv_georss.html">GeoRSS</a> </td><td> GeoRSS </td><td> Yes </td><td> Yes </td><td> Yes (read support needs libexpat) </td></tr> <tr><td> <a href="drv_gft.html">Google Fusion Tables</a> </td><td> GFT </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_gml.html">GML</a> </td><td> GML </td><td> Yes </td><td> Yes </td><td> Yes (read support needs Xerces or libexpat) </td></tr> <tr><td> <a href="drv_gmlas.html">GMLAS</a> </td><td> GMLAS </td><td> Yes </td><td> Yes </td><td> Yes (requires Xerces) </td></tr> <tr><td> <a href="drv_gmt.html">GMT</a> </td><td> GMT </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_gpsbabel.html">GPSBabel</a> </td><td> GPSBabel </td><td> Yes </td><td> Yes </td><td> Yes (needs GPSBabel and GPX driver) </td></tr> <tr><td> <a href="drv_gpx.html">GPX</a> </td><td> GPX </td><td> Yes </td><td> Yes </td><td> Yes (read support needs libexpat) </td></tr> <tr><td> <a href="drv_grass.html">GRASS Vector Format</a> </td><td> GRASS </td><td> No </td><td> Yes </td><td> No, needs libgrass </td></tr> <tr><td> <a href="drv_gtm.html">GPSTrackMaker (.gtm, .gtz)</a> </td><td> GPSTrackMaker </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_htf.html">Hydrographic Transfer Format</a> </td><td> HTF </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_idrisi.html">Idrisi Vector (.VCT)</a> </td><td> Idrisi </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_idb.html">Informix DataBlade</a> </td><td> IDB </td><td> Yes </td><td> Yes </td><td> No, needs Informix DataBlade </td></tr> <tr><td> <a href="drv_ili.html">INTERLIS</a> </td><td> "Interlis 1" and "Interlis 2" </td><td> Yes </td><td> Yes </td><td> No, needs Xerces </td></tr> <tr><td> <a href="drv_ingres.html">INGRES</a> </td><td> INGRES </td><td> Yes </td><td> No </td><td> No, needs INGRESS </td></tr> <tr><td> <a href="drv_jml.html">JML</a> </td><td> OpenJUMP .jml </td><td> Yes </td><td> No </td><td> Yes (read support needs libexpat) </td></tr> <tr><td> <a href="drv_kml.html">KML</a> </td><td> KML </td><td> Yes </td><td> Yes </td><td> Yes (read support needs libexpat) </td></tr> <tr><td> <a href="drv_libkml.html">LIBKML</a> </td><td> LIBKML </td><td> Yes </td><td> Yes </td><td> No, needs libkml </td></tr> <tr><td> <a href="drv_mitab.html">Mapinfo File</a> </td><td> MapInfo File </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_dgn.html">Microstation DGN v7</a> </td><td> DGN </td><td> Yes </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_dgnv8.html">Microstation DGN v8</a> </td><td> DGNv8 </td><td> Yes </td><td> No </td><td> No, needs Open Design Alliance Teigha library </td></tr> <tr><td> <a href="drv_mdb.html">Access MDB (PGeo and Geomedia capable)</a> </td><td> MDB </td><td> No </td><td> Yes </td><td> No, needs JDK/JRE </td></tr> <tr><td> <a href="drv_memory.html">Memory</a> </td><td> Memory </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td><a href="drv_mongodb.html">MongoDB</a> </td><td> MongoDB </td><td> Yes </td><td> Yes </td><td> No, needs Mongo C++ client library </td></tr> <tr><td> <a href="drv_mvt.html">Mapbox Vector Tiles</a> </td><td> MVT </td><td> Yes </td><td> Yes </td><td> Yes (requires SQLite and GEOS for write support) </td></tr> <tr><td> <a href="drv_mysql.html">MySQL</a> </td><td> MySQL </td><td> No </td><td> Yes </td><td> No, needs MySQL library </td></tr> <tr><td> <a href="drv_nas.html">NAS - ALKIS</a> </td><td> NAS </td><td> No </td><td> Yes </td><td> No, needs Xerces </td></tr> <tr><td> <a href="frmt_netcdf_vector.html">NetCDF</a> </td><td> netCDF </td><td> Yes </td><td> Yes </td><td> No, needs libnetcdf </td></tr> <tr><td> <a href="drv_ngw.html">NextGIS Web</a> </td><td> NGW </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_oci.html">Oracle Spatial</a> </td><td> OCI </td><td> Yes </td><td> Yes </td><td> No, needs OCI library </td></tr> <tr><td> <a href="drv_odbc.html">ODBC</a> </td><td> ODBC </td><td> No </td><td> Yes </td><td> No, needs ODBC library </td></tr> <tr><td> <a href="drv_mssqlspatial.html">MS SQL Spatial</a> </td><td> MSSQLSpatial </td><td> Yes </td><td> Yes </td><td> No, needs ODBC library </td></tr> <tr><td> <a href="drv_ods.html">Open Document Spreadsheet</a> </td><td> ODS </td><td> Yes </td><td> No </td><td> No, needs libexpat </td></tr> <tr><td> <a href="drv_ogdi.html">OGDI Vectors (VPF, VMAP, DCW)</a> </td><td> OGDI </td><td> No </td><td> Yes </td><td> No, needs OGDI library </td></tr> <tr><td> <a href="drv_openair.html">OpenAir</a> </td><td> OpenAir </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_openfilegdb.html">ESRI FileGDB</a> </td><td> OpenFileGDB </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_osm.html">OpenStreetMap XML and PBF</a> </td><td> OSM </td><td> No </td><td> Yes </td><td> No, needs libsqlite3 (and libexpat for OSM XML) </td></tr> <tr><td> <a href="../frmt_pcidsk.html">PCI Geomatics Database File</a> </td><td> PCIDSK </td><td> Yes </td><td> Yes </td><td> Yes, using internal PCIDSK SDK (from GDAL 1.7.0) </td></tr> <tr><td> <a href="../frmt_pdf.html">Geospatial PDF</a> </td><td> PDF </td><td> Yes </td><td> Yes </td><td> Yes (read supports need libpoppler or libpodofo support) </td></tr> <tr><td> <a href="drv_pds.html">PDS</a> </td><td> PDS </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_plscenes.html">Planet Labs Scenes API</a> </td><td> PLScenes </td><td> No </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_pgdump.html">PostgreSQL SQL dump</a> </td><td> PGDump </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_pg.html">PostgreSQL/PostGIS</a> </td><td> PostgreSQL/PostGIS </td><td> Yes </td><td> Yes </td><td> No, needs PostgreSQL client library (libpq) </td></tr> <tr><td> EPIInfo .REC </td><td> REC </td><td> No </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_s57.html">S-57 (ENC)</a> </td><td> S57 </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_sdts.html">SDTS</a> </td><td> SDTS </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_segukooa.html">SEG-P1 / UKOOA P1/90</a> </td><td> SEGUKOOA </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_segy.html">SEG-Y</a> </td><td> SEGY </td><td> No </td><td> No </td><td> Yes </td></tr> <tr><td> <a href="drv_selafin.html">Selafin/Seraphin format</a> </td><td> Selafin </td><td> Yes </td><td> Partial (only EPSG code) </td><td> Yes </td></tr> <tr><td> <a href="http://trac.osgeo.org/gdal/ticket/3638">Norwegian SOSI Standard</a> </td><td> SOSI </td><td> No </td><td> Yes </td><td> No, needs FYBA library </td></tr> <tr><td> <a href="drv_sqlite.html">SQLite/SpatiaLite</a> </td><td> SQLite </td><td> Yes </td><td> Yes </td><td> No, needs libsqlite3 or libspatialite </td></tr> <tr><td> <a href="drv_sua.html">SUA</a> </td><td> SUA </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_svg.html">SVG</a> </td><td> SVG </td><td> No </td><td> Yes </td><td> No, needs libexpat </td></tr> <tr><td> <a href="drv_sxf.html">Storage and eXchange Format</a> </td><td> SXF </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_tiger.html">U.S. Census TIGER/Line</a> </td><td> TIGER </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_topojson.html">TopoJSON</a> </td><td> TopoJSON </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_ntf.html">UK .NTF</a> </td><td> UK. NTF </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_vdv.html">VDV-451/VDV-452/IDF</a> </td><td> VDV </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_vrt.html">VRT - Virtual Datasource</a> </td><td> VRT </td><td> No </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_walk.html">Walk</a> </td><td> Walk </td><td> No </td><td> Yes </td><td> No, needs ODBC library </td></tr> <tr><td> <a href="drv_wasp.html">WAsP .map format</a> </td><td> WAsP </td><td> Yes </td><td> Yes </td><td> Yes </td></tr> <tr><td> <a href="drv_wfs.html">OGC WFS (Web Feature Service)</a> </td><td> WFS </td><td> Yes </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_wfs3.html">OGC WFS 3.0 (Web Feature Service) (experimental)</a> </td><td> WFS3 </td><td> No </td><td> Yes </td><td> No, needs libcurl </td></tr> <tr><td> <a href="drv_xls.html">MS Excel format</a> </td><td> XLS </td><td> No </td><td> No </td><td> No, needs libfreexl </td></tr> <tr><td> <a href="drv_xlsx.html">MS Office Open XML spreadsheet</a> </td><td> XLSX </td><td> Yes </td><td> No </td><td> No, needs libexpat </td></tr> <tr><td> <a href="drv_xplane.html">X-Plane/Flightgear aeronautical data</a> </td><td> XPLANE </td><td> No </td><td> Yes </td><td> Yes </td></tr> </table> </body> </html>
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.2/euclidean-geometry/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euclidean-geometry: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / euclidean-geometry - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> euclidean-geometry <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-01 03:55:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-01 03:55:52 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/euclidean-geometry&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/EuclideanGeometry&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: plane geometry&quot; &quot;keyword: Euclid&quot; &quot;keyword: ruler and compass&quot; &quot;category: Mathematics/Geometry/General&quot; ] authors: [ &quot;Jean Duprat &lt;Jean.Duprat@ens-lyon.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/euclidean-geometry/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/euclidean-geometry.git&quot; synopsis: &quot;Basis of the Euclid&#39;s plane geometry&quot; description: &quot;&quot;&quot; This is a more recent version of the basis of Euclid&#39;s plane geometry, the previous version was the contribution intitled RulerCompassGeometry. The plane geometry is defined as a set of points, with two predicates : Clokwise for the orientation and Equidistant for the metric and three constructors, Ruler for the lines, Compass for the circles and Intersection for the points. For using it, we suggest to compile the files the name of which begin by a capital letter and a number from A1 to N7 in the lexicographic order and to keep modifiable the files of tacics (from Tactic1 to Tactic4) and the files of examples (Hilbert and Bolyai).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/euclidean-geometry/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=ea9749f83d0f452612dc9bb3e0b15a47&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-euclidean-geometry.8.9.0 coq.8.10.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.2). The following dependencies couldn&#39;t be met: - coq-euclidean-geometry -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-euclidean-geometry.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
treeupload/templates/thankyou.html
NESCent/phylocommons
{% extends "master.html" %} {% block title %}Thank you! - PhyloCommons{% endblock %} {% block leftmenu %} {% include "tree_menu.html" %} {% endblock %} {% block nav-trees %}class="active"{% endblock %} {% block content %} <p> Thank you for submitting your tree! </p> <p> Your submission will be reviewed by the moderators and should show up in the PhyloCommons database soon. You'll receive a notification when it's ready. If there are any issues that we can't resolve, we'll be in touch using the e-mail address listed for your account. </p> {% endblock%}
docs/com/opentok/TokenOptions.Builder.html
Kwasniewski/Opentok-Java-SDK
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Fri May 22 13:27:06 PDT 2015 --> <title>TokenOptions.Builder (OpenTok Java SDK Reference)</title> <meta name="date" content="2015-05-22"> <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="TokenOptions.Builder (OpenTok Java SDK Reference)"; } //--> </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="../../com/opentok/TokenOptions.html" title="class in com.opentok"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../index.html?com/opentok/TokenOptions.Builder.html" target="_top">Frames</a></li> <li><a href="TokenOptions.Builder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.opentok</div> <h2 title="Class TokenOptions.Builder" class="title">Class TokenOptions.Builder</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.opentok.TokenOptions.Builder</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../com/opentok/TokenOptions.html" title="class in com.opentok">TokenOptions</a></dd> </dl> <hr> <br> <pre>public static class <span class="strong">TokenOptions.Builder</span> extends java.lang.Object</pre> <div class="block">Use this class to create a TokenOptions object.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../com/opentok/TokenOptions.html" title="class in com.opentok"><code>TokenOptions</code></a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../com/opentok/TokenOptions.Builder.html#TokenOptions.Builder()">TokenOptions.Builder</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../com/opentok/TokenOptions.html" title="class in com.opentok">TokenOptions</a></code></td> <td class="colLast"><code><strong><a href="../../com/opentok/TokenOptions.Builder.html#build()">build</a></strong>()</code> <div class="block">Builds the TokenOptions object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../com/opentok/TokenOptions.Builder.html" title="class in com.opentok">TokenOptions.Builder</a></code></td> <td class="colLast"><code><strong><a href="../../com/opentok/TokenOptions.Builder.html#data(java.lang.String)">data</a></strong>(java.lang.String&nbsp;data)</code> <div class="block">A string containing connection metadata describing the end-user.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../com/opentok/TokenOptions.Builder.html" title="class in com.opentok">TokenOptions.Builder</a></code></td> <td class="colLast"><code><strong><a href="../../com/opentok/TokenOptions.Builder.html#expireTime(double)">expireTime</a></strong>(double&nbsp;expireTime)</code> <div class="block">Sets the expiration time for the token.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../com/opentok/TokenOptions.Builder.html" title="class in com.opentok">TokenOptions.Builder</a></code></td> <td class="colLast"><code><strong><a href="../../com/opentok/TokenOptions.Builder.html#role(com.opentok.Role)">role</a></strong>(<a href="../../com/opentok/Role.html" title="enum in com.opentok">Role</a>&nbsp;role)</code> <div class="block">Sets the role for the token.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TokenOptions.Builder()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TokenOptions.Builder</h4> <pre>public&nbsp;TokenOptions.Builder()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="role(com.opentok.Role)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>role</h4> <pre>public&nbsp;<a href="../../com/opentok/TokenOptions.Builder.html" title="class in com.opentok">TokenOptions.Builder</a>&nbsp;role(<a href="../../com/opentok/Role.html" title="enum in com.opentok">Role</a>&nbsp;role)</pre> <div class="block">Sets the role for the token. Each role defines a set of permissions granted to the token.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>role</code> - The role for the token. Valid values are defined in the Role class: <ul> <li> <code>SUBSCRIBER</code> &mdash; A subscriber can only subscribe to streams.</li> <li> <code>PUBLISHER</code> &mdash; A publisher can publish streams, subscribe to streams, and signal. (This is the default value if you do not specify a role.)</li> <li> <code>MODERATOR</code> &mdash; In addition to the privileges granted to a publisher, in clients using the OpenTok.js 2.2 library, a moderator can call the <code>forceUnpublish()</code> and <code>forceDisconnect()</code> method of the Session object.</li> </ul></dd></dl> </li> </ul> <a name="expireTime(double)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expireTime</h4> <pre>public&nbsp;<a href="../../com/opentok/TokenOptions.Builder.html" title="class in com.opentok">TokenOptions.Builder</a>&nbsp;expireTime(double&nbsp;expireTime)</pre> <div class="block">Sets the expiration time for the token.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>expireTime</code> - The expiration time, in seconds since the UNIX epoch. Pass in 0 to use the default expiration time of 24 hours after the token creation time. The maximum expiration time is 30 days after the creation time.</dd></dl> </li> </ul> <a name="data(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>data</h4> <pre>public&nbsp;<a href="../../com/opentok/TokenOptions.Builder.html" title="class in com.opentok">TokenOptions.Builder</a>&nbsp;data(java.lang.String&nbsp;data) throws <a href="../../com/opentok/exception/InvalidArgumentException.html" title="class in com.opentok.exception">InvalidArgumentException</a></pre> <div class="block">A string containing connection metadata describing the end-user. For example, you can pass the user ID, name, or other data describing the end-user. The length of the string is limited to 1000 characters. This data cannot be updated once it is set.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - The connection metadata.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../com/opentok/exception/InvalidArgumentException.html" title="class in com.opentok.exception">InvalidArgumentException</a></code></dd></dl> </li> </ul> <a name="build()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>build</h4> <pre>public&nbsp;<a href="../../com/opentok/TokenOptions.html" title="class in com.opentok">TokenOptions</a>&nbsp;build()</pre> <div class="block">Builds the TokenOptions object.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The TokenOptions object.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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="../../com/opentok/TokenOptions.html" title="class in com.opentok"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../index.html?com/opentok/TokenOptions.Builder.html" target="_top">Frames</a></li> <li><a href="TokenOptions.Builder.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
_includes/pagination.html
jakeauyeung/blog
<footer class="pagination" role="navigation"> <span>{{paginator.page}}/{{paginator.total_pages}}</span> <a href="/">Frist</a> {% if paginator.previous_page %} {% if paginator.previous_page == 1 %} <span>Previous</span> {% else %} <a href="/page-{{paginator.previous_page}}">Previous</a> {% endif %} {% else %} <span>Previous</span> {% endif %} {% for count in (paginator.page..paginator.total_pages) limit:2 %} {% if count == paginator.page %} <span>{{count}}</span> {% else %} <a href="/page-{{count}}">{{count}}</a> {% endif %} {% endfor %} {% if paginator.next_page %} {% if paginator.next_page == paginator.total_pages %} <span>Next</span> {% else %} <a href="/page-{{paginator.next_page}}">Next</a> {% endif %} {% else %} <span>Next<span> {% endif %} <a href="/page-{{paginator.total_pages}}">Last</a> </footer>
public/Windows 10 x64 (19041.450)/_EVENT_FILTER_HEADER.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.450)</h4><br> <h2>_EVENT_FILTER_HEADER</h2> <font face="arial"> +0x000 Id : Uint2B<br> +0x002 Version : UChar<br> +0x003 Reserved : [5] UChar<br> +0x008 InstanceId : Uint8B<br> +0x010 Size : Uint4B<br> +0x014 NextOffset : Uint4B<br> </font></body></html>
web/NetBeans 7.3.1/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/servlet/http/HttpSessionBindingListener.html
wolfoux/soleil
<!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_10-beta) on Fri Dec 11 16:07:46 PST 2009 --> <TITLE> HttpSessionBindingListener (Java Card API, Connected Edition) </TITLE> <META NAME="date" CONTENT="2009-12-11"> <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="HttpSessionBindingListener (Java Card API, Connected Edition)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../javax/servlet/http/HttpSessionEvent.html" title="class in javax.servlet.http"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/servlet/http/HttpSessionBindingListener.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HttpSessionBindingListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> javax.servlet.http</FONT> <BR> Interface HttpSessionBindingListener</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="../../../java/util/EventListener.html" title="interface in java.util">EventListener</A></DD> </DL> <HR> <DL> <DT><PRE><FONT SIZE="-1"><A HREF="../../../javacardx/framework/TransactionType.html" title="annotation in javacardx.framework">@TransactionType</A>(<A HREF="../../../javacardx/framework/TransactionType.html#value()">value</A>=<A HREF="../../../javacardx/framework/TransactionTypeValue.html#NOT_SUPPORTED">NOT_SUPPORTED</A>) </FONT>public interface <B>HttpSessionBindingListener</B><DT>extends <A HREF="../../../java/util/EventListener.html" title="interface in java.util">EventListener</A></DL> </PRE> <P> Causes an object to be notified when it is bound to or unbound from a session. The object is notified by an <A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http"><CODE>HttpSessionBindingEvent</CODE></A> object. This may be as a result of a servlet programmer explicitly unbinding an attribute from a session, due to a session being invalidated, or due to a session timing out. <P> <P> <DL> <DT><B>Since:</B></DT> <DD>Servlet 2.x, Java Card 3.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../javax/servlet/http/HttpSession.html" title="interface in javax.servlet.http"><CODE>HttpSession</CODE></A>, <A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http"><CODE>HttpSessionBindingEvent</CODE></A></DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/servlet/http/HttpSessionBindingListener.html#valueBound(javax.servlet.http.HttpSessionBindingEvent)">valueBound</A></B>(<A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</A>&nbsp;event)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notifies the object that it is being bound to a session and identifies the session.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/servlet/http/HttpSessionBindingListener.html#valueUnbound(javax.servlet.http.HttpSessionBindingEvent)">valueUnbound</A></B>(<A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</A>&nbsp;event)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notifies the object that it is being unbound from a session and identifies the session.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="valueBound(javax.servlet.http.HttpSessionBindingEvent)"><!-- --></A><H3> valueBound</H3> <PRE> void <B>valueBound</B>(<A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</A>&nbsp;event)</PRE> <DL> <DD>Notifies the object that it is being bound to a session and identifies the session. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>event</CODE> - the event that identifies the session<DT><B>See Also:</B><DD><A HREF="../../../javax/servlet/http/HttpSessionBindingListener.html#valueUnbound(javax.servlet.http.HttpSessionBindingEvent)"><CODE>valueUnbound(javax.servlet.http.HttpSessionBindingEvent)</CODE></A></DL> </DD> </DL> <HR> <A NAME="valueUnbound(javax.servlet.http.HttpSessionBindingEvent)"><!-- --></A><H3> valueUnbound</H3> <PRE> void <B>valueUnbound</B>(<A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</A>&nbsp;event)</PRE> <DL> <DD>Notifies the object that it is being unbound from a session and identifies the session. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>event</CODE> - the event that identifies the session<DT><B>See Also:</B><DD><A HREF="../../../javax/servlet/http/HttpSessionBindingListener.html#valueBound(javax.servlet.http.HttpSessionBindingEvent)"><CODE>valueBound(javax.servlet.http.HttpSessionBindingEvent)</CODE></A></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../javax/servlet/http/HttpSessionEvent.html" title="class in javax.servlet.http"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/servlet/http/HttpSessionBindingListener.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HttpSessionBindingListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <a href=../../../COPYRIGHT_jcspecs.html>Copyright</a> (c) 2009 Sun Microsystems, Inc. All rights reserved. </BODY> </HTML>
index.html
bkircher/cxx14-otris
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>C++14 - The Top 10</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, minimal-ui"> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/moon.css" id="theme"> <!-- Code syntax highlighting --> <!-- <link rel="stylesheet" href="lib/css/zenburn.css"> --> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <!--[if lt IE 9]> <script src="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"> <section> <h1>Top 10 C++14 Features</h1> <h3>Out Now!</h3> <p> <small>Slides by <a href="mailto:kircher@otris.de">Ben</a> / Code samples by <a href="http://coliru.stacked-crooked.com/">Coliru</a> / Layout by <a href="http://lab.hakim.se/reveal-js/#/">reveal.js</a> </small> </p> </section> <section> <p>Every example that follows compiles with <ul> <li>Visual Studio 2012</li> <li>gcc 4.8</li> </ul> </p> </section> <section> <h2>Ahhh, time is running so fast</h2> <table> <thead> <tr> <th>C++11</th> <th>C++14</th> </tr> </thead> <tbody> <tr> <td><em>Lots of new stuff</em></td> <td><em>Only minor corrections</em></td> </tr> <tr> <td>unique_ptr, shared_ptr</td> <td>make_unique&lt;T&gt;()</td> </tr> <tr> <td>lambdas</td> <td>polymorphic lambdas</td> </tr> </tbody> </table> </section> <section> <h2>Shiny New Things</h2> <ol> <li>auto specifier</li> <li>initializer lists</li> <li>range based for-loops</li> <li>lambdas</li> <li>unique_ptr</li> <li>shared_ptr</li> <li>unordered_map</li> <li>control of defaults: default and delete</li> <li>raw string literals</li> <li>nullptr</li> </ol> </section> <section> <h2>0. My favourite</h2> </section> <section> <h2>0.My favourite: right-angle brackets!</h2> <p>&gt;&gt; illegal in C++98</p> <pre><code class="cpp" data-trim contenteditable> int main() { std::vector&lt;std::vector&lt;std::string&gt; &gt; vec; // Now you can write: std::vector&lt;std::vector&lt;std::string&gt;&gt; vec2; } </code></pre> </section> <section> <h2>1. auto specifier</h2> </section> <section> <h2>1. auto specifier</h2> <p>All about type inference</p> <pre> <tt> Syntax: auto <em>variable initializer</em> auto <em>function -&gt; return type</em> </tt> </pre> </section> <section> <h2>1. auto specifier</h2> <p><small>Specifies that the type of the variable that is being declared will be automatically deduced from its initializer.</small></p> <pre><code class="cpp" data-trim contenteditable> auto i = 42; auto u = 1729U; auto str = std::string("Mehr Bier"); </code></pre> </section> <section> <h2>1. auto specifier - why should I use it?</h2> <p>If you are lazy</p> <pre><code class="cpp" data-trim contenteditable> struct Beer { Beer(const char* s) : name(s) {} std::string name; }; int main() { std::vector&lt;Beer&gt; vec{ "Thier", "Bergmann", "Kronen" }; for (std::vector&lt;Beer&gt;::iterator it = vec.begin(); it != vec.end(); ++it) { std::cout &lt;&lt; it-&gt;name &lt;&lt; "-Pils\n"; } } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/a7d3de35da9e15a2">Edit & run</a></small></p> </section> <section> <h2>1. auto specifier - why should I use it?</h2> <p> If you want to <strong>avoid bugs</strong> </p> <pre><code class="cpp"> char buf[20]; std::istringstream stream("Hello, there!"); stream.read(buf, sizeof buf); // Conversion from std::streamsize to size_t size_t bytes_extracted = stream.gcount(); std::cout &lt;&lt; "Characters extracted " &lt;&lt; bytes_extracted &lt;&lt; '\n'; </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/5dc2185fc4e12fb1">Edit & run</a></small></p> </section> <section> <h2>1. auto specifier</h2> <pre><code class="cpp" data-trim contenteditable> template&lt;class T, class U&gt; auto add(T t, U u) -&gt; decltype(t + u) { return t + u; } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/6f34b82dc7e83bec">Edit & run</a></small></p> </section> <section> <h2>2. initializer lists</h2> </section> <section> <h2>2. initializer lists</h2> <p>All about uniform initialization</p> <p>{ }</p> </section> <section> <h2>2. initializer lists</h2> <pre><code class="cpp"> #include &lt;iostream&gt; #include &lt;string&gt; #include &lt;vector&gt; #include &lt;unordered_map&gt; int main() { std::vector&lt;double&gt; vec{ 1, 2, 3.456, 99.99 }; std::unordered_map&lt;std::string, std::string&gt; beers{ {"Thier","Dortmund"}, {"Krombacher","Kreuztal"}, {"Fiege","Bochum"} }; for (const auto&amp; beer : beers) std::cout &lt;&lt; beer.first &lt;&lt; ", " &lt;&lt; beer.second &lt;&lt; std::endl; } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/ccd1cab7264ae516">Edit & run</a></small></p> <p><small>Supported since November 2012 CTP</small></p> </section> <section> <h2>2. initializer lists - implement this ourselves</h2> <pre><code class="cpp"> #include &lt;initializer_list&gt; template&lt;class T&gt; class ListJ { public: // initializer-list constructor ListJ (std::initializer_list&lt;T&gt; s) { // get the right amount of space reserve(s.size()); // initialize elements uninitialized_copy(s.begin(), s.end(), elem); // set size sz = s.size(); } // ... }; </code></pre> </section> <section> <h2>3. range-for statement</h2> </section> <section> <h2>3. range-for statement</h2> <p>Iterate through a <em>range</em></p> <p>which is anything with a begin() and end() <p> or with a begin() and length</p> </section> <section> <h2>3. range-for statement</h2> <pre><code class="cpp"> int main() { std::vector&lt;std::string&gt; vec{"Bergmann", "Union Export", "Fiege"}; for (auto&amp; beer : vec) // access as reference to change a value { std::for_each(begin(beer), end(beer), [](char&amp; c) { c = std::toupper(c); }); } // access as const-ref to avoid copying for (const auto&amp; beer : vec) std::cout &lt;&lt; beer &lt;&lt; '\n'; for (auto x : { 11,22,33,44,55,66,77 }) std::cout &lt;&lt; x &lt;&lt; '\n'; } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/eb03777a0557d4a3">Edit & run</a></small></p> </section> <section> <h2>4. lambda expressions</h2> </section> <section> <h2>4. lambda expressions</h2> <p>An anonymous function (a function without a name, thats all)</p> <p>Can have an optional capture clause (that makes it a closure)</p> <pre> <tt> Syntax: [<em>capture-list</em>] (<em>params</em>) {<em>body</em>} [<em>capture-list</em>] {<em>body</em>} [<em>capture-list</em>] (<em>params</em>) <em>-&gt; ret</em> {<em>body</em>} [<em>capture-list</em>] (<em>params</em>) mutable {<em>body</em>} </tt> </pre> </section> <section> <h2>4. lambda expressions</h2> <pre><code class="cpp"> int main() { std::vector&lt;int&gt; vec{ 1,2,3,4,5,6,7 }; int x = 4; vec.erase(std::remove_if(vec.begin(), vec.end(), [x](int n) { return n &lt; x; } ), vec.end()); std::cout &lt;&lt; "vec: "; for (auto i: vec) { std::cout &lt;&lt; i &lt;&lt; ' '; } std::cout &lt;&lt; '\n'; // The type of a closure cannot be named, but can // be inferred with auto auto add4 = [](int i) { return i+4; }; std::cout &lt;&lt; "add4: " &lt;&lt; add4(6) &lt;&lt; '\n'; } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/92f6fb14aafe331d">Edit & run</a></small></p> </section> <section> <h2>4. lambda expressions - capturing explained</h2> <p><small>Access variables from outer scope (and optionally modify them)</small></p> <pre><code class="cpp"> #include &lt;vector&gt; #include &lt;iostream&gt; #include &lt;string&gt; int main() { std::vector&lt;std::string&gt; vec{ "Dortmunder Actien-Brauerei" }; auto push_to_vec = [](const std::string&amp; beer) { vec.push_back(beer); }; for (const auto&amp; b : { "Hansa", "Bergmann", "Thier" }) { push_to_vec(b); } for (const auto&amp; b : vec) std::cout &lt;&lt; b &lt;&lt; '\n'; } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/4c31095d06bbceef">Edit & run</a></small></p> </section> <section> <h2>4. lambda expressions - capturing explained</h2> <pre> <tt> capture-list: [a,&amp;b] a is captured by value, b is captured by ref [this] captures this pointer by value [&amp;] captures all variables used in body of lambda by ref [=] captures all variables used in body of lambda by value [] captures nothing </tt> </pre> </section> <section> <h2>That's it with the language for today</h2> <p>Now on to the quest on getting rid of owning raw-pointers: <br> <b>Smart pointers!</b></p> <pre><code class="cpp"> new, delete new[], delete[] </code></pre> </section> <section> <h2>5. unique_ptr&lt;T&gt;</h2> </section> <section> <h2>5. unique_ptr&lt;T&gt;</h2> <ul> <li>Replacement for auto_ptr, which is now deprecated</li> <li>Is movable, not copyable</li> <li><em>(Thanks to rvalue-references and move-semantics)</em></li> <li>You can put it into a vector</li> <li>Helps immensely writing exception-safe code</li> <li>Nearly no performance overhead</li> </ul> </section> <section> <h2>5. unique_ptr&lt;T&gt;</h2> <pre><code class="cpp"> #include &lt;memory&gt; struct Foo { Foo() { std::cout &lt;&lt; "Foo::Foo\n"; } }; int main() { std::unique_ptr&lt;Foo&gt; p1(new Foo); // p1 owns Foo // Foo instance is destroyed when p1 goes out of scope } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/07b272bb3a395806">Edit & run</a></small></p> </section> <section> <h2>6. shared_ptr&lt;T&gt;</h2> </section> <section> <h2>6. shared_ptr&lt;T&gt;</h2> <ul> <li>Reference-counting smart pointer</li> <li>Shared ownership</li> <li>Object is deleted when last reference to it goes out of scope</li> <li>Little performance overhead, mitigated with make_unique</li> </ul> </section> <section> <h2>6. shared_ptr&lt;T&gt;</h2> <pre><code class="cpp"> #include &lt;memory&gt; int main() { { std::shared_ptr&lt;int&gt; p1(new int); // count is 1 { std::shared_ptr&lt;int&gt; p2(p1); // count is 2 { std::shared_ptr&lt;int&gt; p3(p1); // count is 3 } // count goes back down to 2 } // count goes back down to 1 } // here the count goes to 0 and the int is deleted. } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/95a25bf7e3ca498a">Edit & run</a></small></p> </section> <section> <h2>7. unordered_map&lt;T&gt;</h2> <p>Hash tables, yeah :/</p> <pre><code class="cpp"> #include &lt;unordered_map&gt; </code></pre> </section> <section> <h2>7. unordered_map&lt;T&gt;</h2> <pre><code class="cpp"> template&lt; class Key, class T, class Hash = std::hash&lt;Key&gt;, class KeyEqual = std::equal_to&lt;Key&gt;, class Allocator = std::allocator&lt; std::pair&lt;const Key, T&gt; &gt; &gt; class unordered_map; </code></pre> </section> <section> <h2>7. unordered_map&lt;T&gt;</h2> <ul> <li>K -&gt; V</li> <li>associative container</li> <li>contains key-value pairs with unique keys</li> <li>much like std::map but not sorted, values kept in buckets</li> <li>usually yields much faster look-up than std::map</li> </ul> </section> <section> <h2>8. = default and = delete</h2> <p>Control of defaults</p> </section> <section> <h2>8. = default and = delete</h2> <p>Remember?</p> <pre><code class="cpp"> class Foo { public: // ... private: // Never defined Foo(const Foo&amp;); Foo&amp; operator=(const Foo&amp;); }; </code></pre> </section> <section> <h2>8. = default and = delete</h2> <p>Now you can just write:</p> <pre><code class="cpp"> class Foo { public: Foo(const Foo&amp;) = delete; Foo&amp; operator=(const Foo&amp;) = delete; // ... }; </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/fe78f5aeb326cc66">Edit & run</a></small></p> </section> <section> <h2>8. = default and = delete</h2> <p>We can delete an undesired conversion like this:</p> <pre><code> struct Foo { // ... Foo(long long); // can initialize with an long long Foo(long) = delete; // but not anything less! }; </code></pre> </section> <section> <h2>9. Raw string literals</h2> <pre><code> const char* str = R"("quoted string")"; // the string is "quoted string" </code></pre> </section> <section> <h2>9. Raw string literals</h2> <p>Very useful if you have inline SQL or regexp.</p> <p>Motivating example:</p> <pre><code> #include &lt;iostream&gt; #include &lt;regex&gt; int main() { const char* pat = R"((\+|-)?[[:digit:]]+)"; std::regex integer_pattern(pat); const char* input = "-123"; std::cout &lt;&lt; (std::regex_match(input, integer_pattern) ? "matches" : "does not match") &lt;&lt; std::endl; } </code></pre> <p><a href="http://coliru.stacked-crooked.com/a/8ace0b58bfd1ed11">Edit & run</a></p> </section> <section> <h2>10. Last but not least: nullptr</h2> </section> <section> <h2>10. nullptr</h2> <p>A null pointer literal</p> <p>Yes, it has a <strong>type</strong>: std::nullptr_t</p> </section> <section> <h2>10. nullptr</h2> <p></p> <p>Contrary:</p> <pre><code> #define NULL 0 </code></pre> <p><small>Actually, implementation defined, but pretty likely</small></p> </section> <section> <h2>10. nullptr</h2> <pre><code> void f(int* pi) { } void f(double* pd) { } void f(std::nullptr_t nullp) { } int main() { int* pi; double* pd; f(pi); f(pd); f(nullptr); // would be ambiguous without void f(nullptr_t) // f(NULL); // ambiguous overload } </code></pre> <p><small><a href="http://coliru.stacked-crooked.com/a/afe2438ee1866663">Edit & run</a></small></p> </section> <section> <h2>10. nullptr</h2> <p>Pretty easy to transform your code base, too ;)</p> <p>$ sed -i `s/NULL/nullptr/g` *.{h,cpp} </section> <section> <h2>C++14 has much more to offer!</h2> <ul> <li>static_assert (compile-time assertions)</li> <li>&lt;thread&gt;</li> <li>&lt;atomic&gt; (sane memory model)</li> <li>&lt;tuple&gt;</li> <li>variadic templates</li> <li>std::function</li> <li>move semantics (lets you make non-copyable types)</li> <li>override controls: override and final</li> <li>enum class (safer enum, at least a little)</li> <li>constant expressions: constexpr</li> <li>user-defined literals</li> <li>attributes like [[noreturn]]</li> <li>...</li> </ul> </section> <section> <h2>Pointers</h2> <p><a href="http://www.stroustrup.com/C++11FAQ.html">http://www.stroustrup.com/C++11FAQ.html</a></p> <p><a href="http://en.cppreference.com/w/">http://en.cppreference.com/w/</a></p> <p><img src="effmodc++.jpg" width="300" height="400" alt="Effective Modern C++ by Scott Meyers"/></p> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // Full list of configuration options available at: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, transition: 'slide', // none/fade/slide/convex/concave/zoom // Optional reveal.js plugins dependencies: [ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true } ] }); </script> </body> </html>
index.html
bbarker22/djbarker
<!DOCTYPE html> <html> <title>DJ Barker</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="./css/djbarker.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> <style> body,h1 {font-family: "Raleway", sans-serif} body, html {height: 100%} .bgimg { background-image: url('./images/barker_square.jpg'); min-height: 100%; background-position: center; background-size: cover; } </style> <body> <div class="bgimg w3-display-container w3-animate-opacity w3-text-white"> <div class="w3-display-topleft w3-padding-large w3-xlarge"> <!-- Placeholder --> </div> <div class="w3-display-middle"> <h1 class="w3-jumbo w3-animate-top"> <!-- Placeholder --></h1> <p class="w3-large w3-center"><!-- 35 days left --></p> </div> <div class="w3-display-bottommiddle w3-padding-large"> <!-- Facebook - DJ Barker --> <a href="https://www.facebook.com/djbarker14/" target="_blank"> <img alt="DJ Barker on Facebook" src="./images/buttons/facebook.png" width="50" height="50"> </a> <!-- Soundcloud - DJ Barker --> <a href="https://soundcloud.com/nbarker14" target="_blank"> <img alt="DJ Barker on Soundcloud" src="./images/buttons/soundcloud.jpg" width="50" height="50"> </a> </div> </div> </body> </html>
lib/testingbot-tunnel-1.16/lib/rabbit/htdocs/javadoc/allclasses-frame.html
exratione/selenium-service-example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Thu Feb 16 18:15:38 CET 2012 --> <TITLE> All Classes (RabbIT/4) </TITLE> <META NAME="date" CONTENT="2012-02-16"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="rabbit/filter/AccessFilter.html" title="class in rabbit.filter" target="classFrame">AccessFilter</A> <BR> <A HREF="rabbit/io/Address.html" title="class in rabbit.io" target="classFrame">Address</A> <BR> <A HREF="rabbit/filter/AdFilter.html" title="class in rabbit.filter" target="classFrame">AdFilter</A> <BR> <A HREF="rabbit/httpio/AsyncListener.html" title="interface in rabbit.httpio" target="classFrame"><I>AsyncListener</I></A> <BR> <A HREF="rabbit/filter/authenticate/Authenticator.html" title="interface in rabbit.filter.authenticate" target="classFrame"><I>Authenticator</I></A> <BR> <A HREF="rabbit/filter/authenticate/AuthUserInfo.html" title="class in rabbit.filter.authenticate" target="classFrame">AuthUserInfo</A> <BR> <A HREF="rabbit/filter/BackgroundFilter.html" title="class in rabbit.filter" target="classFrame">BackgroundFilter</A> <BR> <A HREF="rabbit/httpio/BadHttpHeaderException.html" title="class in rabbit.httpio" target="classFrame">BadHttpHeaderException</A> <BR> <A HREF="rabbit/util/Base64.html" title="class in rabbit.util" target="classFrame">Base64</A> <BR> <A HREF="rabbit/handler/BaseHandler.html" title="class in rabbit.handler" target="classFrame">BaseHandler</A> <BR> <A HREF="rabbit/meta/BaseMetaHandler.html" title="class in rabbit.meta" target="classFrame">BaseMetaHandler</A> <BR> <A HREF="rabbit/meta/BaseMetaHandler.PageCompletion.html" title="enum in rabbit.meta" target="classFrame">BaseMetaHandler.PageCompletion</A> <BR> <A HREF="rabbit/httpio/BaseSocketHandler.html" title="class in rabbit.httpio" target="classFrame">BaseSocketHandler</A> <BR> <A HREF="rabbit/filter/BlinkFilter.html" title="class in rabbit.filter" target="classFrame">BlinkFilter</A> <BR> <A HREF="rabbit/filter/BlockFilter.html" title="class in rabbit.filter" target="classFrame">BlockFilter</A> <BR> <A HREF="rabbit/httpio/BlockListener.html" title="interface in rabbit.httpio" target="classFrame"><I>BlockListener</I></A> <BR> <A HREF="rabbit/httpio/BlockSender.html" title="class in rabbit.httpio" target="classFrame">BlockSender</A> <BR> <A HREF="rabbit/httpio/BlockSentListener.html" title="interface in rabbit.httpio" target="classFrame"><I>BlockSentListener</I></A> <BR> <A HREF="rabbit/filter/BodyFilter.html" title="class in rabbit.filter" target="classFrame">BodyFilter</A> <BR> <A HREF="rabbit/io/BoundBinder.html" title="class in rabbit.io" target="classFrame">BoundBinder</A> <BR> <A HREF="rabbit/io/BufferHandle.html" title="interface in rabbit.io" target="classFrame"><I>BufferHandle</I></A> <BR> <A HREF="rabbit/cache/Cache.html" title="interface in rabbit.cache" target="classFrame"><I>Cache</I></A> <BR> <A HREF="rabbit/io/CacheBufferHandle.html" title="class in rabbit.io" target="classFrame">CacheBufferHandle</A> <BR> <A HREF="rabbit/cache/CacheConfiguration.html" title="interface in rabbit.cache" target="classFrame"><I>CacheConfiguration</I></A> <BR> <A HREF="rabbit/cache/utils/CacheConfigurationBase.html" title="class in rabbit.cache.utils" target="classFrame">CacheConfigurationBase</A> <BR> <A HREF="rabbit/cache/CacheEntry.html" title="interface in rabbit.cache" target="classFrame"><I>CacheEntry</I></A> <BR> <A HREF="rabbit/cache/CacheException.html" title="class in rabbit.cache" target="classFrame">CacheException</A> <BR> <A HREF="rabbit/proxy/CacheResourceSource.html" title="class in rabbit.proxy" target="classFrame">CacheResourceSource</A> <BR> <A HREF="rabbit/meta/CacheStatus.html" title="class in rabbit.meta" target="classFrame">CacheStatus</A> <BR> <A HREF="rabbit/cache/utils/CacheUtils.html" title="class in rabbit.cache.utils" target="classFrame">CacheUtils</A> <BR> <A HREF="rabbit/httpio/ChunkDataFeeder.html" title="interface in rabbit.httpio" target="classFrame"><I>ChunkDataFeeder</I></A> <BR> <A HREF="rabbit/httpio/ChunkEnder.html" title="class in rabbit.httpio" target="classFrame">ChunkEnder</A> <BR> <A HREF="rabbit/httpio/ChunkHandler.html" title="class in rabbit.httpio" target="classFrame">ChunkHandler</A> <BR> <A HREF="rabbit/meta/ClearCache.html" title="class in rabbit.meta" target="classFrame">ClearCache</A> <BR> <A HREF="rabbit/client/ClientBase.html" title="class in rabbit.client" target="classFrame">ClientBase</A> <BR> <A HREF="rabbit/client/ClientListener.html" title="interface in rabbit.client" target="classFrame"><I>ClientListener</I></A> <BR> <A HREF="rabbit/client/ClientListenerAdapter.html" title="class in rabbit.client" target="classFrame">ClientListenerAdapter</A> <BR> <A HREF="rabbit/proxy/ClientResourceHandler.html" title="interface in rabbit.proxy" target="classFrame"><I>ClientResourceHandler</I></A> <BR> <A HREF="rabbit/proxy/ClientResourceListener.html" title="interface in rabbit.proxy" target="classFrame"><I>ClientResourceListener</I></A> <BR> <A HREF="rabbit/proxy/ClientResourceTransferredListener.html" title="interface in rabbit.proxy" target="classFrame"><I>ClientResourceTransferredListener</I></A> <BR> <A HREF="rabbit/proxy/ClientTrafficLogger.html" title="interface in rabbit.proxy" target="classFrame"><I>ClientTrafficLogger</I></A> <BR> <A HREF="rabbit/util/Config.html" title="class in rabbit.util" target="classFrame">Config</A> <BR> <A HREF="rabbit/proxy/Connection.html" title="class in rabbit.proxy" target="classFrame">Connection</A> <BR> <A HREF="rabbit/webserver/Connection.html" title="class in rabbit.webserver" target="classFrame">Connection</A> <BR> <A HREF="rabbit/io/ConnectionHandler.html" title="class in rabbit.io" target="classFrame">ConnectionHandler</A> <BR> <A HREF="rabbit/proxy/ConnectionId.html" title="class in rabbit.proxy" target="classFrame">ConnectionId</A> <BR> <A HREF="rabbit/proxy/ConnectionLogger.html" title="interface in rabbit.proxy" target="classFrame"><I>ConnectionLogger</I></A> <BR> <A HREF="rabbit/meta/Connections.html" title="class in rabbit.meta" target="classFrame">Connections</A> <BR> <A HREF="rabbit/http/ContentRangeParser.html" title="class in rabbit.http" target="classFrame">ContentRangeParser</A> <BR> <A HREF="rabbit/util/Counter.html" title="class in rabbit.util" target="classFrame">Counter</A> <BR> <A HREF="rabbit/client/CountingClientBaseStopper.html" title="class in rabbit.client" target="classFrame">CountingClientBaseStopper</A> <BR> <A HREF="rabbit/filter/DataSourceHelper.html" title="class in rabbit.filter" target="classFrame">DataSourceHelper</A> <BR> <A HREF="rabbit/io/DefaultBinder.html" title="class in rabbit.io" target="classFrame">DefaultBinder</A> <BR> <A HREF="rabbit/dns/DNSHandler.html" title="interface in rabbit.dns" target="classFrame"><I>DNSHandler</I></A> <BR> <A HREF="rabbit/dns/DNSJavaHandler.html" title="class in rabbit.dns" target="classFrame">DNSJavaHandler</A> <BR> <A HREF="rabbit/dns/DNSSunHandler.html" title="class in rabbit.dns" target="classFrame">DNSSunHandler</A> <BR> <A HREF="rabbit/filter/DontCacheFilter.html" title="class in rabbit.filter" target="classFrame">DontCacheFilter</A> <BR> <A HREF="rabbit/filter/DontFilterFilter.html" title="class in rabbit.filter" target="classFrame">DontFilterFilter</A> <BR> <A HREF="rabbit/proxy/ETagUtils.html" title="class in rabbit.proxy" target="classFrame">ETagUtils</A> <BR> <A HREF="rabbit/handler/convert/ExternalProcessConverter.html" title="class in rabbit.handler.convert" target="classFrame">ExternalProcessConverter</A> <BR> <A HREF="rabbit/cache/ncache/FileHandler.html" title="interface in rabbit.cache.ncache" target="classFrame"><I>FileHandler</I></A> <BR> <A HREF="rabbit/io/FileHelper.html" title="class in rabbit.io" target="classFrame">FileHelper</A> <BR> <A HREF="rabbit/httpio/FileResourceSource.html" title="class in rabbit.httpio" target="classFrame">FileResourceSource</A> <BR> <A HREF="rabbit/client/FileSaver.html" title="class in rabbit.client" target="classFrame">FileSaver</A> <BR> <A HREF="rabbit/meta/FileSender.html" title="class in rabbit.meta" target="classFrame">FileSender</A> <BR> <A HREF="rabbit/proxy/FileTemplateHttpGeneratorFactory.html" title="class in rabbit.proxy" target="classFrame">FileTemplateHttpGeneratorFactory</A> <BR> <A HREF="rabbit/handler/FilterHandler.html" title="class in rabbit.handler" target="classFrame">FilterHandler</A> <BR> <A HREF="rabbit/http/GeneralHeader.html" title="class in rabbit.http" target="classFrame">GeneralHeader</A> <BR> <A HREF="rabbit/handler/GZipHandler.html" title="class in rabbit.handler" target="classFrame">GZipHandler</A> <BR> <A HREF="rabbit/zip/GZipListener.html" title="interface in rabbit.zip" target="classFrame"><I>GZipListener</I></A> <BR> <A HREF="rabbit/zip/GZipPacker.html" title="class in rabbit.zip" target="classFrame">GZipPacker</A> <BR> <A HREF="rabbit/zip/GZipPackListener.html" title="interface in rabbit.zip" target="classFrame"><I>GZipPackListener</I></A> <BR> <A HREF="rabbit/zip/GZipUnpacker.html" title="class in rabbit.zip" target="classFrame">GZipUnpacker</A> <BR> <A HREF="rabbit/zip/GZipUnpackListener.html" title="interface in rabbit.zip" target="classFrame"><I>GZipUnpackListener</I></A> <BR> <A HREF="rabbit/handler/Handler.html" title="interface in rabbit.handler" target="classFrame"><I>Handler</I></A> <BR> <A HREF="rabbit/handler/HandlerFactory.html" title="interface in rabbit.handler" target="classFrame"><I>HandlerFactory</I></A> <BR> <A HREF="rabbit/client/sample/Head.html" title="class in rabbit.client.sample" target="classFrame">Head</A> <BR> <A HREF="rabbit/http/Header.html" title="class in rabbit.http" target="classFrame">Header</A> <BR> <A HREF="rabbit/client/sample/HeadResponseListener.html" title="interface in rabbit.client.sample" target="classFrame"><I>HeadResponseListener</I></A> <BR> <A HREF="rabbit/jndi/HierContext.html" title="class in rabbit.jndi" target="classFrame">HierContext</A> <BR> <A HREF="rabbit/html/HtmlBlock.html" title="class in rabbit.html" target="classFrame">HtmlBlock</A> <BR> <A HREF="rabbit/html/HtmlEscapeUtils.html" title="class in rabbit.html" target="classFrame">HtmlEscapeUtils</A> <BR> <A HREF="rabbit/filter/HtmlFilter.html" title="class in rabbit.filter" target="classFrame">HtmlFilter</A> <BR> <A HREF="rabbit/filter/HtmlFilterFactory.html" title="interface in rabbit.filter" target="classFrame"><I>HtmlFilterFactory</I></A> <BR> <A HREF="rabbit/proxy/HtmlPage.html" title="class in rabbit.proxy" target="classFrame">HtmlPage</A> <BR> <A HREF="rabbit/html/HtmlParseException.html" title="class in rabbit.html" target="classFrame">HtmlParseException</A> <BR> <A HREF="rabbit/html/HtmlParser.html" title="class in rabbit.html" target="classFrame">HtmlParser</A> <BR> <A HREF="rabbit/filter/HttpBaseFilter.html" title="class in rabbit.filter" target="classFrame">HttpBaseFilter</A> <BR> <A HREF="rabbit/http/HttpDateParser.html" title="class in rabbit.http" target="classFrame">HttpDateParser</A> <BR> <A HREF="rabbit/filter/HttpFilter.html" title="interface in rabbit.filter" target="classFrame"><I>HttpFilter</I></A> <BR> <A HREF="rabbit/proxy/HttpGenerator.html" title="interface in rabbit.proxy" target="classFrame"><I>HttpGenerator</I></A> <BR> <A HREF="rabbit/proxy/HttpGeneratorFactory.html" title="interface in rabbit.proxy" target="classFrame"><I>HttpGeneratorFactory</I></A> <BR> <A HREF="rabbit/http/HttpHeader.html" title="class in rabbit.http" target="classFrame">HttpHeader</A> <BR> <A HREF="rabbit/proxy/HttpHeaderFileHandler.html" title="class in rabbit.proxy" target="classFrame">HttpHeaderFileHandler</A> <BR> <A HREF="rabbit/httpio/HttpHeaderListener.html" title="interface in rabbit.httpio" target="classFrame"><I>HttpHeaderListener</I></A> <BR> <A HREF="rabbit/httpio/HttpHeaderParser.html" title="class in rabbit.httpio" target="classFrame">HttpHeaderParser</A> <BR> <A HREF="rabbit/httpio/HttpHeaderReader.html" title="class in rabbit.httpio" target="classFrame">HttpHeaderReader</A> <BR> <A HREF="rabbit/httpio/HttpHeaderSender.html" title="class in rabbit.httpio" target="classFrame">HttpHeaderSender</A> <BR> <A HREF="rabbit/httpio/HttpHeaderSentListener.html" title="interface in rabbit.httpio" target="classFrame"><I>HttpHeaderSentListener</I></A> <BR> <A HREF="rabbit/http/HttpHeaderWithContent.html" title="class in rabbit.http" target="classFrame">HttpHeaderWithContent</A> <BR> <A HREF="rabbit/proxy/HttpProxy.html" title="class in rabbit.proxy" target="classFrame">HttpProxy</A> <BR> <A HREF="rabbit/httpio/HttpResponseListener.html" title="interface in rabbit.httpio" target="classFrame"><I>HttpResponseListener</I></A> <BR> <A HREF="rabbit/httpio/HttpResponseReader.html" title="class in rabbit.httpio" target="classFrame">HttpResponseReader</A> <BR> <A HREF="rabbit/filter/HttpSnoop.html" title="class in rabbit.filter" target="classFrame">HttpSnoop</A> <BR> <A HREF="rabbit/handler/convert/ImageConverter.html" title="interface in rabbit.handler.convert" target="classFrame"><I>ImageConverter</I></A> <BR> <A HREF="rabbit/handler/ImageHandler.html" title="class in rabbit.handler" target="classFrame">ImageHandler</A> <BR> <A HREF="rabbit/io/InetAddressListener.html" title="interface in rabbit.io" target="classFrame"><I>InetAddressListener</I></A> <BR> <A HREF="rabbit/jndi/InitCtxFactory.html" title="class in rabbit.jndi" target="classFrame">InitCtxFactory</A> <BR> <A HREF="rabbit/httpio/InOutProxyChain.html" title="class in rabbit.httpio" target="classFrame">InOutProxyChain</A> <BR> <A HREF="rabbit/httpio/InOutProxyChainFactory.html" title="class in rabbit.httpio" target="classFrame">InOutProxyChainFactory</A> <BR> <A HREF="rabbit/util/IPAccess.html" title="class in rabbit.util" target="classFrame">IPAccess</A> <BR> <A HREF="rabbit/filter/IPAccessFilter.html" title="interface in rabbit.filter" target="classFrame"><I>IPAccessFilter</I></A> <BR> <A HREF="rabbit/handler/convert/JavaImageConverter.html" title="class in rabbit.handler.convert" target="classFrame">JavaImageConverter</A> <BR> <A HREF="rabbit/meta/Kill.html" title="class in rabbit.meta" target="classFrame">Kill</A> <BR> <A HREF="rabbit/httpio/LineListener.html" title="interface in rabbit.httpio" target="classFrame"><I>LineListener</I></A> <BR> <A HREF="rabbit/httpio/LineReader.html" title="class in rabbit.httpio" target="classFrame">LineReader</A> <BR> <A HREF="rabbit/client/sample/LogHeadToSystemOut.html" title="class in rabbit.client.sample" target="classFrame">LogHeadToSystemOut</A> <BR> <A HREF="rabbit/filter/LowresImageFilter.html" title="class in rabbit.filter" target="classFrame">LowresImageFilter</A> <BR> <A HREF="rabbit/meta/MetaHandler.html" title="interface in rabbit.meta" target="classFrame"><I>MetaHandler</I></A> <BR> <A HREF="rabbit/util/MimeTypeMapper.html" title="class in rabbit.util" target="classFrame">MimeTypeMapper</A> <BR> <A HREF="rabbit/handler/MultiPartHandler.html" title="class in rabbit.handler" target="classFrame">MultiPartHandler</A> <BR> <A HREF="rabbit/http/MultipartHeader.html" title="class in rabbit.http" target="classFrame">MultipartHeader</A> <BR> <A HREF="rabbit/proxy/MultiPartPipe.html" title="class in rabbit.proxy" target="classFrame">MultiPartPipe</A> <BR> <A HREF="rabbit/cache/ncache/NCache.html" title="class in rabbit.cache.ncache" target="classFrame">NCache</A> <BR> <A HREF="rabbit/filter/NoGZipEncoding.html" title="class in rabbit.filter" target="classFrame">NoGZipEncoding</A> <BR> <A HREF="rabbit/proxy/PartialCacher.html" title="class in rabbit.proxy" target="classFrame">PartialCacher</A> <BR> <A HREF="rabbit/util/PatternHelper.html" title="class in rabbit.util" target="classFrame">PatternHelper</A> <BR> <A HREF="rabbit/filter/authenticate/PlainFileAuthenticator.html" title="class in rabbit.filter.authenticate" target="classFrame">PlainFileAuthenticator</A> <BR> <A HREF="rabbit/httpio/ProxiedProxyChain.html" title="class in rabbit.httpio" target="classFrame">ProxiedProxyChain</A> <BR> <A HREF="rabbit/filter/ProxyAuth.html" title="class in rabbit.filter" target="classFrame">ProxyAuth</A> <BR> <A HREF="rabbit/io/ProxyChain.html" title="interface in rabbit.io" target="classFrame"><I>ProxyChain</I></A> <BR> <A HREF="rabbit/io/ProxyChainFactory.html" title="interface in rabbit.io" target="classFrame"><I>ProxyChainFactory</I></A> <BR> <A HREF="rabbit/proxy/ProxyConnectionAcceptor.html" title="class in rabbit.proxy" target="classFrame">ProxyConnectionAcceptor</A> <BR> <A HREF="rabbit/proxy/ProxyLogger.html" title="class in rabbit.proxy" target="classFrame">ProxyLogger</A> <BR> <A HREF="rabbit/httpio/ProxyResolver.html" title="class in rabbit.httpio" target="classFrame">ProxyResolver</A> <BR> <A HREF="rabbit/proxy/ProxyStarter.html" title="class in rabbit.proxy" target="classFrame">ProxyStarter</A> <BR> <A HREF="rabbit/proxy/RandomCacheResourceSource.html" title="class in rabbit.proxy" target="classFrame">RandomCacheResourceSource</A> <BR> <A HREF="rabbit/io/Range.html" title="class in rabbit.io" target="classFrame">Range</A> <BR> <A HREF="rabbit/httpio/RequestLineTooLongException.html" title="class in rabbit.httpio" target="classFrame">RequestLineTooLongException</A> <BR> <A HREF="rabbit/io/Resolver.html" title="interface in rabbit.io" target="classFrame"><I>Resolver</I></A> <BR> <A HREF="rabbit/httpio/ResolvRunner.html" title="class in rabbit.httpio" target="classFrame">ResolvRunner</A> <BR> <A HREF="rabbit/proxy/ResourceLoader.html" title="class in rabbit.proxy" target="classFrame">ResourceLoader</A> <BR> <A HREF="rabbit/httpio/ResourceSource.html" title="interface in rabbit.httpio" target="classFrame"><I>ResourceSource</I></A> <BR> <A HREF="rabbit/filter/RevalidateFilter.html" title="class in rabbit.filter" target="classFrame">RevalidateFilter</A> <BR> <A HREF="rabbit/filter/ReverseProxy.html" title="class in rabbit.filter" target="classFrame">ReverseProxy</A> <BR> <A HREF="rabbit/proxy/SCC.html" title="class in rabbit.proxy" target="classFrame">SCC</A> <BR> <A HREF="rabbit/meta/SelectorStatus.html" title="class in rabbit.meta" target="classFrame">SelectorStatus</A> <BR> <A HREF="rabbit/filter/SetHeaderFilter.html" title="class in rabbit.filter" target="classFrame">SetHeaderFilter</A> <BR> <A HREF="rabbit/io/SimpleBufferHandle.html" title="class in rabbit.io" target="classFrame">SimpleBufferHandle</A> <BR> <A HREF="rabbit/httpio/SimpleProxyChain.html" title="class in rabbit.httpio" target="classFrame">SimpleProxyChain</A> <BR> <A HREF="rabbit/httpio/SimpleResolver.html" title="class in rabbit.httpio" target="classFrame">SimpleResolver</A> <BR> <A HREF="rabbit/filter/SimpleTagFilter.html" title="class in rabbit.filter" target="classFrame">SimpleTagFilter</A> <BR> <A HREF="rabbit/util/SimpleTrafficLogger.html" title="class in rabbit.util" target="classFrame">SimpleTrafficLogger</A> <BR> <A HREF="rabbit/util/SimpleUserHandler.html" title="class in rabbit.util" target="classFrame">SimpleUserHandler</A> <BR> <A HREF="rabbit/webserver/SimpleWebServer.html" title="class in rabbit.webserver" target="classFrame">SimpleWebServer</A> <BR> <A HREF="rabbit/proxy/SocketAccessController.html" title="class in rabbit.proxy" target="classFrame">SocketAccessController</A> <BR> <A HREF="rabbit/io/SocketBinder.html" title="interface in rabbit.io" target="classFrame"><I>SocketBinder</I></A> <BR> <A HREF="rabbit/util/SProperties.html" title="class in rabbit.util" target="classFrame">SProperties</A> <BR> <A HREF="rabbit/filter/authenticate/SQLAuthenticator.html" title="class in rabbit.filter.authenticate" target="classFrame">SQLAuthenticator</A> <BR> <A HREF="rabbit/filter/SQLBlockFilter.html" title="class in rabbit.filter" target="classFrame">SQLBlockFilter</A> <BR> <A HREF="rabbit/proxy/SSLHandler.html" title="class in rabbit.proxy" target="classFrame">SSLHandler</A> <BR> <A HREF="rabbit/meta/StackTrace.html" title="class in rabbit.meta" target="classFrame">StackTrace</A> <BR> <A HREF="rabbit/util/StackTraceUtil.html" title="class in rabbit.util" target="classFrame">StackTraceUtil</A> <BR> <A HREF="rabbit/proxy/StandardHttpGeneratorFactory.html" title="class in rabbit.proxy" target="classFrame">StandardHttpGeneratorFactory</A> <BR> <A HREF="rabbit/proxy/StandardOutTrafficLogger.html" title="class in rabbit.proxy" target="classFrame">StandardOutTrafficLogger</A> <BR> <A HREF="rabbit/meta/Status.html" title="class in rabbit.meta" target="classFrame">Status</A> <BR> <A HREF="rabbit/http/StatusCode.html" title="enum in rabbit.http" target="classFrame">StatusCode</A> <BR> <A HREF="rabbit/io/Storable.html" title="interface in rabbit.io" target="classFrame"><I>Storable</I></A> <BR> <A HREF="rabbit/util/StringCache.html" title="class in rabbit.util" target="classFrame">StringCache</A> <BR> <A HREF="rabbit/proxy/SWC.html" title="class in rabbit.proxy" target="classFrame">SWC</A> <BR> <A HREF="rabbit/html/Tag.html" title="class in rabbit.html" target="classFrame">Tag</A> <BR> <A HREF="rabbit/html/Tag.Pair.html" title="class in rabbit.html" target="classFrame">Tag.Pair</A> <BR> <A HREF="rabbit/html/TagType.html" title="class in rabbit.html" target="classFrame">TagType</A> <BR> <A HREF="rabbit/meta/TaskTimings.html" title="class in rabbit.meta" target="classFrame">TaskTimings</A> <BR> <A HREF="rabbit/test/TestHttpHeaderReader.html" title="class in rabbit.test" target="classFrame">TestHttpHeaderReader</A> <BR> <A HREF="rabbit/html/Token.html" title="class in rabbit.html" target="classFrame">Token</A> <BR> <A HREF="rabbit/html/TokenType.html" title="enum in rabbit.html" target="classFrame">TokenType</A> <BR> <A HREF="rabbit/util/TrafficLogger.html" title="interface in rabbit.util" target="classFrame"><I>TrafficLogger</I></A> <BR> <A HREF="rabbit/proxy/TrafficLoggerHandler.html" title="class in rabbit.proxy" target="classFrame">TrafficLoggerHandler</A> <BR> <A HREF="rabbit/httpio/Transferable.html" title="interface in rabbit.httpio" target="classFrame"><I>Transferable</I></A> <BR> <A HREF="rabbit/httpio/TransferHandler.html" title="class in rabbit.httpio" target="classFrame">TransferHandler</A> <BR> <A HREF="rabbit/httpio/TransferListener.html" title="interface in rabbit.httpio" target="classFrame"><I>TransferListener</I></A> <BR> <A HREF="rabbit/proxy/Tunnel.html" title="class in rabbit.proxy" target="classFrame">Tunnel</A> <BR> <A HREF="rabbit/io/WebConnection.html" title="class in rabbit.io" target="classFrame">WebConnection</A> <BR> <A HREF="rabbit/io/WebConnectionListener.html" title="interface in rabbit.io" target="classFrame"><I>WebConnectionListener</I></A> <BR> <A HREF="rabbit/httpio/WebConnectionResourceSource.html" title="class in rabbit.httpio" target="classFrame">WebConnectionResourceSource</A> <BR> <A HREF="rabbit/client/sample/WGet.html" title="class in rabbit.client.sample" target="classFrame">WGet</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML>
old/old/2013/06/13/rubybits2-level1-3/index.html
lidashuang/lidashuang.github.io
<!DOCTYPE html> <!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>codeschool rubybits2 level 1-3 - learning & writings</title> <meta name="author" content="lds"> <meta name="description" content="challenge 1 Procs We&rsquo;d like our game library to be able to execute blocks of code on its games. Finish implementing the exec_game method, which &hellip;"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="http://li.sdutlinux.org/old/2013/06/13/rubybits2-level1-3/index.html"> <link href="/old/favicon.png" rel="icon"> <link href="/old/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="/old/javascripts/modernizr-2.0.js"></script> <script src="/old/javascripts/ender.js"></script> <script src="/old/javascripts/octopress.js" type="text/javascript"></script> <link href="/atom.xml" rel="alternate" title="learning & writings" type="application/atom+xml"> <!--Fonts from Google"s Web font directory at http://google.com/webfonts --> <link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> </head> <body > <header role="banner"><hgroup> <h1><a href="/old/">learning & writings</a></h1> <h2>lidashuang</h2> </hgroup> </header> <nav role="navigation"><ul class="subscription" data-subscription="rss"> <li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li> </ul> <form action="http://google.com/search" method="get"> <fieldset role="search"> <input type="hidden" name="q" value="site:li.sdutlinux.org" /> <input class="search" type="text" name="q" results="0" placeholder="Search"/> </fieldset> </form> <ul class="main-navigation"> <li><a href="/old/">Blog</a></li> <li><a href="/old/blog/archives">Archives</a></li> </ul> </nav> <div id="main"> <div id="content"> <div> <article class="hentry" role="article"> <header> <h1 class="entry-title">Codeschool Rubybits2 Level 1-3</h1> <p class="meta"> <time datetime="2013-06-13T16:13:00+08:00" pubdate data-updated="true">Jun 13<span>th</span>, 2013</time> | <a href="#disqus_thread">Comments</a> </p> </header> <div class="entry-content"><h2>challenge 1 Procs</h2> <blockquote><p> We&rsquo;d like our game library to be able to execute blocks of code on its games. Finish implementing the exec_game method, which runs the action Proc on a game. Then in main.rb, call exec_game for Contra, passing in the print_details Proc.</p></blockquote> <p>library.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> <span class='line-number'>12</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="vi">@games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">exec_game</span><span class="p">(</span><span class="nb">name</span><span class="p">,</span> <span class="n">action</span><span class="p">)</span> </span><span class='line'> <span class="n">game</span> <span class="o">=</span> <span class="n">games</span><span class="o">.</span><span class="n">detect</span> <span class="p">{</span> <span class="o">|</span><span class="n">game</span><span class="o">|</span> <span class="n">game</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="nb">name</span> <span class="p">}</span> </span><span class='line'> <span class="n">action</span><span class="o">.</span><span class="n">call</span><span class="p">(</span><span class="n">game</span><span class="p">)</span> <span class="k">if</span> <span class="n">game</span><span class="o">.</span><span class="n">name</span> <span class="o">==</span> <span class="s2">&quot;Contra&quot;</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <p>main.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">library</span> <span class="o">=</span> <span class="no">Library</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="no">GAMES</span><span class="p">)</span> </span><span class='line'><span class="n">print_details</span> <span class="o">=</span> <span class="no">Proc</span><span class="o">.</span><span class="n">new</span> <span class="k">do</span> <span class="o">|</span><span class="n">game</span><span class="o">|</span> </span><span class='line'> <span class="nb">puts</span> <span class="s2">&quot;</span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">name</span><span class="si">}</span><span class="s2"> (</span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">system</span><span class="si">}</span><span class="s2">) - </span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">year</span><span class="si">}</span><span class="s2">&quot;</span> </span><span class='line'><span class="k">end</span> </span><span class='line'> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">exec_game</span><span class="p">(</span><span class="s2">&quot;Contra&quot;</span><span class="p">,</span> <span class="n">print_details</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 2 Lambdas</h2> <blockquote><p>Refactor the print_details Proc definition to use Ruby&rsquo;s lambda syntax.</p></blockquote> <p>main.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">library</span> <span class="o">=</span> <span class="no">Library</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="no">GAMES</span><span class="p">)</span> </span><span class='line'><span class="n">print_details</span> <span class="o">=</span> <span class="nb">lambda</span> <span class="p">{</span><span class="o">|</span><span class="n">game</span><span class="o">|</span> <span class="nb">puts</span> <span class="s2">&quot;</span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">name</span><span class="si">}</span><span class="s2"> (</span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">system</span><span class="si">}</span><span class="s2">) - </span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">year</span><span class="si">}</span><span class="s2">&quot;</span> <span class="p">}</span> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">exec_game</span><span class="p">(</span><span class="s1">&#39;Contra&#39;</span><span class="p">,</span> <span class="n">print_details</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <h2>chanllenge 3 Multiple Lambdas</h2> <blockquote><p>Refactor exec_game to take a second Proc argument for error handling purposes. If calling the action Proc raises an exeption, call the new error Proc. We&rsquo;ve already modified the code in main.rb to create the error Proc and pass it to exec_game. Hint: You&rsquo;ll want to add a begin/rescue/end block around action.call.</p></blockquote> <p>library.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> <span class='line-number'>12</span> <span class='line-number'>13</span> <span class='line-number'>14</span> <span class='line-number'>15</span> <span class='line-number'>16</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="vi">@games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">exec_game</span><span class="p">(</span><span class="nb">name</span><span class="p">,</span> <span class="n">action</span><span class="p">,</span> <span class="n">error</span><span class="p">)</span> </span><span class='line'> <span class="n">game</span> <span class="o">=</span> <span class="n">games</span><span class="o">.</span><span class="n">detect</span> <span class="p">{</span> <span class="o">|</span><span class="n">game</span><span class="o">|</span> <span class="n">game</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="nb">name</span> <span class="p">}</span> </span><span class='line'> <span class="k">begin</span> </span><span class='line'> <span class="n">action</span><span class="o">.</span><span class="n">call</span><span class="p">(</span><span class="n">game</span><span class="p">)</span> </span><span class='line'> <span class="k">rescue</span> </span><span class='line'> <span class="n">error</span><span class="o">.</span><span class="n">call</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>chanllenge 4 Proc to Block</h2> <blockquote><p>Move the code in the each block into a Proc, and then pass that Proc into library.each.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">library</span> <span class="o">=</span> <span class="no">Library</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="no">GAMES</span><span class="p">)</span> </span><span class='line'><span class="n">game_proc</span> <span class="o">=</span> <span class="no">Proc</span><span class="o">.</span><span class="n">new</span> <span class="k">do</span> <span class="o">|</span><span class="n">game</span><span class="o">|</span> </span><span class='line'> <span class="nb">puts</span> <span class="s2">&quot;</span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">name</span><span class="si">}</span><span class="s2"> (</span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">system</span><span class="si">}</span><span class="s2">) - </span><span class="si">#{</span><span class="n">game</span><span class="o">.</span><span class="n">year</span><span class="si">}</span><span class="s2">&quot;</span> </span><span class='line'><span class="k">end</span> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">game_proc</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 5 Capturing Blocks</h2> <blockquote><p>Refactor this each method to capture its block as a Proc object, then inside of the games.each block, call the captured Proc instead of yielding.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="vi">@games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 6 Passing Blocks</h2> <blockquote><p>Refactor the each method to be just one line of code, passing the captured block directly to games.each.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="vi">@games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 7 Symbol#to_proc</h2> <blockquote><p>refactor the games.map call, removing its block and using Symbol#to_proc instead.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="vi">@games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">names</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">map</span><span class="p">(</span><span class="o">&amp;</span><span class="ss">:name</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 8 Optional Blocks</h2> <blockquote><p>Implement this list method that takes an optional block. If a block is passed, yield each game to the block and print the result. If there is no block, print each game&rsquo;s name.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> <span class='line-number'>12</span> <span class='line-number'>13</span> <span class='line-number'>14</span> <span class='line-number'>15</span> <span class='line-number'>16</span> <span class='line-number'>17</span> <span class='line-number'>18</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="vi">@games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">list</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">game</span><span class="o">|</span> </span><span class='line'> <span class="k">if</span> <span class="nb">block_given?</span> </span><span class='line'> <span class="n">result</span> <span class="o">=</span> <span class="k">yield</span> <span class="n">game</span> </span><span class='line'> <span class="nb">puts</span> <span class="n">result</span> </span><span class='line'> <span class="k">else</span> </span><span class='line'> <span class="nb">puts</span> <span class="n">game</span><span class="o">.</span><span class="n">name</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h1>rubybits2 level 2</h1> <h2>challenge 1 Struct</h2> <blockquote><p> Our Game class is a simple data structure, so refactor it to use Struct.</p></blockquote> <p>Game.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="no">Game</span> <span class="o">=</span> <span class="no">Struct</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="ss">:name</span><span class="p">,</span> <span class="ss">:year</span><span class="p">,</span> <span class="ss">:system</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 2 Extending Struct</h2> <blockquote><p>Add a to_s method to the Game struct that returns a string containing the game&rsquo;s name, year, and system.</p></blockquote> <p>game.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="no">Game</span> <span class="o">=</span> <span class="no">Struct</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="ss">:name</span><span class="p">,</span> <span class="ss">:year</span><span class="p">,</span> <span class="ss">:system</span><span class="p">)</span> <span class="k">do</span> </span><span class='line'> <span class="k">def</span> <span class="nf">to_s</span> </span><span class='line'> <span class="s2">&quot;</span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">, </span><span class="si">#{</span><span class="n">year</span><span class="si">}</span><span class="s2">, </span><span class="si">#{</span><span class="nb">system</span><span class="si">}</span><span class="s2">&quot;</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>chanllenge 3 alias_method</h2> <blockquote><p>Our game library has an each method that iterates the list of games. Add a method called each_game that does the same thing as each, but without duplicating the code.</p></blockquote> <p>library.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> <span class="k">def</span> <span class="nf">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">each</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="n">alias_method</span> <span class="ss">:each_game</span><span class="p">,</span> <span class="ss">:each</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>chanllenge 4 define_method</h2> <blockquote><p>Refactor this code, iterating the SYSTEMS array and using define_method to replace the separate definitions of the runs_on_[system]? methods. Hint: You&rsquo;ll want to use downcase on the system names when building names for the methods.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Game</span> </span><span class='line'> <span class="no">SYSTEMS</span> <span class="o">=</span> <span class="o">[</span><span class="s1">&#39;SNES&#39;</span><span class="p">,</span> <span class="s1">&#39;PS1&#39;</span><span class="p">,</span> <span class="s1">&#39;Genesis&#39;</span><span class="o">]</span> </span><span class='line'> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:name</span><span class="p">,</span> <span class="ss">:year</span><span class="p">,</span> <span class="ss">:system</span> </span><span class='line'> </span><span class='line'> <span class="no">SYSTEMS</span><span class="o">.</span><span class="n">each</span> <span class="k">do</span> <span class="o">|</span><span class="nb">system</span><span class="o">|</span> </span><span class='line'> <span class="n">define_method</span> <span class="s2">&quot;runs_on_</span><span class="si">#{</span><span class="nb">system</span><span class="o">.</span><span class="n">downcase</span><span class="si">}</span><span class="s2">?&quot;</span> <span class="k">do</span> </span><span class='line'> <span class="nb">self</span><span class="o">.</span><span class="n">system</span> <span class="o">=</span> <span class="nb">system</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 5 send</h2> <blockquote><p>Refactor this code to use send in place of the direct calls to list, emulate, and find. Hint: For the emulate and find methods that take parameters, you can pass those after the method&rsquo;s name when using send.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">library</span> <span class="o">=</span> <span class="no">Library</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="no">GAMES</span><span class="p">)</span> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">send</span><span class="p">(</span><span class="ss">:list</span><span class="p">)</span> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">send</span><span class="p">(</span><span class="ss">:emulate</span><span class="p">,</span> <span class="s2">&quot;Contra&quot;</span><span class="p">)</span> </span><span class='line'><span class="n">game</span> <span class="o">=</span> <span class="n">library</span><span class="o">.</span><span class="n">send</span><span class="p">(</span><span class="ss">:find</span><span class="p">,</span> <span class="s2">&quot;Contra&quot;</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 6 public_send</h2> <blockquote><p>The game library&rsquo;s find method should be protected, so make that change. Then change all the send calls in main.rb to use the more secure public_send. Note: We&rsquo;re expecting this to raise an exception.</p></blockquote> <p>main.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">library</span> <span class="o">=</span> <span class="no">Library</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="no">GAMES</span><span class="p">)</span> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">public_send</span><span class="p">(</span><span class="ss">:list</span><span class="p">)</span> </span><span class='line'><span class="n">library</span><span class="o">.</span><span class="n">public_send</span><span class="p">(</span><span class="ss">:emulate</span><span class="p">,</span> <span class="s2">&quot;Contra&quot;</span><span class="p">)</span> </span><span class='line'><span class="n">game</span> <span class="o">=</span> <span class="n">library</span><span class="o">.</span><span class="n">public_send</span><span class="p">(</span><span class="ss">:find</span><span class="p">,</span> <span class="s2">&quot;Contra&quot;</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <p>library.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> <span class='line-number'>12</span> <span class='line-number'>13</span> <span class='line-number'>14</span> <span class='line-number'>15</span> <span class='line-number'>16</span> <span class='line-number'>17</span> <span class='line-number'>18</span> <span class='line-number'>19</span> <span class='line-number'>20</span> <span class='line-number'>21</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="n">games</span><span class="p">)</span> </span><span class='line'> <span class="nb">self</span><span class="o">.</span><span class="n">games</span> <span class="o">=</span> <span class="n">games</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">list</span> </span><span class='line'> <span class="nb">puts</span> <span class="n">games</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">emulate</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> </span><span class='line'> <span class="n">game</span> <span class="o">=</span> <span class="n">find</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> </span><span class='line'> <span class="nb">puts</span> <span class="s2">&quot;Starting emulator for </span><span class="si">#{</span><span class="n">game</span><span class="si">}</span><span class="s2">...&quot;</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="kp">protected</span> </span><span class='line'> <span class="k">def</span> <span class="nf">find</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">detect</span> <span class="p">{</span> <span class="o">|</span><span class="n">game</span><span class="o">|</span> <span class="n">game</span><span class="o">.</span><span class="n">name</span> <span class="o">==</span> <span class="nb">name</span> <span class="p">}</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 7 Looking Up Methods</h2> <blockquote><p>Refactor this code to look up Method objects for the &lsquo;list&rsquo; and &lsquo;emulate&rsquo; methods, then call them.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">library</span> <span class="o">=</span> <span class="no">Library</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="no">GAMES</span><span class="p">)</span> </span><span class='line'><span class="n">list</span> <span class="o">=</span> <span class="n">library</span><span class="o">.</span><span class="n">method</span><span class="p">(</span><span class="ss">:list</span><span class="p">)</span> </span><span class='line'><span class="n">list</span><span class="o">.</span><span class="n">call</span> </span><span class='line'> </span><span class='line'><span class="n">emulate</span> <span class="o">=</span> <span class="n">library</span><span class="o">.</span><span class="n">method</span><span class="p">(</span><span class="ss">:emulate</span><span class="p">)</span> </span><span class='line'><span class="n">emulate</span><span class="o">.</span><span class="n">call</span><span class="p">(</span><span class="s2">&quot;Contra&quot;</span><span class="p">)</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 8 Refactoring</h2> <blockquote><p>We&rsquo;ve added map and select methods to our game library that delegate to the array of games, just like the each method we already had. Refactor this using define_method to avoid duplicating code. Hint: You&rsquo;ll need to use send inside of define_method to call methods on the games array.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Library</span> </span><span class='line'> <span class="kp">attr_accessor</span> <span class="ss">:games</span> </span><span class='line'> </span><span class='line'> <span class="o">[</span><span class="ss">:each</span><span class="p">,</span> <span class="ss">:map</span><span class="p">,</span> <span class="ss">:select</span><span class="o">].</span><span class="n">each</span> <span class="k">do</span> <span class="o">|</span><span class="nb">method</span><span class="o">|</span> </span><span class='line'> <span class="n">define_method</span> <span class="nb">method</span> <span class="k">do</span> <span class="o">|&amp;</span><span class="n">block</span><span class="o">|</span> </span><span class='line'> <span class="n">games</span><span class="o">.</span><span class="n">send</span><span class="p">(</span><span class="nb">method</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <p>rubybits2 level 3</p> <blockquote><p>LEVEL 3: UNDERSTANDING SELF</p></blockquote> <h2>challenge 1 A Class is an Object</h2> <blockquote><p>Change the message so that when the Game class is loaded, it prints &lsquo;I am inside the Game class.&rsquo; Do this using the value of self.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Game</span> </span><span class='line'> <span class="nb">puts</span> <span class="s2">&quot;</span><span class="si">#{</span><span class="nb">self</span><span class="si">}</span><span class="s2"> I am inside the Game class.&quot;</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 2 Refactoring Class Methods</h2> <blockquote><p>Refactor the &lsquo;find_by_title&rsquo; method so that it does not include the name of the class in its signature.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Game</span> </span><span class='line'> <span class="k">def</span> <span class="nc">self</span><span class="o">.</span><span class="nf">find_by_title</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 3 class_eval Part 1</h2> <blockquote><p>Using class_eval, add a method to the Game class called find_by_owner that takes one argument (the owner&rsquo;s name).</p></blockquote> <p>game_override.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="no">Game</span><span class="o">.</span><span class="n">class_eval</span> <span class="k">do</span> </span><span class='line'> <span class="k">def</span> <span class="nc">self</span><span class="o">.</span><span class="nf">find_by_owner</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge class_eval Part 2</h2> <blockquote><p>Implement the make_available method so that it uses class_eval to define a lend_to_[user] method. When we call make_available(Game, &ldquo;gregg&rdquo;), we expect a lend_to_gregg method to be created on the Game class.</p></blockquote> <p>library_manager.rb</p> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">LibraryManager</span> </span><span class='line'> <span class="k">def</span> <span class="nc">self</span><span class="o">.</span><span class="nf">make_available</span><span class="p">(</span><span class="n">klass</span><span class="p">,</span> <span class="n">user</span><span class="p">)</span> </span><span class='line'> <span class="n">klass</span><span class="o">.</span><span class="n">class_eval</span> <span class="k">do</span> </span><span class='line'> <span class="n">define_method</span> <span class="s2">&quot;lend_to_</span><span class="si">#{</span><span class="n">user</span><span class="si">}</span><span class="s2">&quot;</span> <span class="k">do</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 5 instance_eval Part 1</h2> <blockquote><p> Using instance_eval, set the owner of the contra_game object to &lsquo;Alice&rsquo;.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">contra_game</span> <span class="o">=</span> <span class="no">Game</span><span class="o">.</span><span class="n">new</span><span class="p">(</span><span class="s1">&#39;Contra&#39;</span><span class="p">)</span> </span><span class='line'> </span><span class='line'><span class="n">contra_game</span><span class="o">.</span><span class="n">instance_eval</span> <span class="k">do</span> </span><span class='line'> <span class="vi">@owner</span> <span class="o">=</span> <span class="s2">&quot;Alice&quot;</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> <h2>challenge 6 instance_eval Part 2</h2> <blockquote><p>Using instance_eval and block_given?, implement the constructor for the Game class so that it optionally accepts a block and runs the block within its context.</p></blockquote> <figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span> <span class='line-number'>2</span> <span class='line-number'>3</span> <span class='line-number'>4</span> <span class='line-number'>5</span> <span class='line-number'>6</span> <span class='line-number'>7</span> <span class='line-number'>8</span> <span class='line-number'>9</span> <span class='line-number'>10</span> <span class='line-number'>11</span> <span class='line-number'>12</span> <span class='line-number'>13</span> </pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="k">class</span> <span class="nc">Game</span> </span><span class='line'> <span class="k">def</span> <span class="nf">initialize</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> </span><span class='line'> <span class="nb">instance_eval</span><span class="p">(</span><span class="o">&amp;</span><span class="n">block</span><span class="p">)</span> <span class="k">if</span> <span class="nb">block_given?</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> </span><span class='line'> <span class="k">def</span> <span class="nf">owner</span><span class="p">(</span><span class="nb">name</span><span class="o">=</span><span class="kp">nil</span><span class="p">)</span> </span><span class='line'> <span class="k">if</span> <span class="nb">name</span> </span><span class='line'> <span class="vi">@owner</span> <span class="o">=</span> <span class="nb">name</span> </span><span class='line'> <span class="k">else</span> </span><span class='line'> <span class="vi">@owner</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'> <span class="k">end</span> </span><span class='line'><span class="k">end</span> </span></code></pre></td></tr></table></div></figure> </div> <footer> <p class="meta"> <span class="byline author vcard">Posted by <span class="fn">lds</span></span> <time datetime="2013-06-13T16:13:00+08:00" pubdate data-updated="true">Jun 13<span>th</span>, 2013</time> <span class="categories"> <a class='category' href='/old/post/categories/codeschool/'>codeschool</a> </span> </p> <div class="sharing"> <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://li.sdutlinux.org/old/2013/06/13/rubybits2-level1-3/index.html" data-via="lidashuang" data-counturl="http://li.sdutlinux.org/old/2013/06/13/rubybits2-level1-3/index.html" >Tweet</a> </div> <p class="meta"> <a class="basic-alignment left" href="/old/old/2013/04/10/302c1ad9-angularjs-start-with-hello-world/index.html" title="Previous Post: angularjs 入门 -- hello world">&laquo; angularjs 入门 -- hello world</a> <a class="basic-alignment right" href="/old/old/2013/06/16/codeschool-rubybits2-level-4/index.html" title="Next Post: codeschool rubybits2 level 4 - 6">codeschool rubybits2 level 4 - 6 &raquo;</a> </p> </footer> </article> <section> <h1>Comments</h1> <div id="disqus_thread" aria-live="polite"><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </section> </div> <aside class="sidebar"> <br /> <div class="sf-usercard" id="sf-usercard-1030000000091940"></div> <script> (function() { var sf = document.createElement('script'); sf.type = 'text/javascript'; sf.async = true; sf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://w.segmentfault.com/card/1030000000091940.js?w=0&3rd=1&bg=0&bd=dddddd&cl=333333&btn=eaeaea'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sf, s); })(); </script> <section> <h1>Recent Posts</h1> <ul id="recent_posts"> <li class="post"> <a href="/old/old/2014/02/26/golang-golint/index.html">golint---golang代码质量检测</a> </li> <li class="post"> <a href="/old/old/2013/12/15/elixir-process/index.html">Elixir Process 模块笔记</a> </li> <li class="post"> <a href="/old/old/2013/12/15/rails-nginx-and-thin-conf/index.html">Rails nginx and thin conf</a> </li> </ul> </section> <section> <h1>GitHub Repos</h1> <ul id="gh_repos"> <li class="loading">Status updating...</li> </ul> <a href="https://github.com/lidashuang">@lidashuang</a> on GitHub <script type="text/javascript"> $.domReady(function(){ if (!window.jXHR){ var jxhr = document.createElement('script'); jxhr.type = 'text/javascript'; jxhr.src = '/javascripts/libs/jXHR.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jxhr, s); } github.showRepos({ user: 'lidashuang', count: 0, skip_forks: true, target: '#gh_repos' }); }); </script> <script src="/old/javascripts/github.js" type="text/javascript"> </script> </section> </aside> </div> </div> <footer role="contentinfo"><p> Copyright &copy; 2015 - lds - <span class="credit">Powered by <a href="http://octopress.org">Octopress</a>. Design by <a href="http://octopressthemes.com">Octopress Themes</a>.</span> </p> </footer> <script type="text/javascript"> var disqus_shortname = 'clojure-lidashuang'; // var disqus_developer = 1; var disqus_identifier = 'http://li.sdutlinux.org/old/2013/06/13/rubybits2-level1-3/index.html'; var disqus_url = 'http://li.sdutlinux.org/old/2013/06/13/rubybits2-level1-3/index.html'; var disqus_script = 'embed.js'; (function () { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); }()); </script> <script type="text/javascript"> (function(){ var twitterWidgets = document.createElement('script'); twitterWidgets.type = 'text/javascript'; twitterWidgets.async = true; twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; document.getElementsByTagName('head')[0].appendChild(twitterWidgets); })(); </script> </body> </html>
sample/template.engine/choose/choose.html
TwilightTitus/jquery.plugins
<!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"> <head> <title>Template Engine sample: Choose</title> <script src="../../../libs/jquery-1.11.1.js" type="text/javascript"></script> <script src="../../../dist/1.0.11/de.titus.jquery.plugins-1.0.11.js" type="text/javascript"></script> </head> <body> <div id="display" tpl-template-remote="template.html" tpl-template-data-remote="remote.json">loading</div> <script type="text/javascript"> /*<!--*/ $(document).ready(function(){ window.setTimeout(function(){ $("#display").doTemplating(); }, 1000); }); /*-->*/ </script> </body> </html>
selvbetjening/templates/500.html
animekita/selvbetjening
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>500 Error</title> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="page-header"> <h1>500 Error</h1> </div> <p class="lead">We are very sorry, but something bad happened on our server.</p> <p>The issue has been forwarded to one of our engineers and will be solved as soon as possible.</p> </div> </body> </html>
nginx/site/index.html
pyer/Containers
<!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <link type="text/css" rel="stylesheet" href="css/site.css"/> </head> <body> <div> <div class="logo"> <img src="images/Nginx_logo.svg"> </div> <h1>Welcome</h1> </div> <div> If you see this page, Nginx web server is successfully running. </div> </body> </html>
public/js/widget/templates/completeOrder.html
noahgreenleaf/widgetdemo
<% if(!account.profile_info){ account.profile_info = {}; } %> <div class="wrapper <%= window.isMobile ? 'mobile' : '' %>"> <% if (typeof merchant_logo_html != 'undefined') { %> <%= merchant_logo_html %> <% } %> <!-- widget --> <div class="widget no-footer"> <!-- wrapp scroll --> <div class="wrap-scroll scrolling"> <!-- content --> <div class="content"> <div class="header blue-bg w-arrow-down"> <img class="in-b" src="<%= klicklyURL + '/images/checked-i.png' %>" alt="check" height="60" width="60"> <div class="in-b max-w"> <h4 class="title">CONNECTED</h4> <p>Where would you like it sent?</p> </div> </div> <div class="text-center shipping"> <h3 class="title">ENTER SHIPPING INFO</h3> <form action="javascript:void(0);" method="..."> <input type="text" id="address1" class="fields" placeholder="STREET" value="<%= account.profile_info.address1 %>"/> <input type="text" id="address2" class="fields" placeholder="APARTMENT" value="<%= account.profile_info.address2 %>"/> <input type="text" id="zip_code" class="fields" maxlength="5" placeholder="ZIP" value="<%= account.profile_info.zip_code %>"/> <input type="text" id="city" class="fields" placeholder="CITY" value="<%= account.profile_info.city %>"/> <input type="text" id="state" class="fields" placeholder="STATE" value="<%= account.profile_info.state %>"/> <p id="error"></p> <Bbutton class="btn grey js-next-step" id="complete">COMPLETE ORDER</Bbutton> </form> </div> </div><!-- content --> </div><!-- wrapp scroll --> </div><!-- widget --> </div>
module1/11-certificate.html
AnalisaV/BAR-DL
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Page title here</title> <link href="styles/styles.css" rel="stylesheet" type="text/css"/> <!--- link your other script files here that are specific to this HTML page here ---> </head> <body onload="javascript:parent.visitCertificate()"> <div id="running-header"> <header> <img src="images/public-library.jpg" alt="Header" title="Header"/> </header> </div> <header> <h1>Module 1: Library 101</h1> <h2>Assessment</h2> </header> <hr> <section> <nav> <h2> Navigation</h2> <ul> <li><a href="1-title.html">Library 101</a></li> <li><a href="3-use-of-library.html">Use of Library</a></li> <li><a href="4-get-card.html">Get a card</a></li> <li><a href="6-etiquette.html">Library Etiquette</a></li> <li><a href="5-guidelines.html">Internet Guidelines</a></li> <li><a href="7-materials.html">Materials</a></li> <li><a href="8-activity.html">Materials Activity</a></li> <li><a href="9-video.html">Video</a></li> <li><a href="12-references.html">References</a></li> <li><a href="10-assessment.html" id="quiz-link">Module 1 Assessment</a></li> <li><a href="11-certificate.html" id= "certificate-link">Certificate</a> </ul> </nav> </div> <article> <div id="aside-info"> <aside> <header> <p id="aside-title-audio">Audio</p> </header> <audio controls="controls" autoplay="autoplay"> <source src="audio/11-certificate.mp3" type="audio/mpeg"/> </audio> <br/> <header> <p id="aside-title-audio">Captions</p> </header> <div id="transcript"> Congratulations you have completed Module 1. You may now print your certificate for your records. </div> </aside> </div> <div id="name"> <span id="user-name"></span> </div> <center> <img src="images/certificate.jpg" alt="Certificate" title="Certificate"/> </center> </article> </div> </body> </html>
doc/html/class_encoder-members.html
andresgonzalezfornell/TFM
<!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>SAC Effects: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </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="TFM - Banner.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">SAC Effects &#160;<span id="projectnumber">v1.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_encoder.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Encoder Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_encoder.html">Encoder</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="class_encoder.html#a8cd18343fe80007dba58b4d716227544">bitstream</a></td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_encoder.html#a0b084c3a7e670faafd9d651d6913d105">Encoder</a>(QWidget *parent=0)</td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_encoder.html#aa0549b597ab8fda7191f2e659a56044b">fs</a></td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_encoder.html#aa851a11113fd12d5cfa04a4a72013157">input</a></td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_encoder.html#ac4d4774d75750c1fdddd3740b7f30985">output</a></td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_encoder.html#af5623d0bd5fc7b1b2be27375d2994eb1">setInput</a>(std::string filename)</td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_encoder.html#a81e43409dc83e9118472a81ba65e6779">setOutput</a>(std::string filename)</td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_encoder.html#adc879a1000d99660b36d7369e00f4f06">setTree</a>(int tree)</td><td class="entry"><a class="el" href="class_encoder.html">Encoder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_encoder.html#a87cc8067c98c0ab2134dee3822e3b250">~Encoder</a>()</td><td class="entry"><a class="el" href="class_encoder.html">Encoder</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.13 </li> </ul> </div> </body> </html>
reactTest/src/app/index.html
spideynr/deadline
<!DOCTYPE html> <html> <head></head> <body> <script src="/app/bundle.js"></script> <form action="user.js" method="post" target="_blank"> <label for="su_username">Username:</label> <input type="text" name="username" id="su_username"><br> <label for="su_password">Password: </label><input type="password" name="password" id="su_password"><br> <label for="su_email">e-mail: </label><input type="email" name="email"id="su_email"><br> <input type="submit" value="Submit"> </form> </body> </html>
client/views/posts/modules/post_title.html
ISPOL/codebuddies-meteor
<template name="postTitle"> <!--<a href="{{postLink}}" class="post-title" target="{{postTarget}}">{{title}}</a>--> <a href="/posts/{{_id}}" class="post-title">{{title}}</a> </template>
publicNew/index.html
Xiomara7/causes
<!DOCTYPE html> <html ng-app="donealoApp"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title color="#00ADD7">Donealo</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="css/home.css"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body ng-controller=""> <section id="homePage"> <nav class="navbar"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"> <div class="row"> <div class="col-xs-3"> <img class="logoDona" src="img/dona_logo.png" alt=""> </div> <div class="col-xs-9"> <img class="logo" src="img/logo-blue.png" alt=""> </div> </div> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="#"><font color="#00ADD7">Inicio</font></a></li> <li><a href="#campaignBody"><font color="#00ADD7">Campañas</font></a></li> <li><a href="#organizationBody"><font color="#00ADD7">Organizaciones</font></a></li> </ul> <!-- <form class="navbar-form navbar-right"> <button type="submit" data-toggle="modal" class="btn btn-create-campaign" data-target="#createCampaign" class="btn donateIcons" src="" alt="">Crear Campaña</button> <div class="form-group"> </form> --> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="campaignProgress"> <center> <!-- <h1 class=" campaignTitle"><font color="#00ADD7">Dona por una causa</font></h1> --> <img class="splashImg" src="img/splashImg.png" alt=""> </center> </div> </section> <section id="campaignBody"> <div class="container text-center"> <!-- <img src="img/15k-photo.png" class="campaignPhoto" alt=""> --> <div id="masonry"> <h2 style="margin-bottom:30px;color:#fff">Campañas</h2> <div class="col-md-3"> <div class="blog-column"> <a href="campaign.html"> <img class="img-responsive blog-img" src="img/campaign5.png" alt=""> </a> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> <div class="col-md-3"> <div class="blog-column"> <img class="img-responsive blog-img" src="img/campaign2.png" alt=""> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> <div class="col-md-3"> <div class="blog-column"> <img class="img-responsive blog-img" src="img/campaign3.png" alt=""> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> <div class="col-md-3"> <div class="blog-column"> <img class="img-responsive blog-img" src="img/campaign4.png" alt=""> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> </div> </div> </section> <section id="organizationBody"> <div class="container text-center"> <!-- <img src="img/15k-photo.png" class="campaignPhoto" alt=""> --> <div id="masonry"> <h2><font color=#8FD93E>Organizaciones</font></h2> <div class="col-md-3"> <div class="blog-column"> <img class="img-responsive blog-img" src="https://firebasestorage.googleapis.com/v0/b/donatenow-c7865.appspot.com/o/0.jpeg?alt=media&token=bd0bf158-c68d-48e7-af0a-e12244a974d3" alt=""> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> <div class="col-md-3"> <div class="blog-column"> <a href="profile.html"> <img class="img-responsive blog-img" src="https://firebasestorage.googleapis.com/v0/b/donatenow-c7865.appspot.com/o/0-3.png?alt=media&token=d28cecd4-f388-497c-ae50-952b6e058efa" alt=""> </a> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> <div class="col-md-3"> <div class="blog-column"> <img class="img-responsive blog-img" src="https://firebasestorage.googleapis.com/v0/b/donatenow-c7865.appspot.com/o/0-2.png?alt=media&token=91b727d0-487f-432a-96c4-b9f0c64adfdb" alt=""> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> <div class="col-md-3"> <div class="blog-column"> <img class="img-responsive blog-img" src="https://firebasestorage.googleapis.com/v0/b/donatenow-c7865.appspot.com/o/0.png?alt=media&token=f9e339ed-5c37-4908-abaf-79c95f795f53" alt=""> <div class="column-info"> <h4 class="uppercase" style="text-align: center;"></h4> </div> </div> </div> </div> </div> <!-- Donate Modal --> <div class="modal fade" id="donateModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <section class="col-md-12" id="donationForm"> <h3 class="donateModal-headers">Haz una donación para</h3> <h2 class="donateModal-headers">Puerto Rico Sunshine 15K</h2> <form action="form"> <div class="col-md-12"> <label>Cantidad</label><br> <input type="text" name="cantidad" ng-model="donation.quantity"> </div> <div class="col-md-6"> <label>First Name</label><br> <input type="text" name="firstname" ng-model="donation.firstname"> </div> <div class="col-md-6"> <label>Last Name</label><br> <input type="text" name="lastname" ng-model="donation.lastname"> </div> <div class="col-md-8"> <label>Telephone</label><br> <input type="text" name="telephone" ng-model="donation.telephone"> </div> <div class="col-md-8"> <label>Email</label><br> <input type="text" name="email" ng-model="donation.email"> </div> <!-- <input type="submit" value="Submit"> --> </form> </section> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> <!-- Give Modal --> <div class="modal fade" id="giveModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <section class="col-md-12" id="giveForm"> <h3 class="donateModal-headers">Haz una donación para</h3> <h2 class="donateModal-headers">Puerto Rico Sunshine 15K</h2> <form action="form"> <div class="col-md-12"> <label>Cantidad</label><br> <input type="text" name="cantidad" ng-model="donation.quantity"> </div> <div class="col-md-6"> <label>First Name</label><br> <input type="text" name="firstname" ng-model="donation.firstname"> </div> <div class="col-md-6"> <label>Last Name</label><br> <input type="text" name="lastname" ng-model="donation.lastname"> </div> <div class="col-md-8"> <label>Telephone</label><br> <input type="text" name="telephone" ng-model="donation.telephone"> </div> <div class="col-md-8"> <label>Email</label><br> <input type="text" name="email" ng-model="donation.email"> </div> <!-- <input type="submit" value="Submit"> --> </form> </section> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> <!-- Time Modal --> <div class="modal fade" id="timeModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <section class="col-md-12" id="timeForm"> <h3 class="donateModal-headers">Haz una donación para</h3> <h2 class="donateModal-headers">Puerto Rico Sunshine 15K</h2> <form action="form"> <div class="col-md-12"> <label>Cantidad</label><br> <input type="text" name="cantidad" ng-model="donation.quantity"> </div> <div class="col-md-6"> <label>First Name</label><br> <input type="text" name="firstname" ng-model="donation.firstname"> </div> <div class="col-md-6"> <label>Last Name</label><br> <input type="text" name="lastname" ng-model="donation.lastname"> </div> <div class="col-md-8"> <label>Telephone</label><br> <input type="text" name="telephone" ng-model="donation.telephone"> </div> <div class="col-md-8"> <label>Email</label><br> <input type="text" name="email" ng-model="donation.email"> </div> <!-- <input type="submit" value="Submit"> --> </form> </section> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> <!-- Create campaign --> <div class="modal fade" id="createCampaign" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <section class="col-md-12" id="giveForm"> <h3 class="donateModal-headers">Crea una campaña</h3> <!-- <h2 class="donateModal-headers"></h2> --> <form action="form"> <div class="col-md-20"> <label>Nombre de la campaña</label><br> <input type="" name="campaign" ng-model=""> </div> <div class="col-md-20"> <label>Meta de la campaña</label><br> <input type="text" name="goal" ng-model=""> </div> <!-- <div class="col-md-6"> <label>Last Name</label><br> <input type="text" name="lastname" ng-model="donation.lastname"> </div> --> <div class="col-md-20"> <label>Fecha del evento</label><br> <input type="text" name="date" ng-model=""> </div> <div class="col-md-20"> <label>Fecha que culmina la campaña</label><br> <input type="text" name= ng-model=""> </div> <!-- <input type="submit" value="Submit"> --> </form> </section> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary">Save changes</button> </div> </div> </div> </div> <!-- <section class="col-md-12" id="footer"> --> <section class="col-md-12" id="footer"> <h2><font color=white>Sobre nosotros</font></h2> <p><font color=white>Somos unos estudiantes motivados por comida gratis y mucha cafeína.</font> <!-- <form action="../api/charge" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_Q2JuGCU5n3qMIbrPpFEp1yK7" data-amount="999" data-name="Demo Site" data-description="Widget" data-image="https://stripe.com/img/documentation/checkout/marketplace.png" data-locale="auto"> </script> </form> --> </section> <!-- Angular --> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js"></script> <!-- Firebase --> <script src="https://www.gstatic.com/firebasejs/3.7.4/firebase.js"></script> <!-- AngularFire --> <script src="https://cdn.firebase.com/libs/angularfire/2.3.0/angularfire.min.js"></script> <script src="js/app.js"></script> <script src="https://js.stripe.com/v3/"></script> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </body> </html>
src/app/6soothsayer/scry-result/scry-result.component.html
the-reincarnation/tr-recode-ng2
<div class="container content classic-bg-none" *ngIf="scry"> <h4><a [routerLink]="['../arena', scry.id ]">{{ scry.name }} (#{{scry.id}})</a></h4> <app-scry [scry]="scry"></app-scry> </div>
docs/pages/cards.html
slowbot/app-terns
<header id="docs"> <section class="docs container"> <div class="group"> <div class="small-12 block"><h1><small style="display: block;">Foundation for Apps Alpha</small>Grid Docs</h1></div> </div> </section> </header> <section class="docs container"> <div class="group"> <div class="small-12 block"> <h3>Welcome!</h3> </div> <div class="medium-6 block"> <p>These are the docs for the alpha version of the Foundation for Apps grid. This is a flexbox-based grid system that supports horizontal and vertical layout and is intended to provide a more robust, app-centric way of handling layout.</p> </div> <div class="medium-6 block"> <p>If you have feedback on the grid please report issues to the Foundation for Apps repo. If there is an existing issue covering your topic please use that so we can keep the issue list clean. Pull requests are welcome from the core team and invited contributors, but be explicit (not that kind) so we know what's what. Thanks!</p> </div> </div> </section> <section class="docs container" id="basics"> <div class="group"> <div class="small-12 medium-4 block"> <div class="card"> <img src="http://placekitten.com/g/400/200" /> <div class="card-division"> This is content </div> <div class="card-item"> <h4>The Basics: Group and Block</h4> <p>The most basic elements in the Foundation for Apps grid are the Group and Block.</p> </div> </div> </div> <div class="small-12 medium-4 block"> <div class="card"> <div class="card-item"> <h4>The Basics: Group and Block</h4> <p>The most basic elements in the Foundation for Apps grid are the Group and Block.</p> </div> </div> </div> <div class="small-12 medium-4 block"> <div class="card"> <div class="card-division"> This is content </div> <div class="card-item"> <h4>The Basics: Group and Block</h4> <p>The most basic elements in the Foundation for Apps grid are the Group and Block.</p> </div> <ul class="icon-bar small"> <li><a><img src="http://placekitten.com/g/250/250" alt=""><span>Action 1</span></a></li> <li><a><img src="http://placekitten.com/g/250/250" alt=""><span>Action 2</span></a></li> </ul> </div> </div> </div> </section> <footer> <section class="docs container"> <div class="group"> <div class="small-12 block"> <p>These docs, like all of Foundation, are MIT-Licensed Open Source. From your friends at <a href="http://zurb.com">ZURB</a>.</p> </div> </div> </section> </footer>
all-data/20000-20999/20638-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">白板天子</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄅㄞ<sup class="subfont">ˊ</sup> ㄅㄢ<sup class="subfont">ˇ</sup> ㄊ|ㄢ ㄗ<sup class="subfont">ˇ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">bái bǎn tiān zǐ</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">沒有國璽的天子。南齊書.卷十七.輿服志:「乘輿傳國璽,秦璽也。晉中原亂,沒胡,江左初無之,北方人呼晉家為『白板天子』。」</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
www/index.html
sean-hill/map-around-mobile
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Map Around</title> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="description" content="Find events going on around you or near a location."> <!-- app's css --> <link href="css/app.css" rel="stylesheet"> <link rel="shortcut icon" href="img/favicon.ico"> <!-- mixpanel --> <script> (function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===e.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!== typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");for(g=0;g<i.length;g++)f(c,i[g]); b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]); mixpanel.init("906bae84ae557eadd1581a7e92e6e3e8"); </script> <!-- ionic/angularjs scripts --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDPTuWtdL0JlVUiscO9arznZVHGNmTaWvI&sensor=true"></script> <script src="js/ionic.js"></script> <script src="js/angular/angular.js"></script> <script src="js/angular/angular-animate.js"></script> <script src="js/angular/angular-sanitize.js"></script> <script src="js/angular-ui/angular-ui-router.js"></script> <script src="js/ionic-angular.js"></script> <script src="js/min/date-utils.js"></script> <script src="js/min/eventful.js"></script> <script src="js/min/markerCluster.js"></script> <script src="js/min/markerSpider.js"></script> <!-- cordova script --> <script src="cordova.js"></script> <!-- app's script --> <script src="js/app.js"></script> <script src="js/directives.js"></script> <script src="js/services.js"></script> <script src="js/controllers.js"></script> </head> <body ng-app="maparound" ng-controller="AppCtrl"> <form ng-submit="searchForEvents()"> <div class="bar bar-header bar-stable item-input-inset"> <label class="item-input-wrapper" style="background: #E8E8E8"> <i class="icon ion-ios7-search placeholder-icon"></i> <input type="search" placeholder="Search or enter an address" ng-model="search_form.location.address"> </label> <button class="button button-clear bar-stable button-calm" type="submit"> Search </button> </div> </form> <div class="scroll-content has-header" ng-controller="MapCtrl"> <div id="map-canvas" class="event-map"></div> <div class="tabs tabs-icon-only"> <a class="tab-item" ng-click="centerOnUserLocation()"> <i class="icon ion-ios7-navigate-outline" ng-class="{disabled: !partyMap}"></i> </a> <a class="tab-item" ng-click="openAppInfoModal()"> <i class="icon ion-ios7-information-outline"></i> </a> <a class="tab-item" ng-click="openSearchSettingsModal()"> <i class="icon ion-ios7-gear-outline"></i> </a> </div> </div> <script id="infoModal.html" type="text/ng-template"> <div class="modal"> <ion-header-bar class="bar-stable"> <button class="button button-clear button-calm" ng-click="closeInfoModal()">Close</button> <h1 class="title">Information</h1> <button ng-show="userLocation" class="button button-clear button-calm" open-url="http://maps.google.com/maps?saddr={{userLocation.lat()}},{{userLocation.lng()}}&daddr={{eventInfo.location.latlng[1]}},{{eventInfo.location.latlng[0]}}">Directions</button> </ion-header-bar> <ion-content has-header="true"> <div class="padding"> <div ng-bind-html="infoPartyContent"></div> <div class="party-info-window"> <h1 class="party-header" style="margin-top: 10px">{{eventInfo.name}}</h1> <hr> <p class="party-meta"> <span>{{eventInfo.location.address}}</span> <br> <span ng-bind-html="eventInfo.timeString"> </p> <hr> <div class="party-content"> <p ng-bind-html="eventInfo.description"></p> </div> </div> </div> </ion-content> </div> </script> <script id="searchSettingsModal.html" type="text/ng-template"> <div class="modal"> <ion-header-bar class="bar-stable"> <button class="button button-clear button-calm" ng-click="closeSearchSettingsModal()">Close</button> <h1 class="title">Settings</h1> </ion-header-bar> <ion-content has-header="true"> <div class="list"> <label class="item item-input"> <span class="input-label">Distance (MI)</span> <input type="text" ng-model="search_form.distance" placeholder="e.g. 8"> </label> <label class="item item-input"> <span class="input-label">Keywords</span> <input type="text" ng-model="search_form.keywords" placeholder="e.g. Jazz"> </label> </div> </ion-content> </div> </script> <script id="appInfoModal.html" type="text/ng-template"> <div class="modal"> <ion-header-bar class="bar-stable"> <button class="button button-clear button-calm" ng-click="closeAppInfoModal()">Close</button> <h1 class="title">About</h1> </ion-header-bar> <ion-content has-header="true"> <div class="list card"> <div class="item item-avatar"> <img src="https://dl.dropboxusercontent.com/u/97539058/Map%20Around/current-location.svg" width="32"> <h2>Map Around</h2> <p>Version 1.0.0</p> </div> <div class="item item-body"> <p style="margin-top: 0px">Find Events going on around you or a location.</p> </div> <div class="item tabs tabs-secondary tabs-icon-left" ng-show="canSendEmails || canShareSocially"> <a class="tab-item" href="#" ng-show="canSendEmails" ng-click="emailSupport()"> <i class="icon ion-ios7-email-outline"></i> Support </a> <a class="tab-item" href="#" ng-show="canShareSocially" ng-click="shareMapAround()"> <i class="icon ion-ios7-upload-outline"></i> Share </a> </div> </div> </ion-content> </div> </script> <script> document.addEventListener('deviceready', function() { setTimeout(function() { navigator.splashscreen.hide(); }, 1200); }); </script> </body> </html>
ception/static/ckeditor/samples/old/dialog/dialog.html
zyshin/Ception
<!DOCTYPE html> <!-- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license --> <html> <head> <meta charset="utf-8"> <title>Using API to Customize Dialog Windows &mdash; CKEditor Sample</title> <script src="../../../ckeditor.js"></script> <link rel="stylesheet" href="../sample.css"> <meta name="ckeditor-sample-name" content="Using the JavaScript API to customize dialog windows"> <meta name="ckeditor-sample-group" content="Advanced Samples"> <meta name="ckeditor-sample-description" content="Using the dialog windows API to customize dialog windows without changing the original editor code."> <style> .cke_button__mybutton_icon { display: none !important; } .cke_button__mybutton_label { display: inline !important; } </style> <script> CKEDITOR.on( 'instanceCreated', function( ev ){ var editor = ev.editor; // Listen for the "pluginsLoaded" event, so we are sure that the // "dialog" plugin has been loaded and we are able to do our // customizations. editor.on( 'pluginsLoaded', function() { // If our custom dialog has not been registered, do that now. if ( !CKEDITOR.dialog.exists( 'myDialog' ) ) { // We need to do the following trick to find out the dialog // definition file URL path. In the real world, you would simply // point to an absolute path directly, like "/mydir/mydialog.js". var href = document.location.href.split( '/' ); href.pop(); href.push( 'assets/my_dialog.js' ); href = href.join( '/' ); // Finally, register the dialog. CKEDITOR.dialog.add( 'myDialog', href ); } // Register the command used to open the dialog. editor.addCommand( 'myDialogCmd', new CKEDITOR.dialogCommand( 'myDialog' ) ); // Add the a custom toolbar buttons, which fires the above // command.. editor.ui.add( 'MyButton', CKEDITOR.UI_BUTTON, { label: 'My Dialog', command: 'myDialogCmd' }); }); }); // When opening a dialog, its "definition" is created for it, for // each editor instance. The "dialogDefinition" event is then // fired. We should use this event to make customizations to the // definition of existing dialogs. CKEDITOR.on( 'dialogDefinition', function( ev ) { // Take the dialog name and its definition from the event data. var dialogName = ev.data.name; var dialogDefinition = ev.data.definition; // Check if the definition is from the dialog we're // interested on (the "Link" dialog). if ( dialogName == 'myDialog' && ev.editor.name == 'editor2' ) { // Get a reference to the "Link Info" tab. var infoTab = dialogDefinition.getContents( 'tab1' ); // Add a new text field to the "tab1" tab page. infoTab.add( { type: 'text', label: 'My Custom Field', id: 'customField', 'default': 'Sample!', validate: function() { if ( ( /\d/ ).test( this.getValue() ) ) return 'My Custom Field must not contain digits'; } }); // Remove the "select1" field from the "tab1" tab. infoTab.remove( 'select1' ); // Set the default value for "input1" field. var input1 = infoTab.get( 'input1' ); input1[ 'default' ] = 'www.example.com'; // Remove the "tab2" tab page. dialogDefinition.removeContents( 'tab2' ); // Add a new tab to the "Link" dialog. dialogDefinition.addContents( { id: 'customTab', label: 'My Tab', accessKey: 'M', elements: [ { id: 'myField1', type: 'text', label: 'My Text Field' }, { id: 'myField2', type: 'text', label: 'Another Text Field' } ] }); // Provide the focus handler to start initial focus in "customField" field. dialogDefinition.onFocus = function() { var urlField = this.getContentElement( 'tab1', 'customField' ); urlField.select(); }; } }); var config = { extraPlugins: 'dialog', toolbar: [ [ 'MyButton' ] ] }; </script> </head> <body> <h1 class="samples"> <a href="../index.html">CKEditor Samples</a> &raquo; Using CKEditor Dialog API </h1> <div class="warning deprecated"> This sample is not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>. </div> <div class="description"> <p> This sample shows how to use the <a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.dialog">CKEditor Dialog API</a> to customize CKEditor dialog windows without changing the original editor code. The following customizations are being done in the example below: </p> <p> For details on how to create this setup check the source code of this sample page. </p> </div> <p>A custom dialog is added to the editors using the <code>pluginsLoaded</code> event, from an external <a target="_blank" href="assets/my_dialog.js">dialog definition file</a>:</p> <ol> <li><strong>Creating a custom dialog window</strong> &ndash; "My Dialog" dialog window opened with the "My Dialog" toolbar button.</li> <li><strong>Creating a custom button</strong> &ndash; Add button to open the dialog with "My Dialog" toolbar button.</li> </ol> <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea> <script> // Replace the <textarea id="editor1"> with an CKEditor instance. CKEDITOR.replace( 'editor1', config ); </script> <p>The below editor modify the dialog definition of the above added dialog using the <code>dialogDefinition</code> event:</p> <ol> <li><strong>Adding dialog tab</strong> &ndash; Add new tab "My Tab" to dialog window.</li> <li><strong>Removing a dialog window tab</strong> &ndash; Remove "Second Tab" page from the dialog window.</li> <li><strong>Adding dialog window fields</strong> &ndash; Add "My Custom Field" to the dialog window.</li> <li><strong>Removing dialog window field</strong> &ndash; Remove "Select Field" selection field from the dialog window.</li> <li><strong>Setting default values for dialog window fields</strong> &ndash; Set default value of "Text Field" text field. </li> <li><strong>Setup initial focus for dialog window</strong> &ndash; Put initial focus on "My Custom Field" text field. </li> </ol> <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea> <script> // Replace the <textarea id="editor1"> with an CKEditor instance. CKEDITOR.replace( 'editor2', config ); </script> <div id="footer"> <hr> <p> CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> </body> </html>
deferred.progress.html
pandoraui/jquery-chm
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>deferred.progress(progressCallbacks) | jQuery API 中文手册</title> <meta name="author" content="jQuery 中文手册 - hemin.cn/jq/"> <meta name="description" content="jQuery中文手册(在线版),作者:hemin,在线手册:hemin.cn/jq/,下载:hemin.cn/jq/downloads/"> <link type="text/css" rel="stylesheet" href="style/style.css" tppabs="http://hemin.cn/jq/style/style.css" /> <script type="text/javascript" src="js/jquery.min.js" tppabs="http://hemin.cn/jq/js/jquery.min.js"></script> <script type="text/javascript" src="js/js.js" tppabs="http://hemin.cn/jq/js/js.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-15318881-10', 'pandoraui.github.io'); ga('send', 'pageview'); </script> </head> <body id="split"> <div id="content" class="a2"> <div rel="deferred.progress"> <h2><span>返回值:Deferred Object</span>deferred.progress(progressCallbacks)</h2> <h3>概述</h3> <div class="desc"> <p> 当Deferred对象时生成进度通知时添加被访问处理程序。 </p> <div class="longdesc"> <p> 这个参数可以是一个单一的功能或功能的阵列。当递延通过调用生成的进度通知notify或notifyWith,progressCallbacks&nbsp;被访问。后来deferred.progress()返回Deferred对象。Deferred对象有方法可以链接到这一个。当递延解决或拒绝,进展回调将不再被调用。欲了解更多信息,请参阅文档<a href="javascript:if(confirm('http://www.css88.com/category/deferred-object/ \n\nÎļþ²¢Î´ÒÀ Teleport Pro È¡»Ø£¬ÒòΪ ËüµÄÓò»ò·¾¶³¬¹ý¿ªÊ¼ÍøÖ·ÖÐÉèÖõķ¶Î§¡£ \n\nÄãÒª´Ó·þÎñÆ÷ÉÏ´ò¿ªËüÂð£¿'))window.location='http://www.css88.com/category/deferred-object/'" tppabs="http://www.css88.com/category/deferred-object/">Deferred object</a>。 </p> </div> </div> <h3>参数</h3> <div class="parameter"> <h4><strong>progressCallbacks </strong><em>V1.7</em></h4> <p> 一个函数或函数数组,被呼叫递延生成进度通知。 </p> </div> </div> </div> </body> </html>
Portfolio/css/styles.css
madisonflaget/madisonflaget.github.io
html, body { height: 100%; width: 100%; margin: 0; padding: 0 } nav, #main { padding: 1em; box-sizing: border-box; } #main { width: 100%; height: 100%; margin: 0px; padding: 0px; display: flex; flex-flow: wrap; } nav { width: 300px; height: 100%; position: absolute; -webkit-transform: translate(-300px, 0); transform: translate(-300px, 0); transition: transform 0.3s ease; } nav.open { -webkit-transform: translate(0, 0); transform: translate(0, 0); } @media (min-width: 600px) { /* We open the drawer. */ nav { position:relative; -webkit-transform: translate(0, 0); transform: translate(0, 0); } /* We use Flexbox on the parent. */ body { display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; } #main { width: auto; /* Flex-grow streches the main content to fill all available space. */ flex-grow: 1; } } /*end @media (min-width: 600px)*/ header, footer { display: block; margin: 4px; padding: 5px; min-height: 100px; clear:both; } header { background: rgb(179,179,179); } .hero { flex: 1 1 100%; /*min-width: 350px;*/ height: 300px; background: rgb(30, 30, 42); } .content { background: #ffffff; /*min-width: 350px;*/ flex: 1 1 100%; } footer { width: 100% }
app/assets/blend2/samples/fullcolumn.html
Clouda-team/CloudaOfficalSite
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport"> <title>卡片通栏</title> <link rel="stylesheet" href="/assets/blend2/dist/boost.css"> <link rel="stylesheet" href="/assets/blend2/css/samples.css"> </head> <body> <header data-blend-widget="header" class="blend-header"> <span class="blend-header-left"> <a class="blend-header-item blend-action-back-icon" href="javascript:history.back();"></a> </span> <span class="blend-header-title"> <span class="blend-header-item">卡片通栏</span> </span> <span class="blend-header-right"> </span> </header> <div data-blend-widget="fullcolumn" class="blend-body-fixed blend-card"> <p style="text-align:center;">通栏和卡片</p> <figure data-widget="picture" class="blend-picture blend-picture-full " data-picture="{}"> <img src="http://c.hiphotos.baidu.com/image/pic/item/91ef76c6a7efce1b1769fdd6ac51f3deb48f656f.jpg" alt="pic"> <figcaption class="blend-picture-title blend-picture-title-default">bottom,不带链接,full图片</figcaption> </figure> </div> <div data-blend-widget="fixedBar" class="blend-fixedBar blend-fixedBar-bottom" style="padding: 9px 16px; display: -webkit-box; display: flex;"> <button data-add-styl="fullcolumn" data-rm-styl="card" style="margin-right: 10px; display: block; flex:1;" class="blend-button">通栏</button> <button data-add-styl="card" data-rm-styl="fullcolumn" style="display: block; flex:1;" class="blend-button">卡片</button> </div> <script src="/assets/blend2/dist/boost.js"></script> <script> $("button").on('click', function () { var addStyl = "blend-" + $(this).data('add-styl'), rmStyl = "blend-" + $(this).data('rm-styl'); $(".blend-body-fixed").removeClass(rmStyl).addClass(addStyl); }) </script> </body> </html>
server/public/index.html
Forum8World16/protomode
<!DOCTYPE html> <html lang="en"> <head> <!-- Use correct character set. --> <meta charset="utf-8"> <!-- Tell IE to use the latest, best version. --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Make the application on mobile take up the full browser screen and disable user scaling. --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <title>ProtoMode</title> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/bootstrap-theme.min.css"> <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> </head> <body> <div class="page-header"> <h1>ProtoMode <small>synchronized ui protoptyes for 3d urban scale models</small></h1> </div> <!-- <div class="list-group">--> <ul class="nav nav-pills nav-stacked"> <li><button type="button" class="list-group-item" onclick="location.href = '/dashboard';">Dashboard</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/webeditor';">Web Editor</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/cubecustomizer';">Cube Customizer</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/ucwinroad';">UC-win/Road</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/tangibles';">Tangible Cubes</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/hyve3d';">HYVE 3D</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/vive';">VIVE</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/cardboard';">Cardboard</button></li> <li><button type="button" class="list-group-item" onclick="location.href = '/configuration';">Configuration</button></li> <!-- </div>--> </ul> </body> </html>
1a894b3/html/classv8_1_1_message.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.3.3: v8::Message Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.3.3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_message.html">Message</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="classv8_1_1_message-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Message Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <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:a72f26c7b684bbfbd14d5970849fdf3d2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a72f26c7b684bbfbd14d5970849fdf3d2"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Get</b> () const </td></tr> <tr class="separator:a72f26c7b684bbfbd14d5970849fdf3d2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0d5cceb5128a147818c72b82950e475d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0d5cceb5128a147818c72b82950e475d"></a> <a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_string.html">String</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>GetSourceLine</b> () const </td></tr> <tr class="separator:a0d5cceb5128a147818c72b82950e475d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac5d31afb758897cd1653c5eb3327a4d6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#ac5d31afb758897cd1653c5eb3327a4d6">GetScriptResourceName</a> () const </td></tr> <tr class="separator:ac5d31afb758897cd1653c5eb3327a4d6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ace10c210ccbb542b1b75cadefbc4e899"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#ace10c210ccbb542b1b75cadefbc4e899">GetScriptData</a> () const </td></tr> <tr class="separator:ace10c210ccbb542b1b75cadefbc4e899"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adeffa297a5a28955dd16c084632aa645"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_stack_trace.html">StackTrace</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#adeffa297a5a28955dd16c084632aa645">GetStackTrace</a> () const </td></tr> <tr class="separator:adeffa297a5a28955dd16c084632aa645"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a67f97fd76b8f98ed65743b9615d64a79"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#a67f97fd76b8f98ed65743b9615d64a79">GetLineNumber</a> () const </td></tr> <tr class="separator:a67f97fd76b8f98ed65743b9615d64a79"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a31a550a1d3d09a2d72d0742be821956f"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#a31a550a1d3d09a2d72d0742be821956f">GetStartPosition</a> () const </td></tr> <tr class="separator:a31a550a1d3d09a2d72d0742be821956f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a50cbec87379e628b1647466926882037"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#a50cbec87379e628b1647466926882037">GetEndPosition</a> () const </td></tr> <tr class="separator:a50cbec87379e628b1647466926882037"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aab8007ba81d3f195280bce0693810cc2"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#aab8007ba81d3f195280bce0693810cc2">GetStartColumn</a> () const </td></tr> <tr class="separator:aab8007ba81d3f195280bce0693810cc2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaf82cd7f7449add5f50d4253499cad05"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_message.html#aaf82cd7f7449add5f50d4253499cad05">GetEndColumn</a> () const </td></tr> <tr class="separator:aaf82cd7f7449add5f50d4253499cad05"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:a647908ab73c32b0ca1e6784d23649b04"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a647908ab73c32b0ca1e6784d23649b04"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>PrintCurrentStackTrace</b> (FILE *out)</td></tr> <tr class="separator:a647908ab73c32b0ca1e6784d23649b04"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a35649a6c0c813ba82c9886a2b17da124"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a35649a6c0c813ba82c9886a2b17da124"></a> static const int&#160;</td><td class="memItemRight" valign="bottom"><b>kNoLineNumberInfo</b> = 0</td></tr> <tr class="separator:a35649a6c0c813ba82c9886a2b17da124"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8cb643dbf408b0fd2526b23a8202c4a6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8cb643dbf408b0fd2526b23a8202c4a6"></a> static const int&#160;</td><td class="memItemRight" valign="bottom"><b>kNoColumnInfo</b> = 0</td></tr> <tr class="separator:a8cb643dbf408b0fd2526b23a8202c4a6"><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>An error message. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="aaf82cd7f7449add5f50d4253499cad05"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int v8::Message::GetEndColumn </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the index within the line of the last character where the error occurred. </p> </div> </div> <a class="anchor" id="a50cbec87379e628b1647466926882037"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int v8::Message::GetEndPosition </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the index within the script of the last character where the error occurred. </p> </div> </div> <a class="anchor" id="a67f97fd76b8f98ed65743b9615d64a79"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int v8::Message::GetLineNumber </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the number, 1-based, of the line where the error occurred. </p> </div> </div> <a class="anchor" id="ace10c210ccbb542b1b75cadefbc4e899"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt;<a class="el" href="classv8_1_1_value.html">Value</a>&gt; v8::Message::GetScriptData </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the resource data for the script from where the function causing the error originates. </p> </div> </div> <a class="anchor" id="ac5d31afb758897cd1653c5eb3327a4d6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt;<a class="el" href="classv8_1_1_value.html">Value</a>&gt; v8::Message::GetScriptResourceName </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the resource name for the script from where the function causing the error originates. </p> </div> </div> <a class="anchor" id="adeffa297a5a28955dd16c084632aa645"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt;<a class="el" href="classv8_1_1_stack_trace.html">StackTrace</a>&gt; v8::Message::GetStackTrace </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p><a class="el" href="classv8_1_1_exception.html">Exception</a> stack trace. By default stack traces are not captured for uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows to change this option. </p> </div> </div> <a class="anchor" id="aab8007ba81d3f195280bce0693810cc2"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int v8::Message::GetStartColumn </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the index within the line of the first character where the error occurred. </p> </div> </div> <a class="anchor" id="a31a550a1d3d09a2d72d0742be821956f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int v8::Message::GetStartPosition </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Returns the index within the script of the first character where the error occurred. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:46:45 for V8 API Reference Guide for node.js v0.3.3 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
app/views/login.html
feltpixel/microbrewmonday
<div class='login form'> <h2>Come have a beer with us!</h2> <p>Sign in with the same password you use for <a href="http://www.meetup.com/Microbrew-Monday/" target="blank">Meetup.com</a> to create a review, post comments or pictures. Join us on Monday nights at a different microbrew every week in the Boulder, CO area.</p> <form name="login" method="post" action="/auth"> <div class='card brewery'> <div class="row"> <div class="input-field col s12"> <input placeholder="Email address" name="email" type="text" class="validate"> <label for="email"> </label> </div> </div> <div class="row"> <div class="input-field col s12"> <img class="logo" src="/images/meetup.jpg"><input placeholder="Meetup.com password" name="address" type="text" class="validate"> <label for="address"></label> </div> </div> <p> <input type="cancel" class="btn secondary cancel" value="Later" ng-click="cancel()"> <input type="submit" class="btn primary done" value="Sign in"> </div> </p> </form> </div>
_includes/page.html
mrmanc/mrmanc.github.io
<div id="sidebar-button"> <img src="/images/sidebar-button.png" width="32" height="32"> </div> <div id="post-info"> {% if page.image %} <div id="cover-photo-container"> <img id="cover-photo" src="/images/{{ page.image }}"> </div> {% endif %} <div id="info-container"> <h1 id="title">{{ page.title }}</h1> </div> </div> <div class="post"> {{ content }} </div>
app/assets/javascripts/salt/home/updates.html
bountysource/core
<table class="table timeline table-centered table-no-separator mt-5"> <tr ng-repeat="update in team_updates"> <td> <img ng-src="{{update.team.image_url_small}}" class="img-rounded img-salt-homepage-logo"/> </td> <td> <h4 style="font-size: 16px"> <a ng-href="/teams/{{update.team.slug}}/updates/{{update.slug}}">{{update.title}}</a> </h4> <p>{{update.body_truncated}}</p> <div class="secondary-text"> <a ng-href="/teams/{{update.team.slug}}"> <img ng-src="{{update.team.image_url_small}}" style="width:16px;height:16px" class="mr-3" />{{update.team.name}}</a> <span tooltip="{{event.published_at | date}}" tooltip-placement="right" class="ml-5 text-muted">{{update.published_at | date }}</span> </div> </td> </tr> </table>
app.html
huddlelamp/doc-reader
<head> <title>Huddle App :: Spatial Sensemaking</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> --> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="apple-touch-icon" href="/images/ios/touch-icon-iphone.png"> <link rel="apple-touch-icon" sizes="76x76" href="/images/ios/touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="120x120" href="/images/ios/touch-icon-iphone-retina.png"> <link rel="apple-touch-icon" sizes="152x152" href="/images/ios/touch-icon-ipad-retina.png"> <link rel="apple-touch-startup-image" href="/images/ios/startup.png"> <link rel="stylesheet" href="/chosen/chosen.min.css"> <!-- <script src="/huddle.js"></script> --> <script src="/rangy-core.js"></script> <script src="/chosen/chosen.jquery.js"></script> <script src="/jquery.scrollintoview.js"></script> <script src="/tinycolor.js"></script> </head> <body> </body>